@media screen and (max-width: 568px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        display: flex !important;
        justify-content: right !important;
        margin-right: .5rem !important;
    }
    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
        margin-right: 30px;
    }
    #sidebar {
        width: 80%;
        max-width: 270px;
        right: -80%;
        transform-origin: bottom left;
        opacity: 1;
    }
    #sidebar.active {
        right: 0;
        /* transform: rotateY(100deg); */
    }
    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    #dismiss:hover {
        background: #fff;
        color: #000;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.s ease-in-out;
    }
    .overlay.active {
        display: block;
        opacity: 1;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #121212;
        padding-left: 50px;
    }
    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #fff;
        text-align: center;
        margin-top: 3rem;
    }
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    #sidebar ul li a {
        padding: 5px 10px;
    }
    #sidebar ul li a:hover {
        color: #fff;
        background: #000;
    }
    #sidebar ul li.active>a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #000;
    }
    a[data-toggle="collapse"] {
        position: relative;
    }
    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #EFEFEF;
        color: #000;
    }
    /* New Header Style */
    .box-header .logo {
        margin-left: 10%;
    }
    .box-header .logo img {
        width: 101px;
    }
    .box-togle {
        top: 7px;
        right: 0px;
    }
    .box-togle a {
        display: none;
    }
    .box-header {
        height: 0px;
    }
    .btn-togle img {
        width: 37px;
    }
    /* Style Sidebar End */
    #content {
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
        right: 0;
        float: left;
        margin-top: 0;
    }
    /* Content Parallax */
    .keyart_layer {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: inherit;
    }
    #content {
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
        right: 0;
        float: left;
    }
    #parallax {
        display: none !important;
    }
    #nonparallax {
        display: block;
    }
    #nonparallax .nonparallax-phone {
        display: block;
        min-height: 568px;
    }
    .nonparallax-text {
        width: 100%;
        top: 17vh;
        z-index: 98;
    }
    .nonparallax-text h1 {
        width: 80%;
        font-size: 36px;
        line-height: 49px;
        margin: 0;
    }
    .box-btn-request {
        display: block;
    }
    .learn-more-icon img {
        width: 3%;
    }
    .box-nonparallax,
    .box-nonparallax .nonparallax-phone {
        display: block;
    }
    .box-nonparallax .nonparallax-phone {
        height: 100vh;
        min-height: 568px;
    }
    /* End Parallax */
    .box-image-logo h5 {
        font-size: 12px;
    }
    .box-image-logo {
        margin: 0 10% 50px;
    }
    .image-logo-client {
        float: left;
        width: 50%;
    }
    .box-our-service h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .service-container {
        margin: 0 10%;
    }
    .box-feature-title h3 {
        font-size: 18px;
        line-height: 23px;
        color: #000;
    }
    .box-accent {
        position: absolute;
        top: -2px;
    }
    .box-accent img {
        float: left;
        width: 100%;
    }
    .feature-content-view-mobile .modal-header {
        padding: 10px;
    }
    .feature-content-view-mobile .modal-header .close {
        bottom: 0;
        padding: 0px;
        margin: 0;
    }
    .feature-container-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .box-feature-title {
        background-color: #ffff;
        padding: 0;
        margin: 50px 0 30px;
    }
    .feature-info h6 {
        font-size: 16px;
        line-height: 29px;
    }
    .box-feature-container {
        margin: 0 10% 80px;
        top: 0;
    }
    .feature-point-container {
        display: grid;
        justify-content: center;
    }
    .box-feature-point {
        display: none;
    }
    .box-feature-point-mobile {
        display: block;
        width: 50%;
        padding: 10px 20px;
    }
    .feature-content-view {
        display: none !important;
    }
    .feature-content {
        border: none;
        background-color: transparent;
        padding: 0;
    }
    .feature-info {
        margin: 15px 0 0 0;
    }
    .feature-content-view-mobile {
        display: block;
        visibility: visible;
    }
    .feature-content h4 {
        font-size: 25px;
    }
    .feature-content p {
        font-size: 15px;
    }
    .box-service {
        width: 50%;
        margin: 0 0 15px 0;
    }
    .box-image-container {
        width: 70%;
        margin: 0 15%;
    }
    .box-image-container .img-backgorund {
        margin: 15px 0;
    }
    .box-image-container .img-content {
        width: 60%;
        top: 35px;
    }
    .info-service h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .our-product {
        margin: 30px 10% 50px;
    }
    .our-product-inner {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .box-product-description {
        width: 100%;
    }
    .box-product-image {
        padding: 0;
    }
    .box-our-product h2 {
        font-size: 24px;
        line-height: 1;
    }
    .our-product-inner h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .our-product-inner p {
        font-size: 12px;
        line-height: 15px;
        width: 100%;
        text-align: center;
    }
    .box-find-more {
        display: flex;
        justify-content: center;
        margin: 30px 0 0;
    }
    .box-product-description .btn-light {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
        padding: 10px 20px;
    }
    .box-project-container {
        margin: 50px 10%;
    }
    .box-project-container h2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 31px;
    }
    .box-project-container p {
        float: left;
        color: #fff;
        font-size: 12px;
        width: 100%;
    }
    .project-management-flow {
        padding: 0;
        margin: 30px 0 0;
    }
    .project-management-flow .desktop {
        display: none;
    }
    .project-management-flow .mobile {
        display: block;
    }
    .stack-container {
        width: 86%;
        margin: 15px 7%;
    }
    .stack-image {
        width: 33.3%;
        height: auto;
        padding: 15px;
        display: flex;
        justify-content: center;
    }
    .stack-image img {
        width: 100%;
        margin: 0;
    }
    .box-technology-stack h2 {
        font-size: 24px;
        line-height: 31px;
        margin: 30px 0 0;
    }
    .box-middle-object {
        width: 100%;
        height: 0;
        display: flex;
        vertical-align: middle;
        justify-content: center;
    }
    .box-address-container {
        margin: 30px 10%;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .address-content {
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }
    .box-address h2 {
        float: left;
        width: 40%;
        font-size: 18px;
        line-height: 23px;
    }
    .address-desc {
        margin: 0 0 10px 0;
    }
    .address-desc .address-img {
        margin: -2px 0 0 0;
    }
    .detail-phone {
        padding: 7px 0;
    }
    .box-address p {
        float: left;
        width: 60%;
        font-size: 10px;
        line-height: 13px;
    }
    .team-image-back img,
    .team-image-canvas,
    .desc-middle {
        height: 300px;
    }
    .our-team-desc {
        width: 70%;
    }
    .desc-middle h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }
    .desc-middle p {
        font-size: 13px;
        line-height: 31px;
    }
    .desc-middle .color {
        font-size: 13px;
        line-height: 31px;
    }
    .box-progress-together {
        float: left;
        width: 100%;
        padding-top: 1rem;
        background-color: white;
        min-height: 450px;
        color: #000;
    }
    .progres-together-container {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    .progres-together-container .btn-info {
        color: #4076C6;
        background-color: #fff;
        border-color: #4076C6;
        width: 100%;
        border-radius: 2rem;
    }
    .progres-together-container .btn-info:not(:disabled):not(.disabled).active,
    .progres-together-container .btn-info:not(:disabled):not(.disabled):active,
    .progres-together-container .show>.btn-info.dropdown-toggle {
        color: #4076C6;
        background-color: #fff;
        border-color: #4076C6;
    }
    .progres-together-container .btn-info:not(:disabled):not(.disabled).active:focus,
    .progres-together-container .btn-info:not(:disabled):not(.disabled):active:focus,
    .progres-together-container .show>.btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem #4076C6;
        ;
    }
    .progres-together-container .btn-info.focus,
    .progres-together-container .btn-info:focus {
        box-shadow: 0 0 0 .2rem #4076C6;
    }
    .progres-together-start {
        float: left;
        width: 70%;
        margin-top: 1rem;
        margin-left: 15%;
        margin-bottom: 2rem;
    }
    .progres-together-container h2 {
        float: left;
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-bottom: 3rem;
    }
    .progress-together-quote {
        float: left;
        width: 100%;
        padding: 2%;
    }
    .box-together-quote {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .quote-left-user {
        float: left;
        width: 15%;
        position: absolute;
        bottom: 1.5rem;
    }
    .quote-left-user img {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .together-quote-left {
        float: left;
        min-width: 30%;
        max-width: 70%;
        padding: 3%;
        background-color: #4076C6;
        border: 1px solid #4076C6;
        border-top-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        color: #fff;
        margin-left: 15%;
    }
    .quote-left-title {
        float: left;
        width: 100%;
    }
    .quote-left-title h6 {
        float: left;
        width: 100%;
        font-size: 14px;
    }
    .together-quote-left p {
        float: left;
        width: 100%;
        font-size: 12px;
    }
    .quote-right-user {
        float: left;
        width: 15%;
        position: absolute;
        bottom: 1.5rem;
        left: 15%;
    }
    .quote-right-user img {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .together-quote-right {
        float: right;
        min-width: 30%;
        max-width: 70%;
        padding: 2%;
        background-color: #E6E6E6;
        border: 1px solid #E6E6E6;
        border-top-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        color: #000;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .quote-right-title {
        float: left;
        width: 100%;
    }
    .quote-right-title h6 {
        float: left;
        width: 100%;
        font-size: 14px;
    }
    .together-quote-right p {
        font-size: 12px;
    }
    .footer {
        height: 40px;
        padding: 14px 0;
    }
    .box-footer h6 {
        font-size: 9px;
        line-height: 1;
    }
    /* Style Request A Quote */
    .box-formulir-one .close,
    .box-formulir-demo .close {
        font-size: 2.5rem;
        font-weight: 300;
        right: 5px !important;
    }
    .box-formulir-one .close p,
    .box-formulir-demo .close p,
    #sidebar p {
        font-size: 8px !important;
        line-height: 10px !important;
        display: block;
    }
    .box-formulir-one .modal-dialog,
    .box-formulir-demo .modal-dialog {
        width: 100%;
        max-width: 340px;
    }
    .box-formulir-one .modal-title {
        margin: 40px 0 10px 0;
        font-size: 22px;
        line-height: 29px;
    }
    .box-formulir-one .modal-header .close {
        bottom: 7rem;
    }
    .box-formulir-one .modal-header p {
        font-size: 12px;
        line-height: 16px;
    }
    .box-formulir-one .modal-body {
        padding: 15px;
    }
    .modal-body .form-group-custom {
        width: 75% !important;
    }
    .form-group-custom .custom-control-inline {
        width: 70%;
    }
    /* Email Tempalte Start */
    .mail-box {
        background-color: #fff;
        color: #000;
    }
    .main-container {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 10%;
        margin-bottom: 10%;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .header-container {
        float: left;
        width: 100%;
        padding: 1rem;
        margin-bottom: 2rem;
        background-color: #EFEFEF;
        border: 1px solid #DBDBDB;
    }
    .header-container h3 {
        float: left;
        width: 60%;
        margin-bottom: 0;
        padding: .5rem;
        font-size: 20px;
    }
    .header-container p {
        float: left;
        width: 40%;
        margin-bottom: 0;
        padding: .5rem;
        font-size: 13px;
    }
    .content-container {
        float: left;
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
        margin-bottom: 2rem;
    }
    .content-container h4 {
        float: left;
        width: 100%;
        font-size: 18px;
    }
    .content-list0 {
        float: left;
        width: 100%;
        background-color: #EFEFEF;
        border: 1px solid #DBDBDB;
    }
    .content-list0 p {
        float: left;
        width: 40%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .content-list0 h6 {
        float: left;
        width: 60%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .content-list1 {
        float: left;
        width: 100%;
        background-color: #DBDBDB;
        border: 1px solid #DBDBDB;
    }
    .content-list1 p {
        float: left;
        width: 40%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .content-list1 h6 {
        float: left;
        width: 60%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .footer-container {
        float: left;
        width: 100%;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .footer-container p {
        float: left;
        width: 80%;
        margin-left: 20%;
        padding: .5rem;
        margin-bottom: 0;
        text-align: right;
        font-size: 12px;
    }
    .footer-container h6 {
        float: left;
        width: 80%;
        padding: .5rem;
        margin-bottom: 0;
        margin-top: .3rem;
        font-size: 13px;
        margin-left: 20%;
        text-align: right;
    }
    /* Email Tempalte End */
    /* ERP Style Start */
    .erp-banner,
    .banner-back,
    .banner-shadows,
    .banner-back-right,
    .box-banner-content {
        height: 100%;
        min-height: 568px;
    }
    .banner-content-table {
        float: left;
    }
    .box-banner-content {
        float: left;
        width: 90%;
        left: 5%;
    }
    .banner-content {
        padding: 40px 30px 0;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .banner-content-description {
        float: left;
        width: 100%;
        margin: 30px 0 100px;
    }
    .banner-content-image {
        float: left;
        width: 100%;
        margin: 0;
    }
    .box-content-description {
        float: left;
        width: 100%;
    }
    .erp-feature-description {
        width: 95%;
        margin: 0 2.5%;
    }
    .erp-feature-title .title-sparator,
    .erp-module-title .title-sparator {
        height: 13px;
        margin: 4.5px 5px 4.5px 0;
        border: 1.5px solid #E97511;
    }
    .erp-feature-title h2,
    .erp-module-title h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .banner-content-description h2 {
        font-size: 24px;
        line-height: 31px;
        text-align: center;
    }
    .banner-content-description p {
        font-size: 11px;
        line-height: 18px;
        text-align: center;
    }
    .box-btn-demo {
        display: block;
    }
    .box-formulir-demo .modal-title {
        margin: 40px 0 10px 0;
        font-size: 22px;
        line-height: 29px;
    }
    .box-formulir-demo .modal-body {
        padding: 15px;
    }
    .box-formulir-demo.modal-header .close {
        bottom: 7rem;
    }
    .box-formulir-demo .modal-footer {
        padding: 0 0;
    }
    .box-formulir-demo .modal-header p {
        font-size: 12px;
        line-height: 16px;
    }
    .box-content-description img {
        width: 100%;
    }
    .erp-content-title {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .content-title-image {
        float: left;
        width: 40px;
        height: 40px;
    }
    .content-title-image img {
        width: 25px;
    }
    .content-title-label p {
        font-size: 12px;
        line-height: 16px;
    }
    .description-content {
        width: 100%;
        padding: 15px 0;
    }
    .box-description-content {
        margin: 0;
    }
    .background-key-feature {
        top: 120px;
        height: 50px;
    }
    .content-title-label {
        margin-left: 15px;
        padding: 12px 0;
    }
    .content-description p {
        font-size: 10px;
        line-height: 13px;
    }
    .box-feature-module-container {
        width: 50%;
        padding: 0 12.5px;
        margin: 12.5px 0;
    }
    .box-background-module,
    .background-key-gradient {
        min-height: 100%;
    }
    .background-key-gradient {
        top: 150px;
    }
    .erp-description-detail {
        display: block;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .description-detail-content {
        display: none !important;
    }
    .erp-description-detail-mobile .modal-body {
        font-size: 14px;
        line-height: 1.5;
    }
    .erp-description-detail-mobile {
        display: block;
    }
    .box-feature-table {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .box-feature-module {
        display: none !important;
    }
    .box-feature-module-mobile {
        display: block;
        min-height: 180px;
    }
    .box-feature-module-mobile p {
        font-size: 14px;
        line-height: 18px;
        bottom: 20px;
    }
    .box-erp-description {
        width: 109%;
        margin: 30px 0 30px -4.5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-module-list {
        height: 10px;
    }
    .erp-galery-project {
        width: 90%;
        margin: 0 5%;
    }
    .box-erp-galery-project {
        display: none;
    }
    .box-erp-galery-mobile {
        display: block;
        margin: 0;
    }
    .box-erp-galery-mobile .prevArrowBtn,
    .box-erp-galery-mobile .nextArrowBtn {
        width: 32px;
        height: 32px;
        padding: 5px;
    }
    .box-erp-galery-mobile .prevArrowBtn {
        left: -15px;
    }
    .box-erp-galery-mobile .nextArrowBtn {
        right: -15px;
    }
    .box-erp-galery-mobile .prevArrowBtn img,
    .box-erp-galery-mobile .nextArrowBtn img {
        width: 10px;
        height: 13px;
    }
    .box-erp-galery-mobile .prevArrowBtn img {
        margin: 0 3px 3px 0;
    }
    .box-erp-galery-mobile .nextArrowBtn img {
        margin: 0 0 3px 2px;
    }
    /* ---------------- */
    .contact-us-table h3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
    }
    .box-erp-contact-us {
        width: 90%;
        margin: 50px 5% 100px;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .contact-us-detail-right img {
        width: 100%;
    }
    .contact-us-detail-left {
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }
    .contact-us-table .btn-warning {
        width: 40%;
        padding: 0;
        height: 37px;
        font-size: 10px;
    }
    .contact-us-table p {
        font-size: 12px;
        padding: 13px 10px;
    }
    .contact-media {
        max-width: 37px;
        min-width: 37px;
        height: 37px;
    }
    .contact-media .fa-contact {
        font-size: 18px;
        top: 6px;
        left: 7px;
    }
    /* ERP Style End */
    /* @media screen and (min-width: 569px) and (max-width: 767px) {} */
}

@media screen and (min-width: 569px) and (max-width: 767px) {
    /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
        display: flex !important;
        justify-content: right !important;
        margin-right: .5rem !important;
    }
    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
        margin-right: 30px;
    }
    #sidebar {
        width: 40%;
        max-width: 228px;
    }
    #sidebar.active {
        right: 0;
        /* transform: rotateY(100deg); */
    }
    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #dismiss:hover {
        background: #fff;
        color: #000;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        display: block;
        opacity: 1;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #121212;
        padding-left: 50px;
    }
    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #fff;
        margin-top: 3rem;
    }
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    #sidebar ul li a {
        padding: 5px;
    }
    #sidebar ul li a:hover {
        color: #fff;
        background: #000;
    }
    #sidebar ul li.active>a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #000;
    }
    a[data-toggle="collapse"] {
        position: relative;
    }
    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #EFEFEF;
        color: #000;
    }
    /* New Header Style */
    .box-header .logo {
        float: left;
        margin-left: 2rem;
    }
    .box-header .logo img {
        width: 140px;
    }
    .box-togle {
        top: 14px;
        right: 1.5rem;
    }
    .box-togle a {
        display: none;
    }
    .box-header {
        height: 0px;
    }
    .box-togle .btn-primary {
        width: 130px;
        height: 35px;
        font-size: 12px;
        line-height: 23px;
        margin-right: 0rem;
    }
    /* Style Sidebar End */
    #content {
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
        right: 0;
        float: left;
    }
    /* Content Parallax */
    #parallax {
        display: none !important;
    }
    #nonparallax {
        display: block !important;
        position: relative;
        width: 100%;
        height: 100vh;
    }
    #nonparallax .nonparallax-phone {
        display: block;
    }
    .nonparallax-text {
        position: absolute;
        width: 100%;
    }
    .nonparallax-text h1 {
        font-size: 36px;
        line-height: 49px;
    }
    .box-btn-request {
        display: block;
    }
    .box-nonparallax,
    .box-nonparallax .nonparallax-phone {
        display: block;
    }
    .box-nonparallax .nonparallax-phone {
        height: 100vh;
        min-height: 767px;
    }
    .box-formulir-one .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .learn-more-icon img {
        width: 3%;
    }
    .box-formulir-one .modal-header .close {
        bottom: 7rem;
    }
    /* End Parallax */
    #section1-home {
        display: block;
    }
    .box-image-logo h5 {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .box-image-logo {
        margin: 0 10% 50px;
    }
    .image-logo-client {
        float: left;
        width: 33.3%;
    }
    .image-logo-client img {
        width: 80%;
        margin-left: 10%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-right: 10%;
    }
    .box-our-service h2 {
        font-size: 30px;
        line-height: 1;
    }
    .feature-container .box-accent {
        position: absolute;
        top: 0;
    }
    .box-feature-title {
        background-color: #ffffff;
        padding: 15px 0 50px;
        margin: 50px 0 0;
    }
    .box-feature-container {
        top: 0;
    }
    .box-feature-container-description {
        display: none;
    }
    .box-feature-point {
        display: none;
    }
    .feature-container-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .box-feature-point-mobile {
        display: block;
    }
    .box-feature-point-mobile {
        width: 33.3%;
        padding: 25px;
    }
    .feature-info h6 {
        font-size: 16px;
        line-height: 29px;
    }
    .feature-point-container {
        display: grid;
        justify-content: center;
    }
    .box-feature-title h3 {
        color: #000;
        font-size: 18px;
    }
    .feature-content {
        border: none;
        background-color: transparent;
        padding: 0 0 50px;
    }
    .feature-content-view {
        display: none !important;
    }
    .feature-content-view-mobile {
        display: block;
        visibility: visible;
    }
    .feature-content h4 {
        font-size: 25px;
    }
    .feature-content p {
        font-size: 15px;
    }
    .service-container {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    .box-service {
        width: 50%;
        height: auto;
    }
    .info-service h6 {
        font-size: 13px;
        line-height: 20px;
    }
    .our-product {
        margin: 30px 10% 50px;
    }
    .our-product-inner {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .box-our-product h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .our-product-inner h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .our-product-inner p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
    .box-find-more {
        display: flex;
        justify-content: center;
    }
    .box-find-more .btn-light {
        font-size: 12px;
        line-height: 21px;
        margin: 35px 0 0;
    }
    .box-product-description {
        width: 100%;
        text-align: center;
    }
    .box-product-image {
        padding: 0;
        margin: 0 0 25px;
    }
    .box-project-container {
        margin: 50px 10%;
        text-align: center;
    }
    .box-project-container h2 {
        width: 100%;
        display: unset;
        vertical-align: unset;
        font-size: 24px;
        line-height: 1.3px;
    }
    .project-management-flow {
        padding: 0;
        margin: 50px 0 0;
    }
    .project-management-flow .desktop {
        display: none;
    }
    .project-management-flow .mobile {
        display: block;
    }
    .project-management-description p {
        float: left;
        color: #fff;
        font-size: 12px;
        width: 100%;
    }
    .stack-image {
        width: 25%;
    }
    .stack-container {
        width: 86%;
        margin: 30px 7%;
    }
    .stack-image img {
        float: left;
        width: 80%;
        margin-left: 10%;
    }
    .box-technology-stack h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .box-middle-object {
        width: 100%;
        height: 190px;
        display: flex;
        justify-content: center;
    }
    .box-address-container {
        margin: 50px 10%;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .address-content {
        float: left;
        width: 100%;
        display: flex;
    }
    .box-address h2 {
        float: left;
        font-size: 18px;
        width: 40%;
        text-align: center;
    }
    .box-address p {
        float: left;
        width: 60%;
        font-size: 14px;
        line-height: 1.8;
    }
    .team-image-back img,
    .team-image-canvas,
    .desc-middle {
        height: 400px;
    }
    .our-team-desc {
        width: 60%;
    }
    .desc-middle h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }
    .desc-middle p {
        font-size: 16px;
        line-height: 31px;
    }
    .progres-together-container {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    .progres-together-container .btn-info {
        color: #4076C6;
        background-color: #fff;
        border-color: #4076C6;
        width: 50%;
        border-radius: 2rem;
        margin-left: 25%;
    }
    .progres-together-container .btn-info:not(:disabled):not(.disabled).active,
    .progres-together-container .btn-info:not(:disabled):not(.disabled):active,
    .progres-together-container .show>.btn-info.dropdown-toggle {
        color: #4076C6;
        background-color: #fff;
        border-color: #4076C6;
    }
    .progres-together-container .btn-info:not(:disabled):not(.disabled).active:focus,
    .progres-together-container .btn-info:not(:disabled):not(.disabled):active:focus,
    .progres-together-container .show>.btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem #4076C6;
        ;
    }
    .progres-together-container .btn-info.focus,
    .progres-together-container .btn-info:focus {
        box-shadow: 0 0 0 .2rem #4076C6;
    }
    .progres-together-start {
        float: left;
        width: 70%;
        margin-top: 1rem;
        margin-left: 15%;
        margin-bottom: 2rem;
    }
    .progres-together-container h2 {
        float: left;
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-bottom: 3rem;
    }
    .progress-together-quote {
        float: left;
        width: 100%;
        padding: 2%;
    }
    .box-together-quote {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .quote-left-user {
        float: left;
        width: 10%;
        position: absolute;
        bottom: 1.5rem;
    }
    .quote-left-user img {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    .together-quote-left {
        float: left;
        min-width: 30%;
        max-width: 70%;
        padding: 3%;
        background-color: #4076C6;
        border: 1px solid #4076C6;
        border-top-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        color: #fff;
        margin-left: 10%;
    }
    .quote-left-title {
        float: left;
        width: 100%;
    }
    .quote-left-title h6 {
        float: left;
        width: 100%;
        font-size: 14px;
    }
    .together-quote-left p {
        float: left;
        width: 100%;
        font-size: 12px;
    }
    .quote-right-user {
        float: left;
        width: 10%;
        position: absolute;
        bottom: 1.5rem;
        left: 20%;
    }
    .quote-right-user img {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    .together-quote-right {
        float: right;
        min-width: 30%;
        max-width: 70%;
        padding: 2%;
        background-color: #E6E6E6;
        border: 1px solid #E6E6E6;
        border-top-right-radius: .8rem;
        border-top-left-radius: .8rem;
        border-bottom-right-radius: .8rem;
        color: #000;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .quote-right-title h6 {
        font-size: 14px;
    }
    .together-quote-right p {
        font-size: 12px;
    }
    .footer {
        height: 50px;
        padding: 18px 0;
    }
    .box-footer h6 {
        font-size: 12px;
    }
    /* Style Request A Quote */
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 700px;
    }
    .modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }
    .modal-header p {
        margin-top: 0;
        margin-bottom: 1rem;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        position: relative;
        bottom: 8rem;
    }
    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        width: 100%;
        text-align: center;
        float: left;
        font-size: 25px;
        font-weight: bold;
        margin-top: 1.5rem;
    }
    .modal-backdrop {
        position: relative;
    }
    .modal-body .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: rgba(0, 0, 0, 0.05);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .modal-body .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0.1);
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.1);
    }
    /* Email Tempalte Start */
    .mail-box {
        background-color: #fff;
        color: #000;
    }
    .main-container {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10%;
        margin-bottom: 10%;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .header-container {
        float: left;
        width: 100%;
        padding: 1rem;
        margin-bottom: 2rem;
        background-color: #EFEFEF;
        border: 1px solid #DBDBDB;
    }
    .header-container h3 {
        float: left;
        width: 60%;
        margin-bottom: 0;
        padding: .5rem;
        font-size: 25px;
    }
    .header-container p {
        float: left;
        width: 40%;
        margin-bottom: 0;
        padding: .5rem;
        font-size: 16px;
    }
    .content-container {
        float: left;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 2rem;
    }
    .content-container h4 {
        float: left;
        width: 100%;
        font-size: 20px;
    }
    .content-list0 {
        float: left;
        width: 100%;
        background-color: #EFEFEF;
        border: 1px solid #DBDBDB;
    }
    .content-list0 p {
        float: left;
        width: 40%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .content-list0 h6 {
        float: left;
        width: 60%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .content-list1 {
        float: left;
        width: 100%;
        background-color: #DBDBDB;
        border: 1px solid #DBDBDB;
    }
    .content-list1 p {
        float: left;
        width: 40%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .content-list1 h6 {
        float: left;
        width: 60%;
        padding: .5rem;
        margin-bottom: 0;
        font-size: 16px;
    }
    .footer-container {
        float: left;
        width: 100%;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .footer-container p {
        float: left;
        width: 70%;
        margin-left: 30%;
        padding: .5rem;
        margin-bottom: 0;
        text-align: right;
        font-size: 16px;
    }
    .footer-container h6 {
        float: left;
        width: 70%;
        padding: .5rem;
        margin-bottom: 0;
        margin-top: .3rem;
        font-size: 16px;
        margin-left: 30%;
        text-align: right;
    }
    /* Email Tempalte End */
    /* ERP Style Start */
    .erp-banner {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .erp-feature-title .title-sparator,
    .erp-module-title .title-sparator {
        height: 19px;
        margin: 6px 5px 6px 0;
        border: 2px solid #E97511;
    }
    .erp-feature-title h2,
    .erp-module-title h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    .banner-content {
        padding: 60px 30px 0;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .banner-content-description {
        width: 100%;
        margin: 0;
    }
    .banner-content-image {
        width: 100%;
        margin: 0;
    }
    .box-content-description {
        float: left;
        width: 90%;
        margin: 0 5%;
    }
    .banner-content-description h2 {
        font-size: 45px;
        line-height: 1;
        text-align: center;
        margin: 25px 0;
    }
    .banner-content-description p {
        font-size: 16px;
        text-align: center;
    }
    .box-btn-demo {
        display: block;
    }
    .box-formulir-demo .modal-dialog {
        width: 100%;
    }
    .content-title-label p {
        font-size: 20px;
        line-height: 62px;
    }
    .erp-feature-description {
        width: 100%;
        margin: 0;
    }
    .description-content {
        width: 100%;
        padding: 15px 0;
    }
    .content-description p {
        font-size: 16px;
        line-height: 30px;
    }
    .box-feature-module-container {
        width: 50%;
        padding: 0 15px;
        margin: 15px 0;
    }
    .erp-module-title {
        float: left;
        width: 100%;
        margin-top: 0rem;
        margin-bottom: -1rem;
    }
    .box-background-module,
    .background-key-gradient {
        min-height: 1180px;
    }
    .background-key-gradient {
        top: 10rem;
    }
    .erp-description-detail {
        display: block;
        background: transparent;
        box-shadow: none;
    }
    .box-erp-description {
        width: 106%;
        margin: 30px 0 30px -3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-feature-table {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .box-feature-module {
        display: none !important;
    }
    .box-feature-module-mobile {
        display: block;
        min-height: 250px;
    }
    .box-feature-module-mobile p {
        font-size: 20px;
        line-height: 1.3;
    }
    .description-detail-content {
        display: none !important;
    }
    .erp-description-detail-mobile {
        display: block;
    }
    .erp-galery-project {
        width: 90%;
        margin: 0 5%;
    }
    .box-erp-galery-project {
        display: none;
    }
    .box-erp-galery-mobile {
        display: block;
    }
    /* ---------------- */
    .box-erp-contact-us {
        width: 90%;
        margin: 0 5%;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .contact-us-detail-right img {
        width: 100%;
    }
    .contact-us-detail-left {
        width: 100%;
        margin: 50px 0 100px;
    }
    .contact-us-table h3 {
        font-size: 30px;
    }
    .contact-us-table p {
        font-size: 20px;
        padding: 15px 10px;
    }
    .contact-us-table .btn-warning {
        width: 50%;
        height: 50px;
        font-size: 14px;
    }
    .contact-media .fa-contact {
        font-size: 25px;
        top: 10px;
        left: 10px;
    }
    .contact-media {
        max-width: 50px;
        min-width: 50px;
        height: 50px;
    }
    /* ERP Style End */
}

@media screen and (max-width: 480px) {
    .header {
        height: 50px;
    }
    .btn-translate,
    .btn-translate:hover,
    .btn-translate:focus,
    .btn-translate:active {
        padding: 0;
    }
    .btn-translate img {
        width: 45px;
    }
    .service-mad-container,
    .service-ux-container,
    .service-ecommerce-container,
    .service-cms-container {
        margin-top: 50px;
    }
    /* Service Page Detail Start */
    .service-banner {
        display: none;
    }
    .service-banner-phone {
        display: table;
        height: 200px;
    }
    .banner-table h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .ux-content {
        width: 80%;
        margin: 0px 10% 5rem 10%;
    }
    .ux-title h3 {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }
    .ux-title {
        margin: 3rem 0px 1rem 0px;
    }
    .ux-content .ux-ph,
    .ux-content .ux-point-bold {
        font-size: 16px;
    }
      .box-icon-inside {
        bottom: 70px;
    }
    /* Service Page Detail End */
}

@media screen and (min-width: 481px) and (max-width: 600px) {
    .header {
        height: 80px;
    }
    .service-mad-container,
    .service-ux-container,
    .service-ecommerce-container,
    .service-cms-container {
        margin-top: 78px;
    }
    /* Service Page Detail Start */
    .service-banner {
        display: none;
    }
    .service-banner-phone {
        display: table;
        height: 250px;
    }
    .banner-table h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .ux-content {
        width: 80%;
        margin: 0px 10% 5rem 10%;
    }
    .ux-title h3 {
        width: 100%;
        font-size: 26px;
        line-height: 35px;
    }
    .ux-title {
        margin: 3rem 0px 1rem 0px;
    }
    .ux-content .ux-ph,
    .ux-content .ux-point-bold {
        font-size: 18px;
    }
      .box-icon-inside {
        bottom: 70px;
    }
    /* Service Page Detail End */
}

@media screen and (min-width: 601px) and (max-width: 767px) {
    .header {
        height: 80px;
    }
    .service-mad-container,
    .service-ux-container,
    .service-ecommerce-container,
    .service-cms-container {
        margin-top: 78px;
    }
    /* Service Page Detail Start */
    .service-banner {
        display: none;
    }
    .service-banner-tablet {
        display: table;
        height: 300px;
    }
    .banner-table h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .ux-content {
        width: 80%;
        margin: 0px 10% 5rem 10%;
    }
    .ux-title h3 {
        width: 100%;
        font-size: 26px;
        line-height: 35px;
    }
    .ux-title {
        margin: 3rem 0px 1rem 0px;
    }
    .ux-content .ux-ph,
    .ux-content .ux-point-bold {
        font-size: 18px;
    }
    /* Service Page Detail End */
}