.responsive_li {
  margin-bottom: 20px;
}
.navbar-collapse {
  flex-grow: 0;
  align-items: baseline;
}
.navbar-brand {
  margin: 0;
}
.container-fluid {
  padding: 0 200px;
}
.navbar {
  height: 60px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999999999999;
  background-color: #142e59;
  transition: background-color 0.3s ease;
}
.button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 174px;
  height: 40px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #d90d36;
  background: #d90d36;
  line-height: normal;
}

.toogler_black_menu {
  background-image: url("../images/menu_black.svg") !important;
}
.navbar-expand-md .navbar-nav .nav-link,
.nav-link a {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav {
  display: flex;
  gap: 32px;
  margin-bottom: 0 !important;
  align-items: center;
}
.custom-dropdown-toggle {
  cursor: pointer;
}

.custom-dropdown-toggle::after {
  content: url("../images/nav_arrow_white.svg");
  margin-left: 4px;
  vertical-align: -3px;
  position: relative;
  top: 4px;
}
.custom-dropdown-toggle.black-arrow::after {
  content: url("../images/nav_arrow_black.svg");
}

.custom-dropdown-toggle:hover,
.custom-dropdown-toggle:focus {
  text-decoration: none;
}

.custom-dropdown-toggle:focus-visible {
  outline: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.nav-link:focus a {
  font-weight: 600;
  border-bottom: 2px solid #d90d36;
  color: white;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler-icon {
  background-image: url("../images/menu.svg");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.close_icon {
  display: none;
}
.dropdown-item {
  color: #142e59;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-active-color: #142e59;
  --bs-dropdown-link-hover-color: #142e59;
  --bs-dropdown-link-hover-bg: #fff;
}
.dropdown-menu {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(22, 37, 65, 0.1);
  padding: 12px 20px;
  border: 0 !important;
  top: 30px;
}
.button:focus {
  background-image: url("../images/focusRipple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.button:hover {
  box-shadow: 0px 4px 12px 0px rgba(22, 37, 65, 0.3);
}
/* --------section-1---------- */
.section1 {
  padding: 120px 200px 140px 200px;
  background-color: #142e59;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  position: relative;
}
.section1 h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
}
.section1 p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  width: 747px;
}
/* --------section-2----- */
.section2 {
  padding: 100px 120px;
  background-image: url("../images/layar.png");
  background-position: right;
  background-repeat: no-repeat;
  /* z-index: -1; */
  position: relative;
}
.section2 h2 {
  text-align: center;
  color: #142e59;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 40px;
}
.leadershipDiv {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.leader {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.leaderImgDiv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.leader_into {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.leader_into1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.leader_into1 h3 {
  margin: 0;
  color: #142e59;
  font-size: 32px;
  font-weight: 600;
  margin-top: 8px;
}
.leader_into1 p {
  color: #686e73;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.offcanvas {
  z-index: 9999999999;
  --bs-offcanvas-transition: transform 0.5s ease-in-out;
}
.offcanvas.offcanvas-end {
  width: 80%;
}
.offcanvas .offcanvas-short {
  width: 50%;
}
.offcanvas.offcanvas-end.offcanvas-small {
  width: 50%;
}
.leader_detail_name_p {
  margin-top: 16px !important;
  width: auto !important;
}
.leader_detail_small {
  flex-direction: column;
}
.leaderImgDiv_canvas {
  width: 352px;
  /* height: 320px; */
  border-radius: 4px;
  /* background: #f5f5f5; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.leaderImgDiv_canvas img {
  width: 184px;
  height: 266.61px;
  flex-shrink: 0;
}
.offcanvas-header {
  position: relative;
  padding: 0;
}
.offcanvas-body {
  padding: 48px 122px 62px 32px;
}
.offcanvas-body1 {
  padding: 48px 32px 62px 32px !important;
}
.btn-close-canvas {
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: transparent !important;
}
.leader_detail {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.leader_detail_name {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.leaderDetail_name_university {
  display: flex;
  flex-direction: column;
}
.leaderDetail_name_university h4 {
  margin: 0;
  margin-bottom: 8px;
  color: #142e59;
  font-size: 32px;
  font-weight: 600;
}
.leaderDetail_name_university h5 {
  margin: 0;
  margin-bottom: 4px;
  color: #142e59;
  font-size: 18px;
  font-weight: 600;
}
.leaderDetail_name_university h6 {
  margin: 0;
  color: #142e59;
  font-size: 14px;
  font-weight: 400;
}
.leader_detail_name p {
  margin: 0;
  color: #686e73;
  font-size: 18px;
  font-weight: 400;
  width: auto;
}
.offcanvas-body ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.offcanvas-body ul li {
  color: #686e73;
  font-size: 18px;
  font-weight: 400;
}
.offcanvas-body ul li b {
  color: #3d4247;
  font-weight: 600 !important;
}
.offcanvas-body ul li::marker {
  color: #d90d36 !important;
}
.offcanvas-body.responsive-size {
  display: none;
}
/* ------------section-3----- */
.section3 {
  padding: 0 200px 100px 200px;
}
.section3 hr {
  margin: 0px 0px 100px 0px;
}
.section3 h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  color: #142e59;
  font-size: 48px;
  font-weight: 700;
}
.dropdown-menu.show.hover {
  outline: none !important;
  border: none !important;
}
.dropdown-item.show:focus {
  border: none !important;
  outline: none !important;
}
.cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.cards .card {
  width: 24% !important;
  border: 0;
}
.card_img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.investors_announce {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  width: 196px;
  height: 41px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #142e59;
  color: #f9fafa;

  font-size: 14px;
  font-weight: 400;
}
.card-img-top {
  width: 200.2px;
  height: 200.201px;
}
.card-body {
  padding: 0;
  padding-top: 12px;
}
.investment_div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.investmer_detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.investmer_detail h4 {
  margin: 0;
  color: #142e59;
  font-size: 24px;
  font-weight: 600;
}
.investmer_detail p {
  margin: 0;
  color: #686e73;
  font-size: 16px;
  font-weight: 400;
  width: 241px;
}
.leader_one {
  width: 362px;
  height: 406px;
}

/* @media only screen and (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-md .navbar-nav {
    gap: 16px;
  }

  .button {
    width: auto;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 80px;
  }
  .navbar-expand-md .navbar-nav {
    gap: 12px !important;
  }

  .custom-dropdown-toggle::after {
    margin-left: -4px !important;
    vertical-align: -4px !important;
    top: 4px;
  }

  .button {
    width: auto;
    font-size: 12px !important;
    height: 34px;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    font-size: 14px;
  }
} */
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .logo {
    width: 87px;
    height: 27px;
  }
  .navbar-nav .nav-link:hover {
    border-bottom: 0 !important;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .nav-link a {
    color: #112747 !important;
    font-size: 14px;
    border-bottom: 0 !important;
  }
  .close_icon {
    display: block !important;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    right: 16px;
  }
  .navbar-collapse {
    background-color: white;
    position: absolute;
    top: 0;
    right: -116%;
    width: 88%;
    height: 100vh;
    padding-top: 80px;
    transition: all 0.5s ease;
    border: transparent !important;
  }
  .navbar-collapse.collapse.show {
    right: 0;
  }
  .navbar-expand-md .navbar-nav {
    gap: 10px;
    margin-bottom: 24px !important;
    align-items: normal;
  }
  .nav-link {
    padding: 16px !important;
    text-align: start !important;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover {
    border: 0 !important;
    background-color: #f5f5f5;
  }
  .nav_btn {
    display: flex;
    justify-content: center;
  }
  .button {
    width: 91%;
  }
  .custom-dropdown-toggle::after {
    content: url("../images/nav_arrow_black.svg") !important;
    vertical-align: -5px;
    line-height: 0;
    transition: all 0.2s;
  }
  .dropdown-item {
    white-space: unset;
    font-size: 14px;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .nav-link.custom-dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .nav-link-fund {
    background-color: transparent !important;
  }
}

@media only screen and (min-width: 1690px) and (max-width: 1800px) {
  /* .leader_one {
    width: 330px;
    height: 350px;
  } */
}
@media only screen and (min-width: 1450px) and (max-width: 1689px) {
  /* .leader_one {
    width: 290px;
    height: 350px;
  } */
}
@media only screen and (min-width: 1440px) and (max-width: 1449px) {
  /* .leader_one {
    width: 280px;
    height: 350px;
  } */
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  /* .leader_one {
    width: 362px;
    height: 406px;
  } */
  /* .leader_one {
    width: 330px;
    height: 350px;
  } */
  /* -----header---- */
  .container-fluid {
    padding: 0 120px;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 84px 120px 93px 120px;
  }
  /* --------section-2----- */
  .section2 {
    padding: 100px 120px;
  }
  .section2 h2 {
    font-size: 40px;
  }
  .leadershipDiv {
    gap: 24px;
  }
  .leader {
    gap: 24px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 100%;
  }
  .leaderImgDiv img {
    width: 184px;
    height: 267px;
  }
  .leader_into1 h3 {
    font-size: 24px;
  }
  .leader_into1 p {
    font-size: 16px;
  }
  .leaderImgDiv_canvas {
    width: 352px;
    /* height: 320px; */
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .leaderImgDiv_canvas img {
    width: 184px;
    height: 266.61px;
    flex-shrink: 0;
  }
  .leader_detail_name p {
    width: 600px;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 120px 100px 120px;
  }
  .section3 h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .investors_announce {
    top: 12px;
    right: 12px;
    width: 153px;
    height: 32px;
  }
  .card-img-top {
    width: 156px;
    height: 156px;
  }
  .card-body {
    padding-top: 24px;
  }
  .investmer_detail h4 {
    font-size: 20px;
  }
  .investmer_detail p {
    font-size: 14px;
    width: 241px;
  }
  .investment_div img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .cards {
    justify-content: center;
  }
  .dropdown-menu {
    left: -30px;
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  /* ----section-1---- */
  .section1 {
    padding: 80px 40px;
  }
  .section1 h1 {
    font-size: 40px;
  }
  /* --------section-2----- */
  .section2 {
    padding: 65px 40px 100px 40px;
  }
  .section2 h2 {
    font-size: 40px;
  }
  .leadershipDiv {
    gap: 24px;
  }
  .leader {
    gap: 24px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 100%;
  }
  .leaderImgDiv img {
    width: 184px;
    height: 266.61px;
  }
  .leader_into1 h3 {
    font-size: 24px;
  }
  .leader_into1 p {
    font-size: 16px;
  }
  .offcanvas.offcanvas-end {
    width: 80%;
  }
  .leaderImgDiv_canvas img {
    width: 184px;
    height: 266.61px;
  }
  .offcanvas-body {
    padding: 48px 80px 62px 32px;
  }
  .offcanvas-body1 {
    padding: 48px 32px 62px 32px !important;
  }
  .leaderDetail_name_university h4 {
    font-size: 24px;
  }
  .leaderDetail_name_university h5 {
    font-size: 14px;
  }
  .leaderDetail_name_university h6 {
    font-size: 12px;
  }
  .leader_detail_name p {
    font-size: 16px;
    width: 530px;
  }
  .offcanvas-body ul {
    gap: 20px;
  }
  .offcanvas-body ul li {
    font-size: 16px;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 40px 100px 40px;
  }
  .section3 h2 {
    font-size: 40px;
  }
  .investors_announce {
    top: 12px;
    right: 12px;
    width: 153px;
    height: 32px;
    font-size: 14px;
  }
  .card-img-top {
    width: 156px;
    height: 156px;
  }
  .investmer_detail h4 {
    font-size: 20px;
  }
  .investmer_detail p {
    font-size: 14px;
  }
  .investment_div img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .cards {
    justify-content: center;
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 40px;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 31px 40px 47px 40px;
    gap: 12px;
  }
  .section1 h1 {
    font-size: 32px;
  }
  .section1 p {
    font-size: 14px;
    width: 718px;
  }
  /* --------section-2----- */
  .section2 {
    padding: 80px 40px;
  }
  .section3 hr {
    margin: 0px 0px 80px 0px;
  }
  .section2 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .leadershipDiv {
    gap: 24px;
  }
  .leader {
    gap: 16px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 100%;
  }
  .leaderImgDiv img {
    width: 139.243px;
    height: 199.843px;
  }
  .leader_into img {
    width: 24px;
    height: 24px;
  }
  .leader_into1 h3 {
    font-size: 18px;
  }
  .leader_into1 p {
    font-size: 14px;
  }
  .offcanvas.offcanvas-end {
    width: 85%;
  }
  .leaderImgDiv_canvas {
    width: 250px;
    height: fit-content;
  }
  .leaderImgDiv_canvas img {
    width: 150px;
    height: 220px;
  }
  .offcanvas-body {
    padding: 48px 80px 20px 32px;
  }
  .offcanvas-body1 {
    padding: 48px 32px 20px 32px !important;
  }
  .leaderDetail_name_university h4 {
    font-size: 20px;
  }
  .leaderDetail_name_university h5 {
    font-size: 14px;
  }
  .leaderDetail_name_university h6 {
    font-size: 12px;
  }
  .leader_detail_name p {
    font-size: 14px;
    width: auto;
  }
  .offcanvas-body ul {
    gap: 20px;
  }
  .offcanvas-body ul li {
    font-size: 14px;
  }
  .btn-close-canvas {
    width: 30px;
    height: 30px;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 40px 80px 40px;
  }
  .section3 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .investors_announce {
    top: 10px;
    right: 10px;
    width: 130px;
    height: 26px;
    font-size: 12px;
  }
  .card-img-top {
    width: 116.17px;
    height: 116.171px;
  }
  .investmer_detail h4 {
    font-size: 16px;
  }
  .investmer_detail p {
    font-size: 12px;
    width: 179px;
  }
  .investment_div img {
    width: 24px;
    height: 24px;
  }
  .dropdown-menu {
    left: -84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leader_one {
    width: 320px;
  }
  /* -----header---- */
  .container-fluid {
    padding: 0 32px;
  }
  .navbar-expand-md .navbar-nav {
    gap: 20px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    width: 350px;
  }
  .dropdown-item {
    white-space: normal;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 31px 40px 40px 40px;
    gap: 12px;
  }
  .section1 h1 {
    font-size: 24px;
  }
  .section1 p {
    font-size: 12px;
    width: 590px;
  }
  /* --------section-2----- */
  .section2 {
    padding: 60px 32px;
  }
  .section3 hr {
    margin: 0px 0px 60px 0px;
  }
  .section2 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .leadershipDiv {
    gap: 24px;
  }
  .leader {
    gap: 16px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 100%;
  }
  .leaderImgDiv img {
    width: 139.243px;
    height: 199.843px;
  }
  .leader_into img {
    width: 24px;
    height: 24px;
  }
  .leader_into1 h3 {
    font-size: 18px;
  }
  .leader_into1 p {
    font-size: 14px;
  }
  .leader_detail1 {
    display: grid;
  }
  .offcanvas.offcanvas-end {
    width: 85%;
  }
  .leaderImgDiv_canvas {
    width: 250px;
    /* height: 270px; */
    float: left;
    padding-right: 16px;
  }
  .leader_detail {
    gap: 20px;
    display: block;
  }
  .leader_detail_name {
    display: block;
  }

  .offcanvas-body {
    padding: 48px 40px 62px 32px;
  }
  .offcanvas-body1 {
    padding: 48px 32px 62px 32px !important;
  }
  .leaderDetail_name_university h4 {
    font-size: 20px;
  }
  .leaderDetail_name_university h5 {
    font-size: 14px;
  }
  .leaderDetail_name_university h6 {
    font-size: 12px;
  }
  .leader_detail_name p {
    font-size: 14px;
    width: auto;
    margin-top: 16px;
  }
  .offcanvas-body ul {
    gap: 20px;
  }
  .offcanvas-body ul li {
    font-size: 14px;
  }
  .btn-close-canvas {
    width: 30px;
    height: 30px;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 32px 100px 32px;
  }
  .cards {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cards .card {
    width: 48.55% !important;
  }
  .section3 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .investors_announce {
    top: 14px;
    right: 14px;
    width: 170px;
    height: 37px;
    font-size: 14px;
  }
  .card-img-top {
    width: 191.551px;
    height: 191.552px;
  }
  .investmer_detail h4 {
    font-size: 24px;
  }
  .investmer_detail p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .leader_one {
    width: 250px;
    height: 350px;
  }
  /* ----------header ------- */
  .container-fluid {
    padding: 0 24px;
  }
  .navbar {
    height: 48px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 83%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 24px 24px 40px 24px;
    gap: 12px;
  }
  .section1 h1 {
    font-size: 24px;
  }
  .section1 p {
    font-size: 12px;
    width: 503px;
  }
  /* --------section-2----- */
  .section2 {
    padding: 40px 24px;
  }
  .section3 hr {
    margin: 0px 0px 40px 0px;
  }
  .section2 h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .leadershipDiv {
    gap: 16px;
  }
  .leader {
    gap: 12px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 100%;
  }
  .leaderImgDiv img {
    width: 128.12px;
    height: 179.262px;
  }
  .leader_into img {
    width: 24px;
    height: 24px;
  }
  .leader_into1 h3 {
    font-size: 16px;
  }
  .leader_into1 p {
    font-size: 12px;
  }
  .offcanvas.offcanvas-bottom {
    border-radius: 16px 16px 0px 0px;
    height: 90%;
  }
  .leaderImgDiv_canvas {
    width: 100%;
    border-radius: 8px;
  }
  /* .leaderImgDiv_canvas img {
    width: 150px;
    height: 220px;
  } */
  .leader_detail {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .offcanvas-body {
    padding: 56px 16px 16px 16px;
  }
  .offcanvas-body1 {
    padding: 56px 16px 16px 16px !important;
  }
  .leaderDetail_name_university h4 {
    font-size: 20px;
  }
  .leaderDetail_name_university h5 {
    font-size: 16px;
  }
  .leaderDetail_name_university h6 {
    font-size: 14px;
  }
  .leader_detail_name p {
    font-size: 14px;
    width: 100%;
  }
  .offcanvas-body ul {
    gap: 20px;
    padding-left: 14px;
  }
  .offcanvas-body ul li {
    font-size: 14px;
  }
  .btn-close-canvas {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .offcanvas {
    width: 100% !important;
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    border-radius: 16px 16px 0px 0px;
  }
  .offcanvas.offcanvas-end {
    top: 100px !important;
    bottom: 0px !important;
    transform: translateY(100%);
  }
  .offcanvas-body.responsive-size {
    display: block;
  }
  .offcanvas-body.default-size {
    display: none;
  }
  .leader_detail_name {
    gap: 20px;
  }
  .work_profile h2 {
    color: #142e59;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .work_profile_div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .work_profile_div h3 {
    color: #142e59;
    font-size: 16px;
    font-weight: 600;
  }
  .more {
    display: none;
  }
  #read_more {
    color: #d90d36;
    cursor: pointer;
  }
  #show_less {
    color: #d90d36 !important;
    cursor: pointer;
  }
  .offcanvas_hr {
    background: #e3e5e8;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 24px 40px 24px;
  }
  .cards {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cards .card {
    width: 48% !important;
  }
  .section3 h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .investors_announce {
    top: 10px;
    right: 10px;
    width: 146px;
    height: 30px;
    font-size: 14px;
  }
  .card-img-top {
    width: 141.587px;
    height: 141.692px;
  }
  .investmer_detail h4 {
    font-size: 18px;
  }
  .investmer_detail p {
    font-size: 12px;
    width: 220px;
  }
  .investment_div img {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 575px) {
  .card-body {
    padding-top: 0px;
  }
  .leader_one {
    width: 100%;
    height: 350px;
  }
  /* ----------header ------- */
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 74%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 32px 16px;
  }
  .section1 h1 {
    font-size: 24px;
  }
  .section1 p {
    font-size: 14px;
    width: auto;
  }
  /* --------section-2----- */
  .section2 {
    padding: 24px 16px 48px 16px;
    background-image: none;
  }
  .section3 hr {
    margin: 0px 0px 48px 0px;
  }
  .section2 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .leadershipDiv {
    gap: 16px;
    flex-direction: column;
  }
  .leader {
    gap: 12px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 100%;
  }
  .leaderImgDiv img {
    width: 188px;
    height: 272px;
  }
  .leader_into img {
    width: 32px;
    height: 32px;
  }
  .leader_into1 h3 {
    font-size: 20px;
  }
  .leader_into1 p {
    font-size: 16px;
  }
  .offcanvas.offcanvas-bottom {
    border-radius: 16px 16px 0px 0px;
    height: 90%;
  }
  .leaderImgDiv_canvas {
    width: 100%;
    border-radius: 8px;
  }
  /* .leaderImgDiv_canvas img {
    width: 150px;
    height: 220px;
  } */
  .leader_detail {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .offcanvas-body {
    padding: 56px 16px 16px 16px;
  }
  .offcanvas-body1 {
    padding: 56px 16px 16px 16px !important;
  }
  .leaderDetail_name_university h4 {
    font-size: 20px;
  }
  .leaderDetail_name_university h5 {
    font-size: 16px;
  }
  .leaderDetail_name_university h6 {
    font-size: 14px;
  }
  .leader_detail_name p {
    font-size: 14px;
    width: 100%;
  }
  .offcanvas-body ul {
    gap: 20px;
    padding-left: 14px;
  }
  .offcanvas-body ul li {
    font-size: 14px;
  }
  .btn-close-canvas {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .offcanvas {
    width: 100% !important;
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    border-radius: 16px 16px 0px 0px;
  }
  .offcanvas.offcanvas-end {
    top: 100px !important;
    bottom: 0px !important;
    transform: translateY(100%);
  }
  .offcanvas-body.responsive-size {
    display: block;
  }
  .offcanvas-body.default-size {
    display: none;
  }
  .leader_detail_name {
    gap: 20px;
  }
  .work_profile h2 {
    color: #142e59;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .work_profile_div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .work_profile_div h3 {
    color: #142e59;
    font-size: 16px;
    font-weight: 600;
  }
  .more {
    display: none;
  }
  #read_more {
    color: #d90d36;
    cursor: pointer;
  }
  #show_less {
    color: #d90d36 !important;
    cursor: pointer;
  }
  .offcanvas_hr {
    background: #e3e5e8;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 16px 48px 16px;
  }
  .cards {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .cards .row {
    --bs-gutter-x: 0;
  }
  .cards .card {
    width: 100% !important;
  }
  .section3 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .investors_announce {
    top: 12px;
    right: 12px;
    width: 153px;
    height: 32px;
    font-size: 14px;
  }
  .card-img-top {
    width: 156px;
    height: 156px;
  }
  .investment_div {
    padding-top: 20px;
  }
  .investmer_detail h4 {
    font-size: 20px;
  }
  .investmer_detail p {
    font-size: 16px;
  }
  .investment_div img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 359px) {
  .container-fluid {
    padding: 0 16px;
  }
  .navbar {
    height: 56px;
  }
  .custom-dropdown-toggle::after {
    margin-left: 72%;
  }
  /* --------section-1---------- */
  .section1 {
    padding: 32px 16px;
  }
  .section1 h1 {
    font-size: 20px;
  }
  .cards .row {
    --bs-gutter-x: 0;
  }
  .section1 p {
    font-size: 14px;
    width: auto;
  }
  /* --------section-2----- */
  .section2 {
    padding: 24px 16px 48px 16px;
    background-image: none;
  }
  .section3 hr {
    margin: 0px 0px 48px 0px;
  }
  .section2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .leadershipDiv {
    gap: 16px;
    flex-direction: column;
  }
  .leader {
    gap: 12px;
  }
  .leaderImgDiv {
    width: 100%;
    height: 320px;
  }
  .leaderImgDiv img {
    width: 188px;
    height: 272px;
  }
  .leader_into img {
    width: 32px;
    height: 32px;
  }
  .leader_into1 h3 {
    font-size: 20px;
  }
  .leader_into1 p {
    font-size: 16px;
  }
  .offcanvas.offcanvas-bottom {
    border-radius: 16px 16px 0px 0px;
    height: 90%;
  }
  .leaderImgDiv_canvas {
    width: 100%;
    border-radius: 8px;
  }
  /* .leaderImgDiv_canvas img {
    width: 150px;
    height: 220px;
  } */
  .leader_detail {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .offcanvas-body {
    padding: 56px 16px 16px 16px;
  }
  .offcanvas-body1 {
    padding: 56px 16px 16px 16px !important;
  }
  .leaderDetail_name_university h4 {
    font-size: 20px;
  }
  .leaderDetail_name_university h5 {
    font-size: 16px;
  }
  .leaderDetail_name_university h6 {
    font-size: 14px;
  }
  .leader_detail_name p {
    font-size: 14px;
    width: 100%;
  }
  .offcanvas-body ul {
    gap: 20px;
    padding-left: 14px;
  }
  .offcanvas-body ul li {
    font-size: 14px;
  }
  .btn-close-canvas {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .offcanvas {
    width: 100% !important;
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    border-radius: 16px 16px 0px 0px;
  }
  .offcanvas.offcanvas-end {
    top: 100px !important;
    bottom: 0px !important;
    transform: translateY(100%);
  }
  .offcanvas-body.responsive-size {
    display: block;
  }
  .offcanvas-body.default-size {
    display: none;
  }
  .leader_detail_name {
    gap: 20px;
  }
  .work_profile h2 {
    color: #142e59;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .work_profile_div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .work_profile_div h3 {
    color: #142e59;
    font-size: 16px;
    font-weight: 600;
  }
  .more {
    display: none;
  }
  #read_more {
    color: #d90d36;
    cursor: pointer;
  }
  #show_less {
    color: #d90d36 !important;
    cursor: pointer;
  }
  .offcanvas_hr {
    background: #e3e5e8;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  /* ------------section-3----- */
  .section3 {
    padding: 0 16px 48px 16px;
  }
  .cards {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .cards .card {
    width: 100% !important;
  }
  .section3 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .investors_announce {
    top: 12px;
    right: 12px;
    width: 153px;
    height: 32px;
    font-size: 14px;
  }
  .card-img-top {
    width: 156px;
    height: 156px;
  }
  .investment_div {
    padding-top: 20px;
  }
  .investmer_detail h4 {
    font-size: 20px;
  }
  .investmer_detail p {
    font-size: 16px;
  }
  .investment_div img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 991px) {
  .hoverable-dropdown:hover .dropdown-menu {
    display: block;
  }
}
