section.main-content {
  display: block;
}
.b-item {
  width: 228px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border: 0.1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.b-item:hover {
  transform: scale(1.04);
}
.owl-carousel .owl-item .b-item img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
.b-item p.title {
  font-size: 14px;
  font-weight: 600;
  color: black;
  line-height: 15px;
}
.b-item p.estd {
  font-size: 14px;
}
.b-item p.link {
  font-size: 12px;
}
.b-item p.link:hover {
  text-decoration: underline;
}
.b-item .lower {
  padding: 7px 10px;
  display: flex;
  gap: 6px;
}

.b-holder {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.b-item .lower img {
  max-width: 4rem;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
}

.b-item p.title:hover {
  text-decoration: underline;
  cursor: pointer;
}
/*        Side Bar Style   */

.sidebar {
  min-width: 262px;
  height: auto;
  padding: 10px 20px;
}
ul.level-one li {
  padding: 5px;
}
ul.level-two {
  list-style: none;
  margin-left: 40px;
  border-left-style: dotted;
}

.b-area ul li {
  margin: 5px;
}
.b-area ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.b-head {
  padding: 10px;
}

.b-head h4 {
  font-weight: bold;
  color: #000;
}

.business_area_concern {
  display: flex;
}

.business_area_concern .sidebar {
  background-color: #f6f6f6;
  overflow: auto;
  position: relative;
  align-self: flex-start;
  height: 100vh;
}

.b-area ul > li{
  cursor: pointer;
}

.b-area ul li ul li {
  margin: 5px 0;
  padding: 5px 0;
  padding-left: 5px;
}
.b-area ul li a i.toggler {
  font-size: 1rem;
  margin-right: 2px;
  opacity: 0.7;
}
.b-area ul li ul.level-two{
  display: none;
}
.business_area_concern .main_part {
  padding-top: 4rem;
  width: calc(100% - 265px);
  overflow: hidden;
}

.business_area_concern .main_part h3 {
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 3rem;
}

.business_area_concern .main_part .content {
  display: flex;
  gap: 1.5rem;
  padding-right: 2rem;
  align-items: flex-start;
}

.content_sidebar > img {
  width: 100%;
  height: 6rem;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.content_sidebar {
  min-width: 28.1rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 28.1rem;
  display: none;
}

.content_sidebar.active {
  display: block;
}

.content_sidebar .summary {
  display: flex;
  gap: 1rem;
  margin: 8px;
  border-bottom: 1px solid #a8a5a5;
  margin-bottom: 5px;
}

.content_sidebar .summary .texts h3 {
  font-size: 1.4rem;
  margin: 0;
  line-height: 7px;
  text-align: left;
}

.content_sidebar .summary img {
  max-width: 5.3rem;
  height: 5.7rem;
  object-fit: cover;
  border-radius: 4px;
  border: 3px solid white;
  position: relative;
  top: -2rem;
}

.content_sidebar .summary .texts p {
  font-size: 1.2rem;
  line-height: 3px;
  margin-top: 9px;
}

.content_sidebar .summary .texts a {
  font-size: 1.1rem;
  opacity: 0.8;
}

.content_sidebar .dtls {
  padding: 8px 8px;
  display: flex;
}

.content_sidebar .dtls .estd {
  transform: rotate(-90deg);
  width: 2.5rem;
  white-space: nowrap;
  transform-origin: center;
  height: 3rem;
  position: relative;
  bottom: -48px;
}

.content_sidebar .dtls .cmp_dtl p {
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  color: black;
}

.content_sidebar .dtls .cmp_dtl p:first-line {
  color: gray;
}

.content_sidebar .board_directors {
  padding: 10px;
}

.content_sidebar .dtls .estd p {
  font-weight: bold;
  opacity: 0.5;
  font-size: 13px;
}

.content_sidebar .board_directors h4 {
  font-weight: bold;
  font-size: 12px;
}

.content_sidebar .board_directors .management ul li {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 5px;
  padding-left: 2.5rem;
}

.content_sidebar .board_directors .management ul li img {
  max-width: 3.5rem;
  border-radius: 50%;
  height: 3.5rem;
  object-fit: cover;
}

.content_sidebar .board_directors .management ul li .profile h6 {
  line-height: 5px;
  font-weight: 700;
  color: black;
  font-size: 12px;
}

.content_sidebar .board_directors .management ul li .profile p {
  font-size: 12px;
}
.content_sidebar .board_directors h5 {
  color: black;
  padding-left: 2.3rem;
}

.content_sidebar .board_directors .male_female {
  display: flex;
}

.content_sidebar .board_directors .male_female .gender {
  display: flex;
  align-items: center;
}

.content_sidebar .board_directors .male_female .gender img {
  max-width: 4rem;
}

.content_sidebar .board_directors .male_female .gender p {
  line-height: 5px;
  font-size: 9px;
  font-weight: bold;
}

.content_sidebar .board_directors .male_female .gender span {
  font-weight: bold;
}

.content_sidebar .board_directors .male_female .male {
  color: #00c100;
}

.content_sidebar .board_directors .male_female .female {
  color: #fdbe4a;
}

.content_sidebar .board_directors .male_female .male .percent {
  border-bottom: 1px solid #34e034;
  padding-bottom: 5px;
}

.content_sidebar .board_directors .male_female .female .percent {
  border-bottom: 1px solid #ffc864;
  padding-bottom: 5px;
}
/* .owl-carousel .owl-item .b-item .lower img {
  width: 4rem;
  height: 4rem;
  border-radius: 3px;
} */

.b-item .lower .texts {
  position: relative;
}

.b-item .lower .texts i {
  position: absolute;
  right: -30px;
  top: 0;
  font-size: 1.3rem;
  opacity: 0;
}

.b-item:hover .lower .texts i {
  opacity: 1;
}
.main_part .content__inner {
  padding: 1rem 2rem;
  padding-bottom: 11rem;
  padding-right: 11px;
  width: calc(100%);
  transition: 0.2s ease;
}
.content_sidebar .summary .fa-xmark{
  position: absolute;
  opacity: 0;
}
.main_part .content__inner.active {
  width: calc(100% - 29.3rem);
}
.b-holder.owl-carousel .owl-dots {
  display: none;
}

.b-holder.owl-carousel .owl-nav {
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0;
}
.dark-mode .business_area_concern .main_part h3 {
  color: white;
}

.dark-mode .content_sidebar .board_directors h5 {
  color: white;
}

.dark-mode .content_sidebar .board_directors .management ul li .profile h6 {
  color: white;
}

.dark-mode .content_sidebar .dtls .cmp_dtl p {
  color: white;
}

.dark-mode .b-item p.title {
  color: white;
}
.dark-mode .business_area_concern .sidebar {
  align-self: flex-start;
  background-color: black;
  z-index: 0;
}
.dark-mode .b-item {
  border: 1px solid white;
}
.business_area_concern.arabic__lang {
  flex-direction: row-reverse;
}

.arabic__lang .b-head h4 {text-align: right;}

.arabic__lang .b-area ul li a {
  flex-direction: row-reverse;
}

.arabic__lang .b-area ul li a span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}

.arabic__lang .b-area ul li ul.level-two {
  margin-left: 0;
  border-left: unset;
  border-right: 2px dotted;
  margin-right: 40px;
}

.arabic__lang .b-item .lower {
  flex-direction: row-reverse;
  text-align: right;
}

.arabic__lang .b-item .lower .texts i {
  right: unset;
  left: -30px;
}
.arabic__lang .content_sidebar .summary .fa-xmark {
  right: unset;
  left: 0;
}

.arabic__lang .content_sidebar .summary {
  flex-direction: row-reverse;
}

.arabic__lang .content_sidebar .dtls {
  flex-direction: row-reverse;
  text-align: right;
}

.arabic__lang .board_directors {
  text-align: right;
}

.arabic__lang .content_sidebar .board_directors .management ul li {
  justify-content: flex-start;
  padding-left: 0;
  flex-direction: row-reverse;
  padding-right: 4rem;
}

.arabic__lang .content_sidebar .board_directors .male_female {
  flex-direction: row-reverse;
}
.arabic__lang.business_area_concern .main_part .content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1199px) {
  .business_area_concern .main_part .content {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10rem;
  }
  .main_part .content__inner {
    width: 100%;
  }
  .main_part .content__inner.active {
    width: calc(100%);
  }
  .b-holder {
    justify-content: center;
  }
  .b-holder .b-item {
    width: 220px;
  }
  .main_part .content__inner {
    padding-bottom: 0;
  }
  .content_sidebar.active {
    margin-bottom: 9rem;
    position: fixed;
    background-color: white;
    height: calc(100vh - 6.2rem);
    overflow: auto;
    top: 6.2rem;
    box-shadow: 0 0 100px #bdbdda;
    text-align: left;
  }
  
  .content_sidebar .summary {
    position: relative;
  }

  .content_sidebar .summary .fa-xmark {
    position: absolute;
    top: -80%;
    right: 0;
    color: gray;
    background-color: white;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .business_area_concern {
    flex-wrap: wrap;
    text-align: center;
  }
  .business_area_concern .sidebar {
    min-width: 100%;
  }
  .business_area_concern .main_part {
    width: 100%;
  }
}
