@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(5, 6, 62);
}
.content{
  max-width: 1250px;
  margin: auto;
  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.sticky{
  background: linear-gradient(#05063e , #05063e);
  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 .logo img {
  width: 100% !important; 
  padding-right: 140px !important;
  min-width: 50px;
}

.navbar .menu-list{
  display: inline-flex;
  white-space:nowrap;
  padding-top: 20px;
  /* padding-bottom: 20px; */
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 35px;
  /* margin-bottom: 20px; */
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  /* background-color: #FFBD59; */
  /* display: inline-block; */
  /* padding: 2px; */
  /* border: none;
  border-radius: 5px; */
  color: #FFBD59;
}

.active a{
  background-color: #FFBD59;
  display: inline-block;
  padding: 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);
}

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

/* .wrapper {
    width: 100%;
    position: relative; 
    min-height: 100vh;
}
.wrapper .images {
    display: none;
}
.wrapper .images img{
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;
}
.wrapper .navigation{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wrapper .navigation .prev, .wrapper .navigation .next{
    cursor: pointer;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background: rgba(0,0,0,0.2);
    user-select: none;
    transition: 0.6s ease;
}
.wrapper .navigation .prev:hover, .wrapper .navigation .next:hover{
    background: rgba(0,0,0,1);
}
@keyframes fade {
    from{opacity: 0.3}
    to {opacity: 1}
} */


.slider{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
  
.slides{
    width: 500%;
    height: 350px;
    display: flex;
}
  
.slides input{
    display: none;
}
  
.slide{
    width: 20%;
    transition: 2s;
}
  
.slide img{
    width: 100%;
}
  
#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: none;
    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;
}

/* .slides .navigation{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  
.slides .navigation .prev, .slides .navigation .next{
    cursor: pointer;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background: rgba(0,0,0,0.2);
    user-select: none;
    transition: 0.6s ease;
}
  
.slides .navigation .prev:hover, .slides .navigation .next:hover{
    background: rgba(0,0,0,1);
}
   */

.ikon{
    text-align: center;
}
.ikon .button{
    width: 220px;
    height: 190px;
    margin: 100px;
    margin-bottom: 50px;
    margin-top: 130px;
    border: none;
    border-radius: 5px;
    transition-duration: 0.6s;
    background-size: cover;
    cursor: pointer;
}
.berkala {
    background: url(/img/berkala.png);
}
.sertamerta {
    background: url(/img/sertamerta.png);
}
.setiapsaat {
    background: url(/img/setiapsaat.png);
}

.ikon .button:hover{
    transform: scale(0.95);
    filter: drop-shadow(2px 2px 10px #ffbd59);
}

.pegawai {
    display: grid;
    place-items: center;
    margin-top: 150px;
    margin-bottom: 150px;
    background: white;
    background-image: radial-gradient(black 1px, transparent 0);
    background-size: 40px 40px;
    background-position: -19px -19px;
}

.box-container-peg a:hover{
    filter: drop-shadow(2px 2px 10px #05063e);
}

.box-peg-3{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(5, 6, 62),
                rgb(5, 6, 62));
    text-align: center;
    padding: 45px 0px;
    width: 355px;
    height: 150px;
    margin: 70px;
    color:#fff;
}

.judul{
    padding-bottom: 0px;
    font-size: 30px;
}

.deskripsi{
  margin: 0px;
  padding: 0px;
}

input[type=checkbox]:checked + label {
  color: green !important;  
  font-weight: bold;
}
input[type='checkbox']:after {
  width: 15px;
  height: 15px;
  top: -2px;
  left: -1px;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #05063e;
}
input[type='checkbox']:checked:after {
  width: 15px;
  height: 15px;
  top: -2px;
  left: -1px;
  background-color: #FFBD59;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #05063e;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #05063e;
}
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    background-color: #FFBD59;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #05063e;
}

.penelitian{
  display: grid;
  place-items: center;
  margin-top: 150px;
  margin-bottom: 150px;
  background: white;
}
.penelitian .pel{
text-align: center;
}
.penelitian .pel .button{
width: 250px;
height: 180px;
margin: 100px;
margin-bottom: 50px;
margin-top: 10px;
border: none;
border-radius: 5px;
transition-duration: 0.6s;
background-size: cover;
cursor: pointer;
}

.kanwil {
background: url(/img/permohonaninformasi.png);
}
.im {
background: url(/img/keberatan.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:hover{
transform: scale(0.95);
filter: drop-shadow(2px 2px 10px #05063e);
}
.pel2 p {
float: left; 
margin-left: 140px; 
margin-bottom: 10px;
}

.kontak {
  display: grid;
  place-items: center;
  margin-top: 150px;
  background: #06074d;
}

.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 .column1, .kontak .cont .column2 {
  float: left;
  width: 50%;
  padding: 10px;
  height: 100%;
  margin-bottom: 20px;
}

.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: #fff;
  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%;
}
/* 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%;}
}

/* .modal{
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  margin-top: 500px;
} */

/* .modal-dialog{
  width: 550px;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  max-width: 100%;
} */

/* .modal-body{
  padding: 15px;
}  */

.modal-header {
  background: linear-gradient(#05063e , #05063e);
  color: #fff;
  height: 50px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  border-color: #05063e;
}


.disableBox input,
.disableBox select,
.disableBox textarea {
  width: 100%;
  padding: 10px;  
  border: 1px solid #05063e;
  box-shadow: 0 0 5px #05063e;
  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.51em;
  padding: 5px 10px;
  margin: 0 10px;
  background: linear-gradient(#05063e , #05063e);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 5px;
  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 #05063e;
  box-shadow: 0 0 5px #05063e;
}

.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;
}

/* ----------------------------------------------------TENTANG PPID------------------------------------------------------------ */

/* .informasi {
  margin-top: -100px;
}

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

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

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

.accordion{
	margin-top: -100px;
  margin-left: -3px;
	width: 1450px;
}

.accordion li{
	list-style: none;
	width: 100%;
	margin: 20px;
	padding: 10px;
	border-radius: 8px;
	background: #eeeeee;
	box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
			-6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.accordion li label{
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 25px;
	font-weight: 500;
	cursor: pointer; 
}

.accordion label::before{
	content: '+';
	margin-right: 10px;
	margin-top: -5px;
	font-size: 35px;
	font-weight: 600;
}

.accordion input[type='radio']{
	display: none;
}

.accordion .content{
	color: #555;
	padding: 0 10px;
	line-height: 26px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s, padding 0.5s;
}

.accordion input[type='radio']:checked + label + .content{
	max-height: 2800px;
	padding: 10px 10px 20px;
}

.accordion input[type='radio']:checked + label::before{
	content: '-';
}

.accordion h5 span{
  background-color: #05063e;
  color: #FFF;
  padding: 2px;
}

.accordion span{
  background-color: #05063e;
  color: #FFF;
  padding: 2px;
}

.struktur img{
  align-items: center;
  width: 100% !important;
  /* height: 100% !important; */
}

.btnDasarHukum {
  background-color: #eee;
  border-color: #05063e;
  color: #05063e;
  padding: 10px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 10px;
}

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

.accordion .floating{
  float: left;
  width: 50%;
}

/* -----------------------------------------------------SURVEY--------------------------------------------------------- */
.survei{
	margin: -100px 20px 20px 35px;
	width: 1450px;
  border-radius: 7px;
  border-width: 20px;
  background-color: #fff;
  border: 3px solid #05063e;
  padding: 30px;
}

.mainSurvey{
  border: 3px solid #05063e;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 30px;
}

/* .star-widget{
  display: inline-block;
  margin-left: 55px;
  margin-bottom: 15px;
}

.star-widget input{
  display: none;
}

.star-widget label{
  font-size: 40px;
  color: #444;
  padding: 10px;
  float: right;
  transition: all 0.2s ease;
}
.star-widget input:not(:checked) ~ label:hover,
.star-widget input:not(:checked) ~ label:hover ~ label{
  color: #FFBD59;
}
.star-widget input:checked ~ .star-widget label{
  color: #FFBD59;
}
.star-widget input#rate-5:checked ~ .star-widget label{
  color: #FFBD59;
  text-shadow: 0 0 20px rgb(255, 219, 60);
} */

/* --------------------------- */
:root {
  --star-color: #444;
  --yellow: #fc7088;
}

.rating-star {
  /* position: relative; */
  display: flex;
  margin: 0px;
  flex-direction: row-reverse;
  justify-content: center;
}

.rating-star input {
  margin: 0 10px;
  margin-bottom: 10px;
  width: 49px;
  height: 50px;
  display: flex;
  align-items: center;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
}

.rating-star input::before {
  content: '\2764';
  font-family: boxicons;
  font-size: 51px;
  color: var(--star-color);
  transition: all .3s;
}

/* .rating-star input.onestar::before {
  content: '\1F61E';
  font-family: boxicons;
  font-size: 40px;
  color: var(--star-color);
  transition: all .3s;
}

.rating-star input.twostar::before {
  content: '\1F641';
  font-family: boxicons;
  font-size: 40px;
  color: var(--star-color);
  transition: all .3s;
}

.rating-star input.threestar::before {
  content: '\1F610';
  font-family: boxicons;
  font-size: 40px;
  color: var(--star-color);
  transition: all .3s;
}

.rating-star input.fourstar::before {
  content: '\1F60A';
  font-family: boxicons;
  font-size: 40px;
  color: var(--star-color);
  transition: all .3s;
}

.rating-star input.fivestar::before {
  content: '\1F60D';
  font-family: boxicons;
  font-size: 40px;
  color: var(--star-color);
  transition: all .3s;
} */

/* .rating-star input:nth-child(2n + 1)::before {
  right: 4px;
  left: initial;
} */

.rating-star input:hover ~ input::before,
.rating-star input:hover::before,
.rating-star input:checked ~ input::before,
.rating-star input:checked::before {
  color: var(--yellow);
}

.rating-star input.fivestar:checked ~ input::before,
.rating-star input.fivestar:checked::before {
  text-shadow: 0 0 5px rgb(255, 67, 99);
}


.dropdown .nav-link{
  color: #fff;
  /* background-color: red !important; */
  margin: 0px;
  padding: 0px;
}
ul{
    list-style-type: none;
}
.fa-chevron-down, .fa-chevron-right{
    font-size: 10px !important;
    transition: .3s;
    margin: 0px;
    padding: 0px;
}
.dropdown:hover .fa-chevron-down, .sub-dropdown:hover .fa-chevron-right{
    transform: rotate(180deg);
}
.dropdown:hover .nav-link{
    color: #FFBD59;
    /* background-color: #05063e !important; */
    /* background-color: red !important; */
    
}
.nav-main-menu .dropdown-content{
    display: none;
    position: absolute;
    background: #05063e;
    min-width: 170px;
    padding: 0px;
}
.dropdown-content li{
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF;
    /* margin-left: 40px; */
}

.dropdown-content li:hover{
    background-color: #FFBD59;
    color: #05063e;
    cursor: pointer;
}

.dropdown:hover .dropdown-content{
    display: block;
}
/* ===== Sub - Dropdown ===== */
.nav-main-menu .sub-dropdown-content{
   display: none;
   position: absolute;
}

/* .rating-star.second-question input:hover ~ input::before,
.rating-star.second-question input:hover::before,
.rating-star.second-question input:checked ~ input::before,
.rating-star.second-question input:checked::before {
    color: var(--yellow);
} */

/* -------------------------------------------------------------------------------------------------------------------- */
.informasipublik{
	margin: -100px 20px 20px 125px;
	width: 1250px;
  border-radius: 7px;
  border-width: 20px;
  background-color: #fff;
  border: 3px solid #05063e;
  padding: 30px;

}

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

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

.page-item.active .page-link {
  background-color: #05063e !important;
  border-color: #05063e !important;
  color: #fff !important;
  width: 35px !important;
  height: 38px !important;
  border-radius: 0px !important;
  text-align: center;
  padding-top: 7px;
}

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



@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: 320px;
    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: 240px;
    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: 25px;
  }
  .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;
  }

  .nav-main-menu{
    margin-left:-30px;
  }

  .dropdown .nav-link{
  display: none;
  }

.nav-main-menu .dropdown-content{
    display: block;
    position: relative;
    background: inherit;
    min-width: 0px;
    padding: 0px;
}
.dropdown-content li{
    padding: 0px;
    padding-left: 0px;
    color: #FFF;
    font-size: 22px;
    transition: all 0.3s ease;
    
    /* margin-left: 40px; */
}

.dropdown-content li:hover{
    background-color: #05063e;
    color: #FFBD59;
    cursor: pointer;
}

.dropdown:hover .dropdown-content{
    display: block;
}
/* ===== Sub - Dropdown ===== */
.nav-main-menu .sub-dropdown-content{
   display: none;
   position: absolute;
}



  .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: 340px;
    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: 240px;
    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: 10px;
}
section {
  overflow-x: hidden; 
}

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

.navbar .logo img {
  width: 80% !important; 
  padding-right: 150px !important; 
}

.slider{
    margin: 0px;
    width: 100%;
    height: 43%;
    overflow: hidden;

}
  
.slides{
    width: 500%;
    height: 120px;
    display: flex;
}
  
.slides input{
    display: none;
}
  
.slide{
    width: 20%;
    transition: 2s;
}
  
.slide img{
    margin-top: 12px;
    width: 100%;
}
  
#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: none;
    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;
}

.ikon{
    text-align: center;
}
.ikon .button{
    width: 85px;
    height: 70px;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 90px;
    border: none;
    border-radius: 0px;
}

.pegawai {
  background-size: 20px 20px;
  background-position: -19px -15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.box-peg-3{
  border-radius: 5px;
  text-align: center;
  padding: 0px;
  width: 125px;
  height: 65px;
  margin: 10px;
  margin-top: 14px;
  color:#fff;
}

.judul{
  padding: 0px;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 200;
}

.deskripsi{
  font-size: 11px;
  margin-top: -10px;
}

.penelitian{
  margin: 0;
  margin-bottom: 30px;
}

.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;
}
.pel2{
  text-align: left;
}
.pel2 p {
  margin-left: 50px;
  font-size: 13px;
}
.pelbutton {
  height: 25px;
}
.pelbutton span{
  font-size: 10px;
}
.penelitian .pel .button{
  width: 120px;
  height: 80px;
  margin: 12px;
  margin-bottom: 25px;
  margin-top: 25px;
  border: none;
  border-radius: 5px;
  transition-duration: 0.6s;
  background-size: cover;
  cursor: pointer;
}

.kontak {
  display: grid;
  place-items: center;
  margin: 0px;
  background: #06074d;
}

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

.kontak .cont .column2{
  float: left;
  width: 90%;
  padding: 0px;
  height: 300px;
  margin-left: 25px;
}


.kontak .cont .column1{
  width: 90%;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  height: 150px;
  line-height:2px !important;
}

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

.medsos ul {
  position: relative;
  display: flex;
  margin-left: 0px;
}

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

.medsos .logo img{
  position: relative;
  display: flex;
  width: 75%;
  margin: 0 20 0 50px;
}

.kontak .content {
  padding: 8px;
}

.penelitian .content {
  padding: 0px;
  margin: 0px;
}

.accordion{
	margin-top: -100px;
  margin-left: -3px;
	width: 300px;
}

.accordion li label{
	padding: 20px 10px 0px 10px;
	font-size: 15px;
}

label::before{
	content: '+';
	font-size: 25px;
}

.accordion .floating{
  float: left;
  width: 100%;
}

.accordion .floating p{
  font-size: 12px;
}

.accordion .floating iframe{
  width: 200px;
  height: 200px;
}

.survei{
	margin: -90px 20px 20px 35px;
	width: 290px;
}

.informasipublik{
	margin: -80px 5px 20px 14px;
	width: 330px;
  padding: 3px;

}

.rating-star input {
  margin: 0 10px;
  margin-bottom: 10px;
  width: 35px;
  height: 36px;
  display: flex;
  align-items: center;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
}

.rating-star input::before {
  content: '\2764';
  font-family: boxicons;
  font-size: 37px;
  color: var(--star-color);
  transition: all .3s;
}

.rating-star input:hover ~ input::before,
.rating-star input:hover::before,
.rating-star input:checked ~ input::before,
.rating-star input:checked::before {
  color: var(--yellow);
}

.rating-star input.fivestar:checked ~ input::before,
.rating-star input.fivestar:checked::before {
  text-shadow: 0 0 5px rgb(255, 67, 99);
}

label.radio-inline::before {
  content: none;
}

.footer {
  position:relative;
  font-size: 13px;
}

.footer .foot p {
  padding-top: 25px;
}
}