/*===============
00. Global Styles
=================
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #202020;
    position: relative;
}

h1 {
    font-size: 68px;
    font-weight: 800;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

h5 {
    font-size: 15px;
    font-weight: 300;
}

p {
    line-height: 30px;
    font-size: 17px;
    color: #222222;
    font-weight: 300;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

header,
section,
footer {
    position: relative;
    overflow: hidden;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}

.btn.btn-lg {
    padding: 16px 40px;
    border-radius: 50px;
}

.btn {
    font-weight: 600;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: none;
}

.btn.post-btn {
    padding: 0;
    color: #202020;
}

.post-btn:hover,
.post-btn:hover i {
    color: #073d77;
}

.btn-primary {
    background-color: #073d77;
    color: #fff;
}

.btn-primary:hover {
    background-color: #202020;
    color: #073d77;
}

.btn-light {
    background-color: #fff;
    color: #202020;
}

.btn-light:hover {
    background-color: #073d77;
    color: #fff;
}

.btn-dark {
    background-color: #202020;
    color: #fff;
}

.btn-dark:hover {
    background-color: #073d77;
    color: #fff;
}

.mgR-20px {
    margin-right: 20px;
}

.t-cap {
    text-transform: uppercase;
}

.fab,
.fas {
    font-size: 18px;
    color: #202020;
    padding: 4px;
}

.fab:hover,
.fas:hover {
    color: #073d77;
}

sub,
sup {
    font-size: 66%;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}

.carousel-indicators {
    top: -10px;
}

.carousel-indicators .active {
    background-color: #228B22;
}

.carousel-indicators li {
    background-color: #CCCCCC;
}

.carousel-indicators li {
    width: 50px;
    height: 5px;
}

/*Title styles for all sections*/

.section-title {
    text-align: left;
    padding-bottom: 20px;
}

.section-title h1 {
    font-family: 'Proza Libre', sans-serif;
    text-transform: capitalize;
    font-size: 29px;
    font-weight: normal;
    color: #15406a;
}

.section-title2 {
    text-align: center;
}

.section-title h2 {
    text-transform: uppercase;
}

.section-title p {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.section-title hr {
    display: inline-block;
    top: 4px;
}

.section-title.light p {
    color: #fff;
}

.section-title.light hr {
    border-color: rgba(255, 255, 255, .5);
}

.section-title i {
    background-color: transparent;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 24px;
}

hr.left {
    position: relative;
    max-width: 250px;
    width: 100%;
}

hr.right {
    max-width: 250px;
    width: 100%;
    position: relative;
}

/*Sections Top And Bottom Padding*/

section,
.video-review {
    padding-top: 90px;
    padding-bottom: 90px;
}

.read-in-all {
    padding-top: 90px;
}

#overview>.container>.row {
    padding-bottom: 60px;
}

#overview .section-title {
    padding-bottom: 60px
}

/*=============================
CSS Smooth Aiimation Transition
=============================*/

.btn,
a,
i {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

/*Smooth Color only Transition*/

h4 {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

/*
=======================
01. Header/Home Section
=======================
*/

.navbar {
    padding-top: 40px;
}

.navbar.alt {
    font-family: 'Proza Libre', sans-serif;
    background: #ffffff;
    opacity: 0.9;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.navbar-dark .navbar-nav .nav-link {
    color: #222222 !important;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.nav-link.active {
    background: #fff;
    border-radius: 20px;
    opacity: 0.8;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #142d46;
}

.navbar-toggler>.i1 {
    top: 9px;
}

.navbar-toggler>.i2 {
    top: 17px;
}

.navbar-toggler>.i3 {
    top: 25px;
}

.navbar-toggler.active>.i2 {
    opacity: 0;
}

.navbar-toggler.active>.i1,
.navbar-toggler.active>.i3 {
    top: 17px;
}

.navbar-toggler.active>.i1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.active>.i3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler {
    position: relative;
    width: 50px;
    height: 40px;
}

.navbar-toggler>.icon-bar {
    position: absolute;
    width: 30px;
    left: 10px;
    margin: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #888;
    height: 3px;
}

header {
    background: url(../images/1.jpg);
    background-color: #202020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    padding-top: 260px;
    padding-bottom: 300px;
    height: 800px !important;
}

h1 {
    text-transform: uppercase;
}

header p {
    font-size: 18px;
    padding-left: 3px;
    color: #fff;
    margin-top: 20px;
}

.hero-text {
    padding-bottom: 30px;
    font-family: 'Proza Libre', sans-serif;
    text-align: left;
}

.hero-text h1 {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.8);
}

.hero-text p {
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.9)
}

#content1 {
    padding-top: 40px;
    padding-bottom: 25px;
}

#content1 img {
    max-width: 100%;
}

#pengecekan {
    background: url("../images/pengecekan.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-top: 60px;
    padding-bottom: 0px;
}

.cek h1 {
    font-family: 'Proza Libre', sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    display: inline-block;
    border-bottom: 2px solid #0CBDFF;
    color: #142d46;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.cek2 {
    padding-bottom: 30px;
    padding-left: 20px;
}

.cek-list {
    padding: 20px;
    background: #eee;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    border-right: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cek-list-title {
    margin-left: 35px;
    margin-top: -25px;
}

.cek-list span {
    background: #15406a;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    margin-left: -30px;
    margin-right: 20px;
    opacity: 0.9;
}

.cek p {
    font-size: 13px;
    line-height: 22px;
    margin-left: 45px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.cek img {
    max-width: 100%;
}

.col-md-4.tahap {
    transition: transform .2s;
}

.col-md-4.tahap:hover {
    transform: scale(1.2);
    z-index: 2;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 2px 1px 9px 1px rgba(0, 0, 0, 0.09);
}

.notifikasi .row {
    margin-bottom: 45px;
}

.notifikasi-title span {
    color: #222;
    font-size: 17px;
}

.notifikasi-title {
    font-family: 'Proza Libre', sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    color: #15406a;
}

.notif-info-1 {
    padding: 20px;
    font-size: 13px;
    color: #142d46;
    border-left: 1px dotted #228B22;
}

.notif-info-1 i {
    color: #228B22;
}

.notif-info-2 {
    padding: 20px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #142d46;
    border-left: 1px dotted #FF8C00;
}

.notif-info-2 i {
    color: #FF8C00;
}

ul.notif-list {
    padding-left: 15px;
}

ul.notif-list li {
    padding-top: 5px;
}

.notif-title {
    font-weight: bold;
}

.ket2 {
    padding: 25px;
    background: #FFEFCC;
    font-size: 14px;
    line-height: 2em;
    margin-top: 35px;
}

.ket {
    padding: 25px;
    background: #DEE9ED;
    font-size: 14px;
    line-height: 2em;
    margin-top: 35px;
    margin-bottom: 25px;
}

.disclaimer {
    font-size: 10pt;
    line-height: 1.5em;
    margin-top: 25px;
}

#contentvid {
    padding-bottom: 30px;
    padding-right: 30px;
}

#contentvid .row {
    border-bottom: 2px dotted #aaa;
    padding-bottom: 30px;
    padding-top: 30px;
}

#contentvid .row:hover {
    background: #eee;
    border-radius: 10px;
}

.video-title {
    font-size: 18px;
    padding: 20px;
    line-height: 1.8em;
    color: #142d46;
}

.vid {
    background: #E5F8FF;
    border-radius: 20px;
}

#syarat {
    background: #f7f7f7;
    padding-top: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

#syarat ul {
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 0px;
}

#syarat ul li {
    padding-top: 10px;
    padding-bottom: 5px;
    list-style: disc;
    margin-left: -5px;
    padding-left: 15px;
}

#syarat ul li::marker {}

#bankpenyalur {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55)), url("../images/bankpenyalur.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-color: #202020;
    padding-top: 45px;
    padding-bottom: 30px;
    color: #fff;
}

#bankpenyalur p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#infografis {
    padding-top: 50px;
    padding-bottom: 50px;
}

#infografis img {
    max-width: 100%;
    border-radius: 10px;
}

#faq p {
    font-size: 15px;
    color: #fff;
}

#berita h1 {
    margin-bottom: 30px;
}

#berita a {
    font-size: 14px;
    font-weight: bold;
}

#berita p {
    font-size: 13px;
    line-height: 1.7em;
    padding-top: 5px;
}

#berita img {
    max-width: 120px;
    border-radius: 10px;
}

.list-berita {
    margin-bottom: 20px;
}

#pusatbantuan {
    background: linear-gradient(rgba(217, 217, 217, 0.5), rgba(202, 202, 202, 0.55)), url("../images/pusat-bantuan.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-color: #202020;
    color: #333;
    padding-top: 50px;
    padding-bottom: 50px;
}

#pusatbantuan h2 {
    font-size: 17px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

#pusatbantuan p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0px;
}

#pusatbantuan .bantuan {
    background: #fff;
    text-align: center;
    padding: 20px;
    height: 100%;
    opacity: 0.7;
    border-radius: 15px;
    font-size: 14px;
    line-height: 2em;
}

#pusatbantuan .bantuan i {
    color: #15406a;
    margin-bottom: 20px;
    font-size: 35px;
}

#sidebar-info {
    margin-top: 30px;
}

#sidebar-info img {
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.spacer {
    padding-top: 30px;
    padding-bottom: 50px;
}

.spacer-2 {
    padding-top: 50px;
    margin-bottom: 45px;
    border-bottom: 1px dotted #006393;
}

strong {
    font-weight: bold;
}

/*
===========
02. Statics
===========
*/

.statics {
    background-color: #073d77;
    color: #fff;
    padding-top: 44px;
    padding-bottom: 44px;
    text-align: center;
}

.stats-list {
    text-align: center;
    display: inline-flex;
    text-align: left;
}

.stats-list .icon {
    font-size: 54px;
    text-align: center;
    position: relative;
    top: 4px;
}

.stats-list-icon {
    padding-right: 20px;
}

.stats-list h3 {
    text-transform: uppercase;
}

/*
===================
12. Footer
===================
*/

footer {
    background-color: #15406a;
    padding-top: 40px;
    padding-bottom: 35px;
}

footer p {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
}

footer .copy-line {
    padding-top: 6px;
    margin-bottom: 0;
    color: #f9f9f9;
    border-top: 1px solid #3e5d7b;
    margin-top: 20px;
}

.footer-social-links {
    text-align: right;
}

.footer-social-links a {
    color: #f9f9f9;
    border: 1px solid #606060;
    border-radius: 0px;
    padding: 6px 8px 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.footer-social-links a i {
    color: #f9f9f9;
}

.footer-social-links a:hover {
    border-color: #073d77;
}

.footer-social-links a:hover i {
    color: #073d77;
}

/*
===========================
13. Responsive Media styles
===========================
*/

@media only screen and (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .3);
        margin-top: 15px;
        padding-top: 15px;
    }
    header {
        padding-top: 200px;
        padding-bottom: 90px;
        text-align: center;
    }
    h1 {
        font-size: 30px !important;
    }
    .book-mockup {
        margin-top: 40px;
    }
    .hero-text .mt-3,
    .my-3 {
        margin-top: 0 !important;
    }
    header p {
        padding-right: 0;
    }
    section,
    .video-review {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    footer,
    .footer-social-links {
        text-align: center;
    }
    .footer-social-links {
        margin-top: 16px;
    }
    hr.right,
    hr.left {
        max-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    section {
        padding-left: 25px;
        padding-right: 25px;
    }
    .section-title h1 {
        font-size: 22px !important;
    }
    .cek h1 {
        font-size: 20px !important;
    }
    .hero-text {
        padding-top: 0;
        color: #142d46;
    }
    #infografis img {
        margin-bottom: 30px;
    }
    .blog-post {
        margin-bottom: 30px;
    }
    #pusatbantuan a {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px !important;
    }
    .section-title h1 {
        font-size: 22px !important;
    }
    .cek h1 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    hr.right,
    hr.left {
        max-width: 100px;
    }
    .section-title {
        padding-bottom: 20px;
    }
    .read-in-all {
        padding-top: 70px;
    }
    section,
    .video-review {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #feedback {
        padding-bottom: 30px;
    }
    #pusatbantuan a {
        margin-top: 30px;
    }
}