/* all */
body {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

/*======================================
NAVBAR
======================================*/
.navbar-b {
  transition: all .5s ease-in-out;
  background-color: #002933;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-shadow: 0 0 3px white,0 0 5px #00ccff;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
  box-shadow: 0 0 3px white,0 0 5px #00ccff;
}
.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}
.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #e6faff;
  color: #fff;
  transition: all 500ms ease;
}
.brand{
  width: 140px;
}
/*--/ Hamburger Navbar /--*/
.navbar-toggler {
  position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 3px white,0 0 5px #00ccff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: -20px;
  top: 0px;
  -webkit-transform: rotate(-125deg);
  transform: rotate(-125deg);
  opacity: 1;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  position: absolute;
  left: -20px;
  top: 0px;
  -webkit-transform: rotate(53deg);
  transform: rotate(53deg);
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: -20px;
  top: 0px;
  -webkit-transform: rotate(-52deg);
  transform: rotate(-52deg);
  opacity: 1;
}


/*======================================
HOME
======================================*/
.intro-subtitle{
  color: white;
  text-align: center;
  font-size: 18pt;
}
.text-slider-items {
  display: none;
}
.img-home{
  margin-top: 35vh;
}

/*======================================
TENTANG KAMI
======================================*/
.judul-tk{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 150px;
}
.box-tk{
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
  transition: all 0.5s;
}
.box-tk:hover{
  transition: all 0.5s;
  transform: scale(0.9);
}
.ico-circle{
  color: white;
  font-size: 50pt;
  text-align: center;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.text-tk{
  color: white;
  font-size: 14pt;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
/* elemen tentang kami */
.box-vm{
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
}
.text-vm{
  color: white;
  font-size: 13pt;
  font-weight: 200;
  text-shadow: 0 0 3px white,0 0 1px #00ccff;
}
.text-brand{
  color: white;
  font-size: 14pt;
  font-weight: 500;
  text-shadow: 0 0 3px white,0 0 5px #00ccff;
}
.text-brand:hover{
  text-decoration: none;
  color: white;
  font-size: 14pt;
  font-weight: 500;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.judul-kom{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 115px;
}
.judul-kli{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 80px;
}
.box-kli{
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
}
.img-kli{
  border-radius: 20px;
}
/* elemen tentang kami */


/*======================================
LAYANAN KAMI
======================================*/
.judul-lk{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 110px;
}
.box-lk{
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
  transition: all 0.5s;
}
.ico-circle{
  color: white;
  font-size: 50pt;
  text-align: center;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.text-lk{
  color: white;
  font-size: 14pt;
  text-shadow: 0 0 3px white,0 0 1px #00ccff;
  font-weight: 200;
}



/*======================================
DESKRIPSI PELAYANAN
======================================*/
.judul-dp{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 150px;
}
.box-dp{
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
  transition: all 0.5s;
}
.box-dp:hover{
  transition: all 0.5s;
  transform: scale(0.9);
}
.ico-circle{
  color: white;
  font-size: 50pt;
  text-align: center;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.text-dp{
  color: white;
  font-size: 14pt;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
/* elemen deskripsi pelayanan */
.box-lp{
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
}
.judul-lp{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 115px;
}
.text-lp{
  color: white;
  font-size: 12pt;
  font-weight: 200;
  text-shadow: 0 0 3px white,0 0 1px #00ccff;
}
/* elemen deskripsi pelayanan */



/*======================================
ARTIKEL
======================================*/
.judul-ar{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 110px;
}
.box-ar{
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
  transition: all 0.5s;
}
.ico-circle{
  color: white;
  font-size: 50pt;
  text-align: center;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.text-ar{
  color: white;
  font-size: 12pt;
  text-shadow: 0 0 3px white,0 0 3px #00ccff;
  font-weight: 200;
  transition: all 0.5s;
}
.text-ar:hover{
  transition: all 0.5s;
  transform: scale(0.9);
}
.tombol-ar{
  box-shadow: 0 0 7px white,0 0 10px #00ccff;
  text-shadow: 0 0 3px white,0 0 1px #00ccff,0 0 1px;
  border-radius: 20px;
  color: white;
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.tombol-ar:hover{
  transition: all 0.5s;
  color: white;
  transform: scale(0.8);
}
.img-ar{
  border-radius: 20px;
  vertical-align: middle;
}
/* elemen artikel */
.box-art{
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.541);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
}
.judul-art{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 20px;
  font-family: cursive;
  margin-top: 115px;
}
.text-art{
  color: white;
  font-size: 12pt;
  font-weight: 200;
  text-shadow: 0 0 3px white,0 0 1px #00ccff;
}
.tombol-art{
  width: 100%;
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff;
  border-radius: 10px;
  color: white;
  transition: all 0.5s;
}
.tombol-art:hover{
  color: white;
  transition: all 0.5s;
  text-decoration: none;
  transform: scale(0.9);
}
/* elemen artikel */

/*======================================
PRODUK
======================================*/
.judul-p{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 150px;
}
.box-p{
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
  transition: all 0.5s;
}
.box-p:hover{
  transition: all 0.5s;
  transform: scale(0.9);
}
.ico-circle{
  color: white;
  font-size: 50pt;
  text-align: center;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}
.text-p{
  color: white;
  font-size: 14pt;
  text-align: center;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 8px #00ccff;
}

/*======================================
KONTAK
======================================*/
.judul-k{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 130px;
}
.box-k{
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: rgba(8, 0, 72, 0.416);
  box-shadow: 0 0 7px white,0 0 10px #00ccff,0 0 15px #00ccff,0 0 20px #00ccff;
  border-radius: 20px;
  transition: all 0.5s;
}
.text-k, .copyright{
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 20px;
  color: white;
  font-size: 12pt;
  text-shadow: 0 0 3px white,0 0 1px #00ccff,0 0 1px;
  font-weight: 200;
}













@media (min-width: 577px) {

}

@media (min-width: 767px) {

}

@media (min-width: 768px) {
  
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
