/* Custom Font - Montserrat */
@font-face {
	font-family: "Montserrat";
	src: url("../font/Montserrat-Black.otf");
	src: url("../font/Montserrat-Regular.otf") format("embedded-opentype"),
		url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"),
		url("fonts/star.svg#star") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url("../images/bg-gnl.png");
	background-repeat: no-repeat;
	background-size: auto;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #0c9;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 5;
}

.my-float {
	margin-top: 22px;
}

.btn {
	font-family: "Karla";
}

.testimonial,
.footer-color {
	background-color: #21409a;
}
.footer-text-color {
	color: #ffffff;
}

.fasilitas-lower-menu a {
	color: #21409a;
}

.fab {
	color: #ffffff;
}
.hk-social {
	color: #21409a;
}
