#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location-wrap {
  display: none;
}
.text-span {
    z-index: 3;
    border-bottom: 3px solid #dca972;
    color: #dca972;
    line-height: 1.2;
    position: relative;
}
ul.mtree.transit {
  top: 0.25rem;
  margin-left: 0;
}
.modal-header {
    border: 0;
}
.modal-header .close {
    position: absolute;
    right: -0.4rem;
    top: 0rem;
    background: #1d4d2a;
    width: 3rem;
    height: 3rem;
    z-index: 1000;
    opacity: 1;
    text-shadow: unset;
    color: #fff;
    border-radius: 100%;
    font-weight: 100;
}
.landing-page header,
header {
  background-color: #fff;
  color: #333233;
}

.landing-page ul.mtree.transit a,
header ul.mtree.transit a {
  color: #333333;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: none;
}

body {
  background-color: transparent;
}

header .container {
  width: 100% !important;
}

header ul.mtree.bubba li.m-one {
  margin-left: 0;
  padding-left: 0;
}

header ul.mtree.bubba li {
  margin: 0 0.35rem;
  padding: 0.4rem 0.89rem;
}

header ul.mtree.bubba li.m-centerlogo {
  top: 0rem;
  opacity: 1;
}

header a.btn-br {
  padding: 1rem 1.5rem !important;
  font-size: 1.1rem;
  line-height: 1.45;
}

ul.mtree.bubba>li:last-child {
  top: 2.1rem;
}

header ul.mtree.bubba li.m-centerlogo a:before {
  display: none;
}

header .logo {
  width: 10rem;
  position: relative;
  transform: scale(1.5);
  min-height: 5rem;
  margin-left: 1rem;
}

/* header ends */

#email-error {
  color: #ff4040 !important;
  text-shadow: none !important;
}

/* footer ends */

section.footer-section,
footer {
  background: #1d4d2a;
  padding-bottom: 0;
  padding-top: 0;
}
section.footer-section .copyright-text-row .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  flex-direction: row-reverse;
}
section.footer-section .copyright-text-row {
  border-top: 0;
  padding: 0.55rem 0 !important;
}

section.footer-section .location-wrap p {
  font-size: 1.35rem;
  position: relative;
  margin-bottom: 0;
}

section.footer-section .location-wrap p:before {
  content: "";
  position: absolute;
  border-top: 0.15rem solid #fff;
  width: 79%;
  right: -1rem;
  top: 1rem;
  opacity: 0.6;
}

.location-wrap {
  position: relative;
}

/*
.location-wrap:after {
    content: '| Indonesia';
    position: absolute;
    left: 10.35rem;
    top: -0.10rem;
    font-size: 1.35rem;
    font-family: 'Arial';
}
*/

@media (max-width: 991px) {
  .location-wrap:after {
    top: -0.3rem;
    left: 8.95rem;
  }
  section.footer-section .footer-container-6dx
  {
    padding: 2rem !important;
  }

  ul.mtree.transit {
    top: 6rem;
    margin-left: 0;
    border-top: 1px solid #f2f4f7;
    padding-top: 9rem;
  }
}

@media (max-width: 767px) {
  .location-wrap:after {
    top: -0.1rem;
    left: 10.25rem;
  }
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

section.footer-section input {
  border: 0.1rem solid #efefef !important;
  background-color: transparent;
}

footer #nsFormbtn {
    width: 8rem;
    margin-top: 1rem;
    padding: 0.55rem 1.25rem !important;
    border-radius: 0.75rem;
    height: 100%;
    border: 0 !important;
}
footer #nsFormbtn:hover
{
  background: #fff !important;
  color: #1d4d2a !important;
}

footer a.btn-br {
  padding: 0.6rem 1.35rem 0.55rem !important;
  border-radius: 0.85rem;
  font-size: 1.1rem;
  line-height: 1.25;
}

footer a.btn-br:hover {
  background: #fff !important;
  color: #1d4d2a !important;
}

#newsletter input.form-control::placeholder {
  color: #fff;
}

section.footer-section .footer-logo {
  bottom: 0;
  width: 9rem;
  position: relative;
  height: 8rem;
  object-fit: contain;
  left: 0rem;
}

section.footer-section .list-of-nav ul li {
  padding: 0.1rem 0 0.95rem 0;
}

section.footer-section .list-of-nav ul li a {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.nsletter-wrap h3 {
  font-size: 1.35rem;
}

form#newsletter {
  width: 90%;
}

section.footer-section .social-icons img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  padding: 0.45rem;
}

section.footer-section .social-icons img:hover {
  transform: scale(1);
}

.bottom-footer p {
  font-size: 1rem;
}

section.footer-section .social-icons {top: 2rem;right: 0rem;padding-left: 0;}

.col-xs-12.col-md-12.float-right {
  position: relative;
}

.bottom-footer ul li:after {
  content: "";
  position: absolute;
  border-left: 0.12rem solid #fff;
  width: 0rem;
  height: 1rem;
  right: -0.55rem;
  top: 0.3rem;
  /* left: auto; */
}

.bottom-footer ul li {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.bottom-footer ul li a {
  font-size: 0.95rem;
}

.bottom-footer ul li:last-child:after {
  border: 0;
}

section.footer-section .copyright-text-row img {
  width: 8rem;
  margin-right: 1.25rem;
}

/* media */

@media (max-width: 1024px) {
  footer a.btn-br {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  header a.btn-br {
    color: #fff !important;
  }

  .m-empty,
  header ul.mtree.bubba li.m-centerlogo {
    display: none !important;
  }

  .mob-headlogo {
    display: inline-block !important;
  }

  header ul.mtree.bubba li,
  ul.mtree.bubba>li:last-child {
    top: 0rem;
    opacity: 1;
  }

  header ul.mtree.bubba li.m-one {
    margin: 0 0.35rem;
    padding: 0.4rem 0.85rem;
  }

  ul.mtree.transit {
    background: #fff;
    color: #000;
  }

  #menu-header .close-btn {
    background: #1d4d2a;
    color: #fff;
    z-index: 9;
  }

  header ul.mtree.bubba li a {
    color: #000;
    width: 50%;
    text-align: left;
  }

  span.icon-bar {
    width: 2.45rem;
    height: 0.3rem;
    background: #1d4d2a;
  }

  .mob_btn {
    right: -75%;
    top: 0.3rem;
    float: right;
    width: 100%;
  }

  header ul.mtree.bubba li a.btn-br {
    width: 20% !important;
  }

  header .logo {
    left: 1rem;
  }

  footer #nsFormbtn {
    width: 55%;
  }

  footer .footer-logo {
    width: 80%;
  }

  section.footer-section .location-wrap p:before {
    width: 72%;
  }

  section.footer-section .location-wrap p {
    font-size: 1.15rem;
  }

  header ul.mtree.bubba li,
  ul.mtree.bubba>li:last-child a {
    text-align: left;
  }

  section footer .container {
    max-width: 100% !important;
    padding:1rem;
  }

  section.footer-section .footer-logo {
    width: 7rem;
    height: 8rem;
  }

  section.footer-section .list-of-nav ul li a,
  .nsletter-wrap h3 {
    font-size: 1.15rem;
  }

  form#newsletter {
    width: 100%;
  }

  section.footer-section .social-icons {
    top: auto;
  }

  .bottom-footer p {
    font-size: 1.1rem;
    display: flex !important;
    justify-content: center !important;
  }

  section.footer-section .copyright-text-row {
    top: 0rem;
    padding: 0 !important;
  }
  section .intro-title
  {
    width: 100% !important;
  }
  .brochure-cntsec
  {
    width: 92%;
  }
}

@media (max-width: 767px) {
  section.footer-section .footer-logo {
    left: 0;
  }

  header .logo {
    width: 10rem;
    /*left: 8rem;*/
  }

  header ul.mtree.bubba li a {
    width: 70%;
  }

  header ul.mtree.bubba li a.btn-br {
    width: 37% !important;
  }

  section.partner-banner-section .banner-section-row {
    top: 8.5rem;
  }

  section.six-dx-get-in-touch-banner-section .get-in-touch-banner-text {
    margin: 6rem auto 0;
  }

  .mob_btn {
    top: 0;
    right: -46%;
  }

  .leadership .minhg {
    min-height: 33rem;
    max-height: 33rem;
    overflow-y: scroll;
  }

  .leadership p {
    width: 98%;
  }

  .the-art-section .slide p.content {
    min-height: 23rem !important;
  }

  section.footer-section {
    padding-bottom: 0;
  }

  section.footer-section a.btn-br {
    text-align: center;
    float: none;
    width: 50%;
    margin: auto;
  }

  .footer-btn {
    left: auto !important;
  }

  .footer-btn {
    margin-bottom: 1rem;
  }

  section.footer-section .social-icons {
    left: auto !important;
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
  }

  .why-choose-section .heading h2 {
    margin-bottom: 0.6rem;
  }

  .why-choose-section {
    padding: 4rem 0 3rem !important;
  }

  footer #nsFormbtn {
    width: 54%;
    left: 0;
    right: 0;
    float: none;
    margin: 0;
    margin-bottom: 3rem;
    height: 100% !important;
    padding: 0.55rem 3rem 0.45rem !important;
    top: 1rem;
    position: relative;
    font-size: 1.35rem;
  }

  .nsletter-wrap h3 {
    font-size: 1.35rem;
  }

  section.footer-section .location-wrap p {
    margin-top: 3rem;
    font-size: 1.35rem;
  }

  section.footer-section .location-wrap p:before {
    width: 20%;
    right: 0rem;
    top: 0.75rem;
  }

  section.footer-section .footer-logo {
    width: 11rem;
    height: 6rem;
  }

  section.footer-section .list-of-nav ul li a,
  .nsletter-wrap h3 {
    font-size: 1.35rem;
  }

  section.footer-section .social-icons {
    top: 0;
    position: relative;
    bottom: 0;
    right: 0;
  }

  body.page-request-demo section.footer-section a.btn-br {
    background-color: transparent !important;
    padding: 0.65rem 1.15rem 0.45rem !important;
  }

  section.footer-section input {
    height: 3.4rem;
  }

  .footer-btn {
    position: relative;
    left: 6.8rem;
  }

  section.footer-section .social-icons {
  }

  footer a.btn-br {
    padding: 0.55rem 1.15rem 0.35rem !important;
  }

    #menu-header .close-btn {
        top: -7.3rem;
        right: 1.1rem;
    }
}

@media (max-width: 320px) {
  .footer-btn {
    left: 5.5rem;
  }

  section.footer-section .social-icons {
    left: 4.5rem;
  }

  section.footer-section .location-wrap p:before {
    width: 58%;
  }
}

/*envision-sec*/

section.expertise-section.envision-sec {
  padding: 5rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e2e2e2 !important;
}

section.expertise-section.envision-sec .sub {
  margin-bottom: 1rem;
}

section.expertise-section.envision-sec .button {
  text-align: center;
}

section.expertise-section.envision-sec .button a {
  border-radius: 0.5rem;
  color: #fff;
  background: #dca972;
  padding: 1rem;
  font-size: 1.2rem;
  border: 0;
}

section.expertise-section.envision-sec .button a:hover {
  background-color: #1d4d2a;
}

section.expertise-section.envision-sec .heading h2 {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
  line-height: 1;
  text-align: center;
}

section.expertise-section.envision-sec .sub {
  width: 65%;
  position: relative;
  right: 0;
  margin: 1.8rem auto;
  margin-bottom: 2rem;
}

.trusted-section .bold-text.shadow-text {
  z-index: 0 !important;
}

section.expertise-section.envision-sec .sub p {
  font-size: 1.15rem;
  color: #dca972;
  padding-left: 1.5rem;
  text-align: center;
}

section.expertise-section.envision-sec .heading h2 {
  margin-bottom: 2rem;
  line-height: 1;
}

section.expertise-section.envision-sec .heading h2 {
  margin-bottom: 2rem;
  line-height: 1;
}

section.expertise-section.envision-sec .heading h2 {
  font-size: 3.5rem;
  color: #222;
  text-align: left;
  width: 90%;
  margin: auto;
  margin-bottom: 3rem;
  line-height: 1;
  text-align: center;
}

section.Leadership-homepage-sec .explore-button:last-child a img {
  position: relative;
  width: 4rem;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  bottom: -0.7rem;
  top: auto;
  left: auto;
  float: right;
}

.foot-wh-bg p,
.foot-wh-bg a {
  color: #000 !important;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
}

.foot-wh-bg {
  background: #fff !important;
  width: 100%;
  color: #000;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

@media (max-width: 991px) {
  section.expertise-section.envision-sec .heading h2 {
    font-size: 2.5rem;
    width: 94%;
  }

  section.expertise-section.envision-sec .sub {
    width: 81%;
    left: 0;
    text-align: center !important;
    margin: 0 auto;
  }

  section.expertise-section.envision-sec .sub p {
    padding-left: 1.5rem;
    text-align: left;
    font-size: 1.3rem;
  }

  section.expertise-section.envision-sec .sub::before {
    height: 8rem;
  }

  section.expertise-section.envision-sec .container {
    width: 95% !important;
  }
}

@media (max-width: 767px) {
  section.expertise-section.envision-sec .heading h2 {
    font-size: 2rem;
    width: 100%;
  }

  section.expertise-section.envision-sec .heading h2 br {
    display: none;
  }

  section.expertise-section.envision-sec .sub {
    width: 100%;
    left: 0;
    margin-bottom: 1.5rem;
  }

  section.expertise-section.envision-sec .sub p {
    padding-left: 0;
    text-align: center;
    font-size: 1.2rem;
  }

  section.expertise-section.envision-sec .sub::before {
    display: none;
  }

  section.expertise-section.envision-sec .container {
    width: 100% !important;
  }
}

section.retail-ecosystem-sec .slide-arrow img {
  opacity: 0.8;
  transform: scale(0.95);
}

footer a.btn-br {
  float: none;
}

footer .nsletter-wrap {
  margin-top: 0.2rem;
}

.footer-btn {
  margin-top: 0.3rem;
}

section.retail-ecosystem-sec .slide-arrow img:hover {
  opacity: 1;
  transform: scale(1);
}


.slick-dots li button:before {
  width: 1rem;
  height: 1rem;
  color: #fff;
}

/* drop lang */

.dropdown.hd-drop {
  position: relative;
  display: inline-block;
}

.dropdown.hd-drop .dropdown-content {
  display: none;
  position: absolute;
  background: tranparent;
  min-width: 6rem;
  box-shadow: 0 0.8rem 1rem 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1;
  transition: 0.2s ease;
}

.dropdown.hd-drop:hover .dropdown-content {
  display: block;
  text-align: center;
}

.dropdown.hd-drop span {
  padding: 0.65rem 2rem 0.5rem;
  border-radius: 0;
  display: inline-block;
  border: 0.2rem solid #fff;
  background: #fff;
  color: #4120a4;
  position: relative;
  top: 0.2rem;
  padding-left: 0.75rem;
}

.dropdown.hd-drop span:after {
  position: absolute;
  content: "";
  background-image: url(https://i6dx.com/assets/images/lang-drop.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.15rem;
  height: 1.15rem;
  top: 1.04rem;
  right: 0.35rem;
}

.dropdown.hd-drop:hover .dropdown-content ul {
  display: block !important;
  height: 100% !important;
  overflow: visible !important;
  background: #fad11b !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dropdown.hd-drop:hover .dropdown-content ul li {
  padding: 0.55rem 1rem 0.25rem !important;
  text-align: left;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  color: #000 !important;
  top: 0 !important;
  width: 100% !important;
  line-height: 1.25;
}

.dropdown.hd-drop:hover .dropdown-content ul li a {
  color: #000 !important;
  padding-left: 0 !important;
}

.dropdown.hd-drop:hover .dropdown-content ul li:hover {
  color: #fff !important;
  background: #0a4773;
}

.dropdown.hd-drop:hover .dropdown-content ul li:hover a {
  color: #fff !important;
}

.dropdown.hd-drop,
.dropdown.hd-drop a,
.dropdown.hd-drop ul,
.dropdown.hd-drop ul li,
.dropdown.hd-drop ul li a {
  opacity: 1 !important;
  text-transform: capitalize !important;
}

.dropdown.hd-drop ul li {
  list-style: none;
}

.dropdown.hd-drop:hover .dropdown-content ul li {
  border-bottom: 0.1rem solid #fff;
}

.dropdown.hd-drop a {
  color: #000;
}

.lang-mobnly {
  display: none !important;
}

@media (max-width: 991px) {
  .lang-desknly {
    display: none !important;
  }

  .lang-mobnly {
    display: inline-block !important;
    float: right;
    position: relative;
    right: 3rem;
    top: 1.35rem;
  }

  .dropdown.hd-drop .dropdown-content {
    min-width: 100%;
  }

  div#lang-mobnly {
    display: inline-block;
    float: right;
  }
}

.loader {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 100%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.bottom-footer ul {
  margin-top: 0;
  margin-bottom: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .lang-mobnly {
    top: 0.85rem;
  }

  .privacy-policy {
    justify-content: center !important;
  }
}

/* lang ends */
.privacy-policy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


ul.mtree.transit li>a:hover, ul.mtree.transit li.mtree-active>a {
  background: transparent;
  color: #1d4d2a;
}
section.footer-section .footer-container-6dx
{
  width: 100% !important;
  padding: 3rem 0;
}

footer .social-icons li a {
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #fff;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p.cp {
    margin-left: -0.4rem;
}


@media(max-width: 991px) {
footer .social-icons {
    margin-top: 1.55rem;
}
.image-textnsletter-wrap h3 {
    font-size: 1.55rem;
}

}

@media(max-width: 767px) {
  ul.mtree.transit {
    top: 7rem;
    padding-top: 2rem;
}
footer .social-icons {
    margin-top: 0rem;
}
section.footer-section .copyright-text-row .container {
  display: block;
  text-align: center;
}
section.footer-section .copyright-text-row img {
    margin: 0 auto !important;
}
footer p.cp {
    margin: 0.45rem 0;
    padding: 0.15rem;
}

}