@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;1,300&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}

.swal2-popup{
  width: 30rem !important;
}

.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}

/* .petacontent{
  max-width: 1250px;
  padding: 0 30px;
} */

.navbar{
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}

.infokanwil{
  background: linear-gradient(#05063e , #05063e);
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  z-index: 11;
}

.navbar .logo img {
  width: 93% !important; 
  padding-right: 400px !important;
  min-width: 50px;
}

.navbar.sticky{
  background: linear-gradient(#05063e , #05063e);
  /* background-color: #093D77; */
  padding: 2px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  z-index: 11;
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .menu-list{
  display: inline-flex;
  white-space:nowrap;
}
.menu-list li{
  list-style: none;
  margin-top: 13px;
}
.menu-list li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 35px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  background-color: #FFBD59;
  display: inline-block;
  padding: 5px;
  padding-bottom: 2px;
  border: none;
  border-radius: 5px;
  color: #05063e;
}

.active a{
  background-color: #FFBD59;
  display: inline-block;
  padding: 5px;
  padding-bottom: 2px;
  border: none;
  border-radius: 5px;
  color: #05063e !important;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

/* .ikons:nth-child(2) {
  transition-delay: 200ms;
}
.ikons:nth-child(3) {
  transition-delay: 400ms;
}
.ikons:nth-child(4) {
  transition-delay: 600ms;
}
.ikons:nth-child(6) {
  transition-delay: 200ms;
}
.ikons:nth-child(7) {
  transition-delay: 400ms;
}
.ikons:nth-child(8) {
  transition-delay: 600ms;
} */

section {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 100vh;
}

.banner{
  display: block;
  background-image: url('/img/banten5.jpg');
  height: 102vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.banner::before{
    content: '';
    position: absolute;
    bottom: -2vh;
    left: 0;
    width: 100%;
    height: 3%;
    background: linear-gradient(to top, #fff, transparent);
    z-index: 2;
}

.containerjwr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.containerjwr1 {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  margin-left: 14px; 
  font-family: 'Montserrat';
}

#jawara1 .button {
  text-decoration: none;
  color: #fff;
  /* background: linear-gradient(#05063e , #05063e); */
  padding: 10px 20px;
  border-radius: 4px;
  border-width: 3px;
  border-style: solid;
  border-color: white;
  font-weight: normal;
  text-transform: uppercase;
  /* box-shadow: 0 15px 35px rgba(33, 147, 176, 1); */
  margin-top: 20px !important;
}

#jawara1 h1 {
  font-size: 100px;
}


#jawara img {
    margin: 0;
    display: inline-block;
}
#jawara p {
    margin: 10px;
    display: block;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
}

#jawara a {
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.5s;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    margin: 10px;
    padding-right: 30px;
}
#jawara a:hover {
    color: #05063e;
}
#jawara a:before {
    content: '';
    position: absolute;
    width:  0;
    height: 0;
    background: url(/img/btn-bg2.png);
    background-size: cover;
    transform-origin: left;
    transition: 0.5s;
}
#jawara a:hover:before {
    width: 300px;
    height: 75px;
}
#jawara a span {
    position: relative;
    z-index: 1;
}
.tentang{
  padding: 130px 0 0 0;
}
.tentang .maskot{
  text-align: center;
  
}
.tentang .maskot img{
  width: 450px;
  height: 450px;
}
.tentang p{
  padding: 20px 100px 20px 100px;
  text-align: center;
  font-size: 18px;
}
.comingsoon{
  margin-top: -80px;
  margin-bottom: -20px;
}
.comingsoons{
  text-align: center;
}
.comingsoons img{
  width: 100%;
  height: 100%;
}
.btnDasarHukum {
  background-color: #eee;
  border-color: #05063e;
  color: #05063e;
  padding: 10px;
  margin-right: 5px;
  margin-top: -150px;
  cursor: pointer;
  border-radius: 10px;
}

/* Darker background on mouse-over */
.btnDasarHukum:hover {
  background-color: #05063e;
  color: #eee;
}

.layanan{
    padding: 130px 0 0 0;
}

.layanan .title{
    font-size: 38px;
    font-weight: 300;
}

.layanan .ikon{
    text-align: center;
}
.layanan .ikon .button{
    width: 239px;
    height: 170px;    
    margin: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
    border: none;
    border-radius: 5px;
    transition-duration: 0.6s;
    background-size: cover;
    cursor: pointer;
}
.layanan1 {
  background: url(/img/layanan_ahu.png);
}
.layanan2 {
  background: url(/img/layanan_penyuluh.png);
}
.layanan3 {
  background: url(/img/layanan_harmon.png);
}
.layanan4 {
  background: url(/img/layanan_ki.png);
}
.layanan5 {
  background: url(/img/layanan_pengaduan.png);
}
.layanan6 {
  background: url(/img/layanan_rentan.png);
}
.layanan7 {
  background: url(/img/cs.png);
}
.layanan8 {
  background: url(/img/izinpenelitian.png);
}
.layanan .ikon .button{
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.layanan .ikon .button:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    transform: scale(0.95);
}


.spel{
    padding-top: -1200px;

}

.spel .ikon{
    text-align: center;
}
.spel .ikon .button{
    width: 159px;
    height: 110px;
    margin: 15px;
    border: none;
    border-radius: 5px;
    transition-duration: 0.6s;
    background-size: cover;
    cursor: pointer;
}
.layananpelantikanppns {
  background: url(/img/pelantikanppns.png);
}
.layanannotarisbaru {
  background: url(/img/notarisbaru.png);
}
.layanannotarispengganti {
  background: url(/img/notarispengganti.png);
}
.layananpermohonannaturalisasi {
  background: url(/img/permohonannaturalisasi.png);
}
.layananhukum {
  background: url(/img/layananhukum.png);
}
.layanansumpahpewarganegaraan {
  background: url(/img/sumpahpewarganegaraan.png);
}
.layananapostille {
  background: url(/img/apostille.png);
}
.layananpencetakanapostille {
  background: url(/img/pencetakanapostille.png);
}
.layananparpol {
  background: url(/img/parpol.png);
}
.layananluhkum {
  background: url(/img/luhkum.png);
}
.layananpencairanbankum {
  background: url(/img/pencairanbankum.png);
}
.layananpembentukandsh {
  background: url(/img/pembentukandsh.png);
}
.layananperpustakaan {
  background: url(/img/perpustakaan.png);
}
.layananhaki {
  background: url(/img/haki.png);
}
.layananpenegakanhukumki {
  background: url(/img/penegakanhukumki.png);
}
.layananinventarisirki {
  background: url(/img/inventarisirki.png);
}

.spel .ikon .button{
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.spel .ikon .button:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    transform: scale(0.95);
}

/* .informasi{
  padding: 120px 0 0 0;
  margin-bottom: 250px;
} */

/* Produk WBP  */
.produkwbp{
  margin-bottom: 20px;
}

.titlewbp{
	font-size: 38px;
	font-weight: 300px;
  padding: 130px 0 0 0;
  margin-left: 100px;
}

.titlevpn{
	font-size: 38px;
	font-weight: 300px;
  padding: 130px 0 0 0;
  margin-left: 100px;
}

.card {
	position: relative;
	width: 250px;
	height: 280px;
	margin-left: 170px;
  margin-right: 170px;
  margin-bottom: 40px;
  margin-top: -15px;
	transition: 0.5s;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: none;
  background-color: transparent;
}

.card:hover {
	width: 600px;
	transition-delay: 0s;
  margin-left: 10px;
  margin-right: 10px;
}

.card .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card .circle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--clr);
	clip-path: circle(100px at center);
	transition: 0.5s;
}

.card:hover .circle::before {
	clip-path: circle(400px at center);
}

.card .circle .logo {
	position: relative;
	width: 50%;
	transition: 0.5s;
	transition-delay: 0.5s;
}

.card:hover .circle .logo {
	transform: scale(0);
	transition-delay: 0s;
}

.konten {
	position: relative;
	width: 50%;
	left: 20%;
  margin: 35px 5px 15px 95px;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.card:hover .konten {
	left: -25%;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.5s;
}

.konten h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1em;
}

.konten p {
	color: #fff;
}

.konten a {
	position: relative;
	color: var(--clr);
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
}

.card .product {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	height: 70%;
	transition: 0.5s;
	transition-delay: 0s;
}

.card:hover .product {
	left: 80%;
	transform: translate(-50%,-50%) scale(1);
	transition-delay: 0.5s;
}
/* Produk WBP End  */

.informasi .title{
  font-size: 38px;
  font-weight: 300px;
  padding-bottom: 25px;
}

.informasi .info .kolom {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
}

.kolom .titleinfo p{
  font-weight: 500;
  font-size: 25px;
  /* padding-top: 70px; */
}

.kolom .contentinfo p{
  font-weight: 300;
  font-size: 15px;
  padding-top: 9px;
}

.informasi .info .row:after {
  content: "";
  display: table;
  clear: both;
}

.kolom a {
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  margin: 20px;
}
.kolom a:hover {
  color: #fff;
}
.kolom a:before {
  content: '';
  position: absolute;
  width:  0;
  height: 0;
  background: url(/img/btn-bg3.png);
  background-size: cover;
  transform-origin: left;
  transition: 0.5s;
}
.kolom a:hover:before {
  width: 180px;
  height: 45px;
}
.kolom a span {
  position: relative;
  z-index: 1;
}

/* .informasi .info #myVideo {
  text-align: center;
  margin: 40px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
} */

.slider{
  width: 600px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 80px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.slides{
  width: 500%;
  height: 350px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 600px;
  height: 350px;
}

/* 
.navigation-manual{
  position: absolute;
  width: 600px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn{
  border: 2px solid #FFF;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #05063e;
} */

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

.navigation-auto{
  position: absolute;
  display: flex;
  width: 600px;
  justify-content: center;
  margin-top: 310px;
}

.navigation-auto div{
  border: 2px solid #FFF;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #05063e;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #05063e;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #05063e;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #05063e;
}

.kontak .title{
  font-size: 38px;
  font-weight: 300px;
  padding-bottom: 25px;
  /* padding-top: 105px; */
}

.kontak .cont .row:after {
  content: "";
  display: table;
  clear: both;
}

.kontak .cont .column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
}

.kolom .contentkontak p{
  font-weight: 300;
  font-size: 15px;
  padding-top: 5px;
}

.contimg img{
  width: 350px;
  height: 350px;
  overflow: hidden;
  margin-left: 150px;
  margin-top: -80px;
}

.medsos {
	padding: 20px 0;
}

.medsos .logo img{
  width: 65%;
  margin: 30 70 20 50px;
}

.medsos ul {
  position: relative;
  display: flex;
}

.medsos ul li {
  position: relative;
  list-style: none;
  margin: 0 20px;
  cursor: pointer;
}

.medsos ul li i {
	font-size: x-large;
}

.medsos ul li a {
  text-decoration: none;
}

.medsos ul li a .fa-brands {
  font-size: 4em;
  color: #c2c2c2;
  margin-top: 16px;
  margin-bottom: 12px;
  background: none !important;
}
.medsos ul li a::before {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 4em;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.medsos ul li:nth-child(2) a::before {
  content: "\f16d";
  background-image: linear-gradient(45deg, 
    #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,
    #bc1888 100%);
  -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  border-bottom: 4px solid #dc2743;
  z-index: 1;
}
.medsos ul li:nth-child(1) a::before {
  content: "\f082";
  color: #0077c1;
  border-bottom: 4px solid #0077c1;
  z-index: 1;
}
.medsos ul li:nth-child(3) a::before {
  content: "\f099";
  color: #1DA1F2;
  border-bottom: 4px solid #1DA1F2;
  z-index: 1;

}
.medsos ul li:nth-child(4) a::before {
  content: "\f16a";
  color: #ff1616;
  border-bottom: 4px solid #ff1616;
  z-index: 1;
}
.medsos ul li:hover a::before {
  height: 100%;
}

/* infokanwil */

.sliderik{
  width: 600px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 80px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.sosmed{
  padding: 130px 0 0 0;
}
.sosmed .title{
  font-size: 38px;
  font-weight: 300;
}
.sosmed .ikon{
  text-align: center;
}
.sosmed .ikon .button{
  width: 250px;
  height: 180px;
  margin: 22px;
  margin-bottom: 50px;
  margin-top: 50px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}
.website {
background: url(/img/website.png);
}
.twitter {
background: url(/img/twitter.png);
}
.instagram {
background: url(/img/instagram.png);
}
.facebook {
background: url(/img/facebook.png);
}
.youtube {
background: url(/img/youtube.png);
}
.whatsapp {
  background: url(/img/whatsapp.png);
}
.sosmed .ikon .button{
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}
.sosmed .ikon .button:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  transform: scale(0.95);
}
.alamat{
  padding: 130px 0 0 0;
}
.alamat .title{
  font-size: 38px;
  font-weight: 300;
  padding-bottom: 20px;
}
.alamat .map iframe{
  text-align: center;
}
.alamat p {
  font-weight: 300;
  font-size: 15px;
  padding-top: 10px;
}
.alamat iframe {
  width: 1200; 
  height: 430;
}

/* PPID */
/* .sliderppid{
  width: 600px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 80px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
} */

/* Penelitian */

.penelitian{
  padding: 90px 0 10px 0;
}
.penelitian .title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 110px;
  margin-top: -60px;
}
.penelitian .pel{
  text-align: center;
}
.penelitian .pel .button{
  width: 250px;
  height: 180px;
  margin: 40px;
  margin-bottom: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}
.kanwil {
background: url(/img/kanwil.png);
}
.pas {
background: url(/img/pas.png);
}
.im {
background: url(/img/im.png);
}
.penelitians {
  background: url(/img/penelitian.png);
}
.kunjungan {
  background: url(/img/kunjungan.png);
}
.pelform {
  display:flex;
  flex-direction:row;
  border-radius: 5px;
  padding:2px;
  width: 920px;
  margin: auto;
  margin-top: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  margin-bottom: 40px !important;
}
.pelinput {
  flex-grow:2;
  border:none;
  height: 40px !important;
  text-transform: uppercase;
  font-size: 25px;
  margin-left: 10px;
  margin-top: 4px;
}
.pelinput:focus {
  outline: none;
  font-size: 25px;
  padding: 5px;
  margin-left: 10px;
  margin-top: 4px;
}
.pelbutton {
  /* border:1px solid #05063e; */
  border-radius: 5px;
  background: #05063e;
  color:white;
  border-radius: 5px;
  margin: 5px;
  cursor:pointer;
  border: #05063e;
}
.pelbutton span{
  padding: 5px;
}
.penelitian .pel .button{
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.penelitian .pel .button:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  transform: scale(0.95);
}
.pel2 p {
  float: left; 
  margin-left: 140px; 
  margin-bottom: 10px;
}

/* DJKI */
.djki{
  padding: 200px 0 10px 0;
}
.djki .title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: -60px;
}
.djki .pel{
  text-align: center;
}
.djki .pel .button{
  width: 250px;
  height: 180px;
  margin: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}

.merek {
  background: url(/img/merek.png);
  }
.paten {
  background: url(/img/paten.png);
  }
.hakcipta {
  background: url(/img/hakcipta.png);
  }
.desainindustri {
    background: url(/img/desainindustri.png);
  }
.indikasigeografis {
    background: url(/img/indikasigeografis.png);
  }
.dtlst {
    background: url(/img/dtlst.png);
  }
.rahasiadagang {
    background: url(/img/rahasiadagang.png);
  }  
/* Pelantikan */

.pelantikan{
  padding: 90px 0 10px 0;
}
.pelantikan .title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 110px;
  margin-top: -60px;
}
.pelantikan .lantik{
  text-align: center;
}
.pelantikan .lantik .button{
  width: 250px;
  height: 180px;
  margin: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}

.pelantikanmod {
  display: flex;
  align-items: center;
  justify-content: center;
}


.pelantikanmod .lantikmod .button{
  width: 230px;
  height: 160px;
  margin: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}
.not {
background: url(/img/notaris.png);
}
.notbaru {
background: url(/img/notbaru.png);
}
.notpengganti {
  background: url(/img/notpengganti.png);
}
.notpindah {
background: url(/img/notpindah.png);
}
.ppns {
  background: url(/img/ppns.png);
}
.lantikform {
  display:flex;
  flex-direction:row;
  border-radius: 5px;
  padding:2px;
  width: 920px;
  margin: auto;
  margin-top: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  margin-bottom: 40px !important;
}
.lantikinput {
  flex-grow:2;
  border:none;
  height: 40px !important;
  text-transform: uppercase;
  font-size: 25px;
  margin-left: 10px;
  margin-top: 4px;
}
.lantikinput:focus {
  outline: none;
  font-size: 25px;
  padding: 5px;
  margin-left: 10px;
  margin-top: 4px;
}
.lantikbutton {
  border-radius: 5px;
  background: #05063e;
  color:white;
  border-radius: 5px;
  margin: 5px;
  cursor:pointer;
  border: #05063e;
}
.lantikbutton span{
  padding: 5px;
}
.pelantikan .lantik .button{
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.pelantikan .lantik .button:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  transform: scale(0.95);
}
.lantik2 p {
  float: left; 
  margin-left: 140px; 
  margin-bottom: 10px;
}

.btn-floating {
	position: fixed;
	right: 15px;
  	bottom: 0;
	overflow: hidden;
	width: 65px;
	height: 65px;
	border-radius: 100px;
	border: 0;
	z-index: 100000000;
	color: white;
	transition: .2s;
  	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) infinite;}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-3px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(0px, 0, 0);
  }
  30%, 70% {
    transform: translate3d(0px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(0px, 0, 0);
  }
}

.btn-floating img {
  margin-top: 0px;
  width: 65px;
	height: 65px;
}

.btn-floating:hover {
	width: auto;
	padding: 0 20px;
	cursor: pointer;
  animation: none;
}

.btn-floating:hover span {
	display: inline-block;
}

.btn-floating:hover img {
	margin-bottom: 0px;
  	width: 60px;
	height: 60px;
}

.btn-floating.aduannotaris {
	bottom: 13px;
	background-color: #05063e;
	/* border: 2px solid #fff; */
}

.btn-floating.aduannotaris:hover {
	background-color: #05063e;
}


/* Penyuluhan */

.penyuluhan{
  padding: 90px 0 10px 0;
}

.penyuluhan .title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 90px;
  margin-top: -60px;
}

.penyuluhan .luh{
  text-align: center;
}
.penyuluhan .luh .button{
  width: 250px;
  height: 180px;
  margin: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}
.profilpenyuluh {
background: url(/img/profilpenyuluh.png);
}
.permohonan {
background: url(/img/permohonan.png);
}
.dokumentasi {
background: url(/img/dokumentasi.png);
}
.materivideo {
  background: url(/img/materivideo.png);
}
.luhform {
  display:flex;
  flex-direction:row;
  border-radius: 5px;
  padding:2px;
  width: 920px;
  margin: auto;
  margin-top: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  margin-bottom: 40px !important;
}
.luhinput {
  flex-grow:2;
  border:none;
  height: 40px !important;
  text-transform: uppercase;
  font-size: 25px;
  margin-left: 10px;
  margin-top: 4px;
}
.luhinput:focus {
  outline: none;
  font-size: 25px;
  padding: 5px;
  margin-left: 10px;
  margin-top: 4px;
}
.luhbutton {
  border-radius: 5px;
  background: #05063e;
  color:white;
  border-radius: 5px;
  margin: 5px;
  cursor:pointer;
  border: #05063e;
}
.luhbutton span{
  padding: 5px;
}
.penyuluhan .luh .button{
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.penyuluhan .luh .button:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  transform: scale(0.95);
}
.luh2 p {
  float: left; 
  margin-left: 140px; 
  margin-bottom: 10px;
}

/* Fasilitator */

.fasilitator{
  padding: 90px 0 10px 0;
}
.fasilitator .title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 110px;
  margin-top: -60px;
}
.fasilitator .fas{
  text-align: center;
}
.fasilitator .fas .button{
  width: 250px;
  height: 180px;
  margin: 20px;
  margin-bottom: 50px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}
.profilfas {
background: url(/img/profilfas.png);
}
.permohonanfas {
background: url(/img/permohonanfp.png);
}
.partisipasi {
background: url(/img/permohonanph.png);
}
.mediasi {
  background: url(/img/mediasi.png);
}
.fasform {
  display:flex;
  flex-direction:row;
  border-radius: 5px;
  padding:2px;
  width: 920px;
  margin: auto;
  margin-top: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  margin-bottom: 40px !important;
}
.fasinput {
  flex-grow:2;
  border:none;
  height: 40px !important;
  text-transform: uppercase;
  font-size: 25px;
  margin-left: 10px;
  margin-top: 4px;
}
.fasinput:focus {
  outline: none;
  font-size: 25px;
  padding: 5px;
  margin-left: 10px;
  margin-top: 4px;
}
.fasbutton {
  border-radius: 5px;
  background: #05063e;
  color:white;
  border-radius: 5px;
  margin: 5px;
  cursor:pointer;
  border: #05063e;
}
.fasbutton span{
  padding: 5px;
}
.fasilitator .fas .button{
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.fasilitator .fas .button:hover{
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  transform: scale(0.95);
}
.fas2 p {
  float: left; 
  margin-left: 140px; 
  margin-bottom: 10px;
}

.unggahBox input,
.unggahBox select,
.unggahBox textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
  background: #fff;
  border-radius: 5px;
  outline: none;
  color: #fff;
  font-size: 1em;
}

.unggahBox span {
  position: absolute;
  left: 0;
  padding: 10px;
  pointer-events: none;
  font-size: 1em;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  transition: 0.5s;
}

.unggahBox input:valid ~ span,
.unggahBox input:focus ~ span,
.unggahBox select:valid ~ span,
.unggahBox select:focus ~ span,
.unggahBox textarea:valid ~ span,
.unggahBox textarea:focus ~ span {
  color: #25316D;
  transform: translateX(10px) translateY(-7px);
  font-size: 0.5em;
  padding: 0 10px;
  margin: 0 10px;
  background: #fff;
  border-left: 1px solid #25316D;
  border-right: 1px solid #25316D;
  letter-spacing: 0.2em;
  box-shadow: 0 0 5px #25316D
}

.unggahBox input:valid,
.unggahBox input:focus,
.unggahBox select:valid,
.unggahBox select:focus,
.unggahBox textarea:valid,
.unggahBox textarea:focus {
  border: 1px solid #25316D;
  box-shadow: 0 0 5px #25316D;
}

.unggahBox i {
  float: right; 
  margin-right: 15px; 
  margin-top: -30px; 
  position: relative; 
  z-index: 2; 
  cursor: pointer; 
  color: #25316D;
}


.disableBox input,
.disableBox select,
.disableBox textarea {
  width: 100%;
  padding: 10px;  
  border: 1px solid #25316D;
  box-shadow: 0 0 5px #25316D;
  background: #fff;
  border-radius: 5px;
  outline: none;
  color: #000;
  font-size: 1em;
}

.disableBox span {
  position: absolute;
  left: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: 0.5s;
  color: #fff;
  transform: translateX(10px) translateY(-7px);
  font-size: 0.50em;
  padding: 0 10px;
  margin: 0 10px;
  background: linear-gradient(#05063e , #05063e);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  letter-spacing: 0.2em;
  box-shadow: 0 0 5px #fff
}

.disableBox input:valid,
.disableBox input:focus,
.disableBox select:valid,
.disableBox select:focus,
.disableBox textarea:valid,
.disableBox textarea:focus {
  border: 1px solid #25316D;
  box-shadow: 0 0 5px #25316D;
}

.disableBox input:valid ~ i,
.disableBox input:focus ~ i,
.disableBox select:valid ~ i,
.disableBox select:focus ~ i,
.disableBox textarea:valid ~ i,
.disableBox textarea:focus ~ i {
  color: #25316D;
}

.permohonankirim {
  margin-left: 10px;
  border: none;
  outline: none;
  height: 40px;
  width: 140px;
  background: linear-gradient(#05063e , #05063e);
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.permohonankirim:hover {
  cursor: pointer;
  color: #05063e;
  background: #fff;
  box-shadow: 0 0 5px #05063e,
              0 0 20px #05063e;
}

.permohonankirim1 {
  border: none;
  outline: none;
  height: 40px;
  width: 100%;
  background: linear-gradient(#05063e , #05063e);
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.permohonankirim1:hover {
  cursor: pointer;
  color: #05063e;
  background: #fff;
  box-shadow: 0 0 5px #05063e,
              0 0 20px #05063e;
}

.modal-header {
  background: linear-gradient(#05063e , #05063e);
  color: #fff;
}

.namapeny {
  margin-top: -20px !important;
}

.jabatanpeny {
  margin-top: -15px;
}

.namafas {
  margin-top: 15px !important;
}

.jabatanfas {
  margin-top: -15px;
}

/* Pimti */

.pimti{
  padding: 90px 0 10px 0;
}

.pimti .title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 90px;
  margin-top: -200px;
}

.pimti .pim{
  text-align: center;
}


.profilpimti img{
  border-radius: 10%;
}

/* tables */
.dataTables_length {
    display: none !important;
}

.dataTables_filter {
  margin-bottom: 5px;
  float: left;
}

.dataTables_filter {
  color: #05063e;
  float: right;
}

.form-select {
  color: #05063e;
}

.dataTables_empty {
  text-align: center;
}

.dataTables_info {
  color: #05063e;
}

/* .pagination {
  float: right;
} */

.pagination > li > a, .pagination > li > span {
  color: #fff;
  background: linear-gradient(#05063e , #05063e);
  border-color: white !important;
}

.page-item.active .page-link {
  color: #05063e !important;
  background: #fff !important;
  border-color: #05063e !important;
}

.page-link:hover {
  color: #05063e !important;
  background: #fff !important;
  border-color: #05063e !important;
}

.table-responsive {
  min-height: .01%;
  overflow-x: hidden;
  }

/* footer */

.footer {
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(#05063e , #05063e);
}


.footer .foot p {
  color: white;
  text-align: center;
  padding-top: 40px;
}

.icon{
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
  color: #fff;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(#fff , #05063e);
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 200000;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #05063e;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #05063e;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}
  
@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}

@media (max-width: 1400px) {
  .content{
    padding: 0 60px;
  }
  .banner::before{
    bottom: -32px;
  }
  .slider{
    width: 400px;
    height: 250px;
  }
  .slide img{
    width: 400px;
    height: 250px;
  }
  .sliderik{
    width: 400px;
    height: 250px;
  }
  .navigation-auto{
    width: 400px;
    margin-top: 220px;
  }
  .alamat iframe {
    width: 1100; 
    height: 430;
  }
  .pel2 p {
    margin-left: 80px;
  }
  .lantik2 p {
    margin-left: 80px;
  }
  .luh2 p {
    margin-left: 80px;
  }
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
  .banner::before{
    bottom: -32px;
  }
  .informasi{
    margin-bottom: 150px;
  }
  .contimg img{
    width: 250px;
    height: 250px;
  }
  .alamat iframe {
    width: 1000; 
    height: 430;
  }
  .pel p {
    margin-left: 90px;
  }
  .penelitian .title{
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .lantik p {
    margin-left: 90px;
  }
  .pelantikan .title{
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .luh p {
    margin-left: 90px;
  }
  .penyuluhan .title{
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
  .tentang .maskot img{
    width: 250px;
  }
  .banner::before{
    bottom: -32px;
  }
  .slider{
    width: 340px;
    height: 210px;
  }
  .slide img{
    width: 340px;
    height: 210px;
  }
  .sliderik{
    width: 340px;
    height: 210px;
  }
  .navigation-auto{
    width: 340px;
    margin-top: 180px;
  }
  .contimg img{
    width: 200px;
    height: 200px;
  }
  .alamat iframe {
    width: 900; 
    height: 430;
  }
  .pelform {
    width: 820px;
    margin: auto;
    margin-top: 20px;
  }
  .pelinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .lantikform {
    width: 820px;
    margin: auto;
    margin-top: 20px;
  }
  .lantikinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .luhform {
    width: 820px;
    margin: auto;
    margin-top: 20px;
  }
  .luhinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }

}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
  .tentang .maskot img{
    width: 200px;
  }
  .banner::before{
    bottom: -32px;
  }
  .alamat iframe {
    width: 700; 
    height: 430;
  }
  .pel p {
    margin-left: 30px;
  }
  .lantik p {
    margin-left: 30px;
  }
  .luh p {
    margin-left: 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: left;
    padding-left: 20px;
    background: #05063e;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
  .tentang .maskot img{
    width: 150px;
  }
  .informasi .info .kolom {
    width: 100%;
  }
  .informasi .title {
    margin-top: 120px;
  }
  .slider{
    margin-top: -160px;
    width: 500px;
    height: 330px;
  }
  .slide img{
    width: 500px;
    height: 330px;
  }
  .sliderik{
    margin-top: 90px;
    width: 500px;
    height: 330px;
  }
  .navigation-auto{
    width: 500px;
    margin-top: 300px;
  }
  .contimg img{
    width: 300px;
    height: 300px;
    margin-left: 200px;
    margin-top: -30px;
  }
  .kontak .cont .column {
    width: 100%;
  }

  .medsos ul li a .fa-brands {
    font-size: 2em;
    color: #c2c2c2;
    background: none !important;
    text-align: center;
    align-items: center;
    margin-left: 10px;
  }
  .medsos ul li a::before {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 2em;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    text-align: center;
    align-items: center;
    margin-left: 10px;
  }

  .medsos {
    text-align: center;
  }
  .alamat iframe {
    width: 600; 
    height: 430;
  }
  .pelform {
    width: 620px;
    margin: auto;
    margin-top: 20px;
  }
  .pelinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .lantikform {
    width: 620px;
    margin: auto;
    margin-top: 20px;
  }
  .lantikinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .luhform {
    width: 620px;
    margin: auto;
    margin-top: 20px;
  }
  .luhinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .fasform {
    width: 620px;
    margin: auto;
    margin-top: 20px;
  }
  .fasinput {
    height: 40px !important;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .fasilitator .title{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: -5px;
  }
  .containerjwr1 {
    position: absolute;
    top: 60%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: 0;
  }
  
  #jawara1 .button {
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: normal;
  }
  #jawara1 h2 {
    font-size: 15px;
  }
  #jawara1 h1 {
    font-size: 35px;
  }
  #jawara1 p {
    font-size: 11px;
  }
  .banner::before{
    bottom: -65px;
  }
}
@media (max-width: 650px) {
  .slider{
    margin-top: -120px;
    width: 290px;
    height: 170px;
    text-align: center;
    margin-left: 20px;
  }
  .slide img{
    width: 290px;
    height: 170px;
    text-align: center;
  }
  .sliderik{
    margin-top: 350px;
    margin-left: 20px;
    width: 290px;
    height: 170px;
  }

  .navigation-auto{
    width: 290px;
    margin-top: 150px;
  }
  .contimg img{
    width: 200px;
    height: 200px;
    margin-left: 90px;
    margin-top: 10px;
  }
  .alamat iframe {
    margin-top: 20px;
    width: 430; 
    height: 430;
  }
  .pelform {
    width: 350px;
    margin: auto;
    margin-top: 20px;
  }
  .pelinput {
    height: 40px !important;
    font-size: 20px;
    margin-left: 1px;
    margin-top: 4px;
  }
  .pelinput:focus {
    outline: none;
    font-size: 20px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .pel2{
    text-align: left;
  }
  .pel2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .pelbutton {
    height: 28px;
  }
  .pelbutton span{
    font-size: 6px;
  }
  .lantikform {
    width: 350px;
    margin: auto;
    margin-top: 20px;
  }
  .lantikinput {
    height: 40px !important;
    font-size: 20px;
    margin-left: 1px;
    margin-top: 4px;
  }
  .lantikinput:focus {
    outline: none;
    font-size: 20px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .lantik2{
    text-align: left;
  }
  .lantik2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .lantikbutton {
    height: 28px;
  }
  .lantikbutton span{
    font-size: 6px;
  }
  .pelantikanmod .lantikmod .button{
    width: 250px;
    height: 180px;
    margin-left: 55px;
  }
  .luhform {
    width: 350px;
    margin: auto;
    margin-top: 20px;
  }
  .luhinput {
    height: 40px !important;
    font-size: 20px;
    margin-left: 1px;
    margin-top: 4px;
  }
  .luhinput:focus {
    outline: none;
    font-size: 20px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .luh2{
    text-align: left;
  }
  .luh2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .luhbutton {
    height: 28px;
  }
  .luhbutton span{
    font-size: 6px;
  }
  .profilpeny {
    margin: 55px;
  }
  .fasform {
    width: 350px;
    margin: auto;
    margin-top: 20px;
  }
  .fasinput {
    height: 40px !important;
    font-size: 20px;
    margin-left: 1px;
    margin-top: 4px;
  }
  .fasinput:focus {
    outline: none;
    font-size: 20px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .fas2{
    text-align: left;
  }
  .fas2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .fasbutton {
    height: 28px;
  }
  .fasbutton span{
    font-size: 6px;
  }
  .profilper {
    margin: 55px;
  }
  .fasilitator .title{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: -5px;
  }
  .containerjwr1 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: 0;
  }
  
  #jawara1 .button {
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: normal;
  }
  #jawara1 h2 {
    font-size: 25px;
  }
  #jawara1 h1 {
    font-size: 60px;
  }
  #jawara1 p {
    font-size: 20px;
  }
  .banner::before{
    bottom: -80px;
  }
  .tentang p{
    padding: 20px 30px 20px 30px;
  }
  .layanan .ikon .button{
    width: 120px;
    height: 85px;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .contimg img{
    margin-left: 50px;
  }
  .alamat .title {
    margin-top: 150px;
  }
  .alamat iframe {
    margin-top: 20px;
    width: 310; 
    height: 310;
  }
  .sosmed .ikon .button{
    width: 120px;
    height: 85px;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  }
  .penelitian .pel .button{
    width: 150px;
    height: 110px;
    margin: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .penelitian .title{
    margin-top: -100px;
  }
  .penyuluhan .luh .button{
    width: 150px;
    height: 110px;
    margin: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .penyuluhan .title{
    margin-top: -30px;
  }
  .fasilitator .fas .button{
    width: 150px;
    height: 110px;
    margin: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .fasilitator .title{
    margin-top: -100px;
  }
  .pelantikan .lantik .button{
    width: 150px;
    height: 110px;
    margin: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .pelantikan .title{
    margin-top: -150px;
  }
  .pelantikanmod .lantikmod .button{
    width: 150px;
    height: 110px;
    margin: 10px;
    margin-bottom: 50px;
    margin-top: 20px; 
  }
  .titlewbp{
    margin-left: 50px;
  }
  .titlevpn{
    margin-left: 30px;
  }

  .card {
	  margin-left: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: -15px;
    width: auto;
    max-width: 350px;
    align-items: flex-start;
  }
  .card:hover {
    height: 450px;
  }

  .card:hover .product {
    top: initial;
    bottom: -25px;
    left: 70%;
    transform: translate(-50%,0%) scale(1);
    height: 50%;
  }

  .card:hover .konten {
    width: 100%;
    padding: 2px;
  }

  .imgmdl, .prdkby {
    height: 100%; 
    width: 100%;
  }
}
/* HP */
@media (max-width: 380px) {
  .content {
    margin-right: 10px;
  }

  section {
    overflow-x: hidden; 
  }

  .penelitian{
    margin: 0;
  }

  .penelitian .title{
    margin-left: 10px;
  }
  .profilpeny {
    margin:15px;
  }
  .profilper {
    margin:15px;
  }
  .fasilitator{
    margin: 0;
  }

  .fasilitator .title{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .navbar .logo a{
    font-size: 27px;
  }
  .tentang{
    padding: 50px 0 0 0;
  }
  .tentang .maskot img{
    width: 250px;
    height: 250px;
  }
  #jawara a {
    padding-right: 0;
  }
  .slider{
    margin-top: -120px;
    width: 290px;
    height: 170px;
    margin-left: 10px;
    margin-top: -20px;
  }
  .slide img{
    width: 290px;
    height: 170px;
    text-align: center;
  }
  .sliderik{
    margin-top: 450px;
    width: 290px;
    height: 170px;
    margin-left: 0px;
  }
  .navigation-auto{
    width: 290px;
    margin-top: 150px;
  }
  .contimg img{
    width: 200px;
    height: 200px;
    margin-left: 20px;
    /* margin-top: 50px; */
  }
  .medsos ul li i {
    font-size: large;
  }
  .medsos ul li {
    font-size: large;
    margin-right: 2px;
  }
  .alamat .title {
    margin-top: 150px;
  }
  .alamat iframe {
    margin-top: 20px;
    width: 310; 
    height: 310;
  }
  .pelform {
    width: 290px;
    margin: auto;
    margin-top: 40px;
  }
  .pelinput {
    height: 30px !important;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .pelinput:focus {
    font-size: 14px;
  }
  .pelform i {
    margin-top: 9px !important;
  }
  .lantikform {
    width: 290px;
    margin: auto;
    margin-top: 40px;
  }
  .lantikinput {
    height: 30px !important;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .lantikinput:focus {
    font-size: 14px;
  }
  .lantikform i {
    margin-top: 9px !important;
  }

  .pelantikanmod .lantikmod .button{
    width: 250px;
    height: 180px;
    margin-left: 35px;
  }
  .luhform {
    width: 290px;
    margin: auto;
    margin-top: 40px;
  }
  .luhinput {
    height: 30px !important;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .luhinput:focus {
    height: 30px !important;
    font-size: 14px;
  }
  .luhform i {
    margin-top: 9px !important;
  }
  .fasform {
    width: 290px;
    margin: auto;
    margin-top: 40px;
  }
  .fasinput {
    height: 30px !important;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .fasinput:focus {
    height: 30px !important;
    font-size: 14px;
  }
  .fasform i {
    margin-top: 9px !important;
  }
  .fasilitator{
    margin: 0;
  }
  .fasilitator .title{
    margin-left: 10px;
  }
  .fas2{
    text-align: left;
  }
  .fas2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .fasbutton {
    height: 25px;
  }
  .fasbutton span{
    font-size: 10px;
  }
  .luh2{
    text-align: left;
  }

  .luh2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .luhbutton {
    height: 25px;
  }
  .luhbutton span{
    font-size: 10px;
  }
  .pel2{
    text-align: left;
  }
  .pel2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .pelbutton {
    height: 25px;
  }
  .pelbutton span{
    font-size: 10px;
  }
  .lantik2{
    text-align: left;
  }
  .lantik2 p {
    margin-left: 20px;
    font-size: 13px;
  }
  .lantikbutton {
    height: 25px;
  }
  .lantikbutton span{
    font-size: 10px;
  }
  .containerjwr1 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: 0;
  }  
  #jawara1 .button {
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: normal;
    display: block;
  }
  #jawara1 h2 {
    font-size: 20px;
  }
  #jawara1 h1 {
    font-size: 45px;
  }
  #jawara1 p {
    font-size: 10px;
  }
  .comingsoon{
    margin: 0px;
  }
  .comingsoons{
    text-align: center;
    margin-left: -90px;
    margin-top: -280px;
  }
  .comingsoons img{
    width: 500px;
    height: 350px;
  }
  .btnDasarHukum {
    background-color: #eee;
    border-color: #05063e;
    color: #05063e;
    padding: 10px;
    margin-right: 0px;
    margin-top: -10px;
    cursor: pointer;
    border-radius: 10px;
  }
  
  /* Darker background on mouse-over */
  .btnDasarHukum:hover {
    background-color: #05063e;
    color: #eee;
  }
}

