html, body{
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.button {
    padding: 5px 20px 8px !important;
    margin-bottom: 8px !important;
    box-shadow: 0 0 10px -10px #C4C4C4;
    transition: all 0.5s cubic-bezier(.56,-1.57,.35,2.57) !important;
}

.button:hover{
    position: relative;
    transform: translateY(-4px);
    box-shadow: 0px 10px 10px -5px #C4C4C4;
}

input[type=text] {
    font-size: 18px;
}

.w-35{
    width: 30% !important;
}

/* Loader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
  }
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font: 14px arial;
}

/* Header Content */
.navbar{
    padding: 20px 0 0 0 !important;
    z-index: 2;
    box-shadow: none !important;
}

.nav-left img{
    width: 150px;
}

.btn-login {
    border: 1px solid #00B4D8 !important;
    background-color: #fff !important;
    color: #00B4D8 !important;
    margin: 0 !important;
}

.btn-login:hover{
    background-color: #00B4D8 !important;
    color: #fff !important;
}

/* Banner Content */
.banner{
    height: 560px;
}

.banner-img{  
    height: 100px;
    bottom: 250px;
    right: -250px;
}

.banner-text{
    padding: 125px 0;
}

.banner-text h1{
    font-size: 75px;
    font-weight: 900;
    color: #03045E;
}

.banner-text p {
    color: #00B4D8;
    font-size: 16px;
    padding-bottom: 20px;
}

.cari-data{
    background-color: #CAF0F8 !important;
    color: #00B4D8 !important;
}

/* Feature Content */
.feature{
    text-align: center;  
}

.bg-feature{      
    top: 220px;
    max-width: 1400px;
}

.bg-feature img{
    width: 1230px;
}

.features{
    bottom: 0;
}

.features-item{
    padding: 0 0px;
}

.feature h2{
    margin-bottom: 80px;
    color: #03045E;
    font-weight: 800;
}

.feature-img img{
    height: 110px !important;
    transition: all 0.5s cubic-bezier(.56,-1.57,.35,2.57) !important;
}   

.feature-img img:hover{
    position: relative;
    transform: translateY(-6px);
    transition: all 0.5s cubic-bezier(.56,-1.57,.35,2.57) !important;
}

.feature-item h3{
    color: #03045E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.feature-item p{
    color: #03045E;
}

/* Form Content */
.form{
    text-align: center;
    height: 620px;
    z-index: 1;
}

.bg-form{
    bottom: 25px;
}

.bg-form img{
    width: 100%;
    height: 800px;
}

.forms{
    bottom: 30px;
    width: 1170px;
}

.forms h2{
    margin-bottom: 80px;
    color: #03045E;
    font-weight: 800;
}

.form-item{  
    text-align: left;
    background-color: #fff;
    color: #03045E;
    margin: 0px 25px;
    width: 45% !important;
    padding: 20px 30px !important; 
    border-radius: 20px;
    box-shadow: 0 15px 10px -10px #C4C4C4;
}

.form-item h3{
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 800;
}

.form-item li{
    padding: 0 15px;
    font-size: 18px;
}

.form-item input{
    width: 100%;
    border: 1px solid #00B4D8;
    margin-bottom: 10px;
    padding: 5px 5px 5px !important;
    border-radius: 5px;
}

.form-list button{
    background-color: #CAF0F8;
    color: #00B4D8;
    width: 100%;
    margin-top: 30px;
}

.form-list button:hover{
    color: #00B4D8;
}

.form-list{
    padding: 10px 10px 0;
}

/* Result Content */
.result{
    text-align: center;
    height: 990px;
    z-index: 1;
    bottom: 70px;
    background-color: #caf0f8;
}

.bg-result{
    bottom: -700px;
}

.bg-result img{
    width: 100%;
    height: 800px;
}

.results{
    top: 100px;
    width: 975px;
}

.results h2{
    margin-bottom: 50px;
    color: #03045E;
    font-weight: 800;
}

.result-item{  
    text-align: left;
    background-color: #fff;
    color: #03045E;
    width: 100% !important;
    padding: 35px 50px !important;
    border-radius: 20px;
    box-shadow: 0 15px 10px -10px #C4C4C4;
}

.result-item h3{
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 800;
}

.result-list p{
    margin: 0;
}

.document{
    padding: 35px 70px;
}

.document h3{
    text-align: center;
}

.document-list{
    padding: 0px 120px;
}

.btn-lihat{
    background-color: #00B4D8 !important;
    color: #fff !important;
}

.btn-download{
    background-color: #007965 !important;
    color: #fff !important;
}

.btn-disable{
    background-color: #6b6b6b !important;
    color: #fff !important;
}
/* Footer Content */
footer{
    background-color: #03045E;
    color: #fff;
}

.footer-content{
    padding: 150px 100px 50px;
}

.footer-item img{
    width: 200px;
    margin-bottom: 30px;
}

.footer-item a{  
    padding: 7px 25px !important;
    margin: 10px 0;
    background-color: #fff;
    color: #03045E;
    font-size: 13px;
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(.17,.84,.44,1) !important;
}

.footer-item a:hover{
    color: #03045E;
    position: relative;
    transform: translateX(7px);
}

.footer-item h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-item p{
    font-size: 14px;
    margin: 0 auto;
}

.item-content{
    margin-bottom: 10px;
}

.social-media a{  
    padding: 0 5px !important;
    color: #fff;
    font-size: 18px;
    background: none;
    transition: all .1s ease-in-out !important;
}

.social-media a:hover{  
    color: #00B4D8;
    font-size: 20px !important;
}

.copyright{
    padding: 20px 30px 30px;
    border-top: 1px solid #fff;
    font-size: 12px;
}
