/********** Template CSS **********/
:root {
	--primary: #1363C6;
	--secondary: #15ACE1;
	--light: #F4F7FE;
	--dark: #14183E;
	--bs-font-sans-serif: "Poppins", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--mega-border: #1054a8;
}


/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
	font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
	font-weight: 500 !important;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

/*** Font ***/


body {
	margin: 0;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #7D7987;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


hr {
	margin: 1rem 0;
	color: #E1E0E4;
	background-color: currentColor;
	border: 0;
	opacity: 1;
}

hr:not([size]) {
	height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "Poppins", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	line-height: 1.2;
	color: #112D58;
}

h1,
.h1 {
	font-size: calc(1.37383rem + 1.48598vw);
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		font-size: 2.48832rem;
	}
}

h2,
.h2 {
	font-size: calc(1.33236rem + 0.98832vw);
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 2.0736rem;
	}
}

h3,
.h3 {
	font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 1.728rem;
	}
}

h4,
.h4 {
	font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.44rem;
	}
}

h5,
.h5 {
	font-size: 1.2rem;
}

h6,
.h6 {
	font-size: 0.83333rem;
}

/*** Button ***/
.btn {
	font-weight: 500;
	transition: .5s;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50px;
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
	color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	background: var(--bs-light);
	padding-top: 11px;
	border: 0;
	transition: .5s;
	opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin-right: 25px;
	padding: 35px 0;
	color: var(--bs-white);
	font-size: 17px;
	font-weight: 400;
	outline: none;
	transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 20px 0;
	color: var(--bs-dark);
}

.article.sticky-top.navbar-light .navbar-nav .nav-link,
.article.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 20px 0;
	color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-item .nav-link {
	color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
	color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
	max-height: 60px;
	transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
	max-height: 45px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	background: var(--bs-light);
	transition: .5s;
	opacity: 1;
}




@media (max-width: 1199px) {
	.navbar-expand-xl .navbar-toggler {
		display: block;
	}

	.sticky-top.navbar-light {
		position: relative;
		background: var(--bs-white);
	}

	.navbar.navbar-expand-xl .navbar-toggler {
		padding: 10px 20px;
		border: 1px solid var(--bs-primary);
		color: var(--bs-primary);
	}

	.navbar-light .navbar-collapse {
		margin-top: 15px;
		border-top: 1px solid #DDDDDD;
	}

	.navbar-light .navbar-nav .nav-link,
	.sticky-top.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
		margin-left: 0;
		color: var(--bs-dark);
	}

	.navbar-light .navbar-nav .nav-item .nav-link {
		color: var(--bs-dark);
	}

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



}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border: 0;
		border-radius: 10px;
		transition: .5s;
		opacity: 0;
	}

	.navbar-light {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		z-index: 999;
	}

	.sticky-top.navbar-light {
		position: fixed;
		background: var(--bs-light);
	}

	.navbar-light .navbar-nav .nav-link::before {
		position: absolute;
		content: "";
		width: 0;
		height: 2px;
		bottom: -1px;
		left: 50%;
		background: var(--bs-primary);
		transition: .5s;
	}

	.navbar-light .navbar-nav .nav-link:hover::before,
	.navbar-light .navbar-nav .nav-link.active::before {
		width: calc(100% - 2px);
		left: 1px;
	}

	.navbar-light .navbar-nav .nav-link::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		bottom: -1px;
		left: 50%;
		background: var(--bs-primary);
		transition: .5s;
	}

	.navbar-light .navbar-nav .nav-link:hover::after,
	.navbar-light .navbar-nav .nav-link.active::after {
		width: 2px;
		height: 12px;
	}
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
	object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
	min-height: 700px;
	height: calc(100vh - 45px);
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: var(--bs-primary);
	color: var(--bs-white);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
	bottom: 30px;
	left: 30px;
	margin-left: 90px;
}

.header-carousel .owl-nav .owl-next {
	bottom: 30px;
	left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 0 0 100px 0 var(--bs-light);
	color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	padding-top: 120px;
	background: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
}

.bg-black {
	opacity: 1;
	background-color: rgb(0 0 0 / 25%) !important;
}

@media (max-width: 991px) {
	.header-carousel .header-carousel-item .carousel-caption {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	.header-carousel .owl-nav .owl-prev {
		left: 50%;
		transform: translateX(-50%);
		margin-left: -45px;
	}


	.header-carousel .owl-nav .owl-next {
		left: 50%;
		transform: translateX(-50%);
		margin-left: 45px;
	}

	.header-carousel .header-carousel-item,
	.header-carousel .header-carousel-item img {
		min-height: 600px !important;
		height: 86vh !important;
	}

	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.btn-lg-square {
		width: 38px;
		height: 38px;
	}

	.bg-black {
		background-color: transparent !important;
	}
}


.header-carousel .header-carousel-item img {
	animation-name: image-zoom;
	animation-duration: 10s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	transition: 1s;
}

@keyframes image-zoom {
	0% {
		height: 100%;
		opacity: 0.9;
	}

	25% {
		height: 110%;
		opacity: 0.50;
	}

	50% {
		height: 115%;
		opacity: 1;
	}

	75% {
		height: 110%;
		opacity: 0.50;
	}

	100% {
		height: 100%;
		opacity: 0.9;
	}
}

/*** Carousel Hero Header End ***/
/*** Hero Header ***/
.hero-header {
	background: url(../images/bg-hero.png) center center no-repeat;
	background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
	color: var(--light);
}


/*** Section Title ***/
.section-title::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 4px;
	bottom: 0;
	left: 0;
	background: var(--dark);
}

.section-title::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	bottom: 0;
	left: 50px;
	background: var(--dark);
}

.section-title.text-center::before {
	left: 50%;
	margin-left: -25px;
}

.section-title.text-center::after {
	left: 50%;
	margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 2px;
	left: 0;
	background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
	top: 5px;
	left: 3px;
}


/*** About ***/
.about-img {
	position: relative;
	overflow: hidden;
}

.about-img::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg-about-img.png) top left no-repeat;
	background-size: contain;
}


/*** Service ***/
.service-item {
	position: relative;
	padding: 45px 30px;
	background: #FFFFFF;
	transition: .5s;
}

.service-item:hover {
	background: var(--primary);
}

.service-item .service-icon {
	margin: 0 auto 20px auto;
	width: 90px;
	height: 90px;
	color: var(--primary);
	background: var(--light);
	transition: .5s;
}

.service-item:hover .service-icon {
	background: #FFFFFF;
}

.service-item h5,
.service-item p {
	transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
	color: #FFFFFF;
}

.service-item a.btn {
	position: relative;
	display: flex;
	color: var(--primary);
	transition: .5s;
	z-index: 1;
}

.service-item:hover a.btn {
	color: var(--primary);
}

.service-item a.btn::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	top: 0;
	left: 0;
	border-radius: 35px;
	background: var(--light);
	transition: .5s;
	z-index: -1;
}

.service-item:hover a.btn::before {
	width: 100%;
	background: var(--light);
}


/*** Feature ***/
.feature {
	background: url(../images/bg-hero.png) center center no-repeat;
	background-size: cover;
}


/*** Newsletter ***/
.newsletter {
	background: url(../images/bg-hero.png) center center no-repeat;
	background-size: cover;
}

@media (min-width: 992px) {
	.newsletter .container {
		max-width: 100% !important;
	}

	.newsletter .newsletter-text {
		padding-right: calc(((100% - 960px) / 2) + .75rem);
	}
}

@media (min-width: 1200px) {
	.newsletter .newsletter-text {
		padding-right: calc(((100% - 1140px) / 2) + .75rem);
	}
}

@media (min-width: 1400px) {
	.newsletter .newsletter-text {
		padding-right: calc(((100% - 1320px) / 2) + .75rem);
	}
}


/*** Case Study ***/
.case-item img {
	transition: .5s;
}

.case-item:hover img {
	transform: scale(1.2);
}

.case-overlay {
	position: absolute;
	padding: 30px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
	z-index: 1;
}

.case-overlay small {
	display: inline-block;
	padding: 3px 15px;
	color: #FFFFFF;
	background: rgba(20, 24, 62, .7);
	border-radius: 25px;
	margin-bottom: 15px;
}

.case-overlay span.btn:hover {
	color: var(--primary);
	background: #FFFFFF;
	border-color: #FFFFFF;
}


/*** FAQs ***/
.accordion .accordion-item {
	border: none;
	margin-bottom: 15px;
}

.accordion .accordion-button {
	background: var(--light);
	border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
	color: #FFFFFF;
	background: var(--primary);
	box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
	padding: 15px 0 0 0;
}


/*** Testimonial ***/
.testimonial-carousel {
	position: relative;
}

.testimonial-carousel .owl-nav {
	position: absolute;
	width: 40px;
	height: 100%;
	top: calc(50% - 50px);
	left: -21px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	margin: 5px 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	background: #FFFFFF;
	border: 1px solid var(--primary);
	border-radius: 40px;
	font-size: 18px;
	transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background: var(--primary);
	color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
	margin-top: 35px;
	margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid var(--primary);
	border-radius: 15px;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	width: 30px;
	background: var(--primary);
}


/*** Team ***/
.team-item {
	transition: .5s;
	border: 1px solid transparent;
	transition: .5s;
}

.team-item:hover {

	border-color: var(--primary);
}


/*** Footer ***/
.footer {
	background: url(../images/footer.png) center center no-repeat;
	background-size: contain;
}

.footer .btn.btn-social {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .5);
	border: 1px solid rgba(256, 256, 256, .1);
	border-radius: 40px;
	transition: .3s;
}

.footer .btn.btn-social:hover {
	color: var(--primary);
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	color: rgba(255, 255, 255, .5);
	font-weight: normal;
	transition: .3s;
}

.footer .btn.btn-link:hover {
	color: #FFFFFF;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .copyright {
	padding: 25px 0;
	font-size: 14px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: rgba(255, 255, 255, .5);
}

.footer .copyright a:hover {
	color: #FFFFFF;
}

.footer .footer-menu a {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


/* -------------------------------------------------------------------------- */
/*                                  Anchor JS                                 */
/* -------------------------------------------------------------------------- */
.anchorjs-link {
	text-decoration: none !important;
}

@media (max-width: 719.98px) {
	.swiper-shadow::after {
		display: none;
	}

	.swiper-shadow::before {
		display: none;
	}

	.bg-elements {
		height: 30rem !important;
	}
}

.swiper-shadow::after,
.swiper-shadow::before {
	content: "";
	width: 15rem;
	height: 4rem;
	position: absolute;
	top: -30%;
	z-index: 100;
}

.swiper-shadow::after {
	background: -webkit-gradient(linear, left top, right top, from(rgba(19, 99, 198, 0.3452731434)), color-stop(0%, rgba(19, 99, 198, 0.4489146)), color-stop(53%, rgba(19, 99, 198, 0.9811274852)));
	background: -o-linear-gradient(left, rgba(19, 99, 198, 0.3452731434) 0%, rgba(19, 99, 198, 0.4489146) 0%, rgba(19, 99, 198, 0.9811274852) 53%);
	background: linear-gradient(90deg, rgba(19, 99, 198, 0.3452731434) 0%, rgba(19, 99, 198, 0.4489146) 0%, rgba(19, 99, 198, 0.9811274852) 53%);
	right: -1.5rem;
}

.swiper-shadow::before {
	background: -webkit-gradient(linear, right top, left top, from(rgba(19, 99, 198, 0.3452731434)), color-stop(0%, rgba(19, 99, 198, 0.4489146)), color-stop(53%, rgba(19, 99, 198, 0.9811274852)));
	background: -o-linear-gradient(right, rgba(19, 99, 198, 0.3452731434) 0%, rgba(19, 99, 198, 0.4489146) 0%, rgba(19, 99, 198, 0.9811274852) 53%);
	background: linear-gradient(to left, rgba(19, 99, 198, 0.3452731434) 0%, rgba(19, 99, 198, 0.4489146) 0%, rgba(19, 99, 198, 0.9811274852) 53%);
	left: -1.5rem;
}

@media (max-width: 992px) {

	.swiper-shadow::after,
	.swiper-shadow::before {
		width: 8rem;
	}
}

.swiper-button-prev,
.swiper-button-next {
	background-color: #fff !important;
	position: absolute;
	top: 5.5rem;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	color: #000000;
}

@media (min-width: 992px) {

	.swiper-button-prev,
	.swiper-button-next {
		width: 4.5rem;
		height: 4.5rem;
	}
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	left: calc(100% - 9rem);
}

@media (min-width: 992px) {
	.swiper-button-prev {
		left: calc(100% - 12rem);
	}
}

.swiper-button-next {
	right: 1rem;
}


#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	pointer-events: none;
	/* Overlay tidak mengganggu interaksi */
	z-index: 10;
	transition: opacity 0.5s ease-in-out;
}

/* Animasi untuk efek kedip gelap */
.fade-out {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.navbar .navbar-brand {
	position: relative;
	height: 75px;
	display: flex;
	align-items: center;
	/* background: var(--primary); */
}

/* .navbar .navbar-brand::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 101%;
	top: 0;
	right: -25px;
	transform: skewX(-30deg);
	background-color: var(--primary);
} */

/* .navbar.sticky-top .navbar-brand::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 101%;
	top: 0;
	right: -25px;
	transform: skewX(-30deg);
	background-color: var(--bs-light) !important;
} */

/* Fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}

/* Efek shimmer sebelum gambar termuat */
.lazyload::before,
.lazyloading::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite linear;
}

/* Transisi saat gambar selesai dimuat */
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* Hapus shimmer ketika gambar selesai dimuat */
.lazyloaded::before {
	display: none;
}

/* Animasi shimmer */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

.section-heading h2 em {
	font-style: normal;
	color: #03a4ed;
}

.section-heading h2 span {
	color: #ff695f;
	font-weight: 700;
	opacity: 1;
	text-transform: capitalize;
}

.section-heading span {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ff695f;
	opacity: 0.15;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services .services-left-dec img {
	width: 387px;
	height: 638px;
	left: -80px;
	top: -140px;
	position: absolute;
	z-index: 1;
}

.our-services .services-right-dec img {
	width: 305px;
	height: 305px;
	right: 25px;
	bottom: -120px;
	position: absolute;
	z-index: 1;
}

.our-services .container {
	position: relative;
}

.our-services {
	position: relative;
	margin-top: 0px;
	padding-top: 120px;
}

.our-services .section-heading {
	text-align: center;
	margin-bottom: 45px;
}

.our-services .section-heading h2 {
	margin: 0px 60px;
	margin-bottom: -10px;
}

.our-services .item {
	text-align: center;
	margin: 15px;
	border-radius: 20px;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13), 0px 0px 1px rgba(0, 0, 0, 0);
}

.our-services .item h4 {
	font-size: 20px;
	font-weight: 700;
	color: #2a2a2a;
	margin-bottom: 30px;
	line-height: 30px;
}

.our-services .item .icon {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.our-services .item p {
	margin-top: 35px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.our-services .item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.our-services .item li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	display: flex;
	align-items: center;
}

.our-services .item li::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	color: var(--primary);
}

.our-services .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-services .owl-dots .owl-dot {
	width: 6px;
	height: 6px;
	background-color: #ff695f;
	border-radius: 50%;
	opacity: 0.3;
	margin: 0px 5px;
}

.our-services .owl-dots .active {
	opacity: 1;
	width: 10px;
	height: 10px;
}


/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
	margin-top: 0px;
	padding-top: 50px;
}

.about-us .left-image {
	margin-right: 30px;
}

.about-us .left-image img {
	width: 100%;
}

.about-us .section-heading h2 {
	margin-right: 60px;
}

.about-us .section-heading p {
	margin-top: 20px;
}

.about-us .fact-item .icon {
	width: 45px;
	height: 45px;
}

.about-us .fact-item {
	margin-top: 15px;
}

.about-us .fact-item .count-digit {
	font-size: 48px;
	font-weight: 700;
	color: #2a2a2a;
	margin-top: 5px;
}

.about-us .fact-item .count-title {
	font-size: 25px;
	color: #ff695f;
}

.about-us .fact-item p {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.symbol {
	color: #000000 !important;
}

.img-lisence {
	width: 100%;
	max-height: 200px;
	max-width: 200px;
	min-width: 50px;
}

.img-payment {
	width: 100%;
	max-height: 50px;
	max-width: 100px;
	object-fit: contain;
}

/* .bg-elements {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/illustrations/bg-article.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */

.bg-text-article {
	padding-top: 3rem !important;
	padding-bottom: 0 !important;
	width: 100%;
}

.bg-elements {
	background: url('../../assets/images/illustrations/banner.jpg') no-repeat center center/cover;
	height: 25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	overflow: hidden;
}

.bg-elements::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Ubah nilai alpha untuk lebih gelap/terang */
	z-index: 1;
}

.bg-elements>* {
	position: relative;
	z-index: 2;
}

.bg-elements-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.bg-elements-curve {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: white;
	border-radius: 50% 50% 0 0;
}

.bg-opacity-purple {
	background: rgb(139 61 255 / 8%);
}

.text-purple {
	color: #1363c6 !important;
}

.img-detail-article {
	max-height: 400px;
	margin: 0 auto;
	display: block;
}

.share-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.share-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 15px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 14px;
	transition: 0.3s;
}

.share-btn i {
	font-size: 18px;
}

/* Warna untuk masing-masing platform */
.facebook {
	background-color: #1877F2;
}

.twitter {
	background-color: #1DA1F2;
}

.whatsapp {
	background-color: #25D366;
}

.linkedin {
	background-color: #0077B5;
}

.telegram {
	background-color: #0088CC;
}

.pinterest {
	background-color: #E60023;
}

.reddit {
	background-color: #FF4500;
}

.email {
	background-color: #D44638;
}

.copylink {
	background-color: #555555;
}

.share-btn:hover {
	opacity: 0.8;
}

@media (max-width: 1200px) {
	.bg-black {
		background-color: transparent !important;
	}
}


/* whatsapp */
#nta-wa-gdpr {
	vertical-align: text-top !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nta-wa-gdpr {
	font-size: 11px;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
	border-radius: 4px;
}

.nta-wa-gdpr a {
	text-decoration: underline;
	color: inherit;
}

.pointer-disable {
	pointer-events: none;
}

.nta-woo-products-button:before,
.nta-woo-products-button:after {
	content: "";
	display: block;
	clear: both;
}

.wa-button {
	border-bottom: none !important;
}

.wa-btn_w_img:hover {
	text-decoration: none;
}

.wa-button,
.wa-btn_popup,
.wa-button *,
.wa-btn_popup *,
.wa-btn_popup :before,
.wa-button :before,
.wa-button :after,
.wa-btn_popup :after,
.wa-popup_chat_box,
.wa-popup_chat_box *,
.wa-popup_chat_box :before,
.wa-popup_chat_box :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wa-button {
	position: absolute;
	width: 300px;
	min-height: 64px;
	display: block;
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
	-moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
	box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
}

.wa-btn_txt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.33em;
}

.wa-btn_w_icon .wa-btn_txt {
	padding: 16px 20px 15px 71px;
}

.wa-button_text_only .wa-btn_txt,
.wa-r_button.wa-btn_w_img.wa-button_text_only .wa-btn_txt,
.wa-sq_button.wa-btn_w_img.wa-button_text_only .wa-btn_txt {
	padding-top: 25px;
	padding-bottom: 24px;
}

.wa-btn_w_icon .wa-btn_txt .wa-btn_title {
	padding-left: 2px;
	font-size: 14px;
}

.wa-cs_info {
	margin-bottom: 2px;
}

.wa-btn_status {
	color: #f5a623;
	font-size: 9px;
	padding: 2px 0 0;
	font-weight: 700;
}

.wa-cs_info .wa-cs_name,
.wa-cs_info .wa-cs_status {
	display: inline-block;
}

.wa-cs_info .wa-cs_name {
	font-size: 12px;
	line-height: 1.36em;
}

.wa-stt_online .wa-cs_info .wa-cs_name {
	color: #d5f0d9;
}

.wa-stt_offline .wa-cs_info .wa-cs_name {
	color: #76787d;
}

.wa-cs_info .wa-cs_status {
	width: 36px;
	height: 14px;
	margin-left: 3px;
	padding: 1px;
	font-size: 9px;
	line-height: 1.34em;
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.98);
	position: relative;
	top: -1px;
	left: 0px;
	text-align: center;
}

.wa-stt_online .wa-cs_info .wa-cs_status {
	background: #62c971;
}

.wa-stt_offline .wa-cs_info .wa-cs_status {
	background: #b9bbbe;
}

.wa-stt_online {
	background: #2db742;
	cursor: pointer;
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	backface-visibility: hidden;
	will-change: transform;
}

.wa-stt_online .wa-btn_txt {
	position: relative;
	z-index: 4;
}

.wa-r_button.wa-stt_online:before {
	border-radius: 50vh;
}

.wa-sq_button.wa-stt_online:before {
	border-radius: 5px;
}

.wa-stt_online:before {
	content: "";
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity;
}

.wa-button.wa-stt_online:focus,
.wa-button.wa-stt_online:active,
.wa-button.wa-stt_online:hover {
	box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
	-webkit-transform: translate(0, -3px);
	-moz-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	transform: translate(0, -3px);
}

.wa-button.wa-stt_online:focus:before,
.wa-button.wa-stt_online:active:before,
.wa-button.wa-stt_online:hover:before {
	opacity: 1;
}

.wa-stt_online.wa-btn_w_icon .wa-btn_icon img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.wa-stt_offline {
	background: #ebedf0;
	color: #595b60;
	box-shadow: none;
	cursor: initial;
}

.wa-stt_offline.wa-btn_w_icon .wa-btn_txt {
	padding: 8px 20px 6px 71px;
}

.wa-stt_offline.wa-r_button.wa-btn_w_img .wa-btn_txt {
	padding: 8px 20px 8px 100px;
}

.wa-stt_offline.wa-sq_button.wa-btn_w_img .wa-btn_txt {
	padding: 8px 20px 8px 70px;
}

.wa-btn_w_icon .wa-btn_icon {
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.wa-btn_w_icon .wa-btn_icon img {
	width: 41px;
	height: 69px;
}

.wa-btn_w_img {
	position: relative;
	width: 300px;
	margin: 20px 0 20px;
}

.wa-btn_w_img .wa-cs_img {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.wa-cs_img_wrap {
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #000;
	position: relative;
	overflow: hidden;
}

.wa-btn_w_img .wa-cs_img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.2s ease transform;
	-moz-transition: 0.2s ease transform;
	transition: 0.2s ease transform;
}

.wa-btn_w_img .wa-cs_img:after {
	content: "";
	background: #fff url("../images/1384095.png") center center no-repeat;
	background-size: 21px;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 20px;
	right: -14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
	-moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
	box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}

.wa-stt_offline.wa-btn_w_img .wa-cs_img:after {
	content: "";
	background: #fff url("../images/1384095.png") center center no-repeat;
	background-size: 21px;
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 20px;
	right: -14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
	-moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
	box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}

.wa-btn_w_img .wa-btn_txt {
	padding: 14px 20px 12px 103px;
}

.wa-r_button {
	border-radius: 50vh;
}

.wa-sq_button {
	border-radius: 5px;
}

.wa-sq_button.wa-btn_w_img {
	width: 270px;
	margin-left: 30px;
}

.wa-r_button.wa-btn_w_img .wa-cs_img {
	left: -5px;
}

.wa-sq_button.wa-btn_w_img .wa-cs_img {
	left: -35px;
}

.wa-sq_button.wa-btn_w_img .wa-btn_txt {
	padding: 10px 20px 10px 70px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa-btn_txt .wa-btn_title {}

.wa-r_button.wa-btn_w_img .wa-btn_txt {
	padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa-r_button.wa-btn_w_img .wa-cs_info .wa-cs_status {
	margin-left: 3px;
}

.wa-popup_chat_box {
	position: fixed;
	bottom: 7rem;
	right: 5rem;
	width: 350px;
	max-width: calc(100% - 50px);
	border-radius: 1.5rem;
	webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition: 1s ease all;
	-moz-transition: 1s ease all;
	transition: 1s ease all;
	will-change: transform, visibility, opacity;
	visibility: hidden;
	overflow: hidden;
	z-index: 9999;
	opacity: 0;
}

.wa-popup_chat_box:hover,
.wa-popup_chat_box:focus,
.wa-popup_chat_box:active {
	-webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
	-moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
	box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}

.wa-popup_chat_box.wa-active {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
}

.wa-popup_chat_box .wa-popup_heading {
	position: relative;
	padding: 15px 43px 17px 74px;
	color: #fff;
	background: rgb(86, 166, 30);
	background: -moz-linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	background: -webkit-linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	background: linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
}

.wa-popup_chat_box .wa-popup_heading_sm {
	padding: 12px 15px 17px 74px;
}

.wa-popup_chat_box .wa-popup_heading:before {
	content: "";
	background: url("../images/1384095.png") center top no-repeat;
	background-size: 33px;
	filter: invert(1) grayscale(100%) brightness(2);
	display: block;
	width: 55px;
	height: 33px;
	position: absolute;
	top: 20px;
	left: 12px;
}

.wa-popup_chat_box .wa-popup_heading_sm:before {
	top: 19px;
	left: 11px;
}

.wa-popup_chat_box .wa-popup_heading .wa-popup_title {
	padding-top: 2px;
	padding-bottom: 3;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.wa-popup_chat_box .wa-popup_heading .wa-popup_intro {
	padding-top: 4px;
	font-size: 12px;
	line-height: 20px;
}

.wa-popup_chat_box .wa-popup_heading_sm .wa-popup_intro {
	padding-top: 0px;
}

.wa-popup_chat_box .wa-popup_heading .wa-popup_intro a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.wa-popup_chat_box .wa-popup_heading .wa-popup_intro a:hover,
.wa-popup_chat_box .wa-popup_heading .wa-popup_intro a:focus,
.wa-popup_chat_box .wa-popup_heading .wa-popup_intro a:active {
	text-decoration: underline;
}

.wa-popup_chat_box .wa-popup_notice {
	font-size: 12px;
	font-weight: 500;
	padding: 0 3px;
}

.wa-popup_chat_box .wa-popup_content {
	background: #fff;
	padding: 13px 20px 21px 19px;
	text-align: center;
}

.wa-popup_chat_box .wa-popup_content_left {
	text-align: left;
}

.wa-popup_chat_box .wa-popup_avatar {
	position: absolute;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 10px;
	top: 9px;
}

.wa-popup_chat_box .wa-popup_avatar.nta-default-avt {
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
}

.wa-popup_chat_box .wa-stt {
	padding: 10px;
	position: relative;
	text-decoration: none;
	display: table;
	width: 100%;
	background: #f5f7f9;
	border-radius: 7px;
}

.wa-popup_chat_box .wa-stt:after {
	content: "";
	background: url("../images/1384095.png") 0 0 no-repeat;
	position: absolute;
	right: 14px;
	top: 26px;
	width: 20px;
	height: 20px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.wa-popup_chat_box .wa-stt.wa-stt_offline:after {
	background-image: url("../images/1384095.png");
}

.wa-popup_chat_box .wa-stt.wa-stt_online {
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.wa-popup_chat_box .wa-stt.wa-stt_online:hover,
.wa-popup_chat_box .wa-stt.wa-stt_online:active,
.wa-popup_chat_box .wa-stt.wa-stt_online:focus {
	background: #fff;
	-webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
	-moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
	box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}

.wa-popup_content_list .wa-popup_content_item {
	margin: 14px 0 0;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	transform: translate(0, 20px);
	will-change: opacity, transform;
	opacity: 0;
}

.wa-popup_chat_box.wa-pending .wa-popup_content_list .wa-popup_content_item {
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
	-webkit-transition-delay: 2.1s;
	-moz-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.wa-popup_chat_box.wa-pending .wa-popup_content_list .wa-popup_content_item:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.wa-popup_chat_box.wa-pending .wa-popup_content_list .wa-popup_content_item:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.wa-popup_chat_box.wa-pending .wa-popup_content_list .wa-popup_content_item:nth-child(3) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.wa-popup_chat_box.wa-lauch .wa-popup_content_list .wa-popup_content_item {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.wa-popup_content_list .wa-popup_content_item .wa-member_name {
	font-size: 16px;
	color: #363c47;
	line-height: 1.188em !important;
}

.wa-popup_content_list .wa-popup_content_item .wa-member_duty {
	font-size: 12px;
	color: #333;
	padding: 2px 0 0;
	line-height: 1.125em !important;
}

.wa-popup_content_list .wa-popup_content_item .wa-member_status {
	color: #f5a623;
	font-size: 10px;
	padding: 5px 0 0;
	line-height: 1.125em !important;
}

.wa-popup_content_list .wa-popup_content_item .wa-popup_txt {
	display: table-cell;
	vertical-align: middle;
	min-height: 48px;
	height: 48px;
}

.wa-popup_content_list .wa-popup_content_item .wa-stt_offline {
	border-left-color: #c0c5ca;
}

.wa-popup_avt_list {
	font-size: 0;
	margin: 7px 0 24px;
}

.wa-popup_avt_list .wa-popup_avt_item {
	display: inline-block;
	position: relative;
	width: 46px;
}

.wa-popup_avt_list .wa-popup_avt_img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	left: -7px;
}

.wa-popup_call_btn {
	background: #2db742;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 275px;
	max-width: 100%;
	font-size: 16px;
	padding: 14px 10px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin: 25px 0 15px;
	-webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
	-moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
	box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
}

.wa-popup_call_btn.wa-popup_call_btn_lg:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	background: url("../images/1384095.png") 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	vertical-align: top;
	top: 0px;
	margin-right: -19px;
	left: -31px;
	-webkit-transition: 0.2s ease background-image;
	-moz-transition: 0.2s ease background-image;
	transition: 0.2s ease background-image;
}

.wa-popup_call_btn.wa-popup_call_btn_lg:hover:before,
.wa-popup_call_btn.wa-popup_call_btn_lg:focus:before,
.wa-popup_call_btn.wa-popup_call_btn_lg:active:before {
	background-image: url("../images/1384095.png");
}

.wa-popup_chat_box_gray {
	border-radius: 2px 2px 8px 8px;
}

.wa-popup_chat_box_gray .wa-popup_heading_gray {
	background: #f8f8f8;
	border-top: 3px solid #2db742;
	color: #868c9a;
	font-weight: 500;
}

.wa-popup_chat_box_gray .wa-popup_heading_gray .wa-popup_title {
	color: #595b60;
}

.wa-popup_chat_box_gray .wa-popup_heading_gray:before {
	content: "";
	background: url("../images/1384095.png") center top no-repeat;
	background-size: 33px;
	display: block;
	width: 55px;
	height: 33px;
	position: absolute;
	top: 20px;
	left: 12px;
}

.wa-popup_chat_box_gray .wa-popup_heading_gray .wa-popup_intro a {
	color: #595b60;
}

.wa-popup_chat_box_ct {
	width: 384px;
	text-align: center;
}

.wa-popup_chat_box_ct .wa-popup_heading_ct {
	text-align: center;
	padding: 18px 0 18px;
}

.wa-popup_chat_box_ct .wa-popup_heading_ct:before {
	content: "";
	background: url("../images/1384095.png") center top no-repeat;
	background-size: 30px;
	display: block;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 15px;
	left: 72px;
}

.wa-popup_chat_box_ct .wa-popup_heading_ct .wa-popup_title {
	padding-left: 22px;
	padding-bottom: 14px;
}

.wa-popup_chat_box_ct .wa-popup_heading_ct .wa-popup_intro {
	margin-top: -5px;
	line-height: 12px;
}

.wa-popup_chat_box_ct .wa-popup_ct_avt_list:after {
	content: "";
	clear: both;
	display: block;
}

.wa-popup_chat_box_ct .wa-popup_ct_content {
	background: #fff;
	padding: 0 0 14px;
}

.wa-popup_chat_box_ct .wa-popup_ct_content .wa-popup_notice {
	padding-top: 18px;
	padding-bottom: 15px;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item {
	width: 33%;
	float: left;
	font-size: 10px;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item a {
	text-decoration: none;
	color: #989b9f;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item .wa-popup_ct_txt {
	padding-top: 8px;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item .wa-member_name {
	color: #363c47;
	font-size: 13px;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item .wa-member_duty {
	color: #989b9f;
	padding: 3px 0 0;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item .wa-member_stt_online {
	color: #2db742;
	font-size: 9px;
	line-height: 12px;
	display: inline-block;
	padding: 3px 0 0 16px;
	background: url("../images/1384095.png") 0 3px no-repeat;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
}

.wa-popup_chat_box_ct .wa-popup_ct_content_item .wa-member_stt_offline {
	color: #f5a623;
	font-size: 9px;
	line-height: 12px;
	padding: 2px 0 0;
}

.wa-popup_chat_box_ct .wa-popup_ct_avatar img {
	border-radius: 50%;
}

.wa-popup_chat_box_ct .wa-popup_ct_call_btn {
	width: 97px;
	font-size: 11px;
	padding: 9px 10px 11px;
	margin: 15px 0 15px;
}

.wa-btn_popup {
	position: fixed;
	cursor: pointer;
	bottom: 45px;
	right: 7rem;
	z-index: 9999;
}

.wa-btn_popup .wa-btn_popup_icon {
	width: 48px;
	height: 48px;
	background: rgb(86, 166, 30);
	background: -moz-linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	background: -webkit-linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	background: linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
}


.wa-btn_popup .wa-btn_popup_icon:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url("../images/1384095.png") center center no-repeat;
	background-size: 30px auto;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
	filter: invert(1) grayscale(100%) brightness(2);
}

.wa-btn_popup .wa-btn_popup_icon:after {
	content: "";
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url("https://cdn-icons-png.flaticon.com/128/2976/2976286.png") center center no-repeat;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-webkit-transform: scale(0) rotate(-360deg);
	-moz-transform: scale(0) rotate(-360deg);
	-ms-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
	filter: invert(1) grayscale(100%) brightness(2);
}



.wa-btn_popup.wa-active .wa-btn_popup_icon:before {
	opacity: 0;
	-webkit-transform: scale(0) rotate(360deg);
	-moz-transform: scale(0) rotate(360deg);
	-ms-transform: scale(0) rotate(360deg);
	transform: scale(0) rotate(360deg);
}

.wa-btn_popup.wa-active .wa-btn_popup_icon:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.wa-btn_popup .wa-btn_popup_txt {
	position: absolute;
	width: 180px;
	right: 100%;
	background: rgb(86, 166, 30);
	background: -moz-linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	background: -webkit-linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	background: linear-gradient(0deg,
			rgba(86, 166, 30, 1) 0%,
			rgba(105, 202, 59, 1) 100%);
	font-size: 14px;
	text-align: left;
	color: #fff;
	top: 0;
	padding: 12px 1rem 12px 1rem;
	margin-right: 15px;
	border-radius: 1.5rem;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
	webkit-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 16px -16px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 0, 0, 0.05);
}

.wa-btn_popup .wa-btn_popup_txt span {
	display: block;
}

.wa-btn_popup.wa-active .wa-btn_popup_txt {
	-webkit-transform: translate(0, 15px);
	-moz-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px);
	opacity: 0;
	visibility: hidden;
}


@media (max-width: 767px) {
	.wa-btn_popup .wa-btn_popup_icon {
		width: 38px;
		height: 38px;
	}

	.wa-btn_popup .wa-btn_popup_icon:before {
		background-size: 20px auto;
		-webkit-background-size: 20px auto;
	}

	.wa-popup_chat_box {
		bottom: 6rem;
		right: 1rem;
	}
}

.fnew-footer {
	color: #ffffff;
	flex-flow: column;
	margin-top: 1rem;
}

.fnew-footer .fnew-footer_layer {
	z-index: 0;
	width: 100%;
	height: 8.75rem;
	position: relative;
	overflow: hidden;
}

.fnew-footer .fnew-footer_layer::after {
	background: linear-gradient(to right, rgb(20, 24, 62) 0%, #015cb6 100%);
	content: "";
	position: absolute;
	width: 101%;
	height: 300px;
	left: -5px;
	top: 65px;
	border-top-left-radius: 70px;
	border-top-right-radius: 70px;
	transform: rotate(362deg);
	filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.4));
}

.fnew-footer .fnew-footer_wrap {
	background-image: linear-gradient(90deg, rgb(20, 24, 62), #015cb6);
	background-image: linear-gradient(90deg, rgb(20, 24, 62), #015cb6);
}

.padding-global {
	padding-right: 2.5rem;
	padding-left: 2.5rem;
	max-height: none;
}

.fnew-footer .fnew-footer-logo {
	max-width: 140px;
	margin-bottom: 1rem;
	position: absolute;
	top: -5rem;
}

.cert-img {
	max-width: 150px;
}

.fnew-footer .social-icons a {
	color: #ffffff;
	margin-right: 15px;
}

.fnew-footer .fnew-icon {
	font-size: 15px;
}

.fnew-footer .fnew-md-icon {
	font-size: 20px;
}

.fnew-footer .fnew-lg-icon {
	font-size: 25px;
}

.fnew-footer .fnew-container {
	max-width: 1720px;
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 768px) {
	.fnew-footer .fnew-footer_layer {
		z-index: 0;
		width: 100%;
		height: 8.75rem;
		position: relative;
		overflow: hidden;
	}

	.fnew-footer .fnew-footer_layer::after {
		background: linear-gradient(to right, rgb(20, 24, 62) 0%, #015cb6 100%);
		content: "";
		position: absolute;
		width: 103%;
		height: 300px;
		left: -10px;
		top: 30px;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		transform: rotate(4deg);
		filter: drop-shadow(0 -2px 5px rgba(0, 0, 0, 0.3));
	}
}

@media (max-width: 560px) {
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.mx-sm-5 {
		margin-right: 0.2rem !important;
		margin-left: 0.2rem !important;
	}
}

/* container utama: buat stacking context */
.testimoni-bg {
	position: relative;
	overflow: hidden;
	padding: 30px 50px;
	border-radius: 15px;
	background: linear-gradient(to right,
			rgba(0, 98, 255, 0.25) 0%,
			rgba(0, 98, 255, 0.25) 50%,
			rgba(0, 158, 63, 0.25) 100%);
	color: #4B4B4B;
	/* buat stacking context eksplisit supaya z-index anak predictable */
	z-index: 0;
}

/* overlay putih tipis — *DI BAWAH* konten */
.testimoni-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	/* top:0; right:0; bottom:0; left:0; */
	background: rgba(255, 255, 255, 0.12);
	/* turunin kalau masih pudar */
	pointer-events: none;
	/* letakkan di bawah konten dengan negative z-index.
	   Karena parent (.testimoni-bg) punya z-index:0, ini akan tetap terlihat. */
	z-index: -1;
}

/* icon FontAwesome besar samar — juga DI BAWAH konten tapi di atas overlay */
.testimoni-bg::after {
	content: "\f086";
	/* icon example */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(182, 181, 181, 0.12);
	/* samar */
	font-size: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
	/* di atas overlay (::before -1) tapi di bawah konten */
	line-height: 1;
}

/* konten testimonial harus jelas — posisi relative + z-index tinggi */
.owl-carousel .testimonial-item {
	background-color: transparent;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	z-index: 2;
	/* pastikan konten di paling atas */
	color: #4B4B4B;
	/* contoh warna teks yang kontras, sesuaikan */
}

.testimonial-item::after {
	content: "\201C";
	font-size: 10rem;
	font-weight: 900;
	font-family: Arial, sans-serif;
	color: rgba(0, 98, 255, 0.2);
	position: absolute;
	top: -50px;
	right: 10px;
	z-index: 0;
	transform: rotate(180deg);
}

/* kalau mau pastikan paragraf/h5 selalu kontras */
.owl-carousel .testimonial-item p,
.owl-carousel .testimonial-item h5,
.owl-carousel .testimonial-item span {
	color: inherit;
}


/* header */
.header-m-section {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f5d7e3 0%, #c9e4f5 50%, #d4f1f4 100%);
}

.header-m-section h1 {
	font-size: 2.5rem;
	color: #1a2b4a;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
	z-index: 1;
	text-shadow: 0 0 5px white;
}

.header-m-section p {
	font-size: 1.1rem;
	color: #4a5568;
	margin-bottom: 30px;
	max-width: 700px;
	line-height: 1.6;
	z-index: 1;
	text-shadow: 0 0 3px white;
}

.header-m-section .cta-button {
	position: relative;
	background-color: #2563eb;
	color: white;
	padding: 15px 40px;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
	z-index: 1;
}

.header-m-section .cta-button:hover {
	background-color: #1d4ed8;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.header-m-section .merchant-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.header-m-section .merchant-4,
.header-m-section .merchant-3,
.header-m-section .merchant-2,
.header-m-section .merchant-1 {
	position: absolute;
	z-index: 0;
	transition: all 0.5s ease;
	width: 400px;
	height: auto;
}

.header-m-section .merchant-4 {
	top: 10%;
	left: 10%;
}

.header-m-section .merchant-3 {
	top: 10%;
	right: 10%;
}

.header-m-section .merchant-2 {
	bottom: 10%;
	left: 20%;
}

.header-m-section .merchant-1 {
	bottom: 10%;
	right: 20%;
}

.header-text-box {
	width: 100%;
}

@media (max-width: 1536px) {
	.header-m-section .merchant-4 {
		top: 10%;
		left: 10%;
		width: 350px;
	}

	.header-m-section .merchant-3 {
		top: 10%;
		right: 10%;
		width: 350px;
	}

	.header-m-section .merchant-2 {
		bottom: 10%;
		left: 20%;
		width: 300px;
	}

	.header-m-section .merchant-1 {
		bottom: 10%;
		right: 20%;
		width: 300px;
	}

	.header-text-box {
		margin-top: 10rem;
	}
}

@media (max-width: 1024px) {
	.header-m-section .merchant-4 {
		top: 10%;
		left: 5%;
		width: 300px;
	}

	.header-m-section .merchant-3 {
		top: 10%;
		right: 5%;
		width: 300px;
	}

	.header-m-section .merchant-2 {
		bottom: 10%;
		left: 15%;
		width: 250px;
	}

	.header-m-section .merchant-1 {
		bottom: 10%;
		right: 15%;
		width: 250px;
	}

	.header-text-box {
		margin-top: 8rem;
	}
}

@media (max-width: 768px) {
	.header-m-section .merchant-4 {
		top: 10%;
		left: 2%;
		width: 300px;
	}

	.header-m-section .merchant-3 {
		top: 10%;
		right: 2%;
		width: 300px;
	}

	.header-m-section .merchant-2 {
		top: 70%;
		left: 2%;
		width: 250px;
	}

	.header-m-section .merchant-1 {
		top: 70%;
		right: 2%;
		width: 250px;
	}

	.header-text-box {
		margin-top: 6rem;
	}
}

@media (max-width: 480px) {

	.header-m-section .merchant-1,
	.header-m-section .merchant-2,
	.header-m-section .merchant-4 {
		display: none;
	}

	.header-m-section .merchant-3 {
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.header-text-box {
		margin-top: 9rem;
	}
}

@media (max-width: 357px) {
	.header-text-box {
		margin-top: 15rem;
	}
}

@media (max-width: 968px) {
	.header-m-section h1 {
		font-size: 2rem;
	}

	.header-m-section p {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.header-m-section h1 {
		font-size: 1.5rem;
	}

	.header-m-section .cta-button {
		padding: 12px 30px;
		font-size: 0.9rem;
	}

	.header-m-section .merchant-4 {
		width: 80%;
		max-width: 250px;
	}
}

.header-m-section .effect,
.header-m-section .effect2,
.header-m-section .effect3 {
	position: relative;
	display: inline-block;
}

.header-m-section .effect::after,
.header-m-section .effect2::after,
.header-m-section .effect3::after {
	content: '';
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	box-shadow: 0 0 60px 60px;
	opacity: 0.2;
	transform: translate(-50%, -50%);
}

.header-m-section .effect::after {
	top: -100px;
	left: -400px;
	width: 350px;
	height: 350px;
	background-color: #FF6867;
	box-shadow: 0 0 60px 60px #FF6867;
}

.header-m-section .effect2::after {
	top: 100px;
	left: 20%;
	width: 250px;
	height: 250px;
	background-color: #FF8B01;
	box-shadow: 0 0 60px 60px #FF8B01;
	opacity: 0.1;
}

.header-m-section .effect3::after {
	top: 300px;
	left: 400px;
	width: 350px;
	height: 350px;
	background-color: #03A5EE;
	box-shadow: 0 0 60px 60px #03A5EE;
}

.box-contact {
	margin-bottom: 100px;
	z-index: 1;
}

.contact .effect {
	position: relative;
	display: inline-block;
}

.contact .effect::after {
	content: '';
	position: absolute;
	top: -200px;
	left: 37%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #FF6867;
	box-shadow: 0 0 60px 60px #FF6867;
	opacity: 0.1;
}

.contact .effect2::after {
	content: '';
	position: absolute;
	top: 100px;
	right: -90px;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #03A5EE;
	box-shadow: 0 0 60px 60px #03A5EE;
	opacity: 0.1;
}

/* mega menu */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	height: 96px;
	box-shadow: none;
	backdrop-filter: none;
}

.header.sticky {
	border-bottom: 1px solid #eee;
	background-color: rgb(255 255 255 / 28%);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px 4px;
	backdrop-filter: blur(15px);
	height: 5rem;
}


.navbar {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 96px !important;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}

.header.sticky .navbar {
	height: 5rem !important;
}

.navbar-brand img {
	height: 60px;
	transition: all 0.3s ease-in-out;
}

.header.sticky .navbar-brand img {
	height: 50px !important;
}

.navbar .navbar-left {
	display: flex;
	align-items: center;
	flex: 0 0 17%;
}

@media (max-width: 766px) {
	.header.sticky {
		height: auto;
	}

	.header.sticky .navbar {
		height: auto !important;
	}

	.navbar .navbar-left {
		flex: 0 0 auto;
	}
}

.navbar .navbar-center {
	display: flex;
}

@media (max-width: 766px) {
	.navbar .navbar-center {
		flex: 0 0 100%;
		order: 3;
		align-items: center;
	}
}

.navbar .navbar-right {
	display: flex;
	flex: 0 0 17%;
	align-items: center;
	justify-content: flex-end;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

@media (max-width: 766px) {
	.navbar .navbar-right {
		flex: 0 0 auto;
		align-items: center;
	}
}

.brand {
	display: flex;
	align-items: center;
	order: 1;
}

.brand svg {
	width: 60px;
	height: 60px;
}

@media (max-width: 766px) {
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 350px;
		max-width: 85%;
		height: 100vh;
		z-index: 100;
		overflow: hidden;
		background-color: #fff;
		transform: translate(-100%);
		transition: all 0.4s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
	}

	.menu.is-active {
		transform: translate(0%);
	}

	.darkmode .menu {
		background-color: var(--mega-border);
	}
}

.menu .menu-header {
	display: none;
	border-bottom: 1px solid #ddd;
	transition: 0.25s;
}


.menu .menu-logo {
	display: none;
}

@media (max-width: 766px) {
	.menu .menu-header {
		position: relative;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 4rem;
		z-index: 110;
		visibility: hidden;
		background: transparent;
		display: none;
	}

	.menu .menu-header.is-active {
		visibility: visible;
		background-color: #fff;
		display: flex;
	}

	.menu .menu-header.is-active>.menu-arrow {
		display: flex;
	}

	.darkmode .menu .menu-header.is-active {
		background-color: var(--mega-border);
	}

	.menu .menu-logo {
		margin: 20px;
		height: 4rem;
		transition: 0.25s;
		display: block;
	}

	.menu .menu-logo img {
		max-height: 60px;
		margin-left: 35px;
		margin-top: 10px;
	}

	.menu .menu-logo.is-active {
		display: none;
	}
}

@media (max-width: 766px) {
	.menu .menu-header .menu-arrow {
		display: none;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		width: 3rem;
	}

	.menu .menu-header .menu-arrow:hover i {
		color: var(--mega-border);
	}

	.menu .menu-header .menu-arrow>i {
		font-size: 1.5rem;
		color: #000;
		transition: all 0.25s ease;
	}

	.darkmode .menu .menu-header .menu-arrow>i {
		color: #fff;
	}
}


@media (max-width: 766px) {
	.menu .menu-header .menu-title {
		cursor: pointer;
		font-weight: 500;
		text-transform: capitalize;
		color: #000;
		transition: all 0.25s ease;
	}

	.menu .menu-header .menu-title:hover {
		color: var(--mega-border);
	}


	.darkmode .menu .menu-header .menu-title {
		color: #fff;
	}
}

@media (max-width: 766px) {
	.menu .menu-inner {
		height: 100%;
		margin-top: -3rem;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.menu .menu-inner .menu-item {
	position: static;
	display: inline-block;
	padding-right: 20px;
	padding: 15px 30px 15px 0;
}

.menu .menu-inner .menu-item:last-child {
	padding-right: 0;
}

.menu .menu-inner .menu-item:hover>.menu-link {
	color: var(--mega-border);
}

.darkmode .menu .menu-inner .menu-item:hover>.menu-link {
	color: var(--mega-border);
}

@media (max-width: 766px) {
	.menu .menu-inner .menu-item {
		display: block;
		padding: 0;
	}
}

@media (min-width: 767px) {
	.menu .menu-inner .menu-item:hover>.menu-link i {
		transform: rotate(-90deg);
	}
}

@media (min-width: 767px) {
	.menu .menu-inner .menu-item.menu-dropdown:hover>.submenu {
		opacity: 1;
		visibility: visible;
		top: 95%;
	}
}

.menu .menu-inner .menu-item .menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
	transition: all 0.25s ease;
}

@media (max-width: 766px) {
	.menu .menu-inner .menu-item .menu-link {
		justify-content: space-between;
		padding: 20px;
	}
}

.menu .menu-inner .menu-item .menu-link>i {
	margin-left: 5px;
	font-size: 0.8rem;
	transform: rotate(90deg);
	transition: 0.35s;
}

@media (max-width: 766px) {
	.menu .menu-inner .menu-item .menu-link>i {
		margin-left: 10px;
		transform: rotate(0deg);
	}
}

.darkmode .menu .menu-inner .menu-item .menu-link {
	color: #fff;
}

.submenu {
	position: absolute;
	z-index: 100;
	top: 110%;
	left: 50%;
	width: 100%;
	height: auto;
	padding: 20px 15px;
	border-radius: 0.25rem;
	border-top: 2px solid var(--mega-border);
	background-color: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
	transform: translateX(-50%);
}

@media (min-width: 975px) {
	.submenu.megamenu-text {
		z-index: 0;
		overflow: hidden;
		border-radius: 20px;
	}

	.submenu.megamenu-normal {
		display: flex;
		flex-wrap: wrap;
		z-index: 0;
		overflow: hidden;
		border-radius: 20px;
	}

	.submenu .effect,
	.submenu .effect2 {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.submenu .effect::after {
		content: '';
		position: absolute;
		top: 10%;
		left: 10%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 300px;
		height: 200px;
		border-radius: 50%;
		background-color: #000fe759;
		box-shadow: 0 0 60px 60px #000fe759;
		opacity: 0.2;
	}

	.submenu .effect::before {
		content: '';
		position: absolute;
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 200px;
		height: 100px;
		border-radius: 50%;
		background-color: #e7000059;
		box-shadow: 0 0 60px 60px #e7000059;
		opacity: 0.2;
	}

	.submenu .effect2::after {
		content: '';
		position: absolute;
		top: 200px;
		left: 100%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 300px;
		height: 200px;
		border-radius: 50%;
		background-color: #00e71fcc;
		box-shadow: 0 0 60px 60px #00e71fd1;
		opacity: 0.2;
	}

	.submenu .effect2::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 75%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 200px;
		height: 100px;
		border-radius: 50%;
		background-color: #e7e300b5;
		box-shadow: 0 0 60px 60px #e7e300b5;
		opacity: 0.2;
	}
}

.darkmode .submenu {
	border-top: 2px solid var(--mega-border);
	background-color: var(--mega-border);
}

@media (max-width: 766px) {
	.submenu {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		min-width: auto;
		margin: 0;
		padding: 100px 15px 0 15px;
		border-radius: 0;
		border-top: 0;
		box-shadow: none;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		transform: translateX(0%);
	}

	.submenu.is-active {
		display: block;
	}

	.menu .effect,
	.menu .effect2 {
		position: fixed;
		display: inline-block;
		height: 100%;
		top: 0;
		z-index: -1;
	}

	.menu .effect::after {
		content: '';
		position: absolute;
		top: 20%;
		left: 200px;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 300px;
		height: 200px;
		border-radius: 50%;
		background-color: #000fe759;
		box-shadow: 0 0 60px 60px #000fe759;
		opacity: 0.2;
	}

	.menu .effect::before {
		content: '';
		position: absolute;
		top: 60%;
		left: 200px;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 200px;
		height: 100px;
		border-radius: 50%;
		background-color: #e7000059;
		box-shadow: 0 0 60px 60px #e7000059;
		opacity: 0.2;
	}

	.menu .effect2::after {
		content: '';
		position: absolute;
		top: 40%;
		left: 100%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 300px;
		height: 200px;
		border-radius: 50%;
		background-color: #00e71fcc;
		box-shadow: 0 0 60px 60px #00e71fd1;
		opacity: 0.2;
	}

	.menu .effect2::before {
		content: '';
		position: absolute;
		top: 75%;
		left: 75%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: 200px;
		height: 100px;
		border-radius: 50%;
		background-color: #e7e300b5;
		box-shadow: 0 0 60px 60px #e7e300b5;
		opacity: 0.2;
	}
}

@media (min-width: 767px) {
	.submenu {
		-webkit-animation: none !important;
		animation: none !important;
	}

}

@media (min-width: 767px) {
	.submenu.megamenu-normal {
		left: 55%;
		max-width: 250px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

@media (min-width: 767px) {

	.submenu.megamenu-text,
	.submenu.megamenu-image {
		display: flex;
		flex-wrap: wrap;
		max-width: 95%;
		height: auto;
		margin: 0 auto;
	}
}

@media (min-width: 975px) {

	.submenu.megamenu-text,
	.submenu.megamenu-image {
		max-width: 992px;
	}
}

.submenu.megamenu-image .submenu-inner a {
	display: flex;
	flex-flow: column;
	align-items: center;
}

@media (max-width: 766px) {
	.submenu.megamenu-image .submenu-inner a {
		flex-flow: row;
		align-items: center;
		padding-bottom: 20px;
	}
}

.submenu.megamenu-image .submenu-inner a img {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

@media (max-width: 766px) {
	.submenu.megamenu-image .submenu-inner a img {
		width: 30%;
		height: 80px;
		margin-bottom: 0;
		margin-right: 15px;
	}
}

.submenu .submenu-inner {
	width: 25%;
	padding: 0 15px;
}

@media (max-width: 766px) {
	.submenu .submenu-inner {
		width: 100%;
		padding: 0;
	}
}

.submenu .submenu-inner .submenu-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--mega-border);
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.darkmode .submenu .submenu-inner .submenu-title {
	color: var(--mega-border);
}

@media (max-width: 766px) {
	.submenu .submenu-list {
		margin-bottom: 20px;
	}
}

.submenu .submenu-list li {
	display: block;
	line-height: 1;
	margin: 0 auto;
}

.submenu .submenu-list li a {
	display: inline-block;
	padding: 10px 0;
	line-height: 1.4;
	text-transform: capitalize;
	color: #000;
	transition: all 0.25s ease-in-out;
}

.submenu .submenu-list li a:hover {
	color: var(--mega-border);
}

@media (max-width: 766px) {
	.submenu .submenu-list li a {
		display: block;
	}
}

.darkmode .submenu .submenu-list li a {
	color: #fff;
}

.darkmode .submenu .submenu-list li a:hover {
	color: var(--mega-border);
}

.switch {
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 10px;
}

.switch .switch-light,
.switch .switch-dark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in;
}

.switch .switch-light {
	font-size: 20px;
	visibility: visible;
	color: #000;
}

.darkmode .switch .switch-light {
	font-size: 0;
	visibility: hidden;
}

.switch .switch-dark {
	font-size: 0;
	visibility: hidden;
	color: #fff;
}

.darkmode .switch .switch-dark {
	font-size: 20px;
	visibility: visible;
}

.overlay {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.45s ease-in-out;
	pointer-events: none;
}

@media (max-width: 766px) {
	.overlay {
		pointer-events: visible;
	}

	.overlay.is-active {
		opacity: 1;
		visibility: visible;
	}
}

.burger {
	position: relative;
	display: block;
	cursor: pointer;
	width: 25px;
	height: 15px;
	margin-right: 15px;
	opacity: 0;
	visibility: hidden;
	background: transparent;
}

@media (max-width: 766px) {
	.burger {
		opacity: 1;
		visibility: visible;
	}
}

.burger .burger-line {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 1;
	border-radius: 15px;
	background: #000;
}

.darkmode .burger .burger-line {
	background: #fff;
}

.burger .burger-line:nth-child(1) {
	top: 0px;
}

.burger .burger-line:nth-child(2) {
	top: 8px;
	width: 70%;
}

.burger .burger-line:nth-child(3) {
	top: 16px;
}

.container {
	max-width: 75rem;
	height: auto;
	margin-inline: auto;
	padding-inline: 1.5rem;
}

.content {
	padding-top: 100px;
	display: flex;
	justify-content: center;
}

.content .container-wrapper {
	padding: 45px 15px;
}

.content h1 {
	text-align: center;
	margin-bottom: 30px;
}

.content ul {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.content ul li {
	padding: 10px 0;
	line-height: 1.4;
	text-align: center;
}

@-webkit-keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		opacity: 1;
		transform: translateX(0%);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

@keyframes slideRight {
	0% {
		opacity: 1;
		transform: translateX(0%);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

.mb-md-5 {
	margin-bottom: 0rem !important;
}

@media (max-width: 766px) {
	.mb-md-5 {
		margin-bottom: 4.2rem !important;
	}
}

.about-us .effect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.about-us .effect::after {
	content: '';
	position: absolute;
	top: -150px;
	left: 40%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 300px;
	height: 200px;
	border-radius: 50%;
	background-color: #03a4ee91;
	box-shadow: 0 0 60px 60px #03a4ee91;
	opacity: 0.2;
}

.about-us .effect2 {
	position: relative;
	display: inline-block;
	width: 100%;
}

.about-us .effect2::after {
	content: '';
	position: absolute;
	top: 80px;
	left: 90%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 300px;
	height: 200px;
	border-radius: 50%;
	background-color: #ff67679a;
	box-shadow: 0 0 60px 60px #ff67679a;
	opacity: 0.2;
}

.why-section .effect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.why-section .effect::after {
	content: '';
    position: absolute;
    top: -150px;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #19d56ebb;
    box-shadow: 0 0 60px 60px #19d56ebb;
    opacity: 0.2;
}

.our-services .effect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.our-services .effect::after {
	content: '';
	position: absolute;
	top: -200px;
	left: 70%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #ff821c7e;
	box-shadow: 0 0 60px 60px #ff821c7e;
	opacity: 0.2;
}

.together-section .effect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.together-section .effect::after {
	content: '';
	position: absolute;
	top: -50px;
	left: 70%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #19d56ebb;
	box-shadow: 0 0 60px 60px #19d56ebb;
	opacity: 0.2;
}

.together-section .effect2 {
	position: relative;
	display: inline-block;
	width: 100%;
}

.together-section .effect2::after {
	content: '';
	position: absolute;
	top: -350px;
	left: 90%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #03a4ee9c;
	box-shadow: 0 0 60px 60px #03a4ee9c;
	opacity: 0.2;
}

.qne-section .effect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.qne-section .effect::after {
	content: '';
	position: absolute;
	top: -350px;
	left: 10%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #03a4ee9c;
	box-shadow: 0 0 60px 60px #03a4ee9c;
	opacity: 0.2;
}

.client-section .effect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.client-section .effect::before {
	content: '';
	position: absolute;
	top: -250px;
	left: 90%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #ff68679e;
	box-shadow: 0 0 60px 60px #ff68679e;
	opacity: 0.2;
}

.client-section .effect::after {
	content: '';
	position: absolute;
	top: -100px;
	left: 10%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #19d56ea6;
	box-shadow: 0 0 60px 60px #19d56ea6;
	opacity: 0.2;
}
