/* Navbar */
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}

:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

.navbar {
	position: relative;
	z-index: 1;
}
.navbar a {
	/* display: none !important; */
	font-family: "Viga", sans-serif;
	/* font-weight: 700; */
}
.navbar-brand {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	width: 75%;
}

#service .card-body {
	text-align: center;
}

#sejarah {
	color: #494747;
}
#sejarah .row {
	justify-content: center;
	margin-bottom: 20px;
	/* margin-left: 100px; */
}

#sejarah h4 {
	margin-top: 100px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

#sejarah h4 {
	width: 100%;
	text-align: end;
	border-bottom: 4px solid #471b81;
	line-height: 0.1em;
	margin: 10px 0 20px;
	color: #494747;
	color: white;
	font-weight: 700;

	/* border: 2px solid white; */
}
#sejarah h4 span {
	background: #ffff;
	padding: 0 10px;
	color: #494747;
}

#sejarah h4::before {
	content: "";
	width: 100px;
	height: 2px;
	background: rgb(17, 26, 146);
	position: absolute;
	top: 10px;
}

#legalitas .row {
	/* margin-left: 120px; */
	text-align: left;
}

/* Jumbotron */
.jumbotron {
	background-image: url(../images/security.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 540px;
	text-align: center;
	position: relative;
}

.jumbotron .container {
	z-index: 1;
	position: relative;
}

#utama .jumbotron::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
}

.jumbotron .display-4 {
	color: white;
	margin-bottom: 30px;
	margin-top: 150px;
	font-weight: 200;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 24px;
}

.jumbotron .display-4 span {
	font-weight: 400;
}

/* Info panel */
.info-panel {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	margin-top: -100px;
	background-color: white;
	padding: 30px;
}

.info-panel img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.info-panel h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.info-panel p {
	color: grey;
    margin-top: -5px;
    font-weight: 200;
    font-size: 12px;
}

/* workingspace */
.workingspace {
	margin-top: 120px;
	text-align: center;
}

.workingspace h4 {
	font-size: 48px;
	font-weight: 200;
	/* text-transform: uppercase; */
	margin-top: -30px;
}

.workingspace h3 span {
	font-weight: 500;
}

.workingspace p {
	color: #949494;
	font-size: 18px;
	font-weight: 200;
	/* margin: 30px 0; */
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about {
  padding: 80px 0;
  background-color: red;
}

.about .about-image {
  position: relative;
  margin-bottom: 30px;
}

.about .about-image .main-image {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about .about-image .experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 120px;
}

@media (max-width: 768px) {
  .about .about-image .experience-badge {
    min-width: 100px;
    min-height: 100px;
    padding: 15px;
    right: 0;
  }
}

.about .about-image .experience-badge .years {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .about .about-image .experience-badge .years {
    font-size: 2rem;
  }
}

.about .about-image .experience-badge .text {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2;
}

.about .about-content {
  padding-left: 20px;
}

@media (max-width: 992px) {
  .about .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

.about .about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .about .about-content h2 {
    font-size: 2rem;
  }
}

.about .about-content .lead {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--default-color);
}

.about .about-content p {
  margin-bottom: 1.5rem;
  color: var(--default-color);
}

.about .about-content .features-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about .about-content .feature-item {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.about .about-content .feature-item .icon {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: var(--accent-color);
}

.about .about-content .feature-item .icon i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.about .about-content .feature-item .icon:hover i {
  transform: translateY(-5px);
}

.about .about-content .feature-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.about .about-content .feature-item p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.about .about-content .cta-button {
  margin-top: 1rem;
}

.about .about-content .cta-button .btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.about .about-content .cta-button .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  border-color: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* testimonial */
.testimonial {
	margin-top: 100px;
}

.testimonial h5 {
	text-align: center;
	font-weight: 200;
	font-style: italic;
	font-size: 24px;
}

.testimonial figure img {
	width: 60px;
	margin: 20px 10px 5px;
	opacity: 0.6;
}

.testimonial figure img.utama {
	width: 87px;
	margin: 20px 15px 5px;
	opacity: 1;
	margin: 5px;
}

.testimonial figure h5 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #73a1e2;
}

.testimonial figure p {
	font-size: 12px;
	color: #acacac;
	margin-top: -5px;
}

.testimonial figcaption {
	text-align: center;
}

/* footer */

.visi {
	box-shadow: 0 3px 20px rgba(49, 25, 112, 0.2);
	border-radius: 12px;
	background-color: white;
	padding: 20px;
	margin: 20px;
	align-content: center;
	text-align: center;
}

/* footer */

.footer-dark {
	padding: 50px 0;
	color: #f0f9ff;
	background-color: #282d32;
}

.footer-dark h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
}

.footer-dark ul {
	padding: 0;
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 0;
}

.footer-dark ul a {
	color: inherit;
	text-decoration: none;
	opacity: 0.6;
}

.footer-dark ul a:hover {
	opacity: 0.8;
}

.footer-dark .item.text {
	margin-bottom: 36px;
}

.footer-dark .item.text p {
	opacity: 0.6;
	margin-bottom: 0;
}

.footer-dark .item.social {
	text-align: center;
}

.footer-dark .item.social > a {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
	margin: 0 8px;
	color: #fff;
	opacity: 0.75;
}

.footer-dark .item.social > a:hover {
	opacity: 0.9;
}

.footer-dark .copyright {
	text-align: center;
	padding-top: 24px;
	opacity: 0.3;
	font-size: 13px;
	margin-bottom: 0;
}

#fluidservices h3 {
	color: blueviolet;
}

#fluidabout {
    background: yellow;
}

#fluidstruktur .jumbotron-fluid {
	background-image: url("../images/chess.jpg");
	height: 340px;
	background-position: 0 -250px;
	 /* Center the image */
}
#fluidservices .jumbotron-fluid {
	background-image: url("../images/services1.jpg");
	height: 340px;
	background-position: 0 -300px; /* Center the image */
}
#fluidabout .jumbotron-fluid {
	background-image: url("../images/building.jpg");
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}

/* services */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,900);

body {
	font-size: 100%;
	line-height: 1.6;
}
.block-content {
	min-height: 100vh;
}
block-content p {
	font-size: 1.1em;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto 1em auto;
}
.block-content h2 {
	text-align: center;
	margin: 1em 0 0 0;
	font-size: 2.5em;
	line-height: 1;
	letter-spacing: 0.02em;

	@media all and (min-width: 40em) {
		font-size: 4.75em;
	}
}
.subtitle {
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	margin: 0.5em 0;
}
.heading-group {
	margin: 0 0 3em 0;
}
.content h3 {
	font-size: 1.2em;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #fff;

	@media all and (min-width: 40em) {
		font-size: 2.5em;
	}
}

h1,
h2,
h3 {
	font-family: "Merriweather", sans-serif;
	font-weight: 700;
}
p {
	font-family: "Merriweather", sans-serif;
	line-height: 1.5;
}

.l-block-spacing {
	min-height: 80vh;
	padding: 2em 0 4em 0;
}

.l-contained {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;

	padding-left: 1em;
	padding-right: 1em;

	@media all and (min-width: 40em) {
		padding-left: 2em;
		padding-right: 2em;
	}
}

.timeline-list {
	/* border-left: 5px solid #ccc; */
	padding-bottom: 1em;
	position: relative;
	/* max-width: 700px; */
	margin: 0 auto;

	&:before {
		content: "";
		border-left: 5px solid #ccc;
		left: -0.25em;
		top: 2em;
		height: 100%;
		position: absolute;
		bottom: 0;
		top: 0;
		transform-origin: 0 0;
		animation: scaleVertical 3s 1s ease both 1;
	}

	&:after {
		content: "";
		clear: both;

		position: absolute;
		bottom: 0px;
		left: -1em;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: none repeat scroll 0% 0% #ddd;
		border: 5px solid #ddd;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		animation: revealScaleUp 0.75s 2.82s ease both 1;
	}
}

.t-block-teal {
	background: #ffffff;
}
.t-block-teal h2 {
	color: rgb(46, 45, 45);
}
.t-block-teal h3 {
	color: #252425;
}
.t-block-teal p {
	color: #111111;
}

.timeline-list li .no {
	text-decoration: none;
}
.timeline-list li .no:before {
	display: none;
}

.timeline-list li .noef:before {
	border-radius: 10%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
/* list animation */
/* scale in the circle, follwoed by the list item */
/* the border must also animate in. */
.timeline-list li {
	/* margin: 0 0 3em 0; */
	padding: 0 2em 0em 2em;
	position: relative;
}
.timeline-list li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -1.45em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: none repeat scroll 0% 0% #e4b126;
	border: 5px solid #fff;
	animation: revealScaleUp 0.75s 0s ease both 1;
}
.timeline-list {
	animation: reveal 2s 0 ease both 1;
}
.timeline-list li .content {
	animation: revealFromLeft 0.5s 0s ease both 1;
}

.timeline-list li:nth-child(1):before {
	animation-delay: 0.85s;
}
.timeline-list li:nth-child(1) .content {
	animation-delay: 1.05s;
}
.timeline-list li:nth-child(2):before {
	animation-delay: 1.2s;
}
.timeline-list li:nth-child(2) .content {
	animation-delay: 1.5s;
}
.timeline-list li:nth-child(3):before {
	animation-delay: 1.8s;
}
.timeline-list li:nth-child(3) .content {
	animation-delay: 2.1s;
}
.timeline-list li:nth-child(4):before {
	animation-delay: 2s;
}
.timeline-list li:nth-child(4) .content {
	animation-delay: 2.3s;
}
@keyframes revealFromLeft {
	0% {
		transform: translateX(-1em);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes scaleVertical {
	0% {
		transform: scaleY(0);
	}
	100% {
		transform: scaleY(1);
	}
}
@keyframes revealScaleUp {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}

	50% {
		opacity: 1;
		transform: scale(1.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* struktur */
#bagan img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

/* Utility */
.tombol {
	text-transform: uppercase;
	border-radius: 40px;
}

@media (max-width: 575.98px) {

	#fluidstruktur .jumbotron-fluid {
		background-image: url("../images/chess.jpg");
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;
		
	
	}


	#fluidabout .jumbotron-fluid {
		background-image: url("../images/building.jpg");
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0 -150px;

	}

	#fluidservices .jumbotron-fluid {
		background-image: url("../images/services1.jpg");
		height: 250px;
		background-position: 0 -100px;
		background-repeat: no-repeat;
	}

	#legalitas {
		font-size: 12px;
		text-align: left;

		/* background-color: red; */
	}

	#legalitas table tr {
		text-align: left;
		border-bottom: 1px solid #eaeaea;
	}

	.navbar-brand {
		width: 60%;
	}
	.navbar img {
		width: 100% !important;
	}
}
@media (max-width: 771px) {
	.carousel-inner img {
		width: 400px;
		height: 380px;
	}

	#legalitas .row {
		/* margin-left: 120px; */
		text-align: left;
	}
}

@media (max-width: 992px) {
	#legalitas .row img {
		float
	}
}

/* Desktop Version */
@media (min-width: 992px) {
	.nav-link {
		margin-right: 20px;
	}

	.jumbotron .display-4 {
		font-size: 62px;
	}

	.workingspace {
		text-align: left;
	}

	.testimonial h5 {
		font-size: 32px;
	}
}
