body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
.bg-blue {
    background-color: #003B63 !important;
    color: #fff;
}
.bg-blue a{
    color: #fff !important;
}
.btn-warning {
    background-color: #FFC233;
    border-color: #FFC233;
    color: #003B63 !important;
}
.btn-warning:hover {
    color: #003B63 !important;
    background-color: #FFC233;
    border-color: #FFC233;
}
.btn-primary {
    background-color: #003B63;
    border-color: #003B63;
    color: #ffffff;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #003B63;
    border-color: #003B63;
}
.heading-section {
    margin: 10px 20px 30px;
}
.img-filter {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
.img-filter:hover {
    filter: none
}
.text-orange {
    color: #FFC233;
}
.section {
    padding: 70px 0px;
}
.bg-biru {
    background-color: #F1F9FF;
}
#main-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#banner-wraper {
    padding: 80px 0;
    margin-top: 10px;
    background-color: #FFC233;
    background-image: url("assets/bg1.png"),url("assets/bg2.png");
    background-position: top right, bottom left;
    background-repeat: no-repeat;
}
#logo {
    color: #FFC233 !important;
}
#main-menu a{
    padding-left: 30px;
    padding-right: 30px;
}
#caption-banner {
    margin-top: 50px;
    padding-top: 50px;
    background-image: url("assets/bg3.png");
    background-repeat: no-repeat;
    background-position: 10px 65px;
}
#caption-banner p {
    margin: 30px 0px;
    font-size: large;
}
#section-2 {
    background-color: #003B63;
    background-image: url("assets/bg-frame.png");
    background-size: contain;
    color: #fff;
}
.wraper-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#section-3 {
    background-image: url("assets/bg-dot.png");
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.bg-babyblue {
    color: #003B63;
    background-color: #BAE1FC;
    padding: 5px 10px;
    border-radius: 5px;
}
.panel {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    height: 400px;
    margin-bottom: 30px;
}
.panel-wraper {
    background-color: #ffffff;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    margin-bottom: 25px;
}
.text-biru {
    color: #003B63;
}
#section-3 .panel h4 {
    margin: 20px 0px;
}
#section-4 {
    background-image: url("assets/bg-wave.png");
    background-repeat: no-repeat;
    background-position: top 100px right;
}
.item-kiri,.item-kanan {
    padding: 30px;
}
.item-kanan {
    margin: 80px 0px 30px;
}
#section-5 {
    background-image: url("assets/img-round.png");
    background-repeat: no-repeat;
}
.item-panel {
    padding: 15px 15px;
    font-size: 0.8em !important;
    margin-bottom: -1px !important;
}
.item-data {
    margin-bottom: 20px;
}
a.btn-warning {
    color: #003B63 !important;
}
.shadow {
    box-shadow: 0px 4px 11px 3px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0px 4px 11px 3px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0px 4px 11px 3px rgba(0, 0, 0, 0.5) !important;
    border: 0px;
}
#section-6 {
    background-image: url("assets/bg-frame.png");
    background-size: contain;
    padding: 80px 0px;
    position: relative;
}
#section-6 p {
    margin: 50px 0px;
}
.item-spec {
    height: 100px;
}
.btn-round {
    border-radius: 20px;
}
a.btn-kiri {
    background-color: #003B63;
    color: #FFC233 !important;
}
.navbar-light .navbar-toggler {
    color: #FFC233 !important;
    border-color: #FFC233;
}
.navbar-light .navbar-toggler span.navbar-toggler-icon{
    color: #FFC233 !important;
}
.img-wraping {
    position: relative;
    padding: 50px 50px 10px;
    background-image: url("assets/icon-bintang.png");
    background-repeat: no-repeat;
}
#section-6 h2 {
    margin-top: 50px;
}
#img-lingk {
    position: absolute;
    top: 0px;
    right: 0px;;
}
footer {
    background-color: #292929;
    color: #fff;
    padding: 15px 0px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
.panel-top {
    height: 120px;
    display: grid;
    align-items: center;
}
.panel-midle {
    height: 100px;
    display: grid;
    align-items: center;
}
/* Mobile Styles */
@media (max-width: 767px) {
    #section-5 {
        background-size: 100px;
    }
    #section-4 {
        background-size: 100px;
        background-position: top right;
    }
    #section-3 {
        background-size: 60px;
    }
    #img-lingk {
        width: 200px;
    }
    .footer-kiri {
        text-align: center !important;
    }
        .footer-kanan.text-right {
            text-align: center !important;
        }
    .footer-kanan img {
        display: block;
        margin: 0px auto !important;

    }
    .mb-order-1 {
        order: 1;
    }
    .mb-order-2 {
        order: 2;
    }
}
