/*font*/
.fs-sm {
	font-size: 11px!important;
}
.fs-md {
    font-size: 13px!important;
}
.horizontal-menu .bottom-navbar {
    *background: #9d9202;
}
.horizontal-menu .bottom-navbar .page-navigation {
	justify-content: start;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:last-child > .nav-link,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
	padding: 22px 12px 22px 15px;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:last-child > .nav-link i {
	font-size: 14px;
}
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control {
    padding: 12px 450px 12px 0!important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link:hover {
    color: #9d9202!important;
}

.intro-banner {
	background: #dbe4ec;
	margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 2px;
}
.intro-banner .banner-image {
	width: 24%;
    max-width: 100%;
}
.intro-banner .banner-image img {
    display: block;
    margin: auto;
}
.intro-banner .content-area {
	width: 58%;
    color: #000;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

/*jenis layanan*/
.nav-layanan .nav-item {
    margin-right: 0.5rem;
    border-radius: 5px;
}
.nav-layanan .nav-item .nav-link {
    background: #ddf1f9;
    color: #7c7d83;
}
.nav-layanan .nav-item .nav-link.active {
    background: #007bff;
    color: #fff;
}

/*step*/
.nav-steps .nav-item .nav-link {
    color: #0b6a56;
}

/*badge*/
.badge-sm {
    font-size: 11px;
    padding: 2px 4px 3px;
}

/*font*/
.fw-bold {
    font-weight: bold!important;
}

/*label*/
.col-form-label {
    line-height: 1.5;
}
.col-form-label, .col-label {
    font-size: 13px!important;
}

/*tabel*/
.table-md th, .table-md td {
    padding: .5rem;
}
.table th, .table td {
    font-size: 13px;
    white-space: normal;
    line-height: 1.5;
}

/*button*/
.btn-md {
    padding: .8rem;
    text-transform: uppercase;
}
.btn-sm {
    padding: 3px 7px;
    font-size: .7rem!important;
}
.btn-xs {
    padding: 2px!important;
}
.btn-xs i, .card {
    font-size: 14px;
}
.btn-ikon {
     display:table-cell;
 vertical-align:middle;
}

/*dropdown*/
.dropdown-toggle::after {
    margin-left: 0;
}
.dropdown-item, .dropdown-toggle {
    font-size: 13px!important;
}
.dropdown-backdrop{
    position: static;
}

/*select2*/
.select2-container--default .select2-selection--single {
    height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #c9c8c8;
}

.datepicker {
    z-index: 9999!important;
}
.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
    padding: 8px;
}

/*form*/
.form-group label {
    line-height: 1.3;
    margin-bottom: 0;
}

/*fieldset*/
legend {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}
legend span {
    padding: 6px 8px;
    background-color: #f5f5f5;
}
.fieldset-content {
    margin-top: 10px;
    margin-bottom: 25px;
}

/*info*/
.box-info {
    font-family: monospace;
    font-size: 12px;
    margin-top: 5px;
}

/*modal*/
.modal-content {
    background: #fff;
}

@media (min-width: 576px) {
    .modal-dialog.modal-md {
        max-width: 700px;
        margin: 30px auto;
    }
}
@media (max-width: 576px) {
    .d-sm-none {
        display: none!important;
    }
    #hero .intro-img {
        margin-top: -100px;
    }
    #hero .intro-info {
        text-align: center;
    }
    #hero .intro-info h2 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 15px;
    }
}

.invalid-feedback {
    font-size: 11px;
}

.alert {
    font-size: 13px!important;
}

input,input::placeholder {
    font-size: 13px!important;
}

fieldset {
    margin-bottom: 25px;
}

/*card*/
.card-content {
    margin-top: 25px;
}

/*section*/
.section-header h3 {
    font-size: 32px;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

/*services*/
#services {
    margin-top: 30px;
}
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/*hero*/
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #f5f8fd url(../images/intro-bg.jpg) center top no-repeat;
    background-size: cover;
}
#hero .intro-info h2 {
    color: #413e66;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
}
#hero .intro-info .btn-get-started, #hero .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1bb1dc;
    color: #fff;
}
@media (min-width: 992px){
    #hero .intro-info {
        padding-top: 80px;
    }   
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link {
    background: #1a73e8
}

#bg-wrapper {
    background: url('../images/hexagon.png');
    background-size: 25%; 
}

/*button*/
button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}