  /* 64ac15 */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  body {
    padding: 1em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #b9b9b9;
    background-color: #e3e3e3;

  }

  .container {
    max-width: 60em;
    padding: 1em 1.5em 2em 1.5em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
  }

  .container2 {
    max-width: 38em;
    padding: 1em 2.3em 2em 1em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
  }

  .container3 {
    max-width: 38em;
    padding: 1em 3em 2em 0.2em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
  }

  .row {
    zoom: 1;
  }

  .row:before,
  .row:after {
    content: "";
    display: table;
  }

  .row:after {
    clear: both;
  }

  .bg-custome1 {
    --bs-bg-opacity: 1;
    background-color: rgb(13, 167, 10);
  }

 .linktree {
   width: 120px;
   height: 120px;
   background-image: url("https://indohumancapital.com/logo/ihc.png");
   background-size: 80px;
   background-color: #fff;
   background-repeat: no-repeat;
   background-position: 50% 50%;
 }

 .backdrop {
   -moz-box-shadow: 0px 6px 5px #111;
   -webkit-box-shadow: 0px 6px 5px #111;
   box-shadow: 0px 2px 10px #111;
   -moz-border-radius: 190px;
   -webkit-border-radius: 190px;
   border-radius: 190px;
 }

 .bg-custome1 {
    --bs-bg-opacity: 1;
    background-color: rgb(13, 167, 10);
  }


  .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 45px;
    height: 45px;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }

  .btn-custome1 {
    --bs-btn-color: #000;
    --bs-btn-bg: #0ca811;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0ca811;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0ca811;
    --bs-btn-disabled-border-color: #ffffff;
  }
  


  .timeline {
    list-style-type: none;
    position: relative;
    padding: 0;
       margin-right: auto;
    margin-left: auto;
  }
  
  .timeline:before {
    content: '';
    height: 100%;
    width: 6px;
    background-color: #e9ecef;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
  }
  
  .timeline > li {
    position: relative;
    margin-bottom: 50px;
    align-items: center;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: '';
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: '';
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #2e9f0c;
    margin-right: 10px;
  }
  
  .timeline-badge i {
    font-size: 1.6rem;
    line-height: 1;
  }
  
  .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-left: 8%;
    margin-right: 8%;
    background-color: #f7f7f7;
  }
  
  .timeline-panel:before {
    content: '';
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #d4d4d4;
    border-right: 0 solid #d4d4d4;
    border-bottom: 16px solid transparent;
  }
  
  .timeline-panel:after {
    content: '';
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f7f7f7;
    border-right: 0;
  }
  
  .solid-border {
    border: 1px solid #d4d4d4;
  }
  
  .timeline-title {
    margin-top: 0;
    color: inherit;
  }
  
  .timeline-body > p {
    margin-bottom: 0;
  }
  
  .timeline-body > p + p {
    margin-top: 5px;
  }
  
  .timeline-body > ul,
  .timeline-body > ol {
    margin-bottom: 0;
  }
  
  .timeline-body > ul > li,
  .timeline-body > ol > li {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  
  .timeline-body > ul > li:before,
  .timeline-body > ol > li:before {
    content: "";
    border-color: transparent transparent transparent #d4d4d4;
    border-style: solid;
    border-width: 0 10px 10px 0;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
    vertical-align: top;
  }
  
  .timeline-body > ol > li:before {
    content: counter(list-item) ".";
    counter-increment: list-item;
    margin-right: 10px;
    font-weight: bold;
  }
  
  @media (max-width: 768px) {
    .grid-container {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, auto);
      gap: 20px;
    }
  
    .grid-item {
      grid-column: 1 / -1;
    }
  }
  
  .timeline-panel:before {
    top: 22px;
    right: -12px;
    border-top-width: 12px;
    border-left-width: 12px;
    border-right-width: 0;
    border-bottom-width: 12px;
  }
  
  .timeline-panel:after {
    top: 23px;
    right: -10px;
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 0;
    border-bottom-width: 10px;
    }

@media (max-width: 576px) {
  .timeline {
  
   margin: 0 auto;

}

.timeline:before {
  content: '';
  height: 100%;
  width: 6px;
  background-color: #e9ecef;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.timeline > li {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.timeline > li:before,
.timeline > li:after {
  content: '';
  display: none;
}

.timeline-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: #2e9f0c;
  margin-right: 10px;
  position: relative;
  top: -25px;
}

.timeline-badge i {
  font-size: 1.6rem;
  line-height: 1;
}

.timeline-panel {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  margin: 0;
  background-color: #f7f7f7;
}

.timeline-panel:before {
      display: none;
  content: '';
  position: absolute;
  top: 26px;
  left: -16px;
  border-top: 16px solid transparent;
  border-right: 16px solid #d4d4d4;
  border-left: 0 solid #d4d4d4;
  border-bottom: 16px solid transparent;
}

.timeline-panel:after {
      display: none;
  content: '';
  position: absolute;
  top: 27px;
  left: -14px;
  border-top: 14px solid transparent;
  border-right: 14px solid #f7f7f7;
  border-left: 0;
}

.solid-border {
  border: 1px solid #d4d4d4;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body > ul,
.timeline-body > ol {
  margin-bottom: 0;
}

.timeline-body > ul > li,
.timeline-body > ol > li {
  padding-left: 20px;
  margin-bottom: 5px;
}

.timeline-body > ul > li:before,
.timeline-body > ol > li:before {
  content: "";
  border-color: transparent transparent transparent #d4d4d4;
  border-style: solid;
  border-width: 0 10px 10px 0;
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px;
  vertical-align: top;
}

.timeline-body > ol > li:before {

  counter-increment: list-item;
  margin-right: 10px;
  font-weight: bold;
}

}


