/* ! HERO SECTION (DESKTOP) */
#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 61px;
  right: 20px;
  z-index: 99;
  /* font-size: 18px; */
  border: none;
  outline: none;
  background-color: #1414A0;
  color: white;
  cursor: pointer;
  width: 55px;
  padding: 13px;
  border-radius: 4px;
}
.hero_container {
  min-height: 500px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      #000 100%
    ),
    url("../img/about/hero-bg.png") no-repeat center;
  background-size: cover;
}
.admin_left{
  margin-left: 18px;
}
.admin_clr{
  color: #b61212;
}
.hero_text {
  font-size: 12px;
}

/* * TAB 91 */
.founder--image__container {
  max-width: 750px;
}

.founder--text {
  background-color: var(--color-blue);
  color: white;
  padding: 2rem 0 2rem 3rem !important;
}

.blue_clr {
  color: var(--color-blue);
}

.temp_text.twentyPx {
  font-size: 20px;
}

.temp_heading.two-side-line {
  width: fit-content;
}

.temp_heading.two-side-line::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 15%;
  background-color: gray;
  height: 1px;
  width: 70%;
  z-index: -1;
}

/* * TAB 02 */
.BOM--card__name {
  width: fit-content;
  margin-left:12%;
}

.BOM--card__position {
  color: var(--color-green);
  width: fit-content;
}

/* * TAB 04 */
.if > div {
  padding: 0.6rem 0 !important;
  font-size: small;
}
.if h4 {
  font-size: 14px;
}
.if p {
  font-weight: 500;
  margin-left: 14px;
}

.mt-10 {
  margin-top: 10px;
}
.accordion.administration {
  padding: 3rem 0;
}
.accordion-button.administration {
  border-left: 2px solid var(--color-red) !important;
  /* padding: 6px;; */
  padding: 12px 20px;
}

.font-awesome {
  font-size: 60%;
  color: #00a753;
  margin-right: 5px;
}

.professions {
  color: #434343bf;
}

.logo {
  width: 26px;
  left: -6px;
  top: -5px;
}
.ul {
  padding-left: 18px;
}
.margin {
  margin-left: 17px;
}

.pdf {
  position: relative;
  border-style: solid;
  background-color: #1414a0;
  color: #ffffff;
  width: 30%;
  border-radius: 25px;
  text-align: center;
}

.temp_heading.two {
  font-size: 40px;
}

/* * FLOWCHART */
.flowchart--container {
  padding-bottom: 3rem;
  padding-top: 3rem;
  max-width: 300px;
  margin: 0 auto;
}
.rectangle {
  position: relative;
}

ol {
  padding: 0;
  list-style-type: none;
}

.flowchart--inner {
  position: relative;
}

.flowchart--text {
  padding: 8px 16px;
  border-radius: 4px;
}

.flowchart--text.blue {
  background-color: var(--color-blue);
  color: white;
}
.flowchart--text.red {
  background-color: var(--color-red);
  color: white;
}
.flowchart--text.green {
  background-color: var(--color-green);
  color: white;
}

.flowchart--text p {
  margin: 0;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.5px;
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}
.level-1-wrapper::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 15.5%;
  width: 69%;
  height: 2px;
  background: black;
}
.level-1-wrapper li {
  position: relative;
  display: flex;
  justify-content: center;
}
.level-1 {
  width: 100%;
}
.level-1::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 46px;
  background: black;
}
.level-1::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: black;
}
.level-1.one::before {
  height: 47px;
  top: 90%;
}
.level-1-innerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* * LEVEL - 02 */
.level-2-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level-2 {
  margin-top: 60px;
  width: fit-content;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 52px;
  background: black;
}
.alumnae_story__button {
  border: 1px solid var(--color-red) !important;
  color: var(--color-red) !important;
  margin-top: 3rem;
  padding: 8px 30px !important;
  font-size: 14px !important;
}

.alumnae_story__button:hover {
  background-color: var(--color-red) !important;
  color: white !important;
}
.level-2::after {
  content: "";
  position: absolute;
  bottom: 84%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 44px;
  background: black;
  z-index: -1;
}
/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 17%;
  width: 75%;
  height: 2px;
  background: black;
}
.level-3-wrapper.eight::before {
  left: 14%;
  width: 72%;
  height: 2px;
  background: black;
}
.level-3-wrapper li {
  position: relative;
  display: flex;
  justify-content: center;
}
.level-3 {
  margin-top: 80px;
}
.level-3::before {
  content: "";
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background: black;
}
.level-3::after {
  content: "";
  position: absolute;
  background: black;
}
.level-3.two::before {
  height: 39px;
  bottom: 90%;
}
.level-3.two::after {
  width: 20px;
  height: 2px;
  right: 100%;
  top: 50%;
}
.level-3.three::before {
  height: 40px;
  bottom: 90%;
}
.level-3.three.ten::before {
  height: 48px;
}
.level-3.three::after {
  height: 2px;
  width: 12px;
  top: 50%;
  right: 100%;
}
.level-3.three.ten::after {
  width: 13px;
}
.level-3.four::before {
  height: 43px;
  bottom: 90%;
}
.level-3.four.nine::before {
  height: 50px;
  bottom: 90%;
}
.level-3.four::after {
  height: 2px;
  width: 9px;
  top: 50%;
  right: 100%;
}
.level-3-innerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.level-3 .flowchart--text p {
  font-size: 7.5px;
}
.level-3-innerWrapper.five::before {
  content: "";
  position: absolute;
  top: 85%;
  left: -20%;
  background-color: black;
  width: 2px;
  height: 58%;
}
.level-3-innerWrapper.five.fourteen::before {
  top: 81%;
  left: 9%;
  height: 81%;
}
/* LEVEL 4-1 */
.level-4-1-innerWrapper {
  position: relative;
}
.level-4-1-innerWrapper::before {
  position: absolute;
  content: "";
  left: -20px;
  top: -33px;
  background-color: black;
  width: 2px;
  height: 316px;
}
.level-4-1-innerWrapper.eleven::before {
  top: -39px;
  height: 441px;
}
.level-4-1 {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.level-4-1::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: 100%;
  top: 20%;
  background-color: black;
}
.level-4-1 .flowchart--text {
  padding: 10px;
}
/* LEVEL 4-2 */
.level-4-2-innerWrapper {
  position: relative;
}
.level-4-2-innerWrapper::before {
  position: absolute;
  content: "";
  left: -5px;
  top: -33px;
  background-color: black;
  width: 2px;
  height: 213px;
}
.level-4-2-innerWrapper.twelve::before {
  left: -13px;
  top: -40px;
  width: 2px;
  height: 292px;
}
.level-4-2-innerWrapper::after {
  position: absolute;
  content: "";
  right: -9px;
  top: 36%;
  background-color: black;
  width: 2px;
  height: 221px;
}
.level-4-2-innerWrapper.twelve::after {
  right: -9px;
  top: 47%;
  height: 219.5px;
}
.level-4-2 {
  position: relative;
  margin-top: 30px;
}
.level-4-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 2px;
  right: 100%;
  top: 20%;
  background-color: black;
}
.level-4-2.thirteen::before {
  width: 12px;
}

.level-4-2.six::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  left: 100%;
  background-color: black;
  top: 50%;
}
.level-4-2.seven::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 2px;
  right: 100%;
  background-color: black;
  top: 50%;
}

.level-4-2-last {
  display: flex;
  position: relative;
}

.level-4-2-green {
  position: absolute;
  right: -115%;
  top: 10%;
}
/* LEVEL 4-3 */
.level-4-3 {
  position: relative;
  margin-top: 30px;
}
.level-4-3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  right: 100%;
  top: 20%;
  background-color: black;
  display: none;
}
.level-4-3.fifteen::before {
  display: block;
  width: 12px;
}

.level-4-3 .flowchart--text {
  padding: 10px;
}

/*  */
.level-4-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

@media (min-width: 576px) {
  /* * TAB 01 */
  .founder--text {
    padding: 0 0 0 10% !important;
  }

  .flowchart--container {
    max-width: 508px;
  }
  .level-1-wrapper::before {
    left: 16%;
    width: 68%;
  }
  .level-1::before {
    height: 46px;
  }
  .level-1.one::before {
    height: 46px;
    top: 80%;
  }
  .flowchart--text p {
    font-size: 10px;
  }

  .level-3-wrapper {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .level-3-wrapper::before {
    left: 12%;
    width: 77%;
  }
  .level-3-wrapper.eight::before {
    left: 11.5%;
    width: 77%;
    height: 2px;
  }
  .level-3.two::before {
    height: 41px;
    bottom: 90%;
  }
  .level-3.three::after {
    height: 2px;
    width: 35px;
    top: 50%;
    right: 100%;
  }
  .level-3.four::before {
    height: 46px;
  }

  .level-3.three.ten::before {
    height: 52px;
  }
  .level-3.three.ten::after {
    width: 48px;
  }
  .level-3.four::after {
    height: 2px;
    width: 47px;
    top: 50%;
    right: 100%;
  }
  .level-3.four.nine::after {
    width: 78px;
  }
  .level-3.four.nine::before {
    height: 53px;
  }
  .level-3-innerWrapper.five::before {
    content: "";
    position: absolute;
    top: 83%;
    left: -16%;
    background-color: black;
    width: 2px;
    height: 72%;
  }
  .level-3-innerWrapper.five.fourteen::before {
    top: 79%;
    left: -42%;
    height: 72%;
  }

  .level-3 .flowchart--text p {
    font-size: 10px;
  }

  .level-4-1 {
    width: 75%;
  }
  .level-4-3-innerWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .level-4-3::before {
    display: block;
    width: 25px;
  }
  .level-4-1-innerWrapper::before {
    height: 377px;
    top: -38px;
  }
  .level-4-2-innerWrapper::before {
    left: -20px;
    height: 216px;
    top: -38px;
  }
  .level-4-1-innerWrapper.eleven::before {
    top: -46px;
    height: 452px;
  }
  .level-4-2-innerWrapper.twelve::before {
    top: -46px;
    height: 315px;
  }
  .level-4-2-innerWrapper::after {
    right: 20px;
    top: 31.5%;
    height: 237px;
  }
  .level-4-2-innerWrapper.twelve::after {
    right: 20px;
    top: 46%;
    height: 237.5px;
  }
  .level-4-2 {
    width: 75%;
  }
  .level-4-2::before {
    width: 18px;
  }
  .level-4-2.six::after {
    width: 18px;
  }
  .level-4-2.seven::before {
    width: 24px;
  }
  .level-4-2.seven {
    width: fit-content;
  }
  .level-4-2-green {
    position: absolute;
    right: -70%;
    top: 10%;
  }
  /*  */
  .level-4-3 .flowchart--text {
    padding: 10px;
  }
  .level-4-3.fifteen::before {
    width: 20px;
  }
}

@media (min-width: 768px) {
  .level-4-2-innerWrapper::before {
    left: -20px;
    height: 231px;
    top: -38px;
  }

  .level-4-2-innerWrapper::after {
    top: 33.5%;
    height: 244px;
  }
}

@media (min-width: 992px) {
  .temp_heading.two-side-line::before {
    top: 25%;
    left: 13%;
    width: 75%;
  }
}

.card img-fluid-chairman {
  background-image: url("./assets/img/administration/Picture4 3.png");
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-repeat: no-repeat;
  background-size: cover;
}

/* TAB 2 */

.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

/* .phto{
  min-width: 180px !important;
  min-height: 180px !important;
} */

.contain {
  min-width: 179px;
  min-height: 230px;
}

.containesr {
  position: relative;
  width: 100%;
}


.overlay {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 180px;
    right: 0;
    height: 0;
    width: 286%;
    opacity: 0;
    transition: 0.9s ease;
    background-color: #00A753;
    cursor: pointer;
}

.containesr:hover .overlay {
  opacity: 1;
  top: 0;
  height: 100%;
}

.containesr img {
  width: 165px !important;
  height: 211px !important;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

/* TAB 5 */
.accordion.administration {
  padding: 0.5rem 0;
}
.accordion-button.administration {
  border-left: 6px solid var(--color-red) !important;
  /* padding: 6px;; */
  padding: 8px 20px;
}
.temp_text1 {
  font-size: 14px;
  font-family: var(--ff-inter);
  line-height: 1.8;
}

.accordion-button:focus {
  z-index: 0 !important;
}
.downicon {
  position: absolute;
  left: 95%;
}

.accordion-button {
  box-shadow: 0 3px 0 lightgrey;
}
.accordion-button.administration::after {
  background-image: url(../img/administration/doun1.png) !important;
}

.accordion-button.administration:not(.collapsed)::after {
  background-image: url(../img/administration/doun1.png) !important;
}
.dropdown {
  color: #b61212;
}

.accordion-button:not(.collapsed) {
  background-color: #b61212 !important;
  color: white !important;
}

/* Add your styles here */
.dropdown-icon {
  transition: transform 0.3s ease-in-out;
}

.button-rotate .dropdown-icon {
  transform: rotate(180deg);
}

/* .dropdown-menu{
transform: translate3d(200px, 144.333px, 10px) !important;
font-size: small;
} */

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}
@media (min-width: 992px)
.ps-lg-10per {
    padding-left: 10%;
}
.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
    .overlay{
    position: absolute;
    top: 100%;
    bottom: 0 ;
    left: 0 ;
    right: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    transition: 0.9s ease;
    background-color: #00A753;
    cursor: pointer;
}
}
@media screen and (max-width: 992px) {
     .overlay{	
    position: absolute;
    top: 100%;
    bottom: 0 ;
    left: 0 ;
    right: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    transition: 0.9s ease;
    background-color: #00A753;
    cursor: pointer;
	 }
	.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}
.contain {
    min-width: 310px;
    min-height: 230px;
}

}
@media screen and (max-width: 1103px) {
     .overlay{	
    position: absolute;
    top: 100%;
    bottom: 0 ;
    left: 0 ;
    right: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    transition: 0.9s ease;
    background-color: #00A753;
    cursor: pointer;
	 }
	.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}
.contain {
    min-width: 310px;
    min-height: 230px;
}

}
@media screen and (max-width: 1195px) {
     .overlay{	
    position: absolute;
    top: 100%;
    bottom: 0 ;
    left: 0 ;
    right: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    transition: 0.9s ease;
    background-color: #00A753;
    cursor: pointer;
	 }
	.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}
.contain {
    min-width: 310px;
    min-height: 230px;
}

}

