.bg-white{
    background: rgb(255, 255, 255);
}

.text-white{
    color: #fff;
}

.text-yellow{
    color: #f9a61b;
}

.text-red{
    color: #c12026;
}

.mt-20{
    margin-top: 20px;
}

.mt-40{
    margin-top: 40px;
}

.pl-40{
    padding-left: 40px;
}

.pr-40{
    padding-right: 40px;
}

.fw-100{
    font-weight: 100;
}

.fw-700{
    font-weight: 700;
}

.v-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

#indotoko-hero .flexslider .slides li .overlay {
    background: rgb(249,166,27);
    background: linear-gradient(132deg, rgba(255, 230, 0, 0.7) 16%, rgba(255, 0, 43, 0.7) 100%);
    mix-blend-mode: multiply;
}

.indotoko-nav ul li.active > a{
    color: #ffffff !important;
    font-weight: 700;
    border-bottom: 2px solid #fff;
}

.indotoko-nav ul li a:hover{
    color: #ffffff !important;
}

.indotoko-nav ul li a{
    padding: 5px 5px;
    margin-right: 8px;    
}

#indotoko-intro .box{
    padding: 0px;
}

.indotoko-gabungs .overlay{
    background: rgb(249,166,27);
    background: linear-gradient(132deg, rgba(255, 230, 0, 0.7) 16%, rgba(255, 0, 43, 0.7) 100%);
    mix-blend-mode: multiply;
}

.gradasi{
    background: rgb(249,166,27);
    background: linear-gradient(132deg, rgba(255, 230, 0, 0.7) 16%, rgba(255, 0, 43, 0.7) 100%);
    mix-blend-mode: multiply;
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.project .desc{
    background: rgba(255, 255, 255, 0.85);
}

.btn-bergabung{
    font-size: 14px;
    font-weight: 500;
    background: #ca1e1e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    border: 2px solid #fff;
    text-decoration: none;
}

.btn-bergabung:hover{
    background: #f9a61b;
    filter: blur(none);
}

.btn-ayo{
    font-size: 30px;
    font-weight: 700;
    background: transparent;
    color: rgb(242, 255, 0);
    padding: 5px 10px;
    border-radius: 3px;
    border: 3px solid rgb(242, 255, 0);;
    text-decoration: none;
    box-shadow: 0px 0px 10px 3px rgb(242, 255, 0);
}

.btn-ayo:hover{
    /* background: rgba(255, 255, 255, 0.45); */
    background: rgba(242, 255, 0, .5);
    filter: blur(none);
}

.btn-submit{
    font-size: 16px;
    background: #c12026;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    border: 3px solid #fff;
    text-decoration: none;
    width: 100%;
}

.btn-submit:hover{
    background: #9f171c;
    filter: blur(none);
}

.img-hand{
    width: 100%;
    box-shadow: -20px 20px 0px 0px #f9a61b;
}


#indotoko-kontak{
    background: #c12026;
}

#indotoko-kontak h3{
    color: #fff !important;
    font-size: 30px;
    font-weight: 700;
}

.whatsapp{
    height: 100px;
    position: absolute;
    top: 0;

}

#indotoko-footer{
    padding: 5em 0;
    background: #e4e4e4;
    color: rgb(34, 34, 34) !important;
}

#indotoko-footer h4{
    color: #161616;
    font-weight: 700;
}

#indotoko-footer p {
    color: #161616;
    font-weight: 400;
}

#indotoko-footer .indotoko-footer-links li a{
    color: #161616;
    font-weight: 400;
}

#indotoko-hero .flexslider .slides li .overlay {
    background: linear-gradient(132deg, rgba(255, 230, 0, 0.7) 16%, rgba(255, 0, 43, 0.7) 100%) !important;
    mix-blend-mode: multiply;
}

.staff .desc{
    background: rgba(255, 255, 255, 0.85);
}

input[type="text"]{
    height: 40px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.form-title{
    font-size: 24px;
    font-weight: 700;
    color: #c12026;
}

#indotoko-footer .indotoko-footer-links li a i{
    color: #c12026;
}

.download{
    font-weight: 700;
    
    text-align: center;
}

.ps-custom{
    width: 80%;
}