/*===============
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: #fff;
}

.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;
}


/*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: #fff;
    opacity: 0.9;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.nav-link.login {
    background: #15406a;
    border-radius: 30px;
    color: #fff !important;
}
.nav-link.login:hover {
    background: #23629F;
}
.nav-link.login a:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: #142d46;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #222;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.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: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	color: #222;
	padding-top: 260px;
	padding-bottom: 200px;
}

h1 {
	text-transform: uppercase;
}

header p {
	font-size: 18px;
	padding-left: 3px;
	color: #222;
    padding-top: 10px;
}

.hero-text {
	padding-top: 32px;
	font-family: 'Proza Libre', sans-serif;
    max-width: 50%;
}

.hero-text h1 {
	font-size: 45px;
    text-transform:  capitalize;
}

.hero-text span {
    color: #126782;
}

#content1 {
    padding-top: 70px;
    padding-bottom: 45px;
}

#content1 .container {
    border-bottom: 1px dashed #15406a;
    padding-bottom: 50px;
}

#content1 .title {
    font-size: 20px;
    margin-bottom: 20px;
}

#content2 {
    padding-top: 30px;
    padding-bottom: 45px;
}

#content2 img {
    max-width: 100%;
}

#content2 .title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #15406a;
}

#content2 .container {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 50px;
}

a.section-link {
    font-weight: bold;
}

#content3 {
    padding-top: 20px;
    padding-bottom: 70px;
}

#content3 img {
    max-width: 100%;
}

#content3 .title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #15406a;
}

#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-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: 20px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    border-right: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cek-list-title {
    margin-left: 45px;
    margin-top: -23px;
}

.cek-list span {
    background: #15406a;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px 20px 5px 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-left: -30px;
    margin-right: 20px;
    opacity: 0.9;
}

.cek p {
    font-size: 13px;
    line-height: 22px;
    margin-left: 45px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
}

.cek img {
    max-width: 100%;
}

.notifikasi .row {
    margin-bottom: 45px;
}

.notifikasi-title {
    font-family: 'Proza Libre', sans-serif;
    font-size: 29px;
    margin-bottom: 30px;
    text-align: center;
}

.notif-info-1 {
    padding: 20px;
    font-size: 13px;
    color: #142d46;
    border-left: 2px dotted #228B22;
}

.notif-info-1 i {
    color: #228B22;
}

.notif-info-2 {
    padding: 20px;
    font-size: 13px;
    color: #142d46;
    border-left: 2px 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;
}

.ket {
    padding: 35px;
    background: #DEE9ED;
    font-size: 14px;
    line-height: 2em;
    margin-top: 35px;
}

#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: 70px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#syarat ul {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.9em;
    border-left: 1px dotted #006393;
    margin-bottom: 0px;
}

#syarat ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    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: 70px;
    padding-bottom: 50px;
    color: #fff;
}

#bankpenyalur p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#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;
}

#pusatbantuan h2 {
    color: #142d46;
    font-size: 22px;
    letter-spacing: 0px;
}

#pusatbantuan p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0px;
}

#pusatbantuan .bantuan {
    background: #fff;
    text-align: center;
    padding: 30px;
    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: 50px;
	padding-bottom: 50px;
}
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;
    }
    #pricing .section-title {
        padding-bottom: 70px;
    }
    .compatibility-text {
        padding-top: 50px;
    }
    .pricing-table.big {
        margin-top: 15px;
    }
    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;
        max-width: 100%;
        background: #eee;
        border-radius: 8px;
        opacity: 0.9;
        padding: 20px;
    }
    .statics {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stats-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .chapters-list {
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 15px;

    }
    .pricing-table h4, .pricing-table.big h4 {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    .pricing-table .price, .pricing-table.big .price {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 38px;
    }
    .pricing-table li {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .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;
    }
}