/* NAVBAR */
.navbar{
	position: relative;
	z-index: 1;
}


.btncontact
{
	border: solid #00CB03 2px;
	border-radius: 10px;
	color: #00CB03;
	text-transform: uppercase;
}
	.btncontact:hover
	{
		background-color: #00CB03;
		border-radius: 10px;
		color: white;
	}

.navbar-brand
{
	font-size: 30px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.nav-link
{
	text-transform: uppercase;
	margin-right: 20px; 
}

.navbar-brand, .nav-link {
		color: #00CB03 !important; 
	}

/* JUMBOTRON */
.jumbotron .container
{
	position: relative;
	z-index: 1;
}

.jumbotron
{
	background-image: url(../img/jbtron.jpg);
	background-size: cover;
	height: 400px;
	position: relative;
}

	.jumbotron::after
	{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0))
	}

.spanmerah
{
	color: red;
	font-weight: 500;
}

.spankami
{
	color: #00CB03;
	font-weight: 500;
}

.jumbotron .display-4 
{
	color: white;
	text-align: center;
	margin-top: 80px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	font-size: 40px;
	font-weight: 200;

}

/*WHY US*/

.whyusbox
{
	background-color: white;
}

/* SERVICES */

.servicesh2
{
	margin-top: 35px;
}

.gbrservices
{
	border-radius: 12px;
	box-shadow: 0 3px 20px rgba(0,0,0, 0.5);
}

/* FAQS */
.faqscontainer
{
	min-height: 400px;
	background-color: #00CB03;
}

.boxfaqs
{
	margin-top: 100px;
	color: white;
}

.textfaqs
{
	letter-spacing: 2px;
	font-size: 22px;
}

/* FAQS DETAIL */
.faqscontainerdetail
{
	min-height: 600px;
}

.tanya
{
	color: #00CB03;
	margin-top: 50px;
}

.separasi
{
	content: '';
	display: block;
	border-bottom: 5px solid #ccc;
	width: 10%;
	margin: auto;
}


.btnfaqs
{
	border: solid white 2px;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
}
	.btnfaqs:hover
	{
		background-color: white;
		border-radius: 10px;
		color: #00CB03;
	}


/* IMG GALERI */
.gallery-item
{
	border-radius: 20px;
}

.active-tag
{
	background-color: transparent !important;

}

/* FOOTER */
.footercontainer
{
	background-color: black;
	padding-bottom: 100px;
}

.footerbox
{
	margin-top: 30px;
}

.footeralamat
{
	text-align: center;
	color: white;
	margin-top: 50px;
}

.footerlink a
{
	text-decoration: none;
	color: white;
}

.gmap
{
	margin-top: 50px;
}


/* CLIENTS */
.boxclients
	{
		background-image: linear-gradient(white 10%, #9feba0 90%);		
	}

.item {
    position: relative;
    display: inline-block;
    height: 250px;
    margin: 0 10px;
}

.item a img
{
	border-radius: 20px;
}

.clientgbr
{
	width: 100px;
	height: 100px;
}

.tooltiptext {
    width: 100px;
    background-color: transparent;
    border-color: white;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin-top: 10px;
 	left: 0;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 9999999;
}

/* Show the tooltip text when you mouse over the tooltip container */
.item:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    width: 300px;
    top: 100%;
    left: 50%; 
    margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.jumbotron2
{
	background-image: url(../img/headabout.jpg);
	background-size: cover;
	height: 350px;
	position: relative;
}



hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px #00CB03;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

@media (min-width: 992px) {
	.navbar-brand, .nav-link {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	}

	.nav-link:hover::after
	{
		content: '';
		display: block;
		border-bottom: 3px solid #00CB03;
		width: 50%;
		margin: auto;
		padding-bottom: 5px;
		margin-bottom: -8px;
	}

	.jumbotron
	{
		margin-top: -75px;
		height: 650px;
	}

	.jumbotron .display-4
	{
		font-size: 70px;
		margin-top: 130px;
	}

	/* WHY US BOX */
	.whyuscontainer
	{
		background-image: url(../img/whyus-bg2.jpg);
		background-size: cover;
		min-height: 500px;
	}

	.whyusbox
	{
		box-shadow: 0 3px 20px rgba(0,0,0, 0.5);
		border-radius: 12px;
		margin-top: 100px;
	}

	.wubh4
	{
		letter-spacing: 3px;
	}

	.wubkiri
	{
		margin-left: 25px;
	}
	.wubkanan
	{
		margin-right: 25px;
	}

	/* SERVICE */
	.servicesh2
	{
		font-size: 35px;
		margin-top: 120px;
	}

	/* FAQS */
	.faqscontainer
	{
		background-image: url(../img/tangandaun.jpg);
		background-size: cover;
		height: 800px;
	}

	.boxfaqs
	{
		margin-top: 300px;
	}

	.textfaqs
	{
		font-size: 45px;
		color: #00CB03;
	}

	.btnfaqs
	{
		border: solid #00CB03 2px;
		border-radius: 10px;
		color: #00CB03;
		text-transform: uppercase;
	}
		.btnfaqs:hover
		{
			background-color: #00CB03;
			border-radius: 10px;
			color: white;
		}

	/* CLIENTS */
	
	.clientgbr
	{
		width: 200px;
		height: 200px;
	}

	.tooltiptext {
	    width: 200px;
	}

	.boxclients
	{
		background-image: linear-gradient(white , #9feba0 );		
	}

	.jumbotron3
	{
		background-image: url(../img/bgaboutbawah.jpg);
		background-size: cover;
		background-position: bottom;
		height: 605px;
		position: relative;
	}

	/* FAQS DETAIL */
	.tanya
	{
		font-size: 28px;
	}


	/* Footer */
	.footerpt
	{
		font-size: 30px;
	}

	.footeralamat
	{
		text-align: left;
		margin-top: 30px;
	}

	
}
	.backbox
	{
	    position: fixed; /* Fixed/sticky position */
	    bottom: 10px; /* Place the button at the bottom of the page */
	    right: 10px; /* Place the button 30px from the right */
	    z-index: 998; /* Make sure it does not overlap */
	    outline: none; /* Remove outline */
	    border-radius: 100px; /* Rounded corners */
	    font-size: 18px; /* Increase font size */
	    border: solid 3px #00CB03;
	    background-color: #00CB03;
	}

	.backbutton
	{
		color: white;
	}
		.backbutton:hover
		{
			color: green;
		}

	.backbutton2
	{
		color: black;
	}
		.backbutton2:hover
		{
			color: darkgreen;
		}
