<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;family=Open+Sans:wght@300;400;600;700&amp;display=swap");

body {
	font-family: "Open Sans", sans-serif;
	color: #0c0c0c;
	background-color: #ffffff;
	overflow-x: hidden;
}

:root {
	--app-height: 100%;
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	height: var(--app-height);
}

.layout_padding {
	padding: 90px 0;
}

.layout_padding2 {
	padding: 75px 0;
}

.layout_padding2-top {
	padding-top: 75px;
}

.layout_padding2-bottom {
	padding-bottom: 75px;
}

.layout_padding-top {
	padding-top: 90px;
}

.layout_padding-bottom {
	padding-bottom: 90px;
}

.heading_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.heading_container h2 {
	position: relative;
	font-weight: bold;
	margin-bottom: 0;
}

.heading_container h2 span {
	color: #786fa6;
}

.heading_container p {
	margin-top: 10px;
	margin-bottom: 0;
}

.heading_container.heading_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

a:hover,
a:focus {
	color: initial;
}

.btn,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*header section*/
.hero_area {
	position: relative;
	height: 100vh;
	height: var(--app-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #574b90;
}

.hero_area .hero_bg_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
}

.hero_area .hero_bg_box .bg_img_box {
	min-width: 100%;
}

.hero_area .hero_bg_box img {
	width: 100%;
	margin-bottom: -1px;
}

.sub_page .hero_area {
	min-height: auto;
	background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
	display: none;
}

.header_section {
	padding: 15px 0;
}

.header_section .container-fluid {
	padding-right: 25px;
	padding-left: 25px;
}

.navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-brand img {
	width: 150px;
	max-height: 200px;
}

.navbar-brand h1 {
	font-weight: bold;
	font-size: 32px;
	color: #ffffff;
	letter-spacing: 0.04em;
	margin: 0px;
}

.custom_nav-container {
	padding: 0;
}

.custom_nav-container .navbar-nav {
	margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
	padding: 5px 20px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
	color: #786fa6;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
	font-weight: 600;
}

.custom_nav-container .nav_search-btn {
	width: 35px;
	height: 35px;
	padding: 0;
	border: none;
	color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
	color: #786fa6;
}

.custom_nav-container .navbar-toggler {
	outline: none;
}

.custom_nav-container .navbar-toggler {
	padding: 0;
	width: 37px;
	height: 42px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
	display: block;
	width: 35px;
	height: 4px;
	background-color: #ffffff;
	margin: 7px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	top: -10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
	top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

/*header section*/
.hero_area_send {
	position: relative;
	height: 100vh;
	height: var(--app-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #574b90;
}

.hero_area_send .hero_bg_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
}

.hero_area_send .hero_bg_box .bg_img_box {
	min-width: 100%;
}

.hero_area_send .hero_bg_box img {
	width: 100%;
}

.hero_area_send .sent {
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.hero_area_send .sent img {
	max-width: 50vw;
	width: 300px;
}

.hero_area_send .sent h2 {
	color: #FFF;
	font-weight: bold;
}

/*end header section*/
/* slider section */
.slider_section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0px 0 145px 0;
}

.slider_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider_section #customCarousel1 {
	width: 100%;
	height: 100%;
	position: unset;
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: center;
	padding: 0px 20px;
}

.slider_section .carousel-item .header-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin: auto;
}

.slider_section .detail-box {
	color: #574b90;
}

.slider_section .detail-box h2 {
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #ffffff;
}

.slider_section .detail-box p {
	color: #fefefe;
	font-size: 14px;
}

.slider_section .detail-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
	margin: 5px;
	text-align: center;
	width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #786fa6;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
	background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
	background-color: black;
}

.slider_section .img-box {
	margin: 45px 0;
}

.slider_section .img-box img {
	width: 100%;
	max-height: 450px;
	-webkit-animation: upDown 5s infinite;
	animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}

	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}

	100% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}

	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}

	100% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}
}

.slider_section .carousel-indicators {
	position: unset;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider_section .carousel-indicators li {
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	opacity: 1;
}

.slider_section .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	background-color: #786fa6;
}

.service_section {
	position: relative;
	padding-bottom: 40px;
}

.service_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 25px;
	background-color: #f8f8f9;
	padding: 20px;
	border-radius: 5px;
	height: 100%;
}

.service_section .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 125px;
	min-width: 75px;
	height: 75px;
	margin-bottom: 15px;
}

.service_section .box .img-box img {
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.service_section .box p {
	margin: 0px;
}

.service_section .detail-box span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25rem;
}


.service_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.service_section .btn-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #786fa6;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.service_section .btn-box a:hover {
	background-color: #007fa4;
}

.chat_section iframe {
	width: 100%;
	height: 100%;
	margin-top: 40px;
	border: 0px;
	height: 500px;
	max-height: 80vh;
	border-radius: 20px;
	box-shadow: 0 0 40px -10px #000;
}

.about_section {
	background-color: #574b90;
	color: #ffffff;
}

.about_section .heading_container {
	margin-bottom: 45px;
}

.about_section .heading_container h2 span {
	color: #FFF;
}

.about_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about_section .img-box img {
	max-width: 90%;
}

.about_section .detail-box h3 {
	font-weight: bold;
}

.about_section .detail-box p {
	margin-top: 15px;
}

.about_section .detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #786fa6;
	color: #ffffff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	margin-top: 15px;
}

.about_section .detail-box a:hover {
	background-color: #007fa4;
}

.why_section .box {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.why_section .box .img-box {
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
	border-radius: 100%;
	border: 5px solid #574b90;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.why_section .box .img-box img {
	width: 55px;
	height: auto;
	fill: #574b90;
}

.why_section .box span {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.25rem;
}

.why_section .box p {
	margin-bottom: 0;
}

.why_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.why_section .btn-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #786fa6;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.why_section .btn-box a:hover {
	background-color: #007fa4;
}


.contact_section {
	background-color: #574b90;
	color: #ffffff;
}

.contact_section .heading_container {
	margin-bottom: 45px;
}

.contact_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact_section .img-box img {
	max-width: 90%;
}

.contact_section .detail-box h3 {
	font-weight: bold;
}

.contact_section .detail-box p {
	margin-top: 15px;
}

.contact_section .detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #786fa6;
	color: #ffffff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	margin-top: 15px;
}

.contact_section .detail-box a:hover {
	background-color: #007fa4;
}

.contact_section .form {
	width: 340px;
	height: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 40px -10px #000;
	margin: 0px auto;
	padding: 20px 30px 100px 30px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
}

.contact_section .form h2 {
	margin: 10px 0;
	padding-bottom: 10px;
	width: 180px;
	color: #78788c;
	border-bottom: 3px solid #78788c
}

.contact_section .form input,
.contact_section .form textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: none;
	outline: none;
	resize: none;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	transition: all .3s;
	border-bottom: 2px solid #bebed2
}

.contact_section .form input:focus,
.contact_section .form textarea:focus {
	border-bottom: 2px solid #78788c
}

.contact_section .form p:before {
	content: attr(type);
	display: block;
	margin: 28px 0 0;
	font-size: 14px;
	color: #5a5a5a
}

.contact_section .form button {
	float: right;
	padding: 8px 12px;
	margin: 8px 0 0;
	cursor: pointer;
	transition: all .3s;
	border-radius: 50%;
	background-color: #574b90;
	box-shadow: 0 0 40px -10px #000;
	border: 0px;
}

.contact_section .form button i {
	color: #fff;
}

.contact_section .form&gt;div {
	content: 'Hi';
	position: absolute;
	bottom: -20px;
	left: -20px;
	background: lightgray;
	color: #fff;
	width: auto;
	padding: 15px;
	border-radius: 6px;
	font-size: 13px;
	box-shadow: 10px 10px 40px -14px #000
}

.contact_section .form .grecaptcha-badge {
	z-index: 200;
}

/* footer section*/
.footer_section {
	position: relative;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

/*# sourceMappingURL=style.css.map */

/* Add WA floating button CSS */
.floating {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 100px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}</pre></body></html>