.container {
  /* width: 63%; */
}

#mainNav {
  background-color: #212529;
  padding-top: unset;
  padding-bottom: unset;
}

#mainNav.navbar-shrink {
  background-color: #fff;
}

.img_roundcorner img {
  margin-left: 65px;
}

.logo img {
  width: 130px;
}

.scrl_1_footer {
  width: 200px;
  /* padding-top: 25%; */
  padding-bottom: 10px;
}

.scrl_1_footer_right {
  height: 150px;
  width: 150px;
  padding-bottom: 5px;
}

section {
  /* padding-top: 20px; */
  /* padding-bottom: 20px  !important; */
}

.aboutctrl {
  padding: 115px 0;
}

.btn-dark {
  color: #50c878;
  background-color: unset;
}

.newsletter {
  margin-bottom: -1rem !important;
}

.form-group {
  margin-bottom: unset;
}

.btn-outline-light {
  color: unset;
  margin-left: 10px !important;
}

.btn-outline-light:hover {
  background-color: #50c878;
  color: #fff;
}

.img-fluid {
  color: #fff !important;
}

.btn-outline-light:hover {
  background-color: transparent;
  color: #fff;
}

.newsletter {
  background: #50c878 !important;
  padding-left: 50px;
}

section {
  padding: 100px, 0 !important;
}

.bg-light {
  /* padding-top: 5px !important; */
  /* padding-bottom: 30px !important; */
}

#team {
  padding-top: 5px !important;
  padding-bottom: 30px !important;
}

/* //////////HORIZONTAL/////// TIMELINE/////////////////// */
.horizontal-timeline .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  /* position: absolute; */
  top: 36px;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 75px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
  margin-bottom: 15px !important;
}

@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -40px;
  }
}

/* ///////////////////////////// */

.card-title {
  color: #50c878;
}

.sectionPd {
  padding-top: 50px;
}

/* /////////Career////// */
.card {
  text-align: center;
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}
.avatar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-weight: 700;
}

.badge {
  color: #fff;
}

.avatar {
  width: 3rem;
  height: 3rem;
}
.rounded-3 {
  border-radius: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.rounded-3 {
  background: #50c878;
}

body {
  margin-top: 20px;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.border-0 {
  border: 0 !important;
}
.position-relative {
  position: relative !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.member-profile {
  top: -50px;
  left: 0;
}
.text-center {
  text-align: center !important;
}
.w-100 {
  width: 100% !important;
}
.position-absolute {
  position: absolute !important;
}

.member-profile img {
  width: 100px;
  height: 100px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.about-content img {
  width: 55%;
  height: auto;
}
.about-content h4 {
  font-size: 20px;
  margin-left: 25px;
  color: green;
  padding: 1rem !important;
  font-weight: 400;
}

.bg-dark {
  background-color: #212529 !important;
}

.mb32 {
  margin-bottom: 32px !important;
}
.design-img-flow {
  height: 52px;
  width: auto;
  margin-bottom: 24px;
}
