* {box-sizing: border-box}

html, body {
	height: 100%;
}

/* whatsapp */
.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;
}

/* navbar */
.navbar-brand img {
	width: 180px;
	height: auto;
}
@media (min-width: 992px) {
	.navbar-brand img {
		width: 237px;
		height: auto;
	}
}

.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #007bff;
	color: white;
}
.dropdown-menu > li.show > a{
	color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}

/* tron */
#tron h1 {
	color: white;
}

/* hero */
#hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/background/bg-1.jpg");


	/* Set a specific height */
	height: 90%;

	/* Position and center the image to scale nicely on all screens  */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#hero h1 {
	margin-top: 180px;
}

#hero span {
	color: #ff6600;
	font-weight: bold;
}

#hero a {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	background-color: #ff6600;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
}

@media screen and (max-width: 360px) {
	#hero h1 {
		font-size: 12px !important;
		line-height: 80%;
		margin-top: 100px;
	}
}

/* break */
#break {
	background-color: #ff6600;
	font-size: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	box-shadow: 5px 5px 3px black;
}

#breakProduk {
	background-color: #ff6600;
	font-size: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
}

/* produk */
.produk  img {
	width: 380px;
	height: auto;
}

/* Container needed to position the overlay. Adjust the width as needed 
.produk .foto {
  position: relative;
  max-width: 380px;
}*/

/* card */
.card .btn {
	background-color: #ff6600;
	color: white;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.foto:hover .overlay {
  opacity: 1;
}

/* benefit */
#benefit {
	padding-top: 20px;
}

#benefit h1 {
	color: #ff6600;
	font-size: 50px;
}

#benefit p {
	padding-top: 60px;
	font-size: 18px;
}

#benefit .sertifikat {
	width: 500px;
	height: 100px;
}

#benefit .sertifikat img{
	width: 90px;
	padding-left: 15px;
	padding-right: 15px;
}

/* brand */
#brand h5 {
	color: #ff6600;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* kontak */
#kontak {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #ff6600;
	margin-bottom: 50px;
}

#kontak h1 {
	color: white;
	font-size: 50px;
	font-weight: bold;
}

#kontak p {
	color: white;
}

#kontak button {
	width: 100%;
}

#slideshow {
	margin-bottom: 50px;
}

/* produk2 */
#produk2 {
	padding-bottom: 20px;
}

#produk2 .card {
	border: 0;
}

#produk2 h5 {
	font-weight: bold;
}

#produk2 .card a {
	width: 70%;
}

#produk2 .card img {
	height: 300px;
	object-fit: cover;
}

/* about */
#about {
	border-top: solid;
	border-bottom: solid;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 50px;
}

#about span {
	color: #ff6600;
	font-weight: bold;
	font-size: 30px;
}

/* kontak2 */
#kontak2 h1 {
	font-weight: bold;
}

#kontak2 .row {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 15px;
}
#kontak2 .btn {
	background-color: #ff6600;
	color: white;
}

/* client */
#klien {
	margin: 30px 0px;
}

#klien h4 {
	color: #ff6600;
	margin-bottom: 20px;
}

/* footer */
footer {
	background-color: #cfcfcf;
	
}

#foot {
	padding-top: 20px;
	padding-bottom: 20px;
}
#foot p{
	margin: 0px;
	font-size: 14px;
}
#foot p a{
	color: black;
}

#call {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}



