html {
    scroll-behavior: smooth;
}
.icon-header-info {
    float: left;
    line-height: 1;
    padding-right: 15px;
}
.icon-header-info i:before {
    color: #bc002d;
}
.info {
    float: left;
    line-height: 1.5;
    font-weight: 500;
    font-size: 17px;
    color: #3c3b6e;
}
.icon-header-info i:before {
     font-size: 45px;
     color: #f7941d;
 }


.process-section{
    position:relative;
    padding:85px 0px 60px;
    background-size:cover;
    background-repeat:no-repeat;
}

.process-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(7,45,90,0.95);
}

.process-section .top-layer{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:350px;
    background-color:#e8f1f7;
}

.process-section .process-blocks{
    position:relative;
    margin-bottom:90px;
    background-color:#ffffff;
}

.process-section .process-blocks .row{
    margin:0px;
}

.process-section .process-blocks .process-block{
    padding:0px;
}

.process-block{
    position:relative;
}

.process-block .inner-box{
    position:relative;
    text-align:center;
    padding:5px 0px;
}

.process-block .inner-box .icon-box{
    position:relative;
    color:#292934;
    font-size:80px;
    line-height:1em;
    margin-bottom:50px;
}

.process-block .inner-box .number-line{
    position:relative;
}

.process-block .inner-box .number-line:before{
    position:absolute;
    content:'';
    left:0px;
    top:14px;
    height:1px;
    width:100%;
    background-color:#e8f1f7;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.process-block .inner-box .number-line .number{
    position:relative;
    width:30px;
    height:30px;
    color:#d2dae0;
    font-size:18px;
    font-weight:500;
    line-height:28px;
    text-align:center;
    border-radius:50%;
    font-style:italic;
    margin:0 auto;
    background-color:#ffffff;
    border:1px solid #eaf2f8;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-family: 'Rubik', sans-serif;
}

.process-block .inner-box:hover .number-line:before{
    background-color:#bc002d;
}

.process-block .inner-box:hover .number-line .number{
    background-color:#bc002d;
    border-color:#bc002d;
    color:#ffffff;
}

.process-block .inner-box .text{
    position:relative;
    margin-top:35px;
    color:#333;
    font-size:18px;
    line-height:1.8em;
    padding:0px 30px;
}
.banner-box-layout4 .item-title {
    padding-right: 6rem;
    font-size: 78px;
    font-weight: 700;
    color: #287ff9;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top:50px;
}
.banner-box-layout4 .item-title span {
    font-weight: 300;
    color: #14287b;
}
@media only screen and (max-width: 1199px) {
    .banner-box-layout4 .item-title {
        padding-right: 0;
        font-size: 44px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-box-layout4 .item-title {
        font-size: 42px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-box-layout4 .item-title {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .height-alllaundry {min-height:185px!important;}
    .height-allservice {min-height: 80px;}
    .height-allclean {min-height: 155px;}
    #navbar.fixed { padding-left: 80px!important;}
}
@media (min-width: 768px) {

    #navbar.fixed { padding-left: 80px!important;}
}
@media only screen and (min-width: 575px) {

}
@media only screen and (max-width: 575px) {
    .banner-box-layout4 .item-title {
        font-size: 38px;
    }
}
.banner-box-layout5 {
    position: relative;
    z-index: 2;
}
.banner-box-layout5 .item-icon {
    position: absolute;
    z-index: -1;
}
.banner-box-layout5 .shape1 {
    top: 40px;
    left: 50px;
    animation: animate-figure1 infinite 3s;
}
.banner-box-layout5 .shape2 {
    bottom: 50px;
    right: 40px;
    animation: animate-figure2 infinite 4s;
}
.banner-box-layout5 .shape3 {
    bottom: 50px;
    left: 60px;
    animation: animate-figure3 infinite 5s;
}
.banner-box-layout5 .shape4 {
    top: 30px;
    right: 50px;
    transform: scale(0.7);
    animation: animate-figure4 infinite 6s;
}
.banner-box-layout5 .item-img {
    text-align: center;
}
.banner-wrap-layout2 {
    padding: 60px 0 0;
}
.banner-wrap-layout4 {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-color: #f1f5f7;
}
.banner-box-layout1 {
    position: relative;
    z-index: 12;
}
.banner-box-layout1 .item-title {
    padding-right: 6rem;
    font-size: 48px;
    font-weight: 700;
    color: #14287b;
    line-height: 1.3;
    margin-bottom: 25px;
}
.banner-box-layout1 .item-title-2 {
    padding-right: 6rem;
    font-size: 32px;
    font-weight: 700;
    color: #14287b;
    line-height: 1.3;
    margin-bottom: 25px;
}
.banner-box-layout1 .item-title span {
    font-weight: 300!important;
}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}

.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}

.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.timing {margin:0 10px;}
.color-red {color:#e90239}
.color-blue {color:#3c3b6e}
.language a:hover {color:#e90239; }
.active-language span{color:#e90239}
.home-banner .item {height: 100%;}
.section-tap {padding:60px 0;}
.item-title {color:#f7941d;line-height: 1.2em}
.action-area {margin-top:50px;}
.action-area i {font-size: 18px;padding-left:10px;}
.harga-service {color:#bc002d; font-size: 28px; font-weight: bold;}
.facility-list p {padding:0 20px;/*min-height: 70px;*/}
.facility-list ul {min-height: 350px;}
.facility-list {min-height: 790px;}
.icon-box-procces img {width: 250px;text-align: center;display: inline-block;margin-bottom:20px;}
.list-style-one {
    margin-bottom: 35px;
}
.list-style-one {
    position: relative;
}
.list-style-one {padding-left:0px;}
.list-style-one li {
    position: relative;
    color: #3c3b6e;
    font-size: 20px;
    padding-left: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    list-style: none;
}
.list-style-one li:before {
    position: absolute;
    content: "\f05d";
    left: 0px;
    top: 3px;
    color: #bc002d;
    font-weight: 400;
    font-family: "FontAwesome";
}
.section-padding-12 {
    padding: 12rem 0;
}
.progress-box-layout1 {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5.5rem 7rem 6.5rem;
    text-align: left;
}
.progress-box-layout1 .item-title {
    font-weight: 600;
}
.action-wrap-layout1 {
    padding: 5rem 0;
    background-color: #f7951e;
    overflow: hidden;
    text-align: center;
}
.action-box-layout1 .item-img {
    position: absolute;
    bottom: -11rem;
    right: 4rem;
    z-index: -1;
}
.action-box-layout1 p {
    font-weight: 400;
    color: #ffffff;
}
.action-box-layout1 .item-title {
    font-weight: 600;
    color: #ffffff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.fixed {
    position:fixed;
    top:0;
}
.navbar-nav > li > a {text-transform: none;}
.border-service-bottom {border-bottom: 1px solid #eee;}
.modal-header .close {
    margin-top: -30px;
}
.close { font-size: 31px;}
.attendance-list h5 {
    padding-top:20px;
    font-weight: 600;
    font-size: 16px;
    color: #3c3b6e;
     text-transform: none;
     letter-spacing: 0;
}
#navbar.fixed { padding-left: 220px;}
.tpheader-sosmed ul li i {background: #bd1f31;color:#fff;font-size: 16px;}
.footer-sosmed ul li i {background: #bd1f31;color:#fff;font-size: 18px;}
.sosmed-info {margin-top:30px;}
.sosmed-info li i {background: #bd1f31;color:#fff;font-size: 18px;}
.laundry-clean h1, .laundry-clean p {margin-bottom: 5px;}
.laundry-clean p {color:#fff;}
.list-faq ol {padding-left:5px;}
.list-faq ol li {padding-bottom:10px;}
.datepicker {z-index: 1050;width: 300px;}
.datepicker > div {width: 280px;}
.form-control {color:#333;}
.price {min-height: 120px;}
.height-alllaundry {text-align: left;padding-top:30px;min-height:347px;}
.height-allservice {min-height: 60px;}
.height-allvac {min-height: 103px;}
