@import url(https://fonts.googleapis.com/css?family=Nunito);
/**
 * css Created By Imam Maulana - OK BANK
 */
body{
	background-image: url("../images/material/geo/backgroud.png");
	background-repeat: no-repeat;
	/* position: relative; */
	overflow-y: scroll;
	height:'100%';
}
.button{
  background-color: #DA593C;
  border: none;
  color: white;
  padding: 3px 17px;
  text-align: center;
  font-size: 15px;
  margin: 2px 2px;
  opacity: 0.9;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.button-bawah{
	background-color: #F55000;
	border: none;
	color: white;
	padding: 10px 74px;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	opacity: 0.9;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }


.button:hover {opacity: 1}
.title-content h3{
	font-size: 42px;
	text-align: left;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 15px 0;
	padding-left: 21px;
}
.text-content p,.isi-caption p{
	font-size: 16px;
	text-align: left;
	/* 	padding-left: 21px; */
}
nav ul ul li {
	position:relative;
	width:100%;
	}

  /* mouse over link */
  a:hover {
	color:#FFFFFF;
  }

@media screen and (max-width: 767px) {
    .table-responsive {
        -ms-overflow-style: scrollbar !important;
    }
}
/* @media screen and (max-width: 360px) {
    .table-responsive {
        -ms-overflow-style: scrollbar !important;
    }
} */
