/**
 * GO-CLEAN by GO-JEK INDONESIA
 * Author: Dativa D
 **/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700);
@font-face {
    font-family: 'BebasNeue';
    src: url('/assets/components/bebas-neue-regular-webfont/BebasNeue-webfont.eot');
    src: url('/assets/components/bebas-neue-regular-webfont/BebasNeue-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/assets/components/bebas-neue-regular-webfont/BebasNeue-webfont.woff2') format('woff2'), url('/assets/components/bebas-neue-regular-webfont/BebasNeue-webfont.woff') format('woff'), url('/assets/components/bebas-neue-regular-webfont/BebasNeue-webfont.ttf') format('truetype'), url('/assets/componentÂ©/bebas-neue-regular-webfont/BebasNeue-webfont.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #575756;
    background: #FFF;
    font-weight: 300;
    line-height: 150%;
    line-height: 24px;
    padding: 0 !important;
}
body.toggled{overflow: hidden;} 
a {color: #2A93D1;}
a:hover, a:focus{text-decoration: none;}
h1,h2,h3,h4,h5 {
    font-family: 'BebasNeue', sans-serif;
    margin: 0px;
}
h1{
    font-size: 48px !important;
}
h2, h1.section-title{
    font-size: 42px;
}
h3{
    font-size: 32px;
}
h4,.lg-size{
    font-size: 20px;
}
h5,.med-size{
    font-size: 18px;
}
.caps {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.normal-font {
    font-family: 'Roboto', sans-serif !important;
}
.med{font-weight: 400}
.bold{font-weight: 700;}
.clear {clear: both;}
.block {
    padding: 20px;
    color: #fff
}
.block--center {
    text-align: center;
}
.block--right {
    text-align: right;
}
.table{
    display: table;
    height: 100%;
}
.table .wrapper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
span.inline {
    display: inline-block;
}
.relative{position: relative;}
.abs{position: absolute;}
.fixed{position: fixed;}

#preloader{
    background: #fff;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled .overlay-toggle {display: block;}
.overlay-toggle {
    width: 100%;
    position: fixed;
    z-index: 400;
    background: #242424;
    height: 100%;
    opacity: 0.7;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#page-content-wrapper {
    z-index: 2;
    width: 100%;
    position: relative;
    padding: 64px 0px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 170%;
}
.go-clean-clr {
    color: #36BDE8;
}
.go-jek-clr {
    color: #84C662
}
.section-title{
    letter-spacing: 2.5px;
    line-height: 110%;
}
.line{
    content: "";
    border-bottom: 3px solid #A6DEF5;
    width: 81px;
    display: inline-block;
}

/****************** Form ******************/

label {
    color: #FFF;
    font-weight: normal
}
input[type=text],
input[type=text]:hover,
input[type=text]:focus {
    padding: 10px;
    margin-bottom: 20px
}
input[type=text] {
    background: #fff;
}

/****************** Button ******************/

.btn-blue, .btn-blue-o:hover, .btn-white-o:hover  {
    color:#fff!important;
    background: #2dbad8!important;
    border:1px solid #2dbad8!important;
}
.btn-blue-o, .btn-blue:hover {
    color:#2dbad8!important;
    border:1px solid #2dbad8!important
}
.btn-white {
    color:#C75982!important;
    background: #fff!important;
}
.btn-white-o, .btn-white:hover {
    color:#fff !important;
    border: 1px solid #fff !important;
}
.btn.border.white{
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
}
.read-more-btn{
    padding: 10px 25px;
    border: 1px solid #2A93D1;
    color: #2A93D1;
    background: none;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.read-more-btn:hover, .read-more-btn:focus{
    background: #2A93D1;
    color: #fff;
}
.read-more-btn span{
    padding-left: 10px;
}

/** NAVBAR - SIDEBAR **/
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin: 0;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-logo .ripple-wrapper {
    display: none;
}
.main-logo a{
    background: url('../img/go-clean-logo.svg') no-repeat center center;
    background-size: 155px auto;
    height: 65px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    padding: 0px;
}
#menu-toggle.menu-btn {
    margin: 0px !important;
    color: #FFFFFF;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
    width: 65px;
    height: 65px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
}
#menu-toggle.menu-btn span {
  display: block;
  position: absolute;
  top: 32px;
  left: 20px;
  right: 20px;
  height: 2px;
  width: 18px;
  background: #FFFFFF;
  transition: background 0s 0.2s;
  -webkit-transition: background 0s 0.2s;
  -moz-transition: background 0s 0.2s;
  -ms-transition: background 0s 0.2s;
  -o-transition: background 0s 0.2s;
}

#menu-toggle.menu-btn span::before,
#menu-toggle.menu-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  content: "";
  transition-duration: 0.3s, 0.3s;
}
#menu-toggle.menu-btn span::before {
  top: -5px;
}
#menu-toggle.menu-btn span::after {
  bottom: -5px;
}

.navbar.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#sidebar-wrapper {
    z-index: 500;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#wrapper .navbar {
    margin-left: 0px;
    background: #242424;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 65px;
    line-height: 65px;
}
.top-bar-right {
    float: right;
    margin-right: 15px;
}
.top-bar-right .navbar-right {}
.top-bar-right li {
    line-height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.top-bar-right li .top-download {
    padding: 0 !important;
}
.top-download, .footer-download {
    width: 118px;
    height: 35px;
    line-height: 42px;
    display: inline-block;
    float: left;
    margin-left: 0 0 0 5px;
    vertical-align: middle;  
}
.top-download.android {
    width: 116px;
}
.top-download img, .footer-download img{
    width: 100%;
}
#page-content-wrapper {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled .navbar {
    margin-left: 250px;
}
#sidebar-wrapper {
    background:#434343;
}
.sidebar-brand {
    background:#218fc2;
    color:#fff
}
.sidebar-brand a {
    color:#fff!important
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    list-style: none;
}
.sidebar-nav li:nth-child(2) a {
    margin-top: 30px;
}
.sidebar-nav li:last-child {

}
.sidebar-nav li:last-child a {
    border: 0;
}
.sidebar-nav li:last-child a:hover {
    background: none;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    border-bottom: 1px solid #595959;
    padding: 10px;
}
.sidebar-nav li span{}
.sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a.active {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a i{
    font-size: 16px;
    margin: 0 20px 0 -18px;
}
.sidebar-nav li a img {
    margin-right: 20px;
    width: 18px;
    margin-top: -2px;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 14px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
    border: 0;
    padding: 4px 0;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.main-headline .text-heading {
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin: 20px 0px;
}
.main-headline .normal-font {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin: 0px 0px 50px;
    padding: 0px;
}
.sidebar-logos {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.sidebar-logos li {
    margin: 9px;
    float: left;
    text-indent: 0px;
    line-height: normal;
    list-style: none;
}
.sidebar-logos li a {
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
}
.sidebar-logos li a:hover {
    background: none;
}
.sidebar-logos li:nth-child(2) a {
    margin: 0;
}
.sidebar-logos li a img {
    width: 25px;
    margin: 0;
}
.sidebar-logos li:last-child {
    position: relative;
    bottom: 0px;
}
.powered li a {
    padding: 0;
    text-indent: 0px;
    border: 0;
}
.powered li a:hover {
    background: none;
}
.bottom-1{
    margin-top: 60px;
}

/****************** FOOTER ******************/
footer {
    background: #0D648E;
    padding: 50px 10px 35px;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}
footer h4{
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #A4DDF4;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li, footer h5{
    padding-bottom: 10px;
    text-transform: uppercase;
}
footer ul li i{
    width: 20px;
}
footer ul li h5{

}
footer ul li a{
    color: #FFF;
    text-transform: uppercase;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a.current-footer{
    color:  #A4DDF4;
    background: none;
}
.footer-menu{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-bottom: 30px;
}
.footer-services{
    overflow: hidden;
}
.footer-services a{
    display: inline-block;
    background: none !important;
}
footer .copyright{
    text-align: center;
    padding-top: 30px;
}
footer .main-logo a{
    height: 40px;
    background-position: center left;
}
.footer-download{
    height: 42px;
    width: 130px;
}
footer li.button{
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
}

@media (min-width: 992px){
  .footer-menu{float: none;}
  .footer-menu .services{max-width: 200px;}
  .footer-menu.footer-logo{padding-left: 0;}
  .footer-menu.download{padding-right: 0;}
}
@media (max-width : 768px) {
    body{
        font-size: 14px;
        line-height: 150%;
    }
    p, h1, h2, h3, h4, h5{line-height: 150%;}
    .section-title{line-height: 100%;}
    h1{
    font-size: 44px;
    letter-spacing: 5px;
    }
    h2{
        font-size: 40px;
        letter-spacing: 4px;
    }
    h3{
        font-size: 30px;
    }
    h5, .med-size{font-size: 16px;}
}
@media (max-width : 640px) {
    footer .icon-service{
        width: 25px;
        height: 25px;
    }
    footer li.button{
        margin: 0 0 10px 0;
    }
    .footer-download{
        width: 120px;
        height: auto;
    }
}
@media (max-width : 480px) {
    body{font-size: 14px;}
    h2{
    font-size: 42px;
    }
    h3{
        font-size: 30px;
    }
    #wrapper.toggled .main-logo{
        display: none;
    }
    footer .container{padding: 0;}
}

@media only screen and (max-width : 480px) {
    #wrapper.toggled .top-logo{
        display: none;
    }
    footer .container{padding: 0;}
}

.Absolute-Center {
margin: 5% auto !important;
top: 15% !important;
}