html,
body {
    font-family: DMSans-Regular;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}


/* Style Sidebar */

@font-face {
    font-family: DMSans-Bold;
    src: url(font/DMSans-Bold.ttf);
}

@font-face {
    font-family: DMSans-Medium;
    src: url(font/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMSans-Regular;
    src: url(font/DMSans-Regular.ttf);
}

@font-face {
    font-family: DMSerif-Regular;
    src: url(font/DMSerifDisplay-Regular.ttf);
}

.box-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wrapper {
    float: left;
    width: 100%;
    max-width: 2000px;
    position: relative;
}


/* Global Class */

.image-cover {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.image-contain {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}


/* Header Start */

.header {
    position: absolute;
    float: left;
    width: 100%;
    height: 120px;
    display: table;
    z-index: 99;
}

.header-table {
    display: table-cell;
    vertical-align: middle;
}

.box-header {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.box-header .logo {
    float: left;
    margin-left: 5rem;
}

.box-togle {
    position: absolute;
    right: 3rem;
    top: 35px;
    z-index: 3;
}

.box-togle .btn-light {
    border: 0;
}

.box-togle .btn-light:hover {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}

.box-togle .btn-primary {
    height: 50px;
    border: 0;
    background: #4076C6;
    border-radius: 40px;
    margin: 0 30px 0 0;
    padding: 10px 30px;
    font-family: DMSans-Bold;
    font-size: 18px;
    line-height: 23px;
}

.box-togle .btn-primary:hover {
    color: #fff;
    background-color: #4076C6;
    border-color: #4076C6;
}

.btn-togle {
    padding: 0;
    background-color: transparent;
}

.btn-togle:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.btn-togle.active.focus,
.btn-togle.active:focus,
.btn-togle.focus,
.btn-togle:active.focus,
.btn-togle:active:focus,
.btn-togle:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
    margin-right: 30px;
}

#sidebar {
    width: 20%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 10011;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

#sidebar.active {
    right: 0;
    /* transform: rotateY(100deg); */
}

#dismiss {
    width: 60px;
    height: 60px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    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;
    text-align: right;
    margin-top: 5rem;
}

#sidebar ul.components h2 {
    font-family: DMSans-bold;
    font-size: 24px;
    text-align: right;
    line-height: 31px;
    margin: 0 12px 0 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #4076C6;
}

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;
}

.nav-item .btn-primary {
    width: 238px;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    color: #fff !important;
    /* background: linear-gradient(270deg, #2BAFF9 0%, #415FE5 100%); */
    background: #4076C6;
    border-radius: 40px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    height: 100vh !important;
}

.box-icon-inside {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.box-icon-inside img {
    width: 35px;
    height: 35px;
}


/* Style Sidebar End */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    right: 0;
    float: left;
}

#section1-home {
    float: left;
    width: 100%;
}


/* Style Parallax */

.keyart,
.keyart_layer {
    height: 100vh;
    width: 100%;
}

#parallax {
    background-color: white;
}

.nonparallax-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-nonparallax {
    float: left;
    width: 100%;
    display: none;
}

.box-nonparallax .nonparallax-phone,
.box-nonparallax .nonparallax-tablet {
    float: left;
    width: 100%;
    display: none;
}

.keyart_layer h1,
.nonparallax-text h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: DMSerif-Regular;
    font-size: 50px;
    line-height: 69px;
    margin: 19vh 0 0;
}

.box-btn-request,
.box-learn-more {
    float: left;
    width: 100%;
    text-align: center;
}

.box-btn-request {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}

.box-btn-request .btn-primary {
    height: 45px;
    padding: 13px 28px;
    background: #4076C6;
    border-radius: 40px;
    font-family: DMSans-Bold;
    font-size: 14px;
    line-height: 18px;
    color: #DDDDDD;
    margin: 30px 0 20px;
}

.box-learn-more p {
    font-family: DMSans-Regular;
    font-size: 12px;
    line-height: 16px;
    color: #303030;
}

.learn-more-icon a,
.learn-more-icon a:hover,
.learn-more-icon a:focus {
    margin: 0;
    text-align: center;
}

.keyart {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
}

.keyart_layer.parallax {
    position: fixed;
}

.keyart_layer {
    width: 100%;
    height: 100vh;
}

.keyart_layer .img-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
    object-position: top;
}

#nonparallax {
    display: none;
    width: 100%;
}

#nonparallax .nonparallax-phone,
#nonparallax .nonparallax-tablet {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}


/* Style Parallax End */

#section2-home {
    float: left;
    width: 100%;
    background-color: #121212;
    color: #fff;
}

.box-image-logo h5 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 15px;
}

.box-container {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 90;
    background-color: #121212;
}

.box-image-logo {
    float: left;
    width: 80%;
    margin: 100px 10%;
}

.image-logo-client {
    float: left;
    width: 25%;
}

.image-logo-client img {
    width: 60%;
    margin-left: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 20%;
}

.box-our-service {
    float: left;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding-bottom: 50px;
}

.box-our-service h2 {
    float: left;
    width: 100%;
    margin: 25px 0;
    font-family: DMSans-Bold;
    text-align: center;
    font-size: 62px;
    line-height: 1;
}

.box-accent {
    float: left;
    width: 100%;
}

.box-accent img {
    float: left;
    width: 100%;
}

.box-feature-container {
    float: left;
    width: 80%;
    margin: 0 10% 30px;
    position: relative;
    top: -170px;
    color: #000;
}

.feature-container-inner {
    float: left;
    width: 106.5%;
    margin: 0 0 0 -3%;
}

.box-feature-container-description {
    float: left;
    width: 80%;
    margin-left: 10%;
    position: relative;
    top: -120px;
    color: #000;
    margin-bottom: 2rem;
}

.box-feature-point,
.box-feature-point-mobile {
    float: left;
    width: 16.6%;
    padding: 25px 47.5px;
}

.box-feature-point-mobile {
    display: none;
}

.feature-content-view-mobile .modal-header {
    padding: 1rem 1rem 0;
}

.feature-content-view-mobile .modal-body {
    font-family: DMSans-Regular;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 1rem 1rem;
}

.feature-info {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.feature-info h6 {
    font-family: DMSans-Medium;
    font-size: 22px;
    line-height: 29px;
    float: left;
    width: 100%;
    text-align: center;
}

.box-feature-container .feature-point {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    cursor: pointer;
}

.box-feature-container .feature-point:hover {
    background-color: #EFEFEF;
}

.box-feature-container .feature-point img {
    float: left;
    width: 50%;
    margin: 25%;
}

.box-feature {
    float: left;
    width: 100%;
    background: #ffffff;
}

.feature-container {
    float: left;
    width: 100%;
    position: relative;
}

.box-feature-title {
    float: left;
    width: 100%;
    background-color: #121212;
    padding: 15px 0 80px;
}

.box-feature-title h3 {
    font-family: DMSans-Medium;
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    text-align: center;
}

.feature-content {
    float: left;
    width: 100%;
    color: #000;
    border: 1px solid #DBDBDB;
    border-radius: 25px;
    background-color: #EFEFEF;
    padding: 56px 33px 46px;
}

.feature-content-view {
    position: relative;
    display: none;
}

.feature-content-view img {
    position: absolute;
    top: -74px;
}


/* ===================================== */

.feature-view-1 img {
    left: 1%;
}

.feature-view-2 img {
    left: 20%;
}

.feature-view-3 img {
    left: 38%;
}

.feature-view-4 img {
    left: 57%;
}

.feature-view-5 img {
    left: 75%;
}

.feature-view-6 img {
    left: 94%;
}


/* ======================================== */

.feature-content-view-mobile {
    display: none;
    visibility: hidden;
}

.modal-header {
    border-bottom: none !important;
}

.feature-content-view-mobile .modal-header .close {
    bottom: 0;
}

.feature-content-view-mobile .modal-dialog {
    width: 80%;
}

.feature-content h4 {
    font-size: 25px;
    font-family: DMSans-Regular
}

.feature-content p {
    font-family: DMSans-Regular;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.box-feature .box-accent2 {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.box-feature .box-accent2 img {
    float: left;
    width: 100%;
}

.service-container {
    float: left;
    width: 80%;
    margin: 40px 10% 50px;
}

.service-container-inner {
    float: left;
    width: 108%;
    margin: 0 0 0 -4%;
}

.box-service {
    float: left;
    width: 25%;
    margin: 0 0 25px 0;
}

.box-image-container {
    float: left;
    width: 50%;
    margin: 0 25%;
    position: relative;
    display: flex;
    justify-content: center;
}

.box-image-container .img-content {
    position: absolute;
    width: 65%;
    top: 60px;
}

.info-service {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.info-service h6 {
    float: left;
    width: 80%;
    font-family: DMSans-Bold;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

.box-our-product {
    float: left;
    width: 100%;
    background-color: #121212;
    color: #fff;
}

.box-our-product h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 62px;
    line-height: 81px;
    font-family: DMSans-Regular
}

.our-product {
    float: left;
    width: 80%;
    margin: 30px 10% 105px;
}

.our-product-inner {
    float: left;
    width: 100%;
    display: table;
}

.our-product-inner h3 {
    font-family: DMSans-Medium;
    font-size: 34px;
    line-height: 44px;
    margin: 20px 0;
}

.our-product-inner p {
    font-family: DMSans-Regular;
    font-size: 18px;
    line-height: 23px;
    margin: 15px 0;
    width: 90%;
}

.product-description {
    float: left;
    width: 40%;
    display: table;
}

.box-product-description {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}

.product-description h3 {
    font-size: 34px;
    line-height: 44px;
    font-family: DMSans-Regular
}

.product-description p {
    font-size: 18px;
    line-height: 23px;
}

.box-find-more {
    margin: 30px 0;
}

.box-find-more .btn-light {
    font-family: DMSans-Bold;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding: 0.8rem 15px;
    border-radius: 0;
}

.product-image {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.box-product-image {
    float: left;
    width: 100%;
    padding: 0 0 0 80px;
}

.box-product-image img {
    float: left;
    width: 100%;
}

.box-project-management {
    float: left;
    width: 100%;
    background-color: #121212;
}

.box-project-container {
    float: left;
    width: 80%;
    margin: 94px 10%;
    display: table;
}

.box-project-container h2 {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    font-family: DMSans-Bold;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #FFFFFF;
}

.project-management-flow {
    float: left;
    width: 100%;
    padding: 0 0 0 100px;
    display: flex;
    justify-content: center;
}

.box-flow {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.project-management-flow .desktop,
.project-management-flow .mobile {
    float: left;
    width: 100%;
}

.project-management-flow .mobile {
    display: none;
}

.project-management-description {
    float: left;
    width: 40%;
    display: table;
}

.project-management-description .box-title {
    display: table-cell;
    vertical-align: middle;
}

.project-management-description .box-title h2 {
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    font-family: DMSans-Regular
}

.project-management-description p {
    float: left;
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: DMSans-Regular
}

.box-technology-stack {
    float: left;
    width: 100%;
    background-color: white;
    min-height: 300px;
    color: #000;
}

.stack-container {
    float: left;
    width: 80%;
    margin: 30px 10%;
    display: flex;
    flex-wrap: wrap;
}

.stack-image {
    float: left;
    width: 12.5%;
    height: 100px;
}

.stack-image img {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.box-technology-stack h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 62px;
    line-height: 81px;
    font-family: DMSans-Bold;
    margin: 25px 0;
}

.box-address {
    float: left;
    width: 100%;
    background-color: #121212;
    color: #fff;
}

.box-address-container {
    float: left;
    width: 80%;
    margin: 60px 10%;
    display: table;
}

.box-address-content {
    float: left;
    width: 30%;
    margin-left: 10%;
}

.address-content {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.address-desc {
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
}

.address-desc .address-img {
    float: left;
    width: 5%;
    max-width: 24px;
}

.address-desc .address-img img {
    width: 100%;
}

.address-detail {
    float: left;
    width: 95%;
}

.address-content h2 {
    font-family: DMSans-Bold;
    font-size: 62px;
    line-height: 81px;
    margin: 0 0 15px 0;
}

.address-content p {
    font-family: DMSans-Regular;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 0 15px;
}

.box-address-map {
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.box-address-img {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-address-img img {
    float: left;
    width: 100%;
    margin: 0 0 0 2.4%;
}

.box-our-team {
    float: left;
    width: 100%;
}

.box-our-team-container {
    position: relative;
    float: left;
    width: 100%;
}

.team-image-back {
    float: left;
    width: 100%;
}

.team-image-back img {
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.team-image-back img,
.team-image-canvas,
.desc-middle {
    height: 682px;
}

.team-image-canvas {
    position: absolute;
    width: 100%;
    background-color: rgba(64, 118, 198, 0.8);
}

.our-team-desc {
    position: absolute;
    width: 30%;
    left: 10%;
    color: #fff;
    display: table;
}

.desc-middle {
    display: table-cell;
    vertical-align: middle;
}

.desc-middle .color {
    float: left;
    background-color: #E9AC11;
    font-family: DMSans-Regular;
    font-size: 24px;
    line-height: 1;
    padding: 5px 20px;
}

.desc-middle h4 {
    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 62px;
    font-family: DMSans-Bold;
    margin: 0 0 30px;
}

.desc-middle p {
    float: left;
    font-family: DMSans-Regular;
    font-size: 24px;
    line-height: 1;
    padding: 5px 0;
}

.content-map {
    position: absolute;
    transform: translate(0px, 24%);
    width: 74%;
    height: 73%;
}

.box-progress-together {
    display: none;
    float: left;
    width: 100%;
    background-color: white;
    color: #000;
}

.progres-together-container {
    float: left;
    width: 80%;
    margin-left: 10%;
}

.progres-together-container .btn-info {
    color: #fff;
    background-color: #4076C6;
    border-color: #4076C6;
    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: #fff;
    background-color: #4076C6;
    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: 30%;
}

.progres-together-container h2 {
    float: left;
    width: 100%;
    font-size: 48px;
    margin-bottom: 2rem;
    font-family: DMSans-Regular
}

.progress-together-quote {
    float: left;
    width: 70%;
    padding: 13px;
}

.box-word-ceremony {
    float: left;
    width: 90%;
    margin-left: 5%;
}

.box-ceremony-content {
    float: left;
    width: 100%;
    position: relative;
}

.box-together-quote-1 {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
}

.box-together-quote-2 {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.box-together-quote-3 {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 3rem;
}

.box-together-quote-4 {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.box-together-quote-5 {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 2rem;
    right: 4rem;
}

.together-quote-left-1 {
    float: left;
    width: 300px;
    color: #000;
    margin-left: 10%;
    padding: 13px;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 15px 15px 15px 0px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.together-quote-right-2 {
    float: right;
    width: 500px;
    color: #fff;
    margin-left: 5rem;
    padding: 13px;
    background-color: #4076C6;
    border: 1px solid #4076C6;
    border-radius: 15px 15px 15px 0px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.together-quote-right-3 {
    float: right;
    width: 250px;
    color: #fff;
    margin-left: 5rem;
    padding: 13px;
    background-color: #E9AC11;
    border: 1px solid #E9AC11;
    border-radius: 15px 15px 15px 0px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.together-quote-right-4 {
    float: right;
    width: 350px;
    color: #fff;
    margin-left: 10rem;
    padding: 13px;
    background-color: #E9AC11;
    border: 1px solid #E9AC11;
    border-radius: 15px 15px 15px 0px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.together-quote-right-5 {
    float: right;
    width: 250px;
    color: #000;
    margin-left: 5rem;
    padding: 13px;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 15px 15px 15px 0px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.quote-left-user-1 {
    float: left;
    width: 40px;
    position: absolute;
    bottom: 1.5rem;
    left: 22rem;
}

.quote-right-user-2 {
    float: left;
    width: 10%;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
}

.quote-right-user-4 {
    float: left;
    width: 40px;
    position: absolute;
    bottom: 1.5rem;
    left: 6.3rem;
}

.quote-right-user-3 {
    float: left;
    width: 50px;
    position: absolute;
    bottom: 1.5rem;
    right: 270px;
}

.quote-right-user-5 {
    float: left;
    width: 50px;
    position: absolute;
    bottom: 1.5rem;
    right: 270px;
}

.together-quote-left-1 .title,
.together-quote-right-2 .title,
.together-quote-right-3 .title,
.together-quote-right-4 .title,
.together-quote-right-5 .title {
    float: left;
    width: auto;
    font-size: 12px;
    margin-bottom: 0;
}

.together-quote-left-1 p,
.together-quote-right-2 p,
.together-quote-right-3 p,
.together-quote-right-4 p,
.together-quote-right-5 p {
    font-size: 13px;
    margin-bottom: 0;
    font-family: DMSans-Regular
}

.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: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.quote-left-title {
    float: left;
    width: 100%;
}

.quote-left-title h6 {
    float: left;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    font-family: DMSans-Regular
}

.together-quote-left .title {
    float: left;
    width: auto;
    font-size: 12px;
}

.together-quote-left p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: DMSans-Regular
}

.quote-right-user {
    float: left;
    width: 10%;
    position: absolute;
    bottom: 1.5rem;
    left: 20%;
}

.quote-right-title {
    float: left;
    width: 100%;
}

.quote-right-title h6 {
    float: left;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    font-family: DMSans-Regular
}

.together-quote-right .title {
    font-size: 12px;
}

.together-quote-right p {
    font-size: 15px;
    font-family: DMSans-Regular
}

.footer {
    float: left;
    width: 100%;
    height: 73px;
    color: #fff;
    background-color: #0D0D0D;
    padding: 28px 0;
}

.box-footer {
    float: left;
    width: 100%;
}

.box-footer h6 {
    font-family: DMSans-Regular;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}


/* Style Request A Quote */

.box-formulir-one .modal-dialog,
.box-formulir-demo .modal-dialog {
    margin: 1.75rem auto;
    max-width: 605px;
}

.modal-header {
    position: relative;
    display: block;
    padding: 32px 32px 0;
}

.box-formulir-one .close,
.box-formulir-demo .close {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    bottom: unset !important;
    position: absolute !important;
    top: 8px !important;
    right: 15px !important;
    font-size: 3rem;
    font-weight: 300;
}

.box-formulir-one .close p,
.box-formulir-demo .close p,
#sidebar p {
    font-family: DMSans-Bold;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0.03em;
    color: #000000;
}

.modal-header p {
    float: left;
    width: 100%;
    font-family: DMSans-Regular;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: relative;
    bottom: 8rem;
}

.modal-title {
    float: left;
    width: 100%;
    margin: 22px 0 10px 0;
    font-family: DMsans-Bold;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}

.modal-backdrop {
    position: relative;
}

.modal-body .form-control {
    width: 100%;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: DMSans-Regular;
    color: #737373;
    font-size: 14px;
    line-height: 17px;
}

.modal-body .form-group p,
.modal-body .form-group .custom-control-label {
    font-family: DMSans-Medium;
    font-size: 14px;
    line-height: 17px;
    color: #495057;
    margin: 10px 0;
}

.modal-body .form-group .custom-control-label::before,
.modal-body .form-group .custom-control-label::after {
    top: 10px;
}

.box-formulir-one .modal-body {
    padding: 10px 32px 32px;
}

.modal-body .form-group-custom {
    float: left;
    width: 60% !important;
    margin: 0 0 30px;
}

.form-group-custom .option-label {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-family: DMSans-Medium;
    font-size: 16px;
    line-height: 19px;
    color: #313131;
}

.form-group-custom .custom-control-inline {
    float: left;
    width: 50%;
    margin: 0 !important;
}

.form-group-custom .custom-control-label {
    font-family: DMSans-Regular;
    font-size: 14px;
    line-height: 17px;
    color: #313131;
}

.form-group-custom .form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #313131 !important;
    border-radius: 0 !important;
    transition: none !important;
    line-height: 1 !important;
    padding: 0 .375rem 5px !important;
    min-height: auto !important;
    font-family: DMSans-Medium;
    font-size: 16px;
}

.modal-body .form-group-custom .form-control:focus {
    box-shadow: none !important;
}

.modal-body .form-control::placeholder {
    font-family: DMSans-Regular;
    font-size: 14px;
    line-height: 17px;
}

.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);
}

.box-formulir-one .modal-footer {
    padding: 0;
}

.box-formulir-one .btn-primary {
    width: 100%;
    height: 50px;
    background: #4076C6;
    border-radius: 10px;
    font-family: DMSans-Bold;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0;
}


/* Email Tempalte Start */

.mail-box {
    background-color: #fff;
    color: #000;
}

.main-container {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    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: 30px;
}

.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: 25px;
}

.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: 30%;
    margin-left: 40%;
    padding: .5rem;
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
}

.footer-container h6 {
    float: left;
    width: 30%;
    padding: .5rem;
    margin-bottom: 0;
    margin-top: .3rem;
    font-size: 16px;
}


/* Email Tempalte End */


/* ERP Style Start */

.erp-container {
    float: left;
    width: 100%;
}

.box-erp {
    float: left;
    width: 100%;
}

.erp-banner,
.banner-back,
.banner-shadows,
.banner-back-right,
.box-banner-content {
    height: 100%;
    min-height: 1000px;
}

.erp-banner {
    position: relative;
    width: 100%;
}

.erp-banner-inner {
    position: inherit;
    float: left;
    width: 100%;
}

.banner-back {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, #415FE5 -8.22%, #2BAFF9 54.7%);
}

.banner-shadows {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.banner-back-right {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 50%;
}

.box-banner-content {
    padding: 15vh 0 0;
}

.box-banner-content {
    position: relative;
    z-index: 4;
    bottom: 0;
    width: 80%;
    left: 10%;
    display: flex;
    justify-content: center;
}

.banner-content-table {
    position: inherit;
    width: 100%;
    background: linear-gradient(176.06deg, #E9AC11 -30.48%, #E97511 188.4%);
    box-shadow: 0px -11px 39px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.banner-content {
    display: table;
    width: 100%;
    padding: 100px 60px 0;
}

.banner-content-description,
.banner-content-image {
    margin-top: -10rem;
}

.box-content-description {
    width: 90%;
    color: #fff;
}

.box-content-description img {
    width: 100%;
}

.banner-content-description {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.erp-feature-title h2,
.erp-module-title h2 {
    font-size: 62px;
    line-height: 68px;
}

.banner-content-description h2 {
    font-family: DMSans-Bold;
    font-size: 52px;
    line-height: 68px;
    margin: 0 0 30px 0;
}

.banner-content-description p {
    font-family: DMSans-Regular;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

.banner-content-image {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.erp-banner-inner .banner-bottom {
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: -3px;
    display: block !important;
}

.banner-bottom img {
    width: 100%;
}

.box-btn-demo {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
}

.box-btn-demo .btn-primary {
    height: 45px;
    padding: 12px 20px;
    background: #4076C6;
    border-radius: 40px;
    font-family: DMSans-Bold;
    font-size: 14px;
    line-height: 18px;
    color: #DDDDDD;
    margin: 30px 0;
}

.box-formulir-demo .btn-primary {
    width: 100%;
    height: 50px;
    background: #E97511;
    border-radius: 10px;
    font-family: DMSans-Bold;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    border-color: rgb(233, 117, 17);
    margin: 0;
}

.box-formulir-demo .btn-primary.focus,
.box-formulir-demo .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(233, 117, 17);
    border-color: rgb(233, 117, 17);
}

.box-formulir-demo .modal-body {
    padding: 30px;
}

.box-formulir-demo .modal-footer {
    padding: 30px 0 0;
}

.box-request-demo {
    float: left;
    width: 100%;
}

.box-request-demo p {
    font-family: DMSans-Medium;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
}

.box-request-demo img {
    width: 5% !important;
}

.box-formulir-demo .modal-header {
    border-bottom: none;
}

.erp-feature {
    float: left;
    width: 100%;
}

.erp-feature-container {
    float: left;
    width: 90%;
    margin: 30px 5%;
}

.box-erp-feature {
    float: left;
    width: 100%;
}

.erp-feature-title {
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0;
}

.erp-feature-title .title-sparator,
.erp-module-title .title-sparator {
    float: left;
    height: 44px;
    margin: 18px 10px 18px 0;
    border: 5px solid #E97511;
}

.erp-feature-title h2 {
    font-family: DMSans-Bold;
    line-height: 81px;
    color: #121212;
    margin: 0;
}

.erp-feature-description {
    float: left;
    width: 104%;
    margin: 0 0 0 -2%;
    display: flex;
    flex-wrap: wrap;
}

.description-content {
    float: left;
    width: 33.3%;
    padding: 22px 40px;
}

.box-description-content {
    float: left;
    width: 100%;
}

.erp-content-title {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    white-space: nowrap;
}

.content-title-image {
    float: left;
    width: 20%;
    max-width: 60px;
    height: 60px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1), 0px -1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.content-title-image img {
    position: relative;
    left: -7px;
}

.content-title-label {
    float: left;
    width: 60%;
    color: #E97511;
    padding: 15px 0 15px 20px;
}

.content-title-label p {
    font-family: DMSans-Regular;
    font-size: 22px;
    line-height: 29px;
}

.content-description {
    float: left;
}

.content-description p {
    font-family: DMSans-Regular;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}

.erp-module-container {
    float: left;
    width: 100%;
}

.box-background-module,
.background-key-gradient {
    min-height: 550px;
}

.box-background-module {
    position: relative;
    float: left;
    width: 100%;
}

.background-key-feature {
    position: absolute;
    top: 8rem;
    z-index: 2;
    width: 100%;
    height: 9vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.background-key-gradient {
    position: absolute;
    top: 11rem;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, #F9EAC3 10.68%, rgba(249, 234, 195, 0) 100%);
}

.box-erp-module {
    float: left;
    width: 90%;
    margin: 0 5%;
    position: relative;
    z-index: 3;
}

.erp-module-title {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.erp-module-title h2 {
    font-family: DMSans-Bold;
    font-weight: bold;
    line-height: 81px;
    text-align: center;
    color: #121212;
    margin: 0;
}

.box-erp-description {
    float: left;
    width: 102.4%;
    margin: 30px 0 30px -0.9%;
}

.box-feature-module-container {
    float: left;
    width: 14.2%;
    padding: 0 15px;
}

.box-feature-table {
    width: 100%;
    position: relative;
}

.box-feature-module,
.box-feature-module-mobile {
    float: left;
    position: relative;
    width: 100%;
    min-height: 264px;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    cursor: pointer;
}

.box-feature-module-mobile {
    display: none;
}

.box-feature-module:hover,
.box-feature-module:active,
.box-feature-module-mobile:hover,
.box-feature-module-mobile:active {
    background-color: #EFEFEF;
}

.feature-module-img {
    float: left;
    width: 40%;
    margin: 25px 30% 20px 30%;
}

.feature-module-img img {
    width: 100%;
}

.box-feature-module-container p {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 10%;
    font-family: DMSans-bold;
    font-size: 1.2vmax;
    line-height: 31px;
}

.feature-module-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.erp-description-detail {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 40px 50px;
}

.description-detail-content {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}


/* ================================================= */

.description-detail-content img {
    position: absolute;
    top: -60px;
}

.view-module-1 img {
    left: 2%;
}

.view-module-2 img {
    left: 17.5%;
}

.view-module-3 img {
    left: 33%;
}

.view-module-4 img {
    left: 48.5%;
}

.view-module-5 img {
    left: 64%;
}

.view-module-6 img {
    left: 79.5%;
}

.view-module-7 img {
    left: 95%;
}


/* ================================================= */

.erp-description-detail-mobile {
    display: none;
}

.erp-description-detail-mobile .modal-header .close {
    bottom: 0;
}

.erp-description-detail-mobile .modal-dialog {
    width: 80%;
}

.erp-description-detail-mobile .modal-header {
    padding: 1rem 1rem 0;
}

.erp-description-detail-mobile .modal-body {
    font-family: DMSans-Regular;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    padding: 0 1rem 1rem;
}

.description-detail-content p {
    font-family: DMSans-Regular;
    font-size: 26px;
    line-height: 34px;
}

.erp-galery-project {
    float: left;
    width: 100%;
}

.box-erp-galery-project {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-erp-galery-mobile {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: none;
}

.galery-image {
    float: left;
    width: 100%;
}

.galery-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.galery-project-image,
.left-galery-project-image,
.right-galery-project-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.galery-project-image {
    float: left;
    width: 28%;
    height: 300px;
    margin-left: 1%;
    margin-right: 1%;
}

.left-galery-project-image {
    float: left;
    width: 20%;
    height: 300px;
    margin-right: 1%;
}

.right-galery-project-image {
    float: right;
    width: 18%;
    height: 300px;
    margin-left: 1%;
}

.box-erp-galery-mobile .prevArrowBtn,
.box-erp-galery-mobile .nextArrowBtn {
    position: absolute;
    z-index: 10;
    top: 40%;
    width: 50px;
    height: 50px;
    background: #E97511;
}

.box-erp-galery-mobile .nextArrowBtn {
    right: -23px;
}

.box-erp-galery-mobile .prevArrowBtn {
    left: -23px;
}

.box-erp-galery-mobile .prevArrowBtn img,
.box-erp-galery-mobile .nextArrowBtn img {
    width: 12px;
    height: 22px;
}

.box-erp-galery-mobile .prevArrowBtn img {
    margin: 0 5px 0 0;
}

.box-erp-galery-mobile .nextArrowBtn img {
    margin: 0 0 0 5px;
}

.galery-preview img {
    height: 235px;
    object-position: center;
    object-fit: cover;
}

.erp-contact-us {
    float: left;
    width: 100%;
}

.box-erp-contact-us {
    float: left;
    width: 80%;
    margin: 50px 10% 100px;
    display: table;
}

.contact-us-detail-left {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
}

.contact-us-detail-right {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.contact-us-detail-right img {
    float: left;
    width: 80%;
}

.contact-us-table {
    display: table-cell;
    vertical-align: middle;
}

.contact-us-table h3 {
    float: left;
    width: 100%;
    font-family: DMSans-Bold;
    font-size: 36px;
    line-height: 47px;
    margin: 0 0 30px 0;
}

.contact-us-table .contact-us-desc {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.contact-us-image {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.contact-us-table .btn-warning {
    float: left;
    height: 60px;
    padding: 10px 30px;
    background: #E97511;
    border-radius: 40px;
    font-family: DMSans-bold;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.contact-us-table .btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #E97511;
    border-color: #E97511;
}

.contact-us-table .btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem #E97511;
}

.contact-us-table p {
    float: left;
    width: 10%;
    color: #828282;
    font-family: DMSans-Regular;
    font-size: 20px;
    line-height: 1;
    padding: 20px 10px;
}

.box-contact-media {
    float: left;
    display: flex;
    justify-content: center;
    width: 50%;
    max-width: 215px;
}

.box-contact-media a {
    float: left;
    width: 33.3%;
    padding: 0 5px;
    display: flex;
    justify-content: center;
}

.box-media-inner {
    float: left;
    width: 33.3%;
    padding: 0 10px;
}

.contact-media {
    position: relative;
    float: left;
    width: 100%;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    border: 2px solid #E97511;
    box-sizing: border-box;
    border-radius: 50%;
}

.contact-media .fa-contact {
    font-size: 30px;
    color: #E97511;
    position: absolute;
    top: 10px;
    left: 13px;
}

.contact-media .fa-email {
    font-size: 30px;
    color: #E97511;
    position: absolute;
    top: 10px;
    left: 13px;
}


/* ERP Style End */


/* Career Style start */

.career {
    float: left;
    width: 100%;
}

.career-banner,
.career-our-team {
    float: left;
    width: 100%;
}

.box-career-banner {
    position: relative;
    width: 100%;
    height: 70vh;
}

.box-career-banner .banner-back {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 65vh;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;
}

.career-table {
    display: table;
    width: 70%;
    margin-left: 30%;
}

.box-banner-description {
    float: left;
    width: 50%;
}

.banner-descriptiaon {
    display: table-cell;
    vertical-align: middle;
    height: 70vh;
}

.banner-descriptiaon h2 {
    font-family: DMSans-Regular;
    font-weight: bold;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0.02em;
}

.banner-descriptiaon p {
    font-family: DMSans-Regular;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

.box-career-our-team {
    float: left;
    width: 100%;
    height: 30vh;
}

.our-team-image {
    float: left;
    width: 33.3%;
    height: 30vh;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: cover !important;
}


/* Career Style End */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}


/* ====== Zoom effect ======*/

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* Service Page Detail Start */

.btn-translate,
.btn-translate:hover,
.btn-translate:focus,
.btn-translate:active {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.ux {
    font-family: DMSans-Regular;
}

.service-mad-container,
.service-ux-container,
.service-ecommerce-container,
.service-cms-container {
    float: left;
    width: 100%;
    min-height: 82.5vh;
    margin-top: 120px;
}

.service-banner,
.service-banner-tablet,
.service-banner-phone {
    float: left;
    width: 100%;
    display: table;
}

.service-banner {
    height: 550px;
}

.service-banner-tablet,
.service-banner-phone {
    display: none;
}

.banner-table {
    display: table-cell;
    vertical-align: middle;
}

.banner-table h2 {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    font-family: DMSans-Bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box-service-content,
.ux-title {
    float: left;
    width: 100%;
}

.ux-content {
    float: left;
    width: 70%;
    margin: 0px 15% 5rem 15%;
}

.ux-title {
    position: relative;
    margin: 4rem 0px 1rem 0px;
}

.ux-title h3 {
    float: left;
    width: 50%;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    font-family: DMSans-Bold;
}

.ux-content .ux-ph,
.ux-content .ux-point-bold {
    float: left;
    width: 100%;
    font-family: DMSans-Regular;
    font-size: 21px;
    color: #333333;
}

.ux-content .ux-ph {
    margin: .5rem 0px;
}

.ux-content .ux-point-bold {
    margin: 1rem 0px 0px 0px;
    font-family: DMSans-Bold;
}


/* Service Page Detail End */


/* @media screen and (min-width: 1025px) and (max-width: 1440px) {} */