html {
  scroll-behavior: smooth;
}
body {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.black{
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
}
.center{
  text-align: center;
}

.text-shadow{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
}

.garis{
  background-color: #fff;
  height: 3px;
  width: 150px;
  margin: auto;
  box-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
}

.tengah{
  display: block;
  margin: 0 auto;
}

a {
  color: white;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #33CCCC;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.texta{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 22px;
}
.textj{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 180px;
}
.p-r {
  position: relative;
}

.color-a {
  color: #fff;
  text-align: justify;
  font-weight: 600;
}

.color-d {
  color: #f5f5f5;
  font-weight: 600;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.des-box,
.work-box,
.card-blog {
  background-color: transparent;
  box-shadow: 0 13px 8px -10px white;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px white;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.brand{
    height: 60px;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-pt4 {
  padding-top: 120px;
}
/*--/ Sections /--*/

/*--/ Title /--*/
.title-s {
  font-weight: 600;
  color: #33CCCC;
  font-size: 1.1rem;
}
.title-box {
  margin-bottom: 0px;
  margin-top: -100px;
}
.title-a {
  font-size: 2rem;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: cursive;
}
.subtitle-a {
  color: white;
}
.title-box-2 {
  margin-bottom: 1rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
  color: white;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
}
/*--/ Title /--*/

.line-mf {
  width: 80px;
  height: 3px;
  background-color: white;
  box-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  margin: 0 auto;
  margin-bottom: -7px;
}
.line-mf-dokumen {
  width: 100%;
  height: 3px;
  background-color: #a3edff;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  margin-top: -10px;
  margin-bottom: 10px;
}
.line-mf-dokumen2 {
  width: 100%;
  height: 3px;
  background-color: #a3edff;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*------/ Box /------*/
.box-shadow-full {
  border-radius: 5rem;
  padding: 3rem 1.25rem;
  position: relative;
  background-color: rgb(0, 0, 0,0.3);
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
}
/*------/ Box /------*/

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #99CCFF;
  color: #fff;
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #99CCFF,0 0 20px #99CCFF,0 0 25px #99CCFF;
  transition: all 500ms ease;
}
/*------/ Socials /------*/

/*------/ Ul resect /------*/
.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #33CCCC;
  margin-right: 10px;
}
/*------/ Ul resect /------*/

/*------/ Ico Circle /------*/
.ico-circle {
  height: 120px;
  width: 120px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 2.75;
  margin: 0 auto;
  text-align: center;
  display: block;
}
/*------/ Ico Circle /------*/

/*======================================
NAVBAR
======================================*/
.navbar-b {
  transition: all .5s ease-in-out;
  background-color: #002933;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 7px #00ccff,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px white;
}

.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:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 50px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 50px;
}

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

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

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}
.navbar-brand{
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

/*--/ 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;
}

/*nav layanan*/
.nav-pos{
  margin-right: 100px;
  font-size: 23px;
}
.lp a{
  font-size: 16px;
}
/*nav layanan*/

/*======================================
INDEX
======================================*/
.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro-title {
  color: #fff;
  font-weight: 300;
  font-size: 2rem;
  font-family: times;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.logo{
  height: 200px;
}
.logo-icon{
  height: 90px;
}

.box-icon{
  width: 50%;
  margin: 0 auto;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  transition: all 1s;
}
.box-icon:hover{
  background-color: white;
  transition: all 1s;
}
.icon-mantap-payroll{
  padding-left: 3px;
  padding-top: 5px;
}
.tulisan-icon-mantap-payroll{
  margin-top: -5px;
  font-weight: 700;
}
/*======================================
LAYANAN KAMI TENTANG KAMI
======================================*/
.text-tentang-kami{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 160px;
}
.a {
    margin-top: -30px;
}

.c {
    text-align: left; 
    margin-top: 15px;
}

.service-box {
  margin-top: 10px;
  background-color: transparent;
  padding: 0px 1.3rem;
  border-radius: 20px;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #99CCFF;
}

.service-box .service-ico {
margin-bottom: -10px;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 3rem;
}

.service-box .s-title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem 0;
}
.visimisi{
  margin-top: -20px;
}

/*======================================
KOMITMEN KAMI
======================================*/
.atas-komitmen{
  margin-top: -30px;
}

/*======================================
TIM KAMI
======================================*/
.atas-tim{
  margin-top: -10px;
}

/*======================================
install M.Payroll
======================================*/
.video-ytb-1{
  float: none; 
  clear: both; 
  width: 60%; 
  position: relative; 
  padding-bottom: 30%; 
  padding-top: 25px; 
  height: 0; 
}
.video-ytb-1 iframe { 
  position: absolute; 
  top: 0;
  left: 0; 
  width: 100%; 
  height: 100%;
}

/*======================================
M.Payroll
======================================*/
.icon-mantap-payroll-mp{
  padding-top: 5px;
  width: 125px;
  height: 100px;
}
.tulisan-icon-mantap-payroll-mp{
  margin-top: -5px;
  font-weight: 600;
}
.box-icon-mpayroll{
  width: 250px;
  height: 150px;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  transition: all 1s;
}
.box-icon-mpayroll:hover{
  background-color: white;
  transition: all 1s;
}

/*======================================
Import File
======================================*/
.box-import{
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  width: 100%;
  height: 300px;
  overflow: auto;
  padding: 20px;
  border-radius: 30px;
}
.tombol-import{
  box-shadow:0 0 10px white,0 0 15px #00ccff,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
  padding-bottom: 5px;
}
.tombol-import:hover{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  background-color: white;
  color: black;
  border-radius: 5px;
  width: 100%;
  border: none;
  margin: 0 auto;
  display: block;
  font-weight: 700;
}
.tabel-data2{
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  color: black;
  background-color: white;
  border: 1px solid black;
  width: 2140px;
}
.td-data2{
  border: 2px solid black;
  font-weight: 700;
  font-size: 10px;
  width: 150px;
}
.td-data5{
  border: 2px solid black;
  font-weight: 700;
  font-size: 10px;
  width: 40px;
}
.tabel-data3{
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  color: black;
  background-color: white;
  width: 1240px;
  border: 1px solid black;
}
.td-data3{
  border: 2px solid black;
  font-weight: 700;
  font-size: 10px;
  width: 150px;
}
.td-data4{
  border: 2px solid black;
  font-weight: 700;
  font-size: 10px;
  width: 40px;
}


/*======================================
Produk TP DOC
======================================*/
.lebar{
  width: 0px;
}
.text-dokumen{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  margin-top: -30px;
  font-size: 30px;
  font-family: cursive;
}
.box-dokumen{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  height: auto;
}
.box-dokumen-tengah{
  overflow: auto;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  height: 336px;
}
.box-dokumen-kanan{
  overflow: auto;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  height: 336px;
  display: block;
}
.box-login-tengah{
  margin-top: 8vh;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  height: auto;
}
.text-select{
  margin-top: -10px;
  color: white;
  text-align: center;
}
.text-select2{
  margin-top: -17px;
  color: white;
  text-align: center;
}
.text-form-dokumen{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
select{
  box-shadow:0 0 7px white,0 0 15px #00ccff;
  width: 100%;
  background-color: transparent;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.5s;
}
select:hover{
  box-shadow:0 0 10px white,0 0 15px #00ccff,0 0 25px #00ccff;
  width: 100%;
  background-color: white;
  color: black;
  font-weight: 700;
  border-radius: 5px;
  border: none;
}
.tombol-choose{
  box-shadow:0 0 10px white,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.tombol-choose:hover{
  box-shadow:0 0 10px white,0 0 15px #00ccff,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  background-color: white;
  color: black;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.input-login{
  text-align: center;
  box-shadow:0 0 10px white,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
}
.input-dokumen{
  text-align: center;
  box-shadow:0 0 10px white,0 0 25px #00ccff;
  background-color: transparent;
  margin-top: -50px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.input-dokumen:hover{
  text-align: center;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  background-color: white;
  color: black;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.input-select{
  text-align: center;
  box-shadow:0 0 10px white,0 0 25px #00ccff;
  background-color: transparent;
  margin-top: -50px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.input-select:hover{
  text-align: center;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  background-color: white;
  color: black;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.tombol-select{
  box-shadow:0 0 10px white,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.tombol-select:hover{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  background-color: white;
  color: black;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.tombol{
  box-shadow:0 0 10px white,0 0 15px #00ccff,0 0 25px #00ccff;
  background-color: transparent;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: white;
  border: none;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.tombol-cetak{
  text-align: center;
}
.tombol:hover{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  background-color: white;
  color: black;
  border-radius: 5px;
  width: 100%;
  border: none;
  margin: 0 auto;
  display: block;
  font-weight: 700;
}
.form-dokumen{
  padding-bottom: 25px;
}
.hasil{
  box-shadow:0 0 7px white,0 0 15px #00ccff;
  color: white;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 700;
}
.hasilreport{
  color: white;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
}
.hasil2{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  color: white;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: 700;
  transition: ease-in-out 0.5s;
}
.hasil2:hover{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  color: black;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: 700;
}
.tabel-data{
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  color: white;
  box-shadow:0 0 7px white,0 0 15px #00ccff;
}
.tabel-data-2{
  background-color: white;
  font-size: 10px;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  color: rgb(0, 0, 0);
}
.td-data{
  box-shadow:0 0 3px white,0 0 5px #00ccff;
}
.getsubject{
  visibility: hidden;
  position: fixed;
  height: 0;
}

/*======================================
Produk
======================================*/
.text-produk{
  margin-top: 50px;
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
}
.icon-mantap-payroll-mp{
  padding-top: 5px;
}
.tulisan-icon-produk-mp{
  margin-top: -5px;
  font-weight: 700;
  font-size: 20px;
}
.box-icon-produk{
  width: 250px;
  height: 150px;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  border-radius: 20px;
  transition: all 1s;
}
.box-icon-produk:hover{
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
  background-color: white;
  transition: all 1s;
}
/*======================================
KLIEN KAMI
======================================*/
.atas-klien{
  margin-top: -20px;
}
.image{
  border-radius: 20px;
  margin: 0 auto;
}

/*======================================
PELAYANAN KAMI
======================================*/
.atas-pelayanan{
  margin-top: 25px;
}
.bawah-pelayanan{
  margin-bottom: -30px;
  margin-top: -20px;
}

/*======================================
DESKRIPSI PELAYANAN
======================================*/
.text-deskripsi{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 160px;
}
.des-box{
  margin-top: 10px;
  background-color: transparent;
  padding: 0px 1.3rem;
  border-radius: 20px;
  margin-bottom: 3rem;
}
.des-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #99CCFF;
}

.des-box .des-ico {
  margin-bottom: -10px;
  color: #1e1e1e;
}

.des-box .ico-circle {
  transition: all 500ms ease;
  font-size: 3rem;
}

.s-title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem 0;
}

/*======================================
Artikel
======================================*/
.img-rounded{
  border-radius: 20px;
}
.artikel-box{
  border-radius: 20px;
  height: auto;
  background-color: transparent;
  box-shadow: 0 13px 8px -10px white;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff;
}
.text-artikel{
  text-shadow: 0 0 3px white,0 0 5px #00ccff,0 0 10px #00ccff;
  color: white;
  font-size: 30px;
  font-family: cursive;
  margin-top: 90px;
}
.judul-artikel {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
.padding{
  padding-right: 20px;
  padding-left: 20px;
}
.tombol-artikel{
  bottom: 0px;
  font-weight: 800;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 13px 8px -10px white;
  box-shadow:0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
}

/*======================================
FOOTER
======================================*/
footer .bawah{
  text-align: center; 
  background-color: transparent;
  color: #fff;
  margin-top: 30px;
}
footer .footer-klien{
  text-align: center; 
  background-color: transparent;
  color: #fff;
  margin-top: -20px;
}
footer .bawah-layanan{
  text-align: center; 
  background-color: transparent;
  color: #fff;
  margin-bottom: 0px;
  margin-top: -35px;
}
.box{
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
}

/*======================================
PESAN
======================================*/

.form-control{
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #33CCCC;
  color: #fff;
  font-size: 18px;
}

.input{
  height: 45px;
}

.submit{
  color: #fff;
  border-radius: 10rem;
  background: transparent;
  box-shadow: 0 0 7px #00ccff,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px white;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 1s;
}
.submit:hover{
  background-color: #99CCFF;
  cursor: pointer;
  color: #fff;
  transition: all 1s;
}

.message{
  margin-top: 110px;
}

.atas2{
  margin-top: -30px;
}


/*======================================
BUTTON
======================================*/
.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #99CCFF;
  color: #fff;
  transition: all 500ms ease;
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #99ccff,0 0 20px #99ccff,0 0 25px #99CCFF;
}

.button-a {
  background-color: transparent;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
  box-shadow: 0 0 7px white,0 0 10px white,0 0 15px #00ccff,0 0 20px #00ccff,0 0 25px #00ccff;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
  
  .card-blog {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
  
  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }
  
  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }
  
  .intro .intro-title {
    font-size: 4.5rem;
  }
  
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
  
  .intro-single .intro-title {
    font-size: 3.5rem;
  }
  
  .testimonial-box .description {
    padding: 0 5rem;
  }
  
  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
  
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
  
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {    
  border-radius: 20px;
  background: rgb(0, 51, 146);    
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #11005c;
}