/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
/* text */
.ui-autocomplete{
    height : 200px !important;
    max-height: 200px !important;
}

.slash-input {
    display: flex;
    flex-wrap: nowrap;
  }

  .slash-input .form-control {
    border-radius: 0;
  }

  .slash-input .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1;
  }

  .slash-input .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1;
  }

  .slash-input .form-control {
    flex-grow: 1;
    width: 33.33%;
  }

  .slash {
    padding: 0 5px;
    line-height: 38px;
    font-size: 25px;
  }


#sticky-button {
    /* position: -webkit-sticky; */
    position: fixed;
    right: 20px;
    text-align: center;
    
    background-color:#38d150;
    color:#fff;
    padding: 10px;
    font-size: 20px;
    z-index: 9999;
    border-radius:28px;
    width:180px;
  }

  .sticky-wa{
    bottom:13px;
  }

  .sticky-wa-change{
    bottom:13px;
  }

  .sticky-wa-bottom{
    bottom:13px;
  }

.carousel-item img {
    width:100%;
    vertical-align:top;
}

.carousel-item::after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.4);
    opacity:1;
}

.ribbon-promo {
    width: 180px;
    height: 50px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #0c4da2;
    transform: rotate(-45deg);
    position: absolute;
    left: -58px;
    top: 5px;
    padding-top: 8px; 
    padding-left: 35px; 
    padding-right: 35px; 
  }

  /* .ribbon-2 {
    width: 180px;
    height: 50px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #0c4da2;
    transform: rotate(-45deg);
    position: absolute;
    left: -58px;
    top: 5px;
    padding-top: 20px; 
    padding-left: 35px; 
    padding-right: 35px; 
  } */

  
  

  .ribbon {
    height: 0px;
    position: relative;
    margin-bottom: 0px;
    background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
    background-size: cover;
    text-transform: uppercase;
    color: white;
  }
  .ribbon1 {
    position: absolute;
    top: -6px;
    left: 20px;
  }
  .ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 46px solid transparent;
    border-right: 46px solid transparent;
    border-top: 10px solid #f7941d;
  }
  .ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #f7941d;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
  }
  .ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
  }
  .ribbon1 span:before {
   height: 6px;
   width: 6px;
   left: -6px;
   top: 0;
   background: #f7941d;
  }
  .ribbon1 span:after {
   height: 6px;
   width: 8px;
   left: -8px;
   top: 0;
   border-radius: 8px 8px 0 0;
   background: #b76f16;
  }
  .ribbon5 {
    display: block;
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #0c4da2;
    position: relative;
    top: -10px;
  }
  .ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute;
  }
  .ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #083674;
    border-left: 10px solid transparent;
  }
  .ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #083674;
    border-right: 10px solid transparent;
  }

  

 

.kbw-signature { width: 420px; height: 280px;}
        #sig canvas{
            width: 410px !important;
            height: 270px;
        }

body {
    font-family: 'Heebo', sans-serif;
    scroll-behavior: smooth; 
}
a {
    color: #0c4da2;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
    }

.text-primary-blue, .text-primary-blue-all *, .text-primary-blue-all *:before, .text-primary-blue-all *:after {
    color: #0c4da2 !important; 
    }

.card.card-primary-blue {
    border-top: 2px solid #0c4da2; 
    }

    .card-deck .card {
        border:none;
        z-index:90;
    }

    .card {
        min-width: 23%;
    }
    
.ui-autocomplete {
    max-height: 130px;
    /* max-width: 100px; */
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/

html .ui-autocomplete {
    height: 130px;
    width:100px;
}

.saparator {
    border-bottom: solid 1px grey;
}

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/

.photo-header-admin{
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.main-logo {
    width: 180px!important;
    height: 50px!important;
    margin-bottom:15px;
}

.navbar-index {
    height:100px;
    }   

.nav-bg-dark {
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: #010424e3; 
    
}

.navbar-bg {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #0c4da2;
    z-index: -1; 
    }  

.nav-link-index {
margin-right: 20px;  
    }  

.nav-link-index:after {
    content:"\A";
    width:6px;
    height:6px;
    border-radius:50%;
    background: #f7941d;
    display:inline-block;
    margin:1px 6px;
}

.link-white {
    color:#fff;
    font-weight: bold;
}


/*
|--------------------------------------------------------------------------
| CAROUSEL
|--------------------------------------------------------------------------
*/

.overlay-1 { 
    color:#0c4da2;
    font-family: 'Harabara', sans-serif;
    position:absolute;
    z-index:12;
    top:20%;
    left:10%;
    width:100%;
    text-align:left;
}

.overlay-2 { 
    color:#fff;
    font-family: 'Harabara', sans-serif;
    position:absolute;
    z-index:12;
    top:30%;
    left:10%;
    width:100%;
    text-align:left;
}

.overlay-3 { 
    color:#fff;
    font-family: 'Reznor', sans-serif;
    font-weight: bold;
    position:absolute;
    z-index:12;
    top:42%;
    left:10%;
    width:100%;
    text-align:left;
    }

.overlay-4 { 
    position:absolute;
    z-index:12;
    top:52%;
    left:10%;
    width:100%;
    }

.overlay-h1 {
    font-size: 80px;
}

.overlay-p{
    font-size: 20px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 2s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}


/*
|--------------------------------------------------------------------------
| SERVIS
|--------------------------------------------------------------------------
*/
#service{
    padding:30px 10px 30px 10px;
    background: #f3f3f3;
    border-radius: 20px;
    position: absolute;
    left: 8%;
    top: 620px;
    z-index: 1000;
}

.service-header{
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 900;
    /* color: #f7941d; */
}

.service-line{
    padding-right:20px; 
    border-right: 1px solid #ccc;
}

.service-text{
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    color: #363333;
}


/*
|--------------------------------------------------------------------------
| PROFIL
|--------------------------------------------------------------------------
*/

#profile {
padding:200px 0px 0px 0px;
}

.profile-image {
    width: 440px;
    height: 140px;
}

.profile-h1 {
    color:#000813;
    font-family: 'Heebo', sans-serif;
    font-size: 45px;
    font-weight: 900;
}

.text-blue {
    color:#0c4da2;
}

.text-orange {
    color:#f7941d;
}

.profile-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}

.profile-h4-orange {
    color:#f7941d;
    font-size: 30px;
    font-weight: bold;
}

.col-profile {
   padding:0px;
}


/*
|--------------------------------------------------------------------------
| PAKET
|--------------------------------------------------------------------------
*/

#info-paket {
    padding:100px;
    background: #232038;
}

.header-h1 {
    /* color:#ffffff; */
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.header-text {
    /* color:#ffffff; */
    padding:0 100px 0 100px;
}

/* paket */
.header-paket {
    padding:50px 10px 10px 10px;
    /* background: #f4f2e9; */
    background:#f3f3f3;
    color:#f7941d;
    font-family: 'Harabara', sans-serif;
    font-weight: 900;
}

.harga-paket {
    color:#000000;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    font-weight: 900;
}

.harga-paket-orange {
    color:#f7941d;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    font-weight: 900;
}

.modal-lg-wide {
    width: 90%;
   max-width:1100px;
}


/*
|--------------------------------------------------------------------------
| COVERAGE
|--------------------------------------------------------------------------
*/

#coverage {
    padding:100px;
    /* background: #fff; */
    background-image: url("../img/map-image.png");
    /* background-color: #363636; */
    background-color: #f7941d;
}

.header-h1-orange {
    color:#f7941d;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.header-text-orange{
    color:#f7941d;
    padding:0 100px 0 100px;
}


/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/

.pendaftaran-form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 54px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;  
}

.pendaftaran-form-mag {
    border-radius: 10px;
    padding:10px 50px 10px 50px;
}

.pendaftaran-btn {
    padding:10px;
    border-radius:12px;
    font-size: 25px;
    font-weight: 900;
}

#form-pendaftaran, #form-request{
    padding:100px;
    background: #fff;

}

.form-control.is-invalid {
    background-image: none;
}

.header-h1-blue {
    color:#0c4da2;
    font-family: 'Heebo', sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.header-text-blue {
    color:#0c4da2;
    padding:0 100px 0 100px;
}


/*
|--------------------------------------------------------------------------
| INFO
|--------------------------------------------------------------------------
*/

#info {
    padding:100px;
    height:500px;
    /* background: #fff; */
    background-image: url("../../assets/img/info-bg.jpg");
    background-size: cover;
}

.info-h1 {
    color:#000813;
    font-family: 'Heebo', sans-serif;
    font-size: 45px;
    font-weight: 900;
}

.info-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/
.main-sidebar .sidebar-menu li.active a {
    color: #0c4da2;
    font-weight: 600;
    background-color: #fcfcfd; 
    }      
    

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/

.footer-widget p {
    margin-bottom: 27px;
}

p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
    color:white;
}
    
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #f7941d; 
}
    
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite; 
}

@-webkit-keyframes animborder {
    0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
    100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } 
}

@keyframes animborder {
    0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
    100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } 
}
    
.animate-border.border-white:after {
    border-color: #fff; 
}
    
.animate-border.border-yellow:after {
    border-color: #F5B02E; 
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff; 
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF; 
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8; 
}
    
/* Animated heading border */
@keyframes primary-short {
    0% {
    width: 15%; }
    50% {
    width: 90%; }
    100% {
    width: 10%; } 
}

@keyframes primary-long {
    0% {
    width: 80%; }
    50% {
    width: 0%; }
    100% {
    width: 80%; } 
} 
    
.dk-footer {
    padding: 75px 0 0;
    background-image: url("../img/map-image.png");
    /* background-color: #363636; */
    background-color: #f7941d;
    position: relative;
    z-index: 2; 
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; 
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px; 
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px; 
}

.dk-footer .contact-icon i {
    font-size: 34px;
    /*top: -15px;*/
    position: relative;
    color:#fff; 
}
    
.footer-logo{
    width:200px;
}

.dk-footer-box-info {
    position: absolute;
    top: -57px;
    border-radius:15px;
    background: #232038;
    padding: 30px;
    z-index: 2; 
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    margin-bottom: 25px;   
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; 
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block; 
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #3B5998;
    margin-right: 5px;
    color: #fff; 
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998; 
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE; 
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39; 
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4; 
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A; 
}
    
.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}
    
.footer-info-text {
    margin: 26px 0 32px; 
}

.footer-left-widget {
    padding-left: 80px; 
}

.footer-widget .section-heading {
    margin-bottom: 15px; 
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; 
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; 
}

.footer-widget li {
    margin-bottom: 10px; 
}

.footer-widget p {
    margin-bottom: 27px; 
}
    
.footer-widget a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer-widget a:hover {
    color: #232038; 
    text-decoration: none;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both; 
}
    
.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; 
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; 
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; 
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; 
}

.dk-footer-form button:hover {
    cursor: pointer; 
}

.footer-h3{
    font-family: 'Heebo', sans-serif;
}
    
/* contact */
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -moz-box-align: top;
    -ms-flex-align: top;
    align-items: top; }
    
.contact-icon {
    position: absolute; 
}

.contact-icon i {
    font-size: 36px;
    top: 0px;
    position: relative;
    color: #007bff;
 }
    
.contact-info {
    margin-left: 75px;
    color: #fff; 
}

.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; 
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #232038; }

.copyright span,
.copyright a {
    font-weight: 900;
color: #fff;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; 
}

.copyright a:hover {
    color:#fff; 
}

.copyright-menu ul {
text-align: right;
margin: 0; }

.copyright-menu li {
display: inline-block;
padding-left: 20px; }

.back-to-top {
    position: relative;
    z-index: 2; 
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f7941d;
    border-color: #f7941d;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #fff;
    border-color: #fff; 
    color:#f7941d;
}
          

/*
|--------------------------------------------------------------------------
| BUTTON
|--------------------------------------------------------------------------
*/

.btn-signup {
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background: #0c4da2;
    padding:8px 10px 8px 10px;
    border-radius: 14px;
}

.btn-signup:hover {
    color:#04152b;
    background: #fff;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.btn-signin {
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background:transparent;
    padding:7px 10px 7px 10px;
    border-radius: 14px;
    border:solid 2px #f7941d;
}

.btn-signin:hover {
    color:#fff;
    border:solid 2px #fff;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.btn-orange {
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    background: #f7941d;
    padding:9px 14px 9px 14px;
    border-radius: 14px;
    border:solid 2px #f7941d;
}
        
.btn-orange:hover {
    color:#f7941d;
    background: #fff;
    border:solid 2px #fff;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.btn-blue {
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    background: #0c4da2;
    padding:9px 14px 9px 14px;
    border-radius: 14px;
    border:solid 2px #0c4da2;
}
                
.btn-blue:hover {
    color:#0c4da2;
    background: #fff;
    border:solid 2px #fff;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.btn-primary-blue, .btn-primary-blue.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #0c4da2;
    border-color: #0c4da2; 
}

.btn-primary-blue:focus, .btn-primary-blue.disabled:focus {
    background-color: #083671 !important; 
}

.btn-primary-blue:focus:active, .btn-primary-blue.disabled:focus:active {
    background-color: #083671 !important; 
}

.btn-primary-blue:active, .btn-primary-blue:hover, .btn-primary-blue.disabled:active, .btn-primary-blue.disabled:hover {
    background-color: #083671 !important; 
}

.btn-primary-blue, .btn-primary-blue.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #0c4da2;
    border-color: #0c4da2; 
}

.btn-primary-blue:focus, .btn-primary-blue.disabled:focus {
    background-color: #083671 !important; 
}

.btn-primary-blue:focus:active, .btn-primary-blue.disabled:focus:active {
    background-color: #083671 !important; 
}

.btn-primary-blue:active, .btn-primary-blue:hover, .btn-primary-blue.disabled:active, .btn-primary-blue.disabled:hover {
    background-color: #083671 !important; 
}
    
.btn-primary-orange, .btn-primary-orange.disabled {
    box-shadow: 0 2px 6px #ffc782;
    background-color: #f7941d;
    border-color: #f7941d; 
}

.btn-primary-orange:focus, .btn-primary-orange.disabled:focus {
    background-color: #e68004 !important; 
}

.btn-primary-orange:focus:active, .btn-primary-orange.disabled:focus:active {
    background-color: #e68004 !important; 
}

.btn-primary-orange:active, .btn-primary-orange:hover, .btn-primary-orange.disabled:active, .btn-primary-orange.disabled:hover {
    background-color: #e68004 !important; 
}
    
.bg-primary-blue{
    background: #0c4da2;
}

.bg-primary-blue-dark{
    background: #083671;
}

.btn-outline-orange{
    border: 1px solid #f7941d;
    outline-color: #f7941d;
    color: #f7941d;
}
    
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.disabled:hover, .btn-outline-orange.disabled:focus, .btn-outline-orange.disabled:active {
    background-color: #f7941d !important;
    color: #fff !important; 
}

/*
|--------------------------------------------------------------------------
| MAP
|--------------------------------------------------------------------------
*/
#map {
    width: 1140px;
    height: 480px;
}

/* responsive     */
.main-logo {
    width: 450px;
    height: 120px;
}

.main-btn {
    width:200px;
}  

.navbar-brand {
    margin-left:50px;
}

/*
|--------------------------------------------------------------------------
| CLIENT
|--------------------------------------------------------------------------
*/

.profile-widget-picture{
   height:100px;
   width: 100px;
   object-fit: cover;
}

.head-komplain-client{
    font-size: 22px;
    font-weight: 900;
}

@media only screen and (min-width: 1920px) {
    .main-logo {
        width: 300px!important;
        height: 70px!important;
        margin-top:20px;
    }

    .main-name {
        text-align:center;
    } 


    /*
    |--------------------------------------------------------------------------
    | CAROUSEL
    |--------------------------------------------------------------------------
    */
    .overlay-h1{
        font-size:140px;
    }

    .overlay-p{
        font-size:35px;
    }

    .overlay-1 { 
        color:#0c4da2;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:20%;
        left:10%;
        width:100%;
        text-align:left;
    }

    .overlay-2 { 
        color:#fff;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:32%;
        left:10%;
        width:100%;
        text-align:left;
    }

    .overlay-3 { 
        color:#fff;
        font-family: 'Reznor', sans-serif;
        font-weight: bold;
        position:absolute;
        z-index:12;
        top:48%;
        left:10%;
        width:100%;
        text-align:left;
    }

    .overlay-4 { 
        position:absolute;
        z-index:12;
        top:60%;
        left:10%;
        width:100%;
    }

    .btn-signup {
        color:#fff;
        font-size: 24px;
        font-weight: bold;
        background: #0c4da2;
        padding:16px 20px 16px 20px;
        border-radius: 14px;
        margin-top:20px;
    }
  
    
    .btn-signin {
        color:#fff;
        font-size: 24px;
        font-weight: bold;
        background:transparent;
        padding:15px 20px 15px 20px;
        border-radius: 14px;
        border:solid 2px #f7941d;
        margin-top:20px;
    }

/*    .btn-blue {*/
/*        color:#fff;*/
/*        font-size: 30px;*/
/*        font-weight: bold;*/
/*        background: #0c4da2;*/
/*        padding:18px 28px 18px 28px;*/
/*        border-radius: 14px;*/
/*        border:solid 2px #0c4da2;*/
/*    }*/
    
/*    .btn-orange {*/
/*    color:#fff;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    background: #f7941d;*/
/*    padding:18px 28px 18px 28px;*/
/*    border-radius: 14px;*/
/*    border:solid 2px #f7941d;*/
/*}*/
    
    
  


    /*
    |--------------------------------------------------------------------------
    | SERVIS
    |--------------------------------------------------------------------------
    */

    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 20%;
        top: 900px;
        z-index: 1000;
    }


    /*
    |--------------------------------------------------------------------------
    | PROFIL
    |--------------------------------------------------------------------------
    */

    #profile{
        padding:140px 30px 0px 30px;
    }

    /*
    |--------------------------------------------------------------------------
    | COVERAGE
    |--------------------------------------------------------------------------
    */
    #coverage {
        padding:100px 40px 100px 40px;
    }


    /*
    |--------------------------------------------------------------------------
    | PAKET
    |--------------------------------------------------------------------------
    */

    #info-paket{
        padding:50px 40px 50px 40px;
    }


    /*
    |--------------------------------------------------------------------------
    | INFO
    |--------------------------------------------------------------------------
    */

    #info{
        padding:50px 60px 50px 60px;
    }
    
}

@media only screen and (max-width: 1680px) {
    /*
    |--------------------------------------------------------------------------
    | SERVIS
    |--------------------------------------------------------------------------
    */

    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 12%;
        top: 720px;
        z-index: 1000;
    }
}

@media only screen and (max-width: 1366px) {
    

    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 8%;
        top: 620px;
        z-index: 1000;
    }
}

@media only screen and (max-width: 1024px) {
    .main-logo {
        width: 400px;
        height: 100px;
        margin-bottom:20px;
    }

    .main-name {
        text-align:center;
    } 


    /*
    |--------------------------------------------------------------------------
    | CAROUSEL
    |--------------------------------------------------------------------------
    */

    .overlay-1 { 
        color:#0c4da2;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:20%;
        left:10%;
        width:100%;
        text-align:left;
    }

    .overlay-2 { 
        color:#fff;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:32%;
        left:10%;
        width:100%;
        text-align:left;
    }

    .overlay-3 { 
        color:#fff;
        font-family: 'Reznor', sans-serif;
        font-weight: bold;
        position:absolute;
        z-index:12;
        top:48%;
        left:10%;
        width:100%;
        text-align:left;
    }

    .overlay-4 { 
        position:absolute;
        z-index:12;
        top:60%;
        left:10%;
        width:100%;
    }


    /*
    |--------------------------------------------------------------------------
    | SERVIS
    |--------------------------------------------------------------------------
    */

    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 3%;
        top: 440px;
        z-index: 1000;
    }


    /*
    |--------------------------------------------------------------------------
    | PROFIL
    |--------------------------------------------------------------------------
    */

    #profile{
        padding:140px 30px 0px 30px;
    }

    /*
    |--------------------------------------------------------------------------
    | COVERAGE
    |--------------------------------------------------------------------------
    */
    #coverage {
        padding:100px 40px 100px 40px;
    }


    /*
    |--------------------------------------------------------------------------
    | PAKET
    |--------------------------------------------------------------------------
    */

    #info-paket{
        padding:50px 40px 50px 40px;
    }


    /*
    |--------------------------------------------------------------------------
    | INFO
    |--------------------------------------------------------------------------
    */

    #info{
        padding:50px 60px 50px 60px;
    }
    
}

@media only screen and (max-width: 768px) {

    .kbw-signature { width: 270px; height: 210px;}
    #sig canvas{
        width: 260px !important;
        height: 200px;
    }

    .main-logo {
        width: 120px;
        height: 50px;
        margin-bottom:10px;
    }

    .main-name {
        text-align:center;
    } 

    /*
    |--------------------------------------------------------------------------
    | NAVBAR
    |--------------------------------------------------------------------------
    */
    .nav-link{
        padding-top: 20px;
    }

    .nav-link-index:after {
        content:"\A";
        width:0px;
        height:0px;
        border-radius:0;
        background: #f7941d;
        display:inline-block;
        margin:0px 0px;
    }

    

    /*
    |--------------------------------------------------------------------------
    | CAROUSEL
    |--------------------------------------------------------------------------
    */
    
    .overlay-1 { 
        color:#0c4da2;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:20%;
        left:10%;
        width:100%;
        text-align:left;
    }
    
    .overlay-2 { 
        color:#fff;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:36%;
        left:10%;
        width:100%;
        text-align:left;
    }
    
    .overlay-3 { 
        color:#fff;
        font-family: 'Reznor', sans-serif;
        font-weight: bold;
        position:absolute;
        z-index:12;
        top:56%;
        left:10%;
        width:100%;
        text-align:left;
    }
    
    .overlay-4 { 
        position:absolute;
        z-index:12;
        top:72%;
        left:10%;
        width:100%;
    }
    
        
    /*
    |--------------------------------------------------------------------------
    | SERVIS
    |--------------------------------------------------------------------------
    */

    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 3%;
        top: 360px;
        z-index: 1000;
    }

    .mobile-center {
        justify-content: center;
    }
    
    
    /*
    |--------------------------------------------------------------------------
    | RPOFIL
    |--------------------------------------------------------------------------
    */

    #profile{
        padding:300px 30px 0px 30px;
        }
    

    /*
    |--------------------------------------------------------------------------
    | COVERAGE
    |--------------------------------------------------------------------------
    */
    #coverage {
        padding:100px 40px 100px 40px;
    }
    

    /*
    |--------------------------------------------------------------------------
    | PAKET
    |--------------------------------------------------------------------------
    */
    #info-paket {
        padding:50px 40px 50px 40px;
    }
    
    /* .card-deck {
        flex-direction: column; 
    
    } */

   

    /*
    |--------------------------------------------------------------------------
    | INFO
    |--------------------------------------------------------------------------
    */

    #info {
        padding:50px 60px 50px 60px;
    }

    /*
    |--------------------------------------------------------------------------
    | FOOTER
    |--------------------------------------------------------------------------
    */

    /* #dk-footer{
        padding:50px 10px 0px 10px;
    } */
 
    .dk-footer-box-info {
        position: relative;
        top: 0px;
    }

    .dk-footer .contact-us {
        margin-top: 50px;
        margin-bottom: 0px;
        padding-left: 0px; 
    }
    .dk-footer .contact-us .contact-info {
        margin-left: 50px; 
    }

    .dk-footer .contact-us.contact-us-last {
        
        margin-left: 0px; 
    }

    .footer-left-widget {
        padding-left: 0px; 
    }

    .footer-row {
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {

    .kbw-signature { width: 270px; height: 210px;}
    #sig canvas{
        width: 260px !important;
        height: 200px;
    }
    
    .main-logo {
        width: 150px!important;
        height: 40px!important;
        margin-top:15px;
    }

    .main-name {
        text-align:center;
    } 

    /*
    |--------------------------------------------------------------------------
    | NAVBAR
    |--------------------------------------------------------------------------
    */

    .navbar-collapse
    {
        padding:20px;
        background-color:#232038;
        border-radius: 10px;
        text-align: center;

    }

    .mr-5{
        margin-right: 0px!important;
    }

    .nav-link-index:after {
        content:"\A";
        width:0px;
        height:0px;
        border-radius:0;
        background: #f7941d;
        display:inline-block;
        margin:0px 0px;
    }

    .nav-link-index {
        margin-right: 0px;
    }

    .mr-2 {
        margin-right: 0px!important;
    }
     
     /*
    |--------------------------------------------------------------------------
    | CAROUSEL
    |--------------------------------------------------------------------------
    */

    #carousel-example-1z .carousel-inner {
        /* width:100%; */
        height:700px;
        text-align:center;
        overflow:hidden;
    }
        
    #carousel-example-1z img {  
        /* width: 700px;     */
        height:700px;
        object-fit: cover;
        width: 700px;
        height: 700px;
        object-position: -600px 0px;
    }
        
    .overlay-1 { 
        color:#0c4da2;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:25%;
        left:0%;
        width:100%;
        text-align:center;
    }
            
    .overlay-2 { 
        color:#fff;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:32%;
        left:0%;
        width:100%;
        text-align:center;
    }
            
    .overlay-3 { 
        color:#fff;
        font-family: 'Reznor', sans-serif;
        font-weight: bold;
        position:absolute;
        z-index:12;
        top:42%;
        left:0%;
        width:100%;
        text-align:center;
        padding:10px;
    }
            
    .overlay-4 { 
        position:absolute;
        z-index:12;
        top:62%;
        left:0%;
        width:100%;
        text-align:center;
    }
        
    .overlay-h1 {
        font-size: 50px;
    }
    
    .overlay-p {
        font-size: 20px;
    }


     /*
    |--------------------------------------------------------------------------
    | SERVIS
    |--------------------------------------------------------------------------
    */

    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 0;
        top: 600px;
        z-index: 12;
    }

    .service-line {
        padding-right:0px; 
        border-right: 0px solid #ccc;
    }

    .service-line-bottom {
        padding-bottom:20px; 
        border-bottom: 1px solid #ccc;
    }

    .service-pt-20 {
        padding-top:20px;
    }


    /*
    |--------------------------------------------------------------------------
    | PROFIL
    |--------------------------------------------------------------------------
    */

    #profile {
        padding:480px 50px 50px 50px;
    }

    .profile-image {
        width: 300px;
        height: 110px;
    }

    .main-logo {
        width: 250px;
        height: 70px;
        margin-bottom:20px;
    }

    .main-name {
        text-align:center;
    }   

    .display-4 {
        font-size:38px;
    }   
        
    .navbar-brand {
        margin-left:0px;
    } 
        
    .mobile-center {
        justify-content: center;
    }

    /*
    |--------------------------------------------------------------------------
    | COVERAGE
    |--------------------------------------------------------------------------
    */
    #coverage {
        padding:50px 30px 50px 30px;
    }

    .header-text {
        padding:10px;
    }


    /*
    |--------------------------------------------------------------------------
    | PAKET
    |--------------------------------------------------------------------------
    */
    
    /* .ribbon {
    width: 160px;
    height: 45px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #0c4da2;
    transform: rotate(-45deg);
    position: absolute;
    left: -48px;
    top: 8px;
    padding-top: 3px; 
    padding-left: 15px; 
    padding-right: 15px; 
  } */

    #info-paket {
        padding:50px 30px 50px 30px;
    }


    /*
    |--------------------------------------------------------------------------
    | FORM
    |--------------------------------------------------------------------------
    */

    #form-pendaftaran {
        padding:50px 30px 50px 30px;
    }

    #form-request {
        padding:50px 30px 50px 30px;
    }

    .pendaftaran-form-mag{
        border-radius: 10px;
        padding:10px 20px 10px 20px;
    }

    /*
    |--------------------------------------------------------------------------
    | INFO
    |--------------------------------------------------------------------------
    */
    #info {
        padding:50px 50px 50px 50px;
        background-position: -320px 0px;
    }


    /*
    |--------------------------------------------------------------------------
    | FOOTER
    |--------------------------------------------------------------------------
    */

    /* #dk-footer{
        padding:50px 10px 0px 10px;
    } */
 
    .dk-footer-box-info {
        position: relative;
        top: 0px;
    }

    .dk-footer .contact-us {
        margin-top: 30px;
        margin-bottom: 0px;
        padding-left: 0px; 
    }
    .dk-footer .contact-us .contact-info {
        margin-left: 50px; 
    }

    .dk-footer .contact-us.contact-us-last {
        margin-left: 0px; 
    }

    .footer-left-widget {
        padding-left: 0px; 
    }

    .footer-row {
        padding: 20px;
    }
    
    #sticky-button {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
      }
      .sticky-wa{
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.5s linear;
      }

      .sticky-wa-change{
          visibility: visible;
         opacity: 1;
       
          -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        bottom:13px;
      }

      .sticky-wa-bottom{
          visibility: visible;
            opacity: 1;
  
          -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        bottom:100px;
      }

}


@media only screen and (max-width: 400px) {

    .kbw-signature { width: 270px; height: 210px;}
    #sig canvas{
        width: 260px !important;
        height: 200px;
    }

    /*
    |--------------------------------------------------------------------------
    | NAVBAR
    |--------------------------------------------------------------------------
    */

    .main-logo {
        width: 150px!important;
        height: 40px!important;
        margin-top:15px;
    }

    .navbar-collapse
    {
        padding:20px;
        background-color:#232038;
        border-radius: 10px;
        text-align: center;

    }

    .mr-5{
        margin-right: 0px!important;
    }

    .nav-link-index:after {
        content:"\A";
        width:0px;
        height:0px;
        border-radius:0;
        background: #f7941d;
        display:inline-block;
        margin:0px 0px;
    }

    .nav-link-index {
        margin-right: 0px;
    }

    .mr-2 {
        margin-right: 0px!important;
    }

    /*
    |--------------------------------------------------------------------------
    | CAROUSEL
    |--------------------------------------------------------------------------
    */
    #carousel-example-1z .carousel-inner {
        /* width:100%; */
        height:700px;
        text-align:center;
        overflow:hidden;
    }

    #carousel-example-1z img {  
        /* width: 700px;     */
        height:700px;
        object-fit: cover;
        width: 700px;
        height: 700px;
        object-position: -600px 0px;
    }

    .overlay-1 { 
        color:#0c4da2;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:25%;
        left:0%;
        width:100%;
        text-align:center;
    }
    
    .overlay-2 { 
        color:#fff;
        font-family: 'Harabara', sans-serif;
        position:absolute;
        z-index:12;
        top:32%;
        left:0%;
        width:100%;
        text-align:center;
    }
    
    .overlay-3 { 
        color:#fff;
        font-family: 'Reznor', sans-serif;
        font-weight: bold;
        position:absolute;
        z-index:12;
        top:42%;
        left:0%;
        width:100%;
        text-align:center;
        padding:10px;
    }
    
    .overlay-4 { 
        position:absolute;
        z-index:12;
        top:62%;
        left:0%;
        width:100%;
        text-align:center;
    }

    .overlay-h1 {
        font-size: 50px;
    }
    
    .overlay-p {
        font-size: 20px;
    }

    /*
    |--------------------------------------------------------------------------
    | SERVIS
    |--------------------------------------------------------------------------
    */
    #service {
        padding:30px 10px 30px 10px;
        background: #f3f3f3;
        border-radius: 20px;
        position: absolute;
        left: 0;
        top: 600px;
        z-index: 12;
    }

    .service-line { 
        padding-right:0px; 
        border-right: 0px solid #ccc;
    }

    .service-line-bottom {
        padding-bottom:20px; 
        border-bottom: 1px solid #ccc;
    }

    .service-pt-20 {
        padding-top:20px;
    }

    /*
    |--------------------------------------------------------------------------
    | PROFIL
    |--------------------------------------------------------------------------
    */
    #profile {
        padding:480px 50px 50px 50px;
        }

    .profile-image {
        width: 250px;
        height: 90px;
    }

    .main-logo {
        width: 250px;
        height: 70px;
        margin-bottom:20px;
    }

    .main-name {
        text-align:center;
    }

    .display-4 {
        font-size:38px;
    }   
     
    .navbar-brand {
        margin-left:0px;
    } 
        
    .mobile-center {
        justify-content: center;
    }


    /*
    |--------------------------------------------------------------------------
    | COVERAGE
    |--------------------------------------------------------------------------
    */

    #coverage {
        padding:50px 30px 50px 30px;
    }

    .header-text {
        padding:10px;
    }


    /*
    |--------------------------------------------------------------------------
    | PAKET
    |--------------------------------------------------------------------------
    */
    
    /* .ribbon {
    width: 160px;
    height: 45px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #0c4da2;
    transform: rotate(-45deg);
    position: absolute;
    left: -48px;
    top: 8px;
    padding-top: 3px; 
    padding-left: 15px; 
    padding-right: 15px; 
  } */

    #info-paket {
        padding:50px 30px 50px 30px;
    }


    /*
    |--------------------------------------------------------------------------
    | FORM
    |--------------------------------------------------------------------------
    */

    #form-pendaftaran {
        padding:50px 30px 50px 30px;
    }

    #form-request {
        padding:50px 30px 50px 30px;
    }

    .pendaftaran-form-mag {
        border-radius: 10px;
        padding:10px 20px 10px 20px;
    }

    /*
    |--------------------------------------------------------------------------
    | INFO
    |--------------------------------------------------------------------------
    */
    #info {
        padding:50px 50px 50px 50px;
        background-position: -350px 0px;
    }

  

    /*
    |--------------------------------------------------------------------------
    | FOOTER
    |--------------------------------------------------------------------------
    */

    /* #dk-footer{
        padding:50px 10px 0px 10px;
    } */
 
    .dk-footer-box-info {
        position: relative;
        top: 0px;
    }

    .dk-footer .contact-us {
        margin-top: 30px;
        margin-bottom: 0px;
        padding-left: 0px; 
    }

    .dk-footer .contact-us .contact-info {
        margin-left: 50px; 
    }

    .dk-footer .contact-us.contact-us-last {
        margin-left: 0px; 
    }

    .footer-left-widget {
        padding-left: 0px; 
    }

    .footer-row {
        padding: 20px;
    }

    .head-komplain-client {
        display: none;
    }

    .lead {
        display: none;
    }

    .lead-mobile {
        display: none;
    }
    
    #sticky-button {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
      }

      .sticky-wa{
        visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.5s linear; 
        
      }

      .sticky-wa-change{
          visibility: visible;
            opacity: 1;

        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; 
        bottom:13px;
      }

      .sticky-wa-bottom{
          visibility: visible;
            opacity: 1;

        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; 
        bottom:100px;
      }

}



    