/* Default CSS */
body#inact-home       a#inact-home,
body#inact-about      a#inact-about/*,
body#inact-features   a#inact-features,
body#inact-tutorial   a#inact-tutorial,
body#inact-privacy-policy   a#inact-privacy-policy*/ {
    border-bottom: 2px solid #0093dd !important;
}

a {
    transition: 1s !important;
}
.inact-title {
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    font-weight: 600;
}
.inact-header-page {
    background: url('../images/assets/inact/header.jpg') no-repeat center;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
}
.inact-header-page-title {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    max-width: 550px;
}
.inact-header-page-desc {
    text-align: center;
    padding-top: 20px;
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
.inact-header-page-desc p {
    font-size: 18px;
}
/* End Default CSS */


/*Navbar*/
.navbar-inact .header{
    background: transparent;
    border-top: 1px solid #eaeaea;
}

.main-menu .navbar-inact-nav>li>a:not(.btn){
    color: #444;
    margin: 20px 0;
}

.main-menu .navbar-inact-nav>li:hover>a, 
.main-menu .navbar-inact-nav>li.active>a {
    background: none;
    border-bottom: 2px solid #0093dd !important;
}

.logo-product-inact {
    height: 50px;
    margin-top: 15px;
}
.navbar-second-inact .navbar-fived-inact-right ul li a {
    color: #444 !important;
    font-weight: bold !important;
}
.navbar-second-inact .navbar-fived-inact-right ul li a:hover {
    border-bottom: 2px solid #444 !important;
}
.ninactDr {
    color: #fff !important;
    background-image: linear-gradient(206deg, #eb3244, #f4754b) !important;
    padding: 1px 18px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}
.drinact {
    color: #fff !important;
    background: #0093dd !important;
    padding: 5px 28px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    border: 2px solid #0093dd;
    letter-spacing: 1px;
    font-weight: 600 !important;
    border-bottom: 2px solid #0093dd !important;
}
li.nav-item.drinact-login {
    margin-right: 20px;
    margin-left: 20px;
}
.drinact:hover {
    color: #0093dd !important;
    background: #fff !important;
}
.secondary_inact {
    /*height: 75px !important;*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -58px;
    background: #fff !important;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
.navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
    padding: 0;
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 12px;
    border: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #eee;
    margin-top: 40px;
}
.dropdown-menu-inact .dropdown-menu li a {
    color: #444 !important;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 300;
    text-transform: uppercase;
}
.navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
    min-width: 325px;
}
.navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
    margin-top: 20px;
    min-width: 0px !important;
    width: 235px !important;
}
.navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
    background: #fff !important;
    padding-top: 10px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
    box-shadow: 0 1px 2px rgba(0,0,0,.175);
}
.main-menu .navbar-nav>li {
    margin-left: 24px !important;
}

/* Header CSS */
.header-inact {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../lp-inact-ads/assets/img/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  position: relative;
}
.header-inact-img-top {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 200px;
}
.header-inact-box-logo {
  padding-bottom: 20px;
}
.header-inact-box-logo img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
  display: inline-block;
  margin: 20px;
}
.header-inact-box-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  max-width: 1000px
}
.header-inact-box-title span {
  color: #da2827;
}
.header-inact-box-desc {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
}
.header-inact-box-desc p {
  font-size: 22px;
}
.header-inact-box-cta {
  padding-bottom: 50px;
}
.header-inact-box-cta a {
    color: #fff;
    background: #0093dd;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 55px;
    border-radius: 50px;
}
.header-inact-box-img img {
  display: block;
  margin: 0 auto;
}
/* End Header CSS */

/* Header CSS */
.inact-header {
    position: relative;
    padding-bottom: 70px;
}
.inact-header .bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.inact-header .container {
    margin-top: -43%;
}

.inact-header-new {
    background: url(../images/assets/inact/banner-2.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.inact-header-text-title {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 600;
}
.inact-header-text-desc {
    padding-top: 30px;
}
.inact-header-text-desc p {
    color: #666;
}
.inact-header-text-desc ul {
    margin-left: -40px;
}
.inact-header-text-desc ul li {
    background-image: url(../images/assets/inact/banner-icon-checkbox-0.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    color: #666;
}
.inact-header-text-cta {
    padding-top: 30px;
    margin-bottom: 60px;
}
.inact-header-text-cta a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #ff914c;
    padding: 9px 35px;
    border-radius: 50px;
    border: 1px solid #ff914c;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
}
.inact-header-text-cta a:nth-child(2) {
    background: #262525;
    border: 1px solid #262525;
    color: #fff;
}
.inact-header-text-cta a:hover {
    background: transparent;
    color: #ff914c;
}
.inact-header-text-cta a:hover:nth-child(2) {
    background: transparent;
    color: #262525;
}
.inact-header-img img {
    transition: 0.5s;
}
.inact-header-img img:hover {
    -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
/* End Header CSS */


/* Profit CSS */
.inact-profit {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.inact-profit .row {
    padding-top: 50px;
    display: block;
    margin: 0 auto;
    max-width: 1050px;
}
.inact-profit-box {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    text-align: center;
    padding: 25px;
    transition: 1s;
    height: 280px;
    margin-bottom: 30px;
}
.inact-profit-box:hover {
    color: #fff;
    background: #0093dd;
} 
.inact-profit-box:hover .inact-profit-icon i {
    color: #0093dd;
    background: #fff;
    transition: 1s;
}
.inact-profit-box:hover .inact-profit-desc p {
    color: #fff;
    transition: 1s;
}
.inact-profit-icon {
    padding-top: 15px;
    padding-bottom: 20px;
}
.inact-profit-icon i {
    color: #fff;
    background: #0093dd;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 20px;
}
.inact-profit-title {
    font-size: 20px;
    letter-spacing: 0.7px;
    padding-bottom: 10px;
}
.inact-profit-desc p {
    font-size: 15px;
    color: #666;
}
.inact-profit-box.ipb-2 {
    background: #0093dd;
}
.inact-profit-box.ipb-2 .inact-profit-title {
    color: #fff;
}
.inact-profit-box.ipb-2 .inact-profit-icon i {
    color: #0093dd;
    background: #fff;
}
.inact-profit-box.ipb-2 .inact-profit-desc p {
    color: #fff;
}
/* End Profit CSS */


/* About CSS */
.inact-about {
    padding-top: 10px;
    padding-bottom: 80px;
}
.inact-about-img img {
    display: block;
    margin: 0 auto;
    transition: 0.5s;
}
.inact-about-img img:hover {
    -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.inact-about-text {
    padding-top: 70px;
    padding-left: 50px;
}
.inact-about-title {
    font-size: 25px;
    padding-bottom: 15px;
    font-weight: 600;
}
.inact-about-desc p {
    color: #666;
}
.inact-about-cta {
    padding-top: 10px;
}
.inact-about-cta a {
    color: #0093dd;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}
.inact-about.inact-about-page {
    padding-top: 80px;
}
/* End About CSS */

/* CTA CSS */
.inact-cta {
    color: #fff;
    background: url('../images/assets/inact/cta.jpg') no-repeat fixed;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.inact-cta-title {
    display: block;
    margin: 0 auto;
    max-width: 850px;
}
.inact-cta-title p {
    font-size: 25px;
    line-height: 1.5;
}
.inact-cta-a {
    padding-top: 30px;
}
.inact-cta-a a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.inact-cta-a a:nth-child(1) {
    font-weight: 600;
    color: #333;
    background: #ff914c;
    padding: 12px 40px;
    border-radius: 50px;
    border: 1px solid #ff914c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.inact-cta-a a:nth-child(1):hover {
    background: transparent;
    border: 1px solid #ff914c;
    color: #ff914c;
}

.inact-cta-a a:nth-child(2) {
    font-weight: 600;
    color: #0093dd;
    background: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inact-cta-a a:nth-child(2):hover {
    background: transparent;
    color: #fff;
}
/* End CTA CSS */


/* Features CSS */
.inact-features {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inact-features .row {
    padding-top: 50px;
}
.inact-features-text-list {
    position: relative;
}
.inact-features-text-list .fa {
    position: absolute;
    left: 0;
    color: #0093dd;
    font-size: 18px;
    padding-top: 4px;
}
.inact-features-text-list .iftl-box {
    padding-left: 30px;
}
.inact-features-text-list .iftl-box  .iftl-box-title {
    font-size: 18px;
    letter-spacing: 1px;
}
.inact-features-text-list .iftl-box  .iftl-box-desc p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}
.inact-features-cta {
    padding-top: 40px;
    text-align: center;
}
.inact-features-cta a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0093dd;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #0093dd;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inact-features-cta a:hover {
    background: transparent;
    color: #0093dd;
}
.inact-features-mobile {
    display: none;
}
/* End Features CSS */

/* Klien Carausel CSS */
.detail_payroll_lite_carausel {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #F9F9F9;
}
.dplc_title p {
    font-size: 22px;
    padding-bottom: 40px;
}
.carausel_pl img {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    height: 95px;
    width: auto !important;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.carausel_payroll_lite .owl-theme .owl-nav [class*=owl-] {
    display: none !important;
}
.cpl_2 {
    padding-top: 30px;
    padding-bottom: 40px;
}
/* End Klien Carausel CSS */

/*Kontak*/
.contact_acc {
    padding-top: 70px;
}
.contact_acc .row {
    padding-top: 20px;
}
.contact_acc_information {
    border: 2px solid #f5f5f5;
    background: #F3F5FB none repeat scroll 0 0;
    margin-top: 50px;
    margin-bottom: 70px;
    border-radius: 6px;
}
.contact_acc_information p:nth-child(1){
    font-size: 25px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 17px;
}
.contact_acc_information .form-horizontal .form-control {
    margin-bottom: 20px;
    height: 50px;
}
.contact_acc_information .form-horizontal .btn-submit {
    float: right;
    margin-right: 15px;
    margin-bottom: 30px;
}
.btn-wa-acc {
    font-size: 14px;
    background: #99d049;
    color: #fff;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 100px;
    border: 1px solid #99d049;
    letter-spacing: 2px;
    transition: 1s;
}
.btn-wa-acc:hover {
    background: transparent;
    color: #99d049;
}
.acc_info_surabaya {
    margin-top: 115px;
}
.acc_info_surabaya ul {
    font-size: 14px;
    margin-left: -20px;
}
.acc_info_surabaya ul li {
    display: inline-block;
}
.acc_info_surabaya_social {
    padding-top: 20px;
}
.acc_info_surabaya_social li{
    font-size: 30px;
    padding-right: 10px;
}
.acc_info_surabaya_social .fa{
    color: #009bde;
}
/* End Kontak CSS */

/* Why Choose Us CSS */
.why-choose-us {
    padding-top: 20px;
}
.why-choose-us-parent {
    padding-top: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.why-choose-us-parent-box {
    margin-bottom: 40px;
    width: calc(100%/5 - 15px);
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.why-choose-us-parent-box-img {
    padding-bottom: 20px;
}
.why-choose-us-parent-box-img img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    width: auto;
}
.why-choose-us-parent-box-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1,3;
    padding-bottom: 15px;
}
/* End Why Choose Us CSS */

/* ===================================================== Page About ================================================= */
.inact-skema {
    padding-top: 40px;
    padding-bottom: 70px;
}
.inact-skema-text {
    padding-right: 50px;
}
.inact-skema-img img {
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    transition: 0.5s;
}
.inact-skema-img img:hover {
     -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.inact-skema-title {
    font-size: 25px;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.inact-spek {
    padding-top: 70px;
    padding-bottom: 70px;
}
.inact-spek .row {
    padding-top: 50px;
}
.inact-spek-img img {
    transition: 1s;
    padding-right: 40px;
}
.inact-spek-img img:hover {
     -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.inact-spek-text-title {
    font-size: 18px;
    letter-spacing: 2px;
}
.inact-spek-text ul {
    margin-left: -25px;
}
.inact-spek-text ul li {
    list-style-type: decimal;
    font-size: 15px;
    color: #666;
}
.inact-skema-mobile {
    display: none;
}

/* ================================================== Page Tutorial =========================== */
.myresto-video-new-box {
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 320px;
}
.myresto-video-new-box:hover {
    box-shadow: 0px 40px 50px rgba(83, 88, 93, 0.2);
}

.myresto-video-new-box .mvnb-title {
    color: #444;
    font-weight: 600;
    line-height: 1.3;
}
.myresto-video-new-box .mvnb-category {
    font-size: 14px;
    color: #666;
    margin-top: -8px;
    padding-bottom: 10px;
}
.myresto-video-new-box .mvnb-view a {
    font-size: 15px;
    text-transform: capitalize;
    color: #f0483e;
    font-weight: 600;
    border-bottom: 1px solid #f0483e;
}
.myresto-video-new-box .mvnb-view a i {
    font-size: 12px;
}
.myresto-video-new-hr {
    padding-top: 70px;
}
.myresto-video-new-kb {
    padding-top: 50px;
    line-height: 1.2;
}
.myresto-video-new-kb .mvnk-title {
    text-align: center;
    font-size: 30px;
}
.mvnk-search {
    text-align: center;
    padding-top: 20px;
}
.mvnk-search input {
    width: 400px;
    height: 45px;
    border-radius: 25px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding-left: 21px;
}
.mvnk-search input::placeholder {
    color: rgba(0, 0, 0, 0.58) !important;
} 
.mvnk-search i {
    margin-left: -30px;
}
.myresto-video-new-box iframe,
.vidio-tabcontent-resto iframe {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* ========================================================== Page Features ========================================== */
.inact-features-page {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inact-features-page img, 
.tipe-apps-sistem .row img {
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    transition: 0.5s;
    margin-bottom: 40px;
}
.inact-features-page img:hover, 
.tipe-apps-sistem .row img:hover {
    -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.inact-features-page-text {
    padding-top: 20px;
}
.inact-features-page-text .ifpt-title {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 1.2;
}
.inact-features-page-text .ifpt-desc p {
    color: #666;
}
.inact-features-page hr {
    margin-bottom: 40px;
}
.inact-features-page-mobile {
    display: none;
}

.inact-features-page-row {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}
.inact-features-page .inact-features-page-img img,
.tipe-apps-sistem .inact-features-page-img img {
    display: block;
    margin: 0 auto;
    max-height: 450px;
}
.inact-features-page hr,
.tipe-apps-sistem hr {
    margin-bottom: 60px;
}

/* ======================================================= Tutorial =================================================== */
.inact-tutorial {
    padding-top: 70px;
    padding-bottom: 70px;
}


/* ================================================ Variant ================================ */
.tipologi {
    padding-top: 20px;
    padding-bottom: 70px;
}
.tipologi-box {
    padding-top: 40px;
    display: block;
    margin: 0 auto;
    max-width: 900px;
}
.produk {
    padding-top: 70px;
    padding-bottom: 30px;
}
.produk .row {
    padding-top: 40px;
}
.product-carausel-box {
  position: relative;
  border-radius: 4px;
  border: 1px solid #f1f2f5;
  margin-bottom: 40px;
  height: 310px;
}
.product-carausel-img {
  position: relative;
  overflow: hidden;
}
.product-carausel-img img {
  max-width: 100%;
  transition: transform 0.5s;
  background: #f4f4f4;
}
.product-carausel-box:hover .product-carausel-img img {
  transform: scale(1.1);
}
.product-carausel-box-title {
  padding: 0px 15px;
  height: 35px;
  text-transform: capitalize;
  line-height: 2px;
}
.product-carausel-tag p {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    color: #888;
    text-transform: capitalize;
    line-height: 1.1;
}
.product-carausel-box-title a {
  color: #212529;
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
  line-height: 21px;
}
.product-carausel-box-desc {
    font-size: 13px;
    padding: 0px 15px;
    line-height: 1.4;
}
.product-carausel-cta {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.product-carausel-cta a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 20px;
    background: #c32128;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    transition: 1s;
    letter-spacing: 1px;
}
.product-carausel-cta i {
    padding-left: 5px;
}
.product-carausel-cta-detail {
    padding-top: 60px;
    text-align: center;
}
.product-carausel-cta-detail a {
    text-transform: uppercase;
    font-weight: 600;
    color: #eb3244;
    border-bottom: 1px solid #eb3244;
}
.product-carausel-tag {
    margin-bottom: -8px;
}

/* =============================================== Download ================================= */
.app-tab-img {
    padding-top: 80px;
}
.download-apps {
    padding-top: 40px;
    padding-bottom: 100px;
}
.download-apps-box {
  display: block;
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.download-apps-box-parent {
  margin-bottom: 40px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.download-apps-box-parent a .dabp-icon .fa {
  color: #da2827;
  font-size: 50px;
}
.dabp-icon {
  padding-bottom: 20px;
}
.download-apps-box-parent a .dabp-title,
.download-apps-box-parent a .dabp-desc {
  color: #444;
}
.dabp-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
}
.dabp-desc {
  padding-bottom: 30px;
}
.dapb-img img {
  display: block;
  margin: 0 auto;
}

/* ========================================== Page Home New ======================================== */
.tipe-apps {
    padding-top: 80px;
    padding-bottom: 70px;
}
.tipe-apps-parent {
    padding-top: 40px;
    text-align: center;
}
.tipe-apps-parent-box {
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 20px;
}
.tipe-apps-parent-box.active {
    border: 1px solid #0093dd;
    background: #f2f4f7;
}
.tipe-apps-parent-box:hover {
    background: #f2f4f7;
    transition: 0.5s;
    cursor: pointer;
}
.tipe-apps-parent-box-icon {
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tipe-apps-parent-box-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 10px;
}

/* Tipe Apps */
.tipe-apps-sistem-img {
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.tipe-apps-sistem .row {
    padding-bottom: 80px;
}
.tipe-none {
    display: none;
}

#tipe-perusahaan .img-tipe-kiri {
    padding-right: 40px;
}
#tipe-perusahaan .img-tipe-kanan {
    padding-left: 40px;
}

/* ============================================ Footer =========================== */
#navbar-top-footer {
    cursor: pointer;
    display: none;
}

footer {
    position: relative;
}

.deskripsi-footer {
    margin-bottom: 40px;
}


footer .customise-form .customised-formgroup {
    border: none;
    background: #fff;
    text-align: left;
    padding: 6px 0;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

footer .customise-form .customised-formgroup span {
    left: 20px;
    top: 16px;
    font-size: 16px;
}

footer .customise-form .customised-formgroup span.icon-envelope {
    font-size: 18px;
    top: 14px;
}

footer .customise-form .customised-formgroup input::-webkit-input-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup input:-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup input::-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup input:-ms-input-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea::-webkit-input-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea:-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea::-moz-placeholder {
    color: #777777;
}

footer .customise-form .customised-formgroup textarea:-ms-input-placeholder {
    color: #777777;
}

footer .grey-dark-bg {
    color: #1a252b;
    padding: 53px 0 48px;
}

footer .grey-dark-bg h2 {
    margin: 0;
}

footer .grey-dark-bg form {
    padding: 50px 0 25px;
}

footer .btn.btn-fill.full-width {
    margin: 0;
}

footer .btn.btn-fill.full-width:hover {
    background: transparent;
}

footer .regular-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

footer .light-ash-bg {
    background: #212121;
    color: #777777;
    padding: 58px 0 49px;
}

footer .light-ash-bg ul {
    padding: 0;
    list-style: none;
}

footer .light-ash-bg ul li {
    font-weight: 300;
}

footer .light-ash-bg ul li.big-width {
    width: 25%;
}

footer .light-ash-bg ul ul li {
    width: 100%;
}

footer .light-ash-bg ul ul li:first-child {
    line-height: 15px;
}

footer .light-ash-bg ul a.text-color-light {
    color: #ffffff;
    line-height: 17px;
    margin-bottom: 17px;
    text-transform: capitalize;
}

footer .light-ash-bg ul ul li:first-child a:hover {
    text-decoration: none;
}

footer .light-ash-bg ul a {
    margin: 0;
    color: #ffffff;
    line-height: 30px;
}

footer .light-ash-bg ul a:hover {
    color: #f36523;
}

footer .light-ash-bg .logo {
    margin-bottom: 25px;
    margin-top: 2px;
}

footer .light-ash-bg ul.social-links,
ul.social-links {
    margin: 7px 0;
}

footer .light-ash-bg ul.social-links {
    margin-top: 8px;
}

footer .light-ash-bg ul.social-links li,
ul.social-links li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    text-align: center;
}

.quick-link-app ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-post-share ul.social-links {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top: 20px;
}

.blog-post-share ul.social-links li a {
    width: 30px;
    height: 30px;
}

footer .light-ash-bg ul.social-links li a,
ul.social-links li a {
    background: #c6cbd2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
}

footer .light-ash-bg ul.social-links li a {
    height: 32px;
    width: 32px;
    background: #4a565d;
}

footer .light-ash-bg ul.social-links li a:hover,
footer .light-ash-bg ul.social-links li a:active,
ul.social-links li a:hover,
ul.social-links li a:active {
    background: #f36523;
    color: #fff;
}

footer .light-ash-bg ul.social-links li:last-child,
ul.social-links li:last-child {
    margin-right: 0;
}

footer .top-btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: -25px;
    color: #444444;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    transition: all .5s;
}

footer .top-btn span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #444444;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer a.top-btn:hover,
footer a.top-btn:active {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

footer .customise-form p {
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 8px;
    color: #444444;
}

footer .light-ash-bg ul.social-links li {
    margin-bottom: 10px;
}

footer .light-ash-bg ul.social-links li,
ul.social-links li {
    margin-bottom: 10px;
}

footer .extra-small-text {
    line-height: 1;
}

.logo-footer {
    margin-top: -10px;
}
.quick-link {
    color: #ffffff;
    margin-left: -10px;
    font-weight: normal;
    font-size: 13px;
}
.quick-link1 {
    color: #ffffff;
    margin-left: -10px;
    font-weight: normal;
    font-size: 13px;
}
.quick-link1 .footer-detail-name {
    padding-top: 38px;
}
.quick-link1 ul li {
    display: inline-block; 
}
.quick-link1 ul li a {
    padding-right: 15px;
    font-size: 16px;
}

.quick-link1 .social-links3 {
    font-size: 26px;
    display: inline-flex;
    padding-bottom: 10px;
}

.footer-bottom {
    background: #181818;
    color: #ffffff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quick-link1 ul li a img {
    display: inline-block;
}
.quick-link .judul {
    margin-bottom: 20px;
}
.quick-link-sm {
    padding-top: 20px;
}
.quick-link-qris {
    padding-top: 20px;
    display: none;
}
.quick-link.quick-link-qris ul li {
    display: inline-block;
    padding-right: 10px;
}
.quick-marketplace img {
    max-height: 30px;
}


/* Footer-email */
.footer-email li:nth-child(1) {
    margin-bottom: -7px;
}
/* End Footer */


/* ====================================== InAct 2 ========================================= */


.title-all {
  padding-bottom: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 880px;
}
.ta-title {
  font-size: 80px !important;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 15px;
  font-family: 'Caveat', cursive;
}
.ta-desc p {
    font-size: 22px !important;
    line-height: 1.6; 
}

/* Header CSS */
.header-all-page-2 {
  padding-top: 80px;
  padding-bottom: 30px !important;
}
.header-all-page-2-parent {
  text-align: center;
}
.header-all-page-2-title {
  font-size: 95px;
  font-weight: 700;
  font-family: 'Caveat', cursive;
  line-height: 1.1;
  padding-bottom: 40px;
}
.header-all-page-2-desc {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  font-size: 23px;
  line-height: 1.4;
  padding-bottom: 50px;
  font-weight: 300;
  color: #374151;
}
.header-all-page-2-cta a {
    display: inline-block;
    margin: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #ff9c00;
}
.header-all-page-2-cta a:nth-child(1) {
    padding: 11px 45px;
    background: #ff9c00;
    color: #fff;
}
.header-all-page-2-cta a:nth-child(2) {
    padding: 11px 45px;
    background: #fff;
    color: #ff9c00;
}
/* End Header CSS */

/* Video CSS */
.video-new-2 {
    background: #F3F4F6;
    padding-bottom: 150px;
}
.bg-oval img {
  width: 100%;
}
.video-new-2-box {
    position: relative;
}
.video-new-2 .video_popup img {
  display: block;
  margin: 0 auto;
}
/* End Video CSS */

/* View App CSS */
.view-app {
    padding-top: 80px;
    padding-bottom: 80px;
}
.view-app-img img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
/* End View App CSS */

/* Fitur CSS */
.fitur-2 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.fitur-2 img {
    display: block;
  margin: 0 auto;
}
.fitur-2-teks-title {
  font-size: 70px;
  font-weight: 700;
  font-family: 'Caveat', cursive;
  line-height: 1.1;
  padding-bottom: 40px;
}
.fitur-2-teks-desc p {
    font-size: 20px;
    line-height: 1.5;
}

.fitur-2-img {
  margin-bottom: 20px;
}
.fitur-2-img img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.problem-solusi-teks-lisc {
  padding-top: 10px;
}
.problem-solusi-teks-lisc ul {
  margin-left: -40px;
}
.problem-solusi-teks-lisc ul li {
  list-style-type: none;
  position: relative;
}
.problem-solusi-teks-lisc ul li i {
  position: absolute;
  left: 0;
  padding-top: 5px;
  color: #da2829;
}
.problem-solusi-teks-lisc ul li p {
  padding-left: 25px;
  color: #666;
}
/* End Fitur CSS */

/* Fitur ALL CSS */
.fitur-all-2 {
  background: #F3F4F6;
  padding-top: 70px;
  padding-bottom: 70px;
}
.fitur-all-2 .row {
  padding-top: 40px;
}
.fitur-all-2-box {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 2rem;
  height: 180px;
}
.fitur-all-2-box-title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 20px;
}
.fitur-all-2-cta {
  padding-top: 40px;
  text-align: center;
}
.fitur-all-2-cta a {
  font-size: 50px;
  font-weight: 700;
  font-family: 'Caveat', cursive;
  line-height: 1.1;
  text-transform: capitalize;
}
/* End Fitur ALL CSS */

/* Testomoni CSS */
.pengguna {
  padding-top: 80px;
  padding-bottom: 80px;
}
.client-testimoni-box {
  margin-bottom: 30px;
  position: relative;
}
.client-testimoni-box .ctb-img {
  position: relative;
  overflow: hidden;
}
.client-testimoni-box .ctb-img img {
  max-width: 100%;
  transition: transform 0.5s;
}
.client-testimoni-box:hover .ctb-img img {
  transform: scale(1.1);
}
.client-testimoni-box .video-play-button i {
    margin-left: 2px;
}
.client-testimoni-box .video-play-button {
    top: 40%;
}

#sistem-online .ctb-img {
   height: auto !important; 
}

.myorder-apps-testimonial-box {
  border: 2px solid #f5f5f5;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  border-radius: 20px;
  padding: 25px;
  position: relative;
  margin-bottom: 40px;
  height: 280px;
}
.myorder-apps-testimonial-box .matb-box {
  height: 70px;
}
.matb-box-img {
  position: absolute;
  left: 0;
  padding-left: 20px;
}

.matb-name-title {
  font-size: 18px;
  font-weight: 600;
}
.matb-box-name-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.matb-desc p::before {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: "\f10d";
  position: relative;
  bottom: 10px;
}
.matb-desc p::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 5px;
  vertical-align: middle;
  content: "\f10e";
}
.matb-desc p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}


/* Klien CSS */
.klien-box {
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 20px;
  border: 3px solid #0093dd;
  height: 290px;
}
.klien-box-img {
  padding-bottom: 10px;
}
.klien-box-img img {
  max-height: 40px;
}
.klien-box-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.klien-box-jabatan {
  padding-bottom: 17px;
}
/* End Klien CSS */
/* End Testimoni CSS */

/* Klien CSS */
.sb-img img {
    display: block;
    margin: 0 auto;
    height: 90px !important;
    filter: grayscale(1);
}
/* End Klien CSS */

.about-new-text-title-2 {
    font-size: 45px !important;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    line-height: 1.1;
}







@media(max-width: 767px) {
    .secondary_inact {
        position: static !important;
        margin-top: 0px !important;
    }
    .navbar-inact .main-menu .navbar-nav {
        background: #fff;
        border: 1px solid #eaeaea;
    }
    li.nav-item.drinact-login {
        margin-right: 0px;
        margin-left: 0px;
    }
    body#inact-home       a#inact-home,
    body#inact-about      a#inact-about,
    body#inact-features   a#inact-features,
    body#inact-tutorial   a#inact-tutorial {
        width: 45px !important;
    }
    .navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
        margin-top: -10px !important;
        margin-left: -10px;
        border: none !important;
    }
    .navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
        top: 0px;
    }
    .main-menu .navbar-inact-nav>li:hover>a {
        border-bottom: 2px solid #fff !important;
    }
    .navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
        min-width: 300px !important;
    }
    .navbar-inact ul ul li ul {
        position: static !important;
        margin-left: 1px !important;
        min-width: 450px !important;
        margin-top: -5px !important;
        display: block;
        background: #fff;
    }
    .navbar-myorder-apps ul ul li ul li {
        padding-left: 20px;
    }
    .drinact-login {
        margin-bottom: 15px !important;
    }
    .drinact {
        width: 180px !important;
        text-align: center !important;
    }
    .header-inact-box-logo img {
        max-height: 45px;
    }
    .header-inact-img-top {
        max-height: 100px;
    }
    .header-inact-box-title {
        font-size: 35px;
    }
    .header-inact-box-cta a {
        padding: 11px 30px;
    }
    .inact-header-text-title {
        font-size: 30px;
    }
    .inact-about-text {
        padding-top: 50px;
        padding-left: 0px; 
    }
    .inact-features-img {
        margin-bottom: 30px;
    }
    .inact-features-mobile {
        display: block;
    }
    .inact-features-desktop {
        display: none;
    }
    .inact-profit {
        padding-bottom: 0px;
    }
    .acc_info_surabaya {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .inact-header-page {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .inact-skema-mobile {
        display: block;
    }
    .inact-skema-desktop {
        display: none;
    }
    .inact-skema-text {
        padding-right: 0px;
        padding-top: 40px; 
    }
    .inact-spek-img img {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .inact-features-page img {
        margin-bottom: 0px;
    }
    .inact-features-page-mobile {
        display: block;
    }
    .inact-features-page-desktop {
        display: none;
    }
    .inact-features-page {
        text-align: center;
    }

    .product-carausel-box {
        height: 250px;
    }

    .why-choose-us-parent-box {
        width: calc(100%/2 - 15px);
    }

    #tipe-perusahaan .img-tipe-kiri {
        padding-right: 0px;
    }
    #tipe-perusahaan .img-tipe-kanan {
        padding-left: 0px;
    }

    .navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
        position: relative !important;
        z-index: 99;
    }
    .navbar-inact .main-menu .navbar-nav li>.dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        background: #fff;
    }

    .ta-title,
    .fitur-2-teks-title {
        font-size: 45px !important;
    }
    .video-new-2 {
        padding-bottom: 30px;
    }
    .fitur-all-2-box {
        height: auto;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .logo-product {
        height: 40px !important;
    }
    .inact-about-text {
        padding-top: 50px;
        padding-left: 0px; 
    }
    .inact-features-mobile {
        display: block;
    }
    .inact-features-desktop {
        display: none;
    }
    .acc_info_surabaya {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .inact-profit {
        padding-bottom: 0px;
    }

    .inact-header-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .inact-skema-mobile {
        display: block;
    }
    .inact-skema-desktop {
        display: none;
    }
    .inact-skema-text {
        padding-right: 0px;
        padding-top: 40px; 
    }
    .inact-spek-img img {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .inact-features-page img {
        margin-bottom: 0px;
    }
    .inact-features-page-mobile {
        display: block;
    }
    .inact-features-page-desktop {
        display: none;
    }
    .product-carausel-box {
        height: 290px;
    }
    .why-choose-us-parent-box {
        width: calc(100%/3 - 15px);
    }
    #tipe-perusahaan .img-tipe-kiri {
        padding-right: 0px;
    }
    #tipe-perusahaan .img-tipe-kanan {
        padding-left: 0px;
    }

    .ta-title,
    .fitur-2-teks-title {
        font-size: 45px !important;
    }
    .video-new-2 {
        padding-bottom: 30px;
    }
    .fitur-all-2-box {
        height: auto;
    }
}

@media(min-width: 1023px) and (max-width: 1200px) {
    .inact-profit-box {
        height: 300px;
    }
    .inact-profit {
        padding-bottom: 0px;
    }
    .product-carausel-box {
        height: 290px;
    }
} 

@media (min-width: 1700px) {
    .inact-header-new {
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .why-choose-us-parent {
        max-width: 1700px;
    }
}