  /* GLOBAL STYLES
  -------------------------------------------------- */
  /* Padding below the footer and lighter body text */

  @font-face {
    font-family: 'acumin-pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('font/Acumin-RPro.woff') format('woff');
  }

  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  html {
    scroll-behavior: smooth;
  }

  html, body {
    overflow-x: hidden;
  }

  body {
    /*font-family: 'acumin-pro', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    background: #0E0E0E;
    position: relative;
  }

  /* ----- CONTAINER -------- */
  .container.wide {

  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 35%; /* Could be more or less, depending on screen size */
    border-radius: 20px;
  }
  @media (max-width: 991px) { 
    .modal-content {
      margin: 50% auto; /* 15% from the top and centered */
      width: 90%
    }
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


  .modal-header-x {
    color: #111827;
    pointer-events: all;
    position: relative;
  }

  .modal-header {
    color: #111827;
    /*padding: 1.5em 2em;*/
    margin: auto;
    pointer-events: all;
    position: relative;
    /*width: calc(100% - 4.5em);*/
  }

  .modal-header .h1 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100% !important;
  }

  .modal-body {padding: 2px 16px;}

  .modal-footer-x {
    padding: 2px 16px;
    color: #000;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100% !important;
  }

  .modal-footer-x .p-about {
    font-family: inherit;
    font-weight: 200;
    color: #000;
    text-align: center;
    white-space: pre-wrap;
    font-size: calc(1.5 * 1rem);
    line-height: 1.8;
    letter-spacing: 0em;
    text-transform: none;
  }

  .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2DBE2C;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {  

  }

  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  

  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 

  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide {
      max-width: 70%;
    }
  }

  .container.wide-navbar {
    max-width: 100%;
    padding-left: 6.5%;
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide-navbar {
      max-width: 100%;
      padding-left: 6.5%;
    }
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide85 {
      max-width: 80%;
    }
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .container.wide95 {
      max-width: 95%;
    }
  }
  /* ----- CONTAINER -------- */

  .navbar.navbar-transparent {
    background-color: #FDFDFD
    transition: 0.4s;
    padding: 60px 1px;
  }
  @media (max-width: 991px) { 
    .navbar.navbar-transparent {
      transition: 0.4s;
      padding: 20px 1px;
    }
  }

  .navbar-nav li.nav-item a.nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;                           
    line-height: 30px;
    margin-left: 18px;
    margin-right: 18px;
    letter-spacing: 0.2px;
    color: #373d3f;
    transition: 0.2s;
  }
  .navbar-nav li.nav-item a.nav-link:hover {
    color: #FDFDFD;
    /*opacity: 0.3;*/
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  @media (max-width: 1440px) { 
    .navbar-nav li.nav-item a.nav-link {
      margin-left: 9px;
      margin-right: 9px;
    }
  }
  @media (max-width: 1280px) { 
    .navbar-nav li.nav-item a.nav-link {
      margin-left: 4px;
      margin-right: 4px;
    }
  }

  .navbar-nav li.nav-item a {
    display: inline-block;
    text-align: center;
    position: relative;
  }

  .nav-animation:after {
    width: 100%; 
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
  }
  .nav-animation:hover {
    left: 0;
    background: rgba(249, 115, 57, 1);
    border-radius: 25px;
    color: #fff;
  }

  .nav-animation-contact:after {
    width: 100%; 
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
  }
  .nav-animation-contact:hover {
    left: 0;
    background: #6eb56e;
    border-radius: 25px;
    color: #fff !important;
  }


  .navbar.navbar-transparent.scrolled {
    background-color: #FDFDFD;
    transition: all 400ms linear;
    border-bottom: 1px solid #E6EAEA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 234, 234);
  }

  .navbar-brand img {
    height: 90px;
  }

  @media (max-width: 991px) { 
    .navbar-brand img {
      height: 55px;
      margin-left: 15px;
    }

    h4 {
      font-size: calc(1.6 * 1rem);
    }
  }

  h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.2em;
/*    font-family: acumin-pro, sans-serif;
*/    font-weight: 500;
font-style: normal;
letter-spacing: 0em;
text-transform: none;
line-height: 1.4em;
font-size: 2rem;
}

.shape-blob {
  background:#ED1250;
  height: 15rem;
  width: 15rem;
  border-radius: 30% 50% 20% 40%;
  animation: 
  transform 20s ease-in-out infinite both alternate,
  movement_two 60s ease-in-out infinite both;
  opacity:.7;
  position: absolute;
  left: 80%;
  top: 5%;
}
@media (max-width: 991px) { 
  .shape-blob {
    height: 8rem;
    width: 8rem;
  }
}
.shape-blob.one{
  background:#C29DFD;
  height: 20rem;
  width: 20rem;
  left: -5%;
  top: 7%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 991px) { 
  .shape-blob.one {
    height: 10rem;
    width: 10rem;
    top: 5%;
  }
}

.shape-blob.two{
  background:#77dd77;
  height: 10rem;
  width: 10rem;
  left: 20%;
  top: 0%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 991px) { 
  .shape-blob.two {
    top: 3%;
    height: 4rem;
    width: 4rem;
  }
}

.shape-blob.three{
  background:#FFC672;
  height: 15rem;
  width: 15rem;
  left: 30%;
  top: 25%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 1200px) { 
  .shape-blob.three {
    left: 65%;
    top: 18%;
    height: 10rem;
    width: 10rem;
  }
}
@media (max-width: 991px) { 
  .shape-blob.three {
    height: 6rem;
    width: 6rem;
  }
}

.shape-blob.four{
  background:#FFB7B2;
  height: 25rem;
  width: 25rem;
  top: 32%;
  left: 50%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 1200px) { 
  .shape-blob.four {
    height: 20rem;
    width: 20rem;
    top: 30%;
    left: 50%;
  }
}
@media (max-width: 991px) { 
  .shape-blob.four {
    height: 10rem;
    width: 10rem;
    top: 28%;
  }
}

.shape-blob.five{
  background:#2DBE2C;
  height: 15rem;
  width: 15rem;
  top: 70%;
  left: 55%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 1200px) { 
  .shape-blob.five {
    height: 9rem;
    width: 9rem;
    top: 27%;
    left: 15%;
  }
}
@media (max-width: 991px) { 
  .shape-blob.five {
    height: 7rem;
    width: 7rem;
    top: 28%;
  }
}

.shape-blob.six{
  background:#FD9E20;
  height: 12rem;
  width: 12rem;
  top: 75%;
  left: -5%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 991px) { 
  .shape-blob.six {
    height: 7rem;
    width: 7rem;
    top: 76%;
  }
}

.shape-blob.seven{
  background:#4CC53D;
  height: 14rem;
  width: 14rem;
  top: 70%;
  left: 80%;
  transform: rotate(-180deg);
  animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
@media (max-width: 991px) { 
  .shape-blob.seven {
    height: 8rem;
    width: 8rem;
    top: 70%;
  }
}

/*@keyframes transform
{
  0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; } 
  20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; } 
  40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; } 
  60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; } 
  80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; } 
  }*/

  @keyframes transform
  {
    0%,
    100% { border-radius: 100%}
  }



  @keyframes movement_one
  {
    0%,
    100% { transform: none; }
    50% { transform: translate(50%, 20%) rotateY(10deg) scale(1.2); }
  }

  @keyframes movement_two
  {
    0%,
    500% { transform: none; }
    50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.2);}
  }

  .section-head {
    /* Sizing */
    /*width: 100vw;
    height: 100vh;
    background-image: url('../img/section1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
  }

  .section-head .cover {
    /*width: 100vw;*/
    /*height: 100vh;*/
    min-height: 100vh;
    padding-top: 140px;
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(0deg, rgba(0,0,0,0.604079131652661) 0%, rgba(255,255,255,0) 100%); */

    background-color: #FDFDFD;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  @media (max-width: 417px) { 
    .section-head .max-width{
      padding-right: 0px;
      padding-left: 0px;
    }
  }

  .section-head .logo_big img {
    height: 5rem;
    margin-left: 1.5rem;
  }
  @media (max-width: 991px) { 
    .section-head .logo_big img {
      height: 4rem;
      margin-top: -1.8rem;
    }
  }
  @media (max-width: 767px) { 
    .section-head .logo_big img {
      height: 3.5rem;
      margin-top: -2.5rem;
      margin-left: 1rem;
    }
  }



  .section-head .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: calc(4*1rem);
    line-height: 5rem;
    color: #373d3f;
  }
  @media (max-width: 991px) { 
    .section-head .title {
      font-size: calc(3.5*1rem);
      line-height: 3.5rem;
    }
  }
  @media (max-width: 767px) { 
    .section-head .title {
      font-size: calc(3*1rem);
      line-height: 3rem;
    }
  }

  .section-head .sub {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  @media (max-width: 1200px) { 
    .section-head .sub {
      font-size: 2.5rem;
      line-height: 3rem;    
    }
  }

  .section-head .description {
    /* font-size: 18px;
    line-height: 30px; */
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.2px;
    color: #373d3f;
    margin-top: 24px;
    margin-bottom: 24px;
  }
/*  @media (max-width: 991px) { 
    .section-head .description {
      font-size: 2rem;
      line-height: 2rem;
    }
    }*/

    .section-head .description .bold {
      font-weight: 600;
    }

    .section-head a {
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: 0.2px;
      color: #FFFFFF;
      text-decoration: none;
    }


    .section-head .circle-gold {
      padding: 5px;
      box-sizing: border-box;
      width: 70px;
      height: 70px;
      border-radius: 100%;
      color: #fff;
      /* background: linear-gradient(160.46deg, #DAC355 -5.3%, #C89724 54.06%); */
      background-color: #e1a85b;
    }
    @media (max-width: 991px) { 
      .section-head .circle-gold {
        padding: 3px;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
      }
    }

    .section-head .sqs-block-button-element--medium {
      font-size: calc(1.3 * 1rem);
      font-family: Poppins, sans-serif;
      font-weight: 500;
      font-style: normal;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      line-height: normal;
      padding: 1em 2em;
      text-transform: none;
      letter-spacing: .02em;
      border: 3px solid;
    }

    .section-head .sqs-block-button-element{
      color: #000;
      background-color: #ffc700;
      border-color: #ffc700;
      border-radius: 40px;
      transition: 0.5s;

      &:hover,
      &:focus { 
        border-color: #ffc700;
        color: #fff;
      }
    }

    .section-head .contactUsButton {
      font-family: 'Montserrat', sans-serif;
      width: 20rem;
      height: 5rem;
      /*margin-top: 3rem;*/
      font-weight: 400;
      background: #2DBE2C;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 25px;
      margin-bottom: 25px;
      border-radius: 32px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      float: right;
      }  @media (max-width: 991px) { 
        .section-head .contactUsButton {
          float: center;
        }
      }

      .section-head .contactUsButton span {
       line-height: 100px;
       font-family: "Montserrat", sans-serif;
       font-size: 32px;
       font-weight: semibold;
     }
     .section-head .contactUsButton {
       /*box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.3);*/
       box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
       color: #fdfdfd;
     }
     .section-head .contactUsButton:hover {
       opacity: 0.8;
       box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.3);
       box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
     }
     .section-head .contactUsButton:active {
       opacity: 1;
       box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.1), 6px 6px 10px rgba(0, 0, 0, 0.3);
       color: #fdfdfd;
     }



     .btn {
      font-family: Poppins, sans-serif;
      font-style: normal;
      font-weight: 600;
    }

    .btn-green {
      font-size: 20px;
      font-weight: normal;
      line-height: 25px;
      padding: 8px 22px;
      height: 52px;
      letter-spacing: 0.2px;
      background-color: #2DBE2C;
      color: #fff;
      border: 0px;
      box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
      transition: 0.5s;
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: ease;
      transition-delay: 0s;
    }

    .btn-green:hover{
      background-color: #2DBE2C;
      font-weight: 600;
      color: #373d3f;
    }


    a.btn-contact-us {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      margin-left: 18px;
      margin-right: 18px;
      letter-spacing: 0.2px;
      color: #FFFFFF;
    }
    @media (max-width: 991px) { 
      a.btn-contact-us {
        display: none;
      }
    }

    .section-about {
      background-color: #fdfdfd;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 16px;
      margin-bottom: -16px;
    }

    .section-about .cover {
      /*height: 100vh;*/
      position: relative;
      padding-top: 35px;
      padding-bottom: 46px;
      background-color: #fdfdfd;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-radius: 50px;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
      /*padding-bottom: 10px;*/
      margin-bottom: 16px;
    }
    @media (max-width: 991px) { 
      .section-about .cover{
        height: auto;
        padding-top: 1em;
      }
    }

    .section-about .title {
      /*font-family: acumin-pro, sans-serif;*/
      font-weight: 600;
      font-style: normal;
      font-size: calc(2.5 * 1rem);
      line-height: 4rem;
      letter-spacing: 0em;
      text-transform: none;
      color: #373d3f;
      /*text-align: center;*/
      /*margin-top: 30px;*/
      /*margin-bottom: 30px;*/
    }

    .section-about .dash {
      /*position: relative;*/
      /*margin-bottom: 27px!important;*/
      /*display: block;*/
      width: 60px;
      height: 3px;
      background: linear-gradient(to right,#2EBE2C,#FF920B);
    }

    .section-about .p-about {
      font-family: inherit;
      font-weight: 300;
      color: #373d3f;
      text-align: left;
      white-space: pre-wrap;
      font-size: calc(1.2 * 1rem);
      line-height: 1.6;
      letter-spacing: 0em;
      text-transform: none;
    }
    @media (max-width: 1200px) { 
      .section-about .p-about{
        font-size: calc(1.1 * 1rem);
        line-height: 1.4;

      }
    }

    .section-about .p-about-currency {
      font-family: Poppins, sans-serif;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1.7rem;
      color: #ffc700;
    }

    .section-about .h1{

    }

    .section-about .image-about {
      height: 351px
    }

    .section-about .currency-cover {
      width: 20%;
      display: flex;
      justify-content: center;
    }

    .section-about .currency-text {
      width: 6rem;
      height: 6rem;
      font-size: 2rem;
      border-radius: 6rem;
      border: 5px solid #e1a85b;
      box-sizing: border-box;
      padding-top: 2rem;
      text-align: center;
      font-weight: 600;
    }
    @media (max-width: 1200px) { 
      .section-about .currency-text {
        width: 3.5rem; 
        height: 3.5rem; 
        font-size: 1.5rem; 
        border-radius: 3rem; 
        border: 3px solid #e1a85b; 
        box-sizing: border-box; 
        padding-top: 0.8rem; 
        text-align: center; 
        font-weight: 600;
        margin: auto;
      }
    }

    .section-about .currency-image {
      width: 6rem; 
      height: 6rem; 
      font-size: 2.5rem; 
      border-radius: 6rem; 
      border: 1px solid #000; 
      box-sizing: border-box; 
      padding-top: 1.9rem; 
      text-align: center;
    }
    .section-about .currency-image img {
      height: 2.5rem;
    }
    @media (max-width: 991px) { 
      .section-about .currency-image {
        width: 3rem; 
        height: 3rem; 
        font-size: 1.25rem; 
        border-radius: 3rem; 
        border: 1px solid #000; 
        box-sizing: border-box; 
        padding-top: 0.7rem; 
        text-align: center; 
        font-weight: 600;
      }
      .section-about .currency-image img {
        height: 1.25rem;
      }
    }

    .section-about .row .interloop {
      margin-top: -90px;
    }
    @media (max-width: 1200px) { 
      .section-about .row .interloop {
        margin-top: 0px;
      }
    }

    .section-about .row .left-text {
      padding-right: 25px;
    }
    @media (max-width: 1200px) { 
      .section-about .row .left-text {
        padding-right: 15px;
      }
    }

    .section-about .row .right-text {
      padding-left: 25px;
    }
    @media (max-width: 1200px) { 
      .section-about .row .right-text {
        padding-left: 15px;
      }
    }

    .section-service {
      background-repeat: no-repeat;
      background-size: cover;
    }


    .section-service .cover {
      /*width: 100vw;*/
      /*height: 80vh;*/
      padding-top: 1.5em;
      padding-bottom: 5em;
      background: rgb(0,0,0); 
      background-color: #FDFDFD;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }
    @media (max-width: 991px) { 
      .section-service {
        height: auto;
      }
    }

    .section-service .title {
      line-height: 1.2992;
      /*font-family: acumin-pro, sans-serif;*/
      font-style: normal;
      font-weight: 600;
      font-size: calc(2.5 * 1rem);
      line-height: 4rem;
      letter-spacing: 0em;
      text-transform: none;
      color: #373d3f;
      text-align: center;
      /*margin-top: 30px;*/
    }
    @media (max-width: 991px) { 
      .section-service .title {
        font-size: calc(2.5 * 1rem);
        line-height: 4rem;
      }
    }

    @media (max-width: 991px) { 
      a.section-about .title {
        margin-top: 0px;
      }
    }

    .section-service .title-services{
      line-height: 1.7rem;
      /*font-family: acumin-pro, sans-serif;*/
      font-weight: 600;
      font-style: normal;
      font-size: calc(1.7 * 1rem);
      letter-spacing: 0em;
      text-transform: none;
      color: #373d3f;
      text-align: center;
      height: 6.8rem;
      display: table-cell;
      vertical-align: middle;
      padding-top: 1.7rem;
      padding-bottom: 1.7rem;
    }
    @media (max-width: 1800px) { 
      .section-service .title-services{
        font-size: calc(1.5 * 1rem);
      }
    }
    @media (max-width: 1350px) { 
      .section-service .title-services{
        font-size: calc(1.2 * 1rem);
      }
    }
    @media (max-width: 991px) { 
      .section-service .title-services{
        font-size: calc(1 * 1rem);
      }
    }
    @media (max-width: 767px) { 
      .section-service .title-services{
        font-size: calc(2 * 1rem);
      }
    }

    @media (max-width: 991px) { 
      .section-service .qrpayment{
        line-height: 6rem;
      }
    }


    .section-service .p-about {
      font-family: Poppins, sans-serif;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1.7rem;
      color: #000;
    }

    .section-service .item-cover {
      margin-top: 15px;
      padding-right: 8px;
      padding-left: 8px;
    }

    @media (max-width: 991px) { 
      .section-service .services .item-cover {
        padding-left: 1px;
        padding-right: 1px;
      }
    }

    .section-service .item {
      color: #000;
      text-align: center;
      padding: 30px 20px 30px 20px;
      /*border: 3px solid #000;*/
      overflow: visible;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      background: rgb(255, 255, 255, 1);
    }

    .section-service .item p {
      font-family: Poppins, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1rem;
      letter-spacing: 0em;
      text-align: center;
      text-transform: none;
      line-height: 1.8em;
      -webkit-font-smoothing: antialiased;
    }

    .section-service .item h2.title {
      /*font-family: acumin-pro, sans-serif;*/
      font-weight: 500;
      font-style: normal;
      letter-spacing: 0em;
      text-transform: none;
    }

    .section-service .logo{
      padding:0;
    }

    .section-service .logo-cover {
      height: 6rem; 
      width: 6rem; 
      margin: auto;
    }
    @media (max-width: 1200px) {
      .section-service .logo-cover {
        height: 5rem; 
        width: 5rem; 
      }
    }
    @media (max-width: 991px){
     .section-service .logo-cover {
      height: 4rem; 
      width: 4rem; 
    }
  }
  @media (max-width: 767px){
   .section-service .logo-cover {
    height: 5rem; 
    width: 5rem; 
  }
}

.section-service .logo-cover img {
  height: 4rem !important; 
  margin-top: 0.8rem;
}
@media (max-width: 1200px) {
  .section-service .logo-cover img {
    height: 3rem !important; 
  }
}
@media (max-width: 991px){
 .section-service .logo-cover img {
  height: 2.3rem !important;
}
}
@media (max-width: 767px){
 .section-service .logo-cover img {
  height: 3rem !important; 
}
}

.box {
  position: relative;
  display: inline-block;
  /*background-color: #fff;*/
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 15px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.box:hover::after {
  opacity: 1;
}


.section-partners {
  background-color: #FDFDFD;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-partners .cover{
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) { 
  .section-partners {
    height: auto;
  }
}

.section-partners .title {
  line-height: 1.2992;
  font-style: normal;
  font-weight: 600;
  font-size: calc(2.5 * 1rem);
  line-height: 4rem;
  letter-spacing: 0em;
  text-transform: none;
  color: #373d3f;
  text-align: center;
  /*margin-top: 30px;*/
}


.section-partners .title-item {
  /*font-family: 'acumin-pro', sans-serif;*/
  font-style: normal;
  font-weight: 500 !important;
  font-size: 2.5rem;
  /*line-height: 4rem;*/
  letter-spacing: 0.2px;
  color: #373d3f;
  margin-top: 1rem;
  height: 4rem;
  min-height: 4rem;
  display: table-cell;
  vertical-align: middle;
}

.section-partners .img{
  text-align: center;
}

.section-partners .p-about {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
  letter-spacing: 0.2px;
  color: #373d3f;
}

.section-partners .services .item {
  padding:10px;
  color: #373d3f;
  text-align: center;
}

.section-partners .services .item p {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.section-partners .services .item img {
  height: 4rem;
}

.section-partners .services .item p.title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  min-height: 3.8rem;
  letter-spacing: 0.1px;
  margin-bottom: 0px;
  margin-top: 24px;
}

.section-partners .item-border{
  padding-top: 1rem;
  padding-bottom: 10px;
/*  border-style: solid;
  border-radius: 15px;
  border-width: 2px;
  border-color: #1A76D2;*/
  border-radius: 8px;
  background: rgb(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;}
  /* .section-payment {
    background-color: #0E0E0E;
    padding-top: 46px;
    padding-bottom: 46px;
  }
  @media (max-width: 991px) { 
    .section-payment {
      background-repeat: no-repeat;
      background-size: cover;
    }
  }


  .section-payment .title {
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0.2px;
    color: #FFFFFF;
  }

  .section-payment .p-about {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
  }

  .section-payment .row .item {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
  }

  .section-payment .row .item img {
    height: 15rem;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 100%;
    color: #fff;
  }

  .section-payment .row .item span {
    margin-top: 16px;
    margin-bottom: 28px;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    border-radius: 10px;
    color: #fff;
    padding: 10px 24px;
    -webkit-box-shadow: 10px 8px 0px -1px #FFFFFF; 
    box-shadow: 10px 8px 0px -1px #FFFFFF;
    background-color: #e1a85b;
  }

  .section-payment .row .item p {
    margin-top: 40px;
    margin-bottom: 28px;
    font-size: 1.15rem
  }

  .section-payment .left-section {
    text-align: right;
  }
  @media (max-width: 991px) { 
    .section-payment .left-section {
      text-align: center;
    }
    } */

    .section-payment-with-arrow {
      background-color: #111111;
      padding-bottom: 92px;
      margin-top: -25px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
    }
    .section-payment-with-arrow .title {
      font-style: normal;
      font-weight: normal;
      font-size: calc(3 * 1rem);
      line-height: 4rem;
      letter-spacing: 0em;
      text-transform: none;
      color: #ffc700;
      text-align: center;
      margin-top: 30px;
    }

    .section-payment-with-arrow .sub-title {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      letter-spacing: 0.2px;
      color: #FFC700;
    }

    .section-payment-with-arrow .number-cover {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .section-payment-with-arrow .number-text {
      width: 5rem;
      height: 5rem;
      font-size: 2.5rem;
      border-radius: 5rem;
      border: 5px solid #FFC700;
      box-sizing: border-box;
      padding-top: 1.2rem;
      text-align: center;
      font-weight: 600;
      line-height: 1.7rem;
      color: #fff;
    }

    .section-payment-with-arrow .image-and-text {
      width: 20%;
      display: block;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .image-and-text {
        width: 100%;
        display: block;
        text-align: center;
      }
    }

    .section-payment-with-arrow .image-and-text-1 {
      height: 100%;
      padding: 6rem 0rem;
      display: block;
      background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../img/paymentflow/payment1.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      text-align: center;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .image-and-text-1 {
        padding: 35px 20px 30px 20px;
        width: 100%;
        display: block;
      }
    }

    .section-payment-with-arrow .image-and-text-2 {
      height: 100%;
      padding: 6rem 0rem;
      display: block;
      background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../img/paymentflow/payment2.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      text-align: center;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .image-and-text-2 {
        padding: 35px 20px 30px 20px;
        width: 100%;
        display: block;
      }
    }

    .section-payment-with-arrow .image-and-text-3 {
      height: 100%;
      padding: 6rem 0rem;
      display: block;
      background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../img/paymentflow/payment3.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      text-align: center;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .image-and-text-3 {
        padding: 35px 20px 30px 20px;
        width: 100%;
        display: block;
      }
    }

    .section-payment-with-arrow .image-and-text-4 {
      height: 100%;
      padding: 6rem 0rem;
      display: block;
      background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('../img/paymentflow/payment4.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      text-align: center;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .image-and-text-4 {
        padding: 35px 20px 30px 20px;
        width: 100%;
        display: block;
      }
    }

    @media (max-width: 991px) { 
      .section-payment-with-arrow .item-cover {
        margin-top: 0.5rem;
      }
    }

    .section-payment-with-arrow .logo-cover {
      height: 4rem;
      width: 4rem;
      margin: auto;
    }

    .section-payment-with-arrow .logo-cover img {
      height: 4rem !important;
      margin-top: 0.8rem;
    }

    /* arrow right muncul pada saat lebar */
    .section-payment-with-arrow .arrow-right {
      width: 6%;
      display: block;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .arrow-right {
        display: none;
      }
    }

    /* arrow down muncul pada saat mobile saja */
    .section-payment-with-arrow .arrow-down {
      display: none;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .arrow-down {
        width: 70%;
        margin-left: 15%;
        display: block;
      }
    }

    .section-payment-with-arrow img {
      max-width: 100%;
      display: block;
    }


    .section-payment-with-arrow .item {
      color: #fff;
      /*height: 100%; */
      padding: 15px 30px;
      font-size: 1.1rem;
      font-weight: 300;
    }
    .section-payment-with-arrow .item .row-top {
      /* height: 50%; */
      margin-top: 25px;
    }
    .section-payment-with-arrow .item .row-top .image-trick {
      height: 100%;
      vertical-align: bottom;
    }
    .section-payment-with-arrow .item .row-top .image-trick img {
      height: 7rem; 
      border-radius: 7rem; 
      border: 5px solid #e1a85b;
      /* margin: auto;  */
      vertical-align: bottom;
    }
    @media (max-width: 991px) { 
      .section-payment-with-arrow .item .row-top .image-trick img {
        margin: auto;
      }
    }
    .section-payment-with-arrow .item .row-bottom {
      /* height: 50%; */
      margin-top: 25px;
    }



    .section-footer {
      background: #fdfdfd;
      color: #373d3f;
    }

    .section-footer .logo {
      height: 90px;
    }

    .section-footer .text-center {
      line-height: 70px;
      justify-content: center;
      align-items: center;
      display: flex;
      }@media (max-width: 991px) { 
        .section-footer .text-center {
         line-height: 40px;
       }
     }

     .section-footer .copyright {
      font-size: 12px;
      color: #FFF;
      float: right;
      padding-bottom: 5px;
    }

    .section-footer .socials a {
      margin: 0px 12px;
      font-size: 24px;
      color: #FFF;
    }

    .section-contact {
      /*width: 100vw;*/
      /*height: 80vh;*/
/*        padding-top: 6rem;
padding-bottom: 10rem;*/
background-color: #fdfdfd;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media (max-width: 991px) { 
  .section-contact {
    height: auto;
  }
}

.section-contact .container {
  padding-bottom: 36px;
  min-height: 450px;
  height: 100%
}

.section-contact .container .item{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background-color: #fdfdfd;
  padding: 24px 18px;
  color: #FFF;
  margin: 0px;
  width: 100%;
  z-index: 100;
  /*height: 80%*/
}

/*
.section-contact .title {
  font-style: normal;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  }*/

  .section-contact .title {
    /*font-family: acumin-pro, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: calc(3 * 1rem);
    line-height: 4rem;
    letter-spacing: 0em;
    text-transform: none;
    color: #2DBE2C;
    text-align: center;
    /*margin-top: 20px;*/
  }
  .section-contact .sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #373d3f;
    margin-bottom: 50px;
  }

  .section-contact .title-contact {
    /*font-family: acumin-pro, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-size: calc(2.5 * 1rem);
    line-height: 4rem;
    letter-spacing: 0em;
    text-transform: none;
    color: #373d3f;
    text-align: center;
    width: 100%;
    /*margin-top: 20px;*/
  }

  .app-title{
   font-family: acumin-pro, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: calc(3 * 1rem);
   line-height: 4rem;
   letter-spacing: 0em;
   display: flex;
   flex-direction: column;
   position: relative;
   color: #ffc700;
 }

 .screen-body-item.left {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  text-align: center;
}

.screen-body-item.right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.section-contact .contact .p-about {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.section-contact .contact img {
  width: 40px;
  height: 40px;
  display: block;
}

.section-contact .contact .socials a {
  margin: 0px 12px;
  font-size: 24px;
  color: #FFF;
}

.section-contact .form-contact *.form-control {
  border: 0px;
  font-size: 12px ;
  background: #FFF;
  padding: 18px;
  font-weight: 400;
}

#map-iframe {
  height: 450px;
  width: 100%;
}
@media (max-width: 991px) { 
  #map-iframe {
    height: 450px;
    width: 100%;
  }
}
@media (max-width: 540px) { 
  #map-iframe {
    height: 630px;
    width: 100%;
  }
}

.forefront-element {
  -webkit-transform: translateZ(999px) scale(.7);
  transform: translateZ(999px) scale(.7);
  z-index: 1;
}

.base-element {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;
}

.background-element {
  -webkit-transform: translateZ(-999px) scale(2);
  transform: translateZ(-999px) scale(2);
  z-index: 3;
}

.hideme
{
  opacity:0;
}

.dis-flex{
  display: flex;
}

.size1 {
  max-width: 100%;
}

.p-bt-47 {
  padding-bottom: 47px;
  padding-top: 47px;  
}

.txt1 {
  font-size: 25px;
  line-height: 1.2;
  color: #373d3f;
}

.p-r-25 {
  padding-right: 25px;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.size2 {
  /*width: calc(100% - 43px);*/
}

.p-b-20 {
  padding-bottom: 20px;
}

.txt-email {
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 1.6;
  color: #2DBE2C;
}

.txt-address {
  font-size: 20px;
  line-height: 1.6;
  color: #373d3f;
}

.section-contact .size2 img {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  padding-top: 1rem;

}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  text-align: center;
}