@charset "utf-8";
/* Google Font
-------------------------------------------------*/

@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    color: #444444;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

a {
    text-decoration: none!important;
}

a,
button,
input {
    outline: 0!important;
}

/* Default CSS */
.view-mobile {
	display: none;
}
.none {
	display: none;
}
/* End Default CSS */

/* Navbar CSS */
.navbar-cfm {
	border-bottom: 1px solid #eaeaea !important;
}
.navbar-cfm a img {
	max-height: 130px;
    width: auto;
    margin-top: 3px;
}
.navbar-cfm.navbar {
	height: 140px;
	margin-bottom: -140px;
}
.navbar-cfm.navbar.navbar-default {
    background-color: transparent;
    border-color: transparent !important;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-cfm .navbar-brand {
    padding: 1px 1px;
}
.navbar-cfm .navbar-nav {
    padding-top: 20px;
}
.navbar-nav li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #333 !important;
	font-weight: 600;
}
.navbar-nav li a.login {
	color: #fff;
    background: #009eed;
    border: 1px solid #009eed;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    color: #fff !important;
}
.navbar-nav li a.login:hover {
	background: #009eed !important;
	color: #fff !important;
}
/* End Navbar CSS */

/* Header CSS */
.header {
	background-image: linear-gradient(rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url(../img/header-new.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 30px;	
}
.header-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #333;
}

.header-new {
	background-image: linear-gradient(rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url(../img/header-new.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 220px;
    padding-bottom: 120px;
    color: #333;	
}
.header-new-img-logo-mobile {
	padding-bottom: 10px;
}
.header-new-img-logo-mobile img {
	display: block;
	margin: 0 auto;
	max-height: 160px;
	width: auto;
}
.header-new-title-parent {
	line-height: 1.1;
	padding-bottom: 20px;
	font-weight: 500;
}
.header-new-title {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 25px;
}
.header-new-desc {
	padding-bottom: 35px;
}
.header-new-cta a {
	color: #444;
    background: #ffb300;
    border: 1px solid #ffb300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
}
/* End Header CSS */

/* About New CSS */
.about-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-2-text {
  padding-top: 0px;
}
.about-2-text-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 15px;
}
.about-2-text-desc {
  padding-bottom: 20px;
}
.about-2-text-desc ul {
  margin-left: -40px;
}
.about-2-text-desc ul li {
  background-image: url(../img/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    padding-left: 35px;
    list-style-type: none !important;
    padding-bottom: 8px;
}
/* End About New CSS */

/* Blog CSS */
#blog {
  padding-top: 60px;
  padding-bottom: 70px;
}

.blog-detail {
  padding-top: 40px;
}
.blog-box {
  position: relative;
  background: #f4f5f8;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
  margin-bottom: 40px;
}
.blog-img {
  position: relative;
  overflow: hidden;
    aspect-ratio: 16 / 11;
}
.blog-img img {
  object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.blog-img-date {
  position: absolute;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  background: #4770d9;
  top: 0;
  right: 0
}
.blog-tag {
  padding: 0px 15px 20px 5px;
  font-size: 14px;
}
.blog-tag-a {
  color: #4770d9;
}
.blog-tag a:nth-child(2) {
  padding-left: 4px;
}
.blog-tag a:nth-child(3):before {
    content: '-';
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.blog-box-title {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.blog-box-title a {
  line-height: 1.2;
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}
.blog-cta {
  padding-top: 10px;
  padding-bottom: 20px;
}
.blog-desc, .blog-cta {
  padding-left: 8px;
}
.blog-desc p {
  color: #666;
}
/* End Blog CSS*/

/* Video Compro CSS */
.video-compro {
  padding-top: 70px;
}
.video-compro-box {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.video-compro-box-title {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
.video-compro-box-detail {
  padding-top: 40px;
}
/* End Video Compro CSS */

/* Data Input CSS */
.data-input {
	padding-top: 80px;
	padding-bottom: 250px;
	background: url("../img/bg-all.jpg") no-repeat center;
    background-size: cover;
}
.form-control {
	background-color: #fff;
}
.data-input-title {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 40px;
}
.data-input-title span {
	font-weight: 400 !important;
}
.data-input-box {
	box-shadow: 0 15px 30px rgb(102 113 228 / 13%);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    background: #fff;
}
.data-input-box-parent-section {
	margin-bottom: 40px;
}
.row-input {
	padding-bottom: 30px;
}
.bintang {
	color: red;
}
.hr-input {
	border-top: 1px solid #eaeaea;
	border-top-style: dashed;
}
.data-input-box-button {
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}
.data-input-box-button button,
.data-input-box-button a {
	display: inline-block;
}
.data-input-box-button button {
	color: #fff;
    background: #009eed;
    border: 1px solid #009eed;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 40px;
    border-radius: 50px;
    font-weight: 700;
    margin: 5px;
}
.data-input-box-button a {
	color: #009eed;
    background: transparent;
    border: 1px solid #009eed;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 50px;
    border-radius: 50px;
    font-weight: 700;
}
.data-input-box-kewajiban {
	padding-top: 30px;
	padding-bottom: 30px;
}
.data-input-box-title {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 30px;
	color: #009eed;
}
.data-input-box-title.data-input-box-title-warning {
	color: #f58453;
}
.data-input-box-parent {
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    height: 310px;
}
.dipb-left {
	background: #EFFFFD;
}
.dipb-right {
	background: #EEF2FF;
}
.dibp-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 15px;
}
.dibp-desc li {
	color: #666;
}

.dibk-box-warning-teks {
	padding-top: 40px;
}
.dibk-box-warning-teks-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 20px;
}
.dibk-box-warning-teks-desc ul {
    margin-left: -40px;
}
.dibk-box-warning-teks-desc ul li {
    background-image: url(../img/icon-checkbox-0.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    line-height: 1.4;
    color: #666;
}
/* End Data Input CSS */

/* Kontak Kami CSS */
div#modal-kotak-kami {
    z-index: 99999;
}
.modal-body-kontak {
	padding-top: 40px;
	padding-bottom: 40px;
}
.modal-body-kontak-teks-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
}
.modal-body-kontak-teks-desc {
	padding-bottom: 20px;
}
.modal-body-kontak-teks-cta a {
	color: #fff;
    background: #0fbe43;
    border: 1px solid #0fbe43;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
}
#modal-kotak-kami .btn-close {
	border-radius: 50px; 
	letter-spacing: 1px; 
	padding-left: 20px; 
	padding-right: 20px;
}
.nav-close-modal {
	cursor: pointer;
}

/* End Kontak Kami CSS */

/* Copyright CSS */
#copyright {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	background: #171717;
}
.copyright {
	padding-top: 5px;
	color: #fff;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.copyright img {
	margin-top: -5px;
}
.copyright-detail {
	display: block;
	margin: 0 auto;
}
.copyright-detail p,
.copyright-detail p a {
	font-size: 16px;
	color: #fff;
}
.copyright-detail img {
	display: inline-flex;
	margin-top: -5px;
}
/* End Copyright CSS */


/* ============================================ Page Success =============================== */
.header.header-success {
	background-image: linear-gradient(rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url(../img/header-new.jpg);
    background-size: cover;
    background-position: center;	
}
.data-success-title {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}
.row-success {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	padding-bottom: 30px;
	text-align: center;
}
.data-success-teks {
	padding-top: 60px;
}
.data-success-teks-title {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 20px;
}
.data-success-teks-desc p {
	color: #666;
}
.data-success-teks-desc ul {
	margin-left: -40px;
}
.data-success-teks-desc ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

/* ============================================ Page Validasi =============================== */
.header.header-validasi {
	background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.8)), url(../img/header.jpeg);
    background-size: cover;
    background-position: center;	
}

.dctc-pdtbv button {
	color: #fff;
    background: #0fbe43;
    border: 1px solid #0fbe43;
    letter-spacing: 1px;
    padding: 5px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
}

/* ============================================ Page Cek Data =============================== */
.header.header-cek-data {
	background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.8)), url(../img/header.jpeg);
    background-size: cover;
    background-position: center;	
}

button.btn-cek-data {
	color: #fff;
    background: #009eed;
    border: 1px solid #009eed;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
}
.form-group-input {
	padding-top: 20px;
}
.form-group-btn {
	padding: 10px;
	background: #eaeaea;
	text-align: right;
	width: 100%;
}

.data-success-teks-cta {
	padding-top: 20px;
}
.data-success-teks-cta a {
	color: #fff;
    background: #009eed;
    border: 1px solid #009eed;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.data-success-teks-cta a:nth-child(1) {
	background: transparent !important;
	color: #009eed !important;
}


.qris-title {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 30px;
}
.qris-box {
	margin-bottom: 20px;
}
.qris-box-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3
	padding-bottom: 20px;
}
.qris-box-detail {
	box-shadow: 0 15px 30px rgb(102 113 228 / 13%);
    border-radius: 10px;
    padding: 20px 10px;
    background: #fff;
}
.qris-box-detail a {
	color: #333;
}
.qris-box-detail-harga {
	font-weight: 500;
}
.qris-box-detail-desc {
	font-size: 14px;
	padding-bottom: 15px;
}
.qris-box-detail-cta span {
	color: #fff;
    background: #009eed;
    border: 1px solid #009eed;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    margin: 5px;
    cursor: pointer;
}

/* ================================================ Testimoni Video ================================ */
/* Testomoni CSS */
.client-testimoni-box {
  margin-bottom: 30px;
  position: relative;
}
.client-testimoni-box .ctb-img {
  position: relative;
  overflow: hidden;
}
.client-testimoni-box .ctb-img img {
  max-width: 100%;
  transition: transform 0.5s;
}
.client-testimoni-box:hover .ctb-img img {
  transform: scale(1.1);
}
.client-testimoni-box .video-play-button i {
    margin-left: 2px;
}
.client-testimoni-box .video-play-button {
    top: 40%;
}

/* Start Efek Video */
.video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.text-dark .video-play-button {
  color: #fff;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.text-dark .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.text-dark .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.text-dark .video-play-button:hover,
.text-dark .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fff;
}

.text-dark .video-play-button:hover:after {
  background-color: #ffffff;
}

.client-testimoni-box-title {
	padding-top: 10px;
	line-height: 1.3;
	font-weight: 500;
	height: 40px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
}


/* ============================================= Index Detail ================================= */
.app-dashboard-box {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 40px;
}
.app-dashboard-box span {
  display: inline-block;
  padding: 10px 30px;
  color: #444;
  cursor: pointer;
  border: 1px solid #444;
  border-radius: 50px;
  margin: 5px;
  font-weight: 600;
}
.tapb-belum {
  padding: 10px 70px !important;
}
.app-dashboard-box span.active {
  border-radius: 50px;
  color: #444;
  background: #ffb300;
  font-weight: 600;
  border: 1px solid #ffb300;
}




