body {background: #132f6e}
.bg-body-tertiary {
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.biru {
    background: #1e94d0;
    padding: 0px 50px;
    margin-bottom: 60px;
}
.biru h2 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.biru h1 {
    font-size: 3.4rem;
}
.biru h1 span,
.biru h2 span,
.yell {
    color: yellow;
}
.biru h2 small {
    font-weight: normal;
}
h4.text-white {
    font-size: 1.2rem;
}
.biru p {
    color: #fff;
    font-size: 1.2rem;
}
.biru img.hder {
    border: 10px solid #fff;
}
.biru a {
    display: inline-block;
    margin-bottom: -100px;
}
.biru.biru2 {
    text-align: center;
    border-radius: 15px;
    padding: 10px 10px 40px;
}
.biru.biru2 .birub {
    background: #213a72;
    border-radius: 15px;
    text-align: center;
    padding: 10px 15px 1px;
    margin-bottom: 30px;
}
.biru.biru2.biru3 {
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 30px;
    padding: 10px 20px 40px;
}
.biru.biru2.biru3 .birub {
    background: #1e94d0;
    border-radius: 15px;
    text-align: center;
    padding: 10px 15px 1px;
    margin-bottom: 30px;
}
.btn-lg {
    font-size: 2.3rem;
    padding: 0 50px 5px;
}
.sml {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 10px;
}
.container h3 {
    font-weight: bold;
}
.container h3 span {
    font-weight: normal;
}
.container h3 strong {
    color: #2f5496;
}
ol h3 {
    margin-bottom: 0;
    font-weight: normal!important;
}
ol.list-group li {
    border: none;
}
ol.list-group h3 {
    font-weight: bold;
    color: #1e94d0;
}
.progress {
    margin: 1.5em;
    border: 5px solid #fff;
    height: 50px;
    font-weight: bold;
    border-radius: 15px;
    font-size: 1.2rem;
}

.progress-bar {
    padding: 1em;
    border-radius: 15px;
}
