.hide-bullets {
    list-style:none;
    margin-left: -40px;
}

.thumbnail-slide {
    background: #231f20;
    width: 100%;
    margin-left: 0;
}

.thumbnail {
    cursor: pointer;
    background-color: #231f20;
    margin-bottom: 10px;
    margin-top: 10px;
}

.p-0 {
    padding: 0;
}

.w-20 {
    width: 20%;
}

.d-inline-block {
    display: inline-block;
}

.service-box {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
}

.icon-space {
    padding: 15px 0;
}

.service-box .box-permohonan {
    background-color: #ffde17;
    color: #fff;
    min-height: 230px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-permohonan:hover {
    background-color: #FB8C00;
}

.service-box .box-awam {
    background-color: #db6763;
    color: #fff;
    min-height: 230px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-awam:hover {
    background-color: #ef544f;
}

.service-box .box-warga {
    background-color: #435096;
    color: #fff;
    min-height: 230px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-warga:hover {
    background-color: #3857fd;
}

.service-box .box-pelajar {
    background-color: #734293;
    color: #fff;
    min-height: 230px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-pelajar:hover {
    background-color: #9d46d6;
}

.service-box .box-vendor {
    background-color: #629a9a;
    color: #fff;
    min-height: 230px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.service-box .box-vendor:hover {
    background-color: #43d0d0;
}

.service-text {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
}

.selanjutnya {
    font-size: 18px;
    padding: 15px 0;
}

.title-style {
    float: left;
    padding: 10px 15px 10px;
    margin: 18px;
    color: #fff;
    background-color: #2e3191;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

/* carousel */
#quote-carousel {
    padding: 0px 10px 80px 20px;
    margin-top: 80px;
    margin-right: -31px;
    text-align: center;
    border-top: 0.5px solid #d2d2d2;
    border-right: 0.5px solid #d2d2d2;
}
/* indicator position */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -100px;
    margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
    background: #333333;
    height:10px;
    width:10px;
    margin-bottom:1px;
}

.iklan-list {
    padding: 0 10px 0 20px;
    border-top: 0.5px solid #d2d2d2;
    border-left: 0.5px solid #d2d2d2;
    width: 100%;
}

.footer-title {
    padding: 5px 15px 10px;
    margin: 0 0 18px;
    color: #313332;
    background-color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}