.styleToolkit {
  background-color: #006a4e;
  border-radius: 5px;
  padding: 5px 20px;
}

.v3_card {
  padding: 2.4rem;
  border-radius: 5px;
  color: #338F7A;
  font-size: 4vw;
  background-color: white;
  margin: 0 0.6rem;
}

.activity-card span {
  border: 1px solid #cdf0dd;
  background-color: #cdf0dd;
  color: white;
  border-radius: 5px;
  margin: 0 45px;
  width: 355px;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-card-relative {
  position: relative;
}

.activity-card-absolute {
  border: 1px solid #338F7A;
  background-color: #338F7A;
  color: white;
  border-radius: 5px;
  margin: 0 45px;
  width: 355px;
  height: 185px;
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 7%;
  text-align: start;
}

.activity-card-absolute h2 {
  margin: 0;
  color: #F59946;
}

.activity-card-absolute h4 {
  margin: 0;
  color: #fff;
}

.footer-menu li {
  padding: 0 0 5px 0;
}

.footer-menu li a {
  color: white;
}

.footer-behalf p {
  color: white;
}

.Stakeholder h4 {
  font-size: 30px;
}

.owl-stage-outer .owl-height {
  height: 250px !important;
}

.rotate_image {
  width: 130px;
}

._2p3a {
  width: 600px !important;
}

.activity_card {
  position: absolute;
  top: 150px;
  background-color: white;
  margin: 20px;
  padding: 20px;
  z-index: 9;
  width: 90%;
}

.v3_card p {
  position: absolute;
  display: none;
  height: 120px;
}

.v3_card p {
  position: absolute;
  left: 0;
  padding: 0 22px;
  font-size: 0.8vw;
  top: 0px;
}

.v3_card:hover p {
  display: flex;
  align-items: center;
}

.v3_card:hover i {
  color: white;
}

.ptb-15 {
  padding: 15px 0;
}

.E2_card {
  position: relative;
  /* height: 160px;
  width: 160px; */
  height: 140px;
  width: 140px;
  border-radius: 20px;
  color: #4897d2;
  font-size: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6rem;
}

.E2_card p {
  position: absolute;
  margin: 0;
  padding: 5px;
  border-radius: 20px;
  /* height: 160px;
  width: 160px; */
  height: 140px;
  width: 140px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.811);
  /* display: none; */
  opacity: 0;
  transition: opacity 2s ease;
}

.E2_card:hover p {
  /* display: flex; */
  opacity: 1;
}

.edit-button {
  margin-right: 5px;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  border: none !important;
}

.edit-button:hover {
  color: black;
}

/* start css for 3d flipbook */


.portfolio-style-three {
  min-height: 370px;
  border-radius: 5px;
}

.portfolio-style-three .portfolio-image {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.portfolio-style-three .portfolio-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-style-three .portfolio-image .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: rgba(0, 104, 72, 0.8);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  border-radius: 8px;
}

.portfolio-style-three .portfolio-image .portfolio-content {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;

  .btn {
    margin-bottom: 10px;
  }
}

.portfolio-style-three .portfolio-image .portfolio-icon {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.portfolio-style-three .portfolio-image .portfolio-icon a {
  color: var(--white);
  position: relative;
  z-index: 5;
  text-align: center;
  background-color: #006848;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-style-three .portfolio-image .portfolio-icon a:hover {
  background-color: #006848;
}

.portfolio-style-three .portfolio-text {
  padding-top: 16px;
}

.portfolio-style-three .portfolio-title a {
  color: #006848;
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-three .portfolio-title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .portfolio-style-three .portfolio-title a {
    font-size: 20px;
  }
}

.portfolio-style-three .text {
  color: #006848;
  margin-top: 8px;
}

.portfolio-style-three:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}


/* end css for 3d flipbook */


#home-slider {
  height: 350px;
  margin-bottom: 25px;
  /* width: 424px; */
  position: relative;
  overflow: hidden;
}

#home-slider img {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* width: 100%;
  height: 100%; */
}

#home-slider img.active {
  opacity: 1;
}

/* @media only screen and (max-width: 1600px) {
  .header-wrap .container {
    max-width: 1340px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px !important;
  }
} */

.overlay-image {
  width: 60%;
  z-index: 1;
  position: absolute;
  height: 88%;
  left: 12%;
  top: 14%;
  border-radius: 5px;
}

.overlay-image3 {
  width: 82%;
  z-index: 1;
  position: absolute;
  height: 60%;
  left: -5%;
  top: 47%;
  border-radius: 5px;
  opacity: 0.8;
}

.overlay-image2 {
  width: 60%;
  z-index: 1;
  position: absolute;
  height: 90%;
  left: 6%;
  top: 7%;
  border-radius: 5px;
}

.overlay-image4 {
  width: 24%;
  z-index: 1;
  position: absolute;
  height: 50%;
  left: 44%;
  top: 18%;
  border-radius: 5px;
}

.text-gallery {
  position: absolute;
  top: 106%;
  z-index: 9;
  width: 70%;
  text-align: center;
}

/* @media only screen and (max-width: 1500px ) {
  .hero-wrap .style3{
    height: 85vh;
  }
} */

.owl-dots {
  /* display: none; */
  text-align: center;
}

.data-black p {
  color: black;
  /* margin-bottom: 0; */
  text-align: justify;
}

.data-black ul li {
  color: black;
}

.data-black td {
  padding-right: 20px;
}

.data-black h4:first-child {
  text-align: center;
}

.data-black ul {
  padding-left: 1rem;
}

.data-black .msd p {
  text-align: justify;
}

.data-black h4 {
  margin-bottom: 15px;
}

.blog-date {
  position: absolute;
  top: 0;
  padding: 25px;
  border-radius: 5px;
  background-color: #008f63;
  color: white;
}

.card .shadow p {
  color: black !important;
}

.page-item.active .page-link {
  background-color: #d71d24;
  border-color: #d71d24;
}

.page-link {
  color: #d71d24;
}

.page-link:hover {
  color: #d71d24;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .hero-wrap.style3 .hero-shape-two {
    right: 6%;
  }

  .E2_card {
    width: 100px;
    height: 100px;
  }

  .E2_card i {
    font-size: 50px;
  }

  .E2_card p {
    width: 100px;
    height: 100px;
  }

  .btn.style2 {
    margin-bottom: 8px;
  }

  .promo-video .play-now {
    font-size: 30px;
  }

  .content-title h2 {
    font-size: 18px !important;
  }

  .counter-card-wrap.style3 .counter-card {
    padding: 5px;
  }

  .mio-text {
    padding-left: 5px;
  }

  .promo-video .container {
    max-width: 860px;
  }

  /* #home-slider {
    height: 300px !important;
  } */

  .hero-wrap .container {
    max-width: 860px;
  }

  .hero-wrap.style3 {
    padding: 40px 0 0 0 !important;
  }

  #home-slider {
    height: 300px;
  }

  .hero-content h2 {
    font-size: 25px !important;
  }

  .hero-content p {
    font-size: 12px;
  }

  .hero-shape-two.moveHorizontal {
    width: 100px !important;
  }

  .counter-num {
    font-size: 24px !important;
  }

  .E2_card p {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .hero-wrap.style3 .hero-shape-two {
    right: 6%;
  }

  .E2_card {
    width: 95px;
    height: 95px;
  }

  .E2_card i {
    font-size: 40px;
  }

  .E2_card p {
    width: 95px;
    height: 95px;
  }

  .btn.style2 {
    margin-bottom: 20px;
  }

  .promo-video .play-now {
    font-size: 30px;
  }

  .content-title h2 {
    font-size: 18px !important;
  }

  .counter-card-wrap.style3 .counter-card {
    padding: 5px;
  }

  .mio-text {
    padding-left: 5px;
  }

  .promo-video .container {
    max-width: 860px;
  }

  .hero-wrap .container {
    max-width: 720px;
  }

  .hero-wrap.style3 {
    padding: 40px 0 0 0 !important;
  }

  #home-slider {
    height: 250px;
  }

  .hero-content h2 {
    font-size: 25px !important;
  }

  .hero-content p {
    font-size: 12px;
  }

  .hero-shape-two.moveHorizontal {
    width: 100px !important;
  }

  .counter-num {
    font-size: 20px !important;
  }

  .counter-text {
    padding: 8px 4px !important;
  }

  .hero-wrap.style3 .hero-shape-two {
    right: 2%;
  }

  .mio-text {
    padding-left: 10px;
  }

  .E2_card p {
    font-size: 8px;
  }

}

@media screen and (max-width: 767px) {

  .hero-wrap.style3 .hero-img-wrap {
    margin-left: 0px;
  }

  h2 {
    font-size: 21px !important;
  }

  .promo-video .bg-f .style3 {
    padding-top: 0px !important;
  }

  .home-mblResponsive {
    height: 670px !important;
  }

  .counter-icon {
    padding-top: 10px;
  }

  .counter-text {
    margin-top: 0px !important;
    padding: 8px 4px !important
  }

  .counter-text h5 {
    margin-bottom: 0px !important;
  }

  .counter-text p {
    text-align: left;
  }

  .counter-num {
    font-size: 12px !important;
  }

  .card-mblResponsive {
    height: 197px !important;
  }

  .card2-mblResponsive {
    width: 47% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 408px !important;
  }

  .mio-text {
    padding-left: 12px;
    font-size: 3.5vw;
  }

  .mbl-app-responsive {
    width: 100%;
  }

  .download span {
    font-size: 4.7vw !important;
    margin-left: 20px;
  }

  .footer-responsive {
    padding-bottom: 10px;
  }

  .copyright-text {
    margin: 0 !important;
  }

  .owl-nav {
    padding-bottom: 10px !important;
  }

  .E2_card p {
    font-size: 8px;
  }

}

.gallery-tab {
  padding: 10px 40px;
  /* border: 1px solid #0d6efd !important; */
  border-radius: 25px !important;
  /* font-size: 20px; */
}

.news input {
  margin: 0;
}

.team input {
  margin: 0;
}

.library-category input {
  margin: 0;
}

.library input {
  margin: 0;
}

.gallery-category input {
  margin: 0;
}

.gallery input {
  margin: 0;
}

.training-category input {
  margin: 0;
}

.training input {
  margin: 0;
}

.msd-category input {
  margin: 0;
}

.msd input {
  margin: 0;
}

.awareness-category input {
  margin: 0;
}

.awareness input {
  margin: 0;
}

.home-shadow {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.5);
}

.home2-shadow {
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.5);
}

/* .home3-shadow {
  box-shadow: 0 0 10px 4px #006a4e;
} */

/* .nav-pills .nav-link,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #fee8ea;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: rgba(207, 83, 88, 1);
} */

.gallery-tab:hover {
  box-shadow: 0 0 10px 4px rgba(43, 66, 195, 0.303);
}

.canvasjs-chart-credit {
  display: none;
}

.word {
  margin: auto;
  color: black;
  font: 700 normal 2.5em 'tahoma';
}

.integration li {
  margin-left: 30px;
  list-style-type: square;
  font-size: 20px;
}

.features {
  font-size: 25px;
  line-height: 1.2;
  color: white;
  padding-top: 10px;
}

.sign_up {
  border: 2px solid #4897d2;
  line-height: 1.0;
  color: black;
  font-weight: 500;
}

.sign_up:hover {
  background-color: #4897d2;
  color: white;
}

.nav-pills .nav-link.active {
  background-color: black;
}

.nav-link {
  color: black;
}

/* hr {
  color: #4897d2;
  height: 3px !important;
}

.hr {
  width: 0px;
  transition: width 5s;
} */

/* .home-shadow:hover{
  height: 306px;
  width: 22% !important;
  position: absolute;
} */

.features-card {
  margin-top: 20px;
  transition: margin-top 0.5s ease-in-out;
}

.features-card:hover {
  margin-top: 0px;
}

body {
  font-family: 'jost*', sans-serif;
}

/* #navbarSupportedContent ul {
  display: flex;
  align-items: center;
} */

#navbarSupportedContent ul li a {
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
}

.dropdown-menu .nav-item:not(:last-child) {
  border-bottom: 1px solid black;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .15) !important;
  margin: 0 !important;
  padding: 0 !important;
  /* background-color: rgba(255, 255, 255, .93); */
  width: 300px !important;
}

.dropdown-menu .nav-item {
  padding: 5px 0px;
  color: #434343 !important;
  font-weight: 700 !important;
}

/* .dropdown-menu .nav-item a{
  color : black !important;
} */

.footer-wrap {
  background-color: #006a4e;
}

.footer-wrap h5,
.footer-wrap p,
.footer-wrap a {
  color: white;
}

.footer-wrap p,
a {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.footer-wrap a {
  font-size: 16px;
}

.footer-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-end {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.footer-end p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.nav-link {
  display: flex;
  align-items: center;
}

.go-to-top {
  position: fixed;
  bottom: 0;
  color: #434343;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  z-index: 999;
  background-color: white;
  padding: 2px 0;
}

.btn,
a.button,
input.button {
  border-style: solid;
  border-width: 1px;
  line-height: 22px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

a.button.background-60-d.heading-d {
  background: #006a4e;
}

.colors-a a,
a.colors-a {
  color: #c30f08;
}

a.button.background-60-d.heading-d:hover {
  background: #c30f08;
}

.heading-d {
  color: #fff !important;
}

.implemented-photo {
  max-width: 60%;
  margin: auto;
}

.implemented-photo img {
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
  max-width: 100%;
}

.brands .item img {
  /* border-radius: 5px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
  margin-bottom: 10px;
  max-width: 100%; */
  /* height: 40px; */
}

.brands-item {
  height: 90px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

.carousel-container {
  height: 400px;
  /* Your desired fixed height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-inner {
  width: 100%;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  animation: zoomAnimation 15s infinite alternate;
}

@keyframes zoomAnimation {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.owl-prev {
  position: absolute !important;
  top: 40%;
  z-index: 999;
  padding: 0;
  margin: 0px;
  display: inline-block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  cursor: pointer;
  border-radius: 0% !important;
  left: 0;
}

.owl-next {
  position: absolute !important;
  top: 40%;
  z-index: 999;
  padding: 0;
  margin: 0px;
  display: inline-block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  text-align: center;
  cursor: pointer;
  right: 0;
}

.owl-nav span {
  font-size: 50px;
}

.home-p {
  font-size: 14px;
  color: white;
}

/* .participated_factories li {
  padding-left: 20px;
  padding-top: 12px;
} */

.bg-custom-success {
  background-color: #006a4e;
}

.bg-custom-success:hover {
  background-color: #c30f08;
}

@media (min-width: 1400px) {
  .container {
    /* width: 1080px; */
    width: 1200px;
  }

  .home-p {
    font-size: 1rem;
  }
}

.bg-green {
  background-color: #006a4e;
}

.main-header {
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  color: black;
}

.sub-header {
  font-size: 25px;
  font-weight: 700;
  color: #434343;
  line-height: 30px;
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}


.timeline-picture {
  max-width: 100%;
  height: auto;
}

.beneficiary_stats {
  background-color: #dddddd59;
  padding: 20px 30px;
}

.beneficiary .heading {
  font-size: 54px;
}

.beneficiary .death_benefit {
  display: none;
}

.process .process-row .process-step .process-box {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0;
  font-size: 36px;
  line-height: 150px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid;
  overflow: hidden;
  margin: 0 auto;
  border-color: rgba(118, 118, 118, .7);
}

.brands .description {
  display: none;
}

.post-day {
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  color: #434343;
  text-align: end;
}

.post-month {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #434343;
}

.post-authors {
  font-size: 11px;
  font-weight: 600;
  color: #434343;
}


.esgc-Website-picture {
  max-height: 230px;
}

.page-transition {
  font-weight: 700;
  font-size: 19px;
  color: #434343;
  text-decoration: none;
}

.post-read-more {
  text-transform: uppercase;
  font-weight: 500;
  color: #c30f08;
  text-decoration: none;
}

.post-read-more-hover:hover {
  color: #bd5252;
}

.media-icon,
.media-icon .col {
  margin: 0;
  /* padding: 0; */
}

.media-icon .popup-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c30f08;
  background: #006a4e;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}

.media-icon img {
  border-radius: 15px;
}

.fa-play {
  font-size: 30px;
  position: absolute;
  top: 18px;
  left: 26px;
}

/* .card-img-top {
  position: relative;
  width: 450px;
} */


@media (max-width: 992px) {
  .post-day {
    font-size: 12px;
    font-weight: 800;
    margin-right: 4px;
  }

  .post-month {
    font-size: 12px;
    font-weight: 800;
  }

  .custom-left-margin {
    margin-left: 20px;
  }

}

/* the eis pilot special unit */

#wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}

#container {
  float: left;
  padding: 1em;
  width: 100%;
}

ol.static-org-chart,
ol.static-org-chart ol,
ol.static-org-chart li,
ol.static-org-chart li>div {
  position: relative;
}

ol.static-org-chart,
ol.static-org-chart ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.static-org-chart {
  text-align: center;
}

ol.static-org-chart ol {
  padding-top: 1em;
}

ol.static-org-chart ol:before,
ol.static-org-chart ol:after,
ol.static-org-chart li:before,
ol.static-org-chart li:after,
ol.static-org-chart>li>div:before,
ol.static-org-chart>li>div:after {
  background-color: #c30f08;
  content: '';
  position: absolute;
}

ol.static-org-chart ol>li {
  padding: 1em 0 0 1em;
}

ol.static-org-chart>li ol:before {
  height: 1em;
  left: 50%;
  top: 0;
  width: 3px;
}

ol.static-org-chart>li ol:after {
  height: 3px;
  left: 3px;
  top: 1em;
  width: 50%;
}

ol.static-org-chart>li ol>li:not(:last-of-type):before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.static-org-chart>li ol>li:not(:last-of-type):after {
  height: 105%;
  left: 0;
  top: 0;
  width: 3px;
}

ol.static-org-chart>li ol>li:last-of-type:before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}

ol.static-org-chart>li ol>li:last-of-type:after {
  height: 2em;
  left: 0;
  top: 0;
  width: 3px;
}

/*** PRIMARY ***/
ol.static-org-chart>li>div {
  margin-left: 1em;
}

ol.static-org-chart>li>div:before {
  bottom: 2em;
  height: 3px;
  left: -1em;
  width: 1em;
}

ol.static-org-chart>li>div:first-of-type:after {
  bottom: 0;
  height: 2em;
  left: -1em;
  width: 3px;
}

ol.static-org-chart>li>div+div {
  margin-top: 1em;
}

ol.static-org-chart>li>div+div:after {
  height: calc(100% + 1em);
  right: -1em;
  top: -1em;
  width: 3px;
}

/*** SECONDARY ***/
ol.static-org-chart>li>ol:before {
  left: 0;
  right: inherit;
}

ol.static-org-chart>li>ol:after {
  left: 0;
  width: 100%;
}

ol.static-org-chart>li #first:after {
  width: 0%;
}

ol.static-org-chart #second:after {
  width: 0%;
}

ol.static-org-chart #second:before {
  height: 6em !important;
  left: 0 !important;
  top: -5em !important;
}

ol.static-org-chart #first>li>div {
  height: 80px;
  width: 250px;
  color: #fff;
  background-color: #000053;
}

ol.static-org-chart #first>li>div>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*** MEDIA QUERIES ***/
@media only screen and (min-width: 75em) {
  ol.static-org-chart #second:before {
    height: 7em !important;
    left: 50% !important;
    top: -6em !important;
    width: 3px !important;
  }

  ol.static-org-chart {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* PRIMARY */
  ol.static-org-chart>li>div {
    display: inline-block;
    float: none;
    margin: 0 1em 1em 1em;
    vertical-align: bottom;
  }

  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(2),
  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(2)~div {
    width: calc((100% / 2) - 2em - 4px);
  }

  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(3),
  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(3)~div {
    width: calc((100% / 3) - 2em - 4px);
  }

  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(4),
  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(4)~div {
    width: calc((100% / 4) - 2em - 4px);
  }

  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(5),
  ol.static-org-chart>li>div:first-of-type:nth-last-of-type(5)~div {
    width: calc((100% / 5) - 2em - 4px);
  }

  ol.static-org-chart>li>div:before,
  ol.static-org-chart>li>div:after {
    bottom: -1em !important;
    top: inherit !important;
  }

  ol.static-org-chart>li>div:before {
    height: 1em !important;
    left: 50% !important;
    width: 3px !important;
  }

  ol.static-org-chart>li>div:only-of-type:after {
    display: none;
  }

  ol.static-org-chart>li>div:first-of-type:not(:only-of-type):after,
  ol.static-org-chart>li>div:last-of-type:not(:only-of-type):after {
    bottom: -1em;
    height: 3px;
    width: calc(50% + 1em + 3px);
  }

  ol.static-org-chart>li>div:first-of-type:not(:only-of-type):after {
    left: calc(50% + 3px);
  }

  ol.static-org-chart>li>div:last-of-type:not(:only-of-type):after {
    left: calc(-1em - 3px);
  }

  ol.static-org-chart>li>div+div:not(:last-of-type):after {
    height: 3px;
    left: -2em;
    width: calc(100% + 4em);
  }

  /* SECONDARY */
  ol.static-org-chart>li>ol {
    display: flex;
    flex-wrap: nowrap;
  }

  ol.static-org-chart>li>ol:before,
  ol.static-org-chart>li>ol>li:before {
    height: 1em !important;
    left: 50% !important;
    top: 0 !important;
    width: 3px !important;
  }

  ol.static-org-chart>li>ol:after {
    display: none;
  }

  ol.static-org-chart>li>ol>li {
    flex-grow: 1;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
  }

  ol.static-org-chart>li>ol>li:only-of-type {
    padding-top: 0;
  }

  ol.static-org-chart>li>ol>li:only-of-type:before,
  ol.static-org-chart>li>ol>li:only-of-type:after {
    display: none;
  }

  ol.static-org-chart>li>ol>li:first-of-type:not(:only-of-type):after,
  ol.static-org-chart>li>ol>li:last-of-type:not(:only-of-type):after {
    height: 3px;
    top: 0;
    width: 50%;
  }

  ol.static-org-chart>li>ol>li:first-of-type:not(:only-of-type):after {
    left: 50%;
  }

  ol.static-org-chart>li>ol>li:last-of-type:not(:only-of-type):after {
    left: 0;
  }

  ol.static-org-chart>li>ol>li+li:not(:last-of-type):after {
    height: 3px;
    left: 0;
    top: 0;
    width: 100%;
  }

  ol.static-org-chart #first>li>div {
    height: 80px;
    width: 150px;
    color: #fff;
    background-color: #000053;
  }

  ol.static-org-chart #first>li>div>div {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

ol.static-org-chart .staff_card {

  min-width: 250px !important;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

ol.static-org-chart .staff_title {
  height: 50px;
  text-align: center;
  background-color: #000053;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
}

ol.static-org-chart .staff_info {
  /*height: 80px;*/
  /*padding: 5px;*/

}

ol.static-org-chart .staff_image img {
  border: 5px solid #006a4e;
  width: 140px;
}

ol.static-org-chart .staff_image {
  /*float: left;
  width: 30%;*/
  margin-bottom: 5px;
}

ol.static-org-chart .staff_name_container {
  padding-top: 15px;
  border: 5px solid #006a4e;
  padding-bottom: 15px;
  /*float: right;
  width: 60%;*/
}

ol.static-org-chart .staff_name_label {
  color: #c30f08;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

ol.static-org-chart .staff_name {
  font-size: 14px;
  text-align: center;
  color: #006a4e;
}

ol.static-org-chart #second>li>div:not(:first-child) {
  height: 60px;
  width: 250px;
  background-color: #ececec;
  color: #000053;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 0.2rem;
}

ol.static-org-chart #second>li>div:not(:first-child)>div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

ol.static-org-chart #second>li>div:not(:first-child):hover {
  background-color: #c30f08;
  box-shadow: none;
}

ol.static-org-chart .staff_card+div {
  margin-top: 10px;
}

.profile {
  border: none;
  background: none;
  margin-top: -1px;
}

.profile-image img {
  border: 3px solid #006a4e;
  box-shadow: 0px 2px 4px 3px rgb(0 0 0 / 37%), 0 1px 2px rgb(0 0 0 / 38%);
  border-radius: 50%;
}

.about-heading .special_unit {
  font-size: 50px;
}

.further li {
  color: #000;
}

.dropdown-menu .nav-item a {
  color: rgb(67, 67, 67) !important;
}

h4 {
  letter-spacing: 2px;
  font-size: 20px;
}

h3 {
  font-size: 30px;
}

.factory-tab button {
  color: #c30f08;
  font-family: 'jost*' 'sans-serif';
  font-weight: 600;
}

.factory-tab button.active {
  color: rgb(0, 0, 0) !important;
}

#myTabContent a {
  font-size: 14px;
}

.away .small-text {
  display: none;
}

.home .big-text {
  display: none;
  color: rgb(0, 0, 0);
}

.video-img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px;
}

.video-img-text p {
  margin: 0;
}

.media-icon .card-title {
  color: rgb(67, 67, 67);
  font-size: 17px;
}

/* .media-icon p {
  font-weight: 600;
} */

level {
  font-weight: 600;
  color: #000;
}

.alert {
  position: absolute !important;
  top: 70px;
  right: 20px;
  animation: fadeOut 15s forwards;
  z-index: 9999;
  padding: 10px;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.footer-wrap a:hover {
  color: rgba(175, 175, 175, .75);
}

.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 45px;
  left: 90px;
  z-index: 999999999;
}


.floatingButton {
  display: block;
  width: 85px;
  height: 85px;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #f42a41, #006a4e);
  background: -o-linear-gradient(45deg, #f42a41, #006a4e);
  background: linear-gradient(45deg, #f42a41, #006a4e);
  color: #fff;
  line-height: 20px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 0px;
  right: 0px;
  border: 5px solid #b2bedc;
  /* opacity: 0.3; */
  opacity: 1;
  transition: all 0.4s;
  padding: 10px 0px;
}

.floatingMenu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  /* width: 200px; */
  /* display: none; */
}

.floatingMenu li {
  width: 100%;
  float: left;
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
}

.floatingMenu li a {
  padding: 8px 15px;
  display: inline-block;
  background: #006a4e;
  color: #cccccc;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
  color: white;
}

.floatingMenu.close {
  display: none;
}

/* .floatingMenu.open {
  display: block;
} */

.communication_view_button {
  background-color: #006a4e;
}

.communication_view_button:hover {
  background-color: #c30f08;
}

.further_link {
  color: #c30f08;
}

.further_link:hover {
  color: rgba(203, 135, 95, .75);
}

#dot-scroll {
  list-style: none;
  position: fixed;
  z-index: 1030;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 5px;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color .6s;
  -moz-transition: background-color .6s;
  -ms-transition: background-color .6s;
  -o-transition: background-color .6s;
  transition: background-color .6s
}

.android-browser-4_3minus #dot-scroll {
  transition: none;
  -webkit-transition: none
}

#dot-scroll li {
  display: block;
  padding: 8px 0;
  width: 5px;
  height: 21px
}

#dot-scroll li a {
  display: block;
  width: 100%;
  height: 100%
}

#dot-scroll li a span {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .6s;
  -moz-transition: background-color .6s;
  -ms-transition: background-color .6s;
  -o-transition: background-color .6s;
  transition: background-color .6s
}

.android-browser-4_3minus #dot-scroll li a span {
  transition: none;
  -webkit-transition: none
}

#dot-scroll li a.active span {
  border: 1px solid;
  width: 10px;
  height: 10px;
  margin-top: -2.5px;
  margin-left: -2.5px
}

#dot-scroll li a.target span {
  border: 0 solid;
  width: 8px;
  height: 8px;
  margin-top: -1.5px;
  margin-left: -1.5px
}

@media (max-width: 1249px) {
  #dot-scroll {
    display: none
  }
}


#dot-scroll.colors-e li a span {
  background-color: #434343
}

#dot-scroll.colors-e li a.active span,
#dot-scroll.colors-e li a:hover.active span {
  background-color: rgba(255, 255, 255, .93)
}

#dot-scroll.colors-e li a.active span,
#dot-scroll.colors-e li a.target span,
#dot-scroll.colors-e li a.target.active span,
#dot-scroll.colors-e li a:hover.active span,
#dot-scroll.colors-e li a:hover.target span,
#dot-scroll.colors-e li a:hover.target.active span {
  border-color: #434343
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.factory-tab {
  color: #c30f08;
}

.factory-tab :hover {
  color: black;
}

.modalClose {
  background-color: rgba(240, 158, 158, .3);
  color: black;
  border: 1px solid rgba(57, 57, 57, .5);
}

.modalClose:hover {
  background-color: rgba(57, 57, 57, .2);
  color: black;
}

.header-details {
  letter-spacing: 2px;
}

.implemented-table p,
h3 {
  margin: 0;
  padding: 0;
}

.apexcharts-legend {
  text-align: left;
}

/* .apexcharts-legend {
  top: 120px !important;
  right: 60px !important;
} */

.content.home-alice .heading {
  color: #fff !important;
}

@media only screen and (max-width: 500px) {
  .home-p {
    line-height: 1.2;
  }

  .content.home-alice {
    padding-top: 0.8rem !important;
  }

  .content hr {
    display: none;
  }

  #home img {
    height: 100% !important;
    /* height: 585px !important; */
  }

  #process {
    padding-top: 2rem !important;
  }

  .content.home-alice .heading {
    /* color: #000 !important; */
  }

  #home .home-top {
    height: 100vh !important;
    /* height: 90vh !important; */
  }

  .footer-end {
    display: block;
  }

  .factories-link {
    white-space: initial !important;
  }

  .main-header {
    font-size: 2rem;
    line-height: 1.4;
  }

  .worker-poster {
    height: 270px !important;
  }

  .worker-leaflet {
    height: 270px !important;
  }

  .apexcharts-legend {
    right: 40px !important;
  }

  .media-icon .popup-videos {
    width: 40px;
    height: 40px;
    top: 15%;
  }

  .fa-play {
    top: 6px;
    left: 12px;
  }

  .post-day {
    text-align: left;
    margin-bottom: 0;
  }

  .post-month {
    text-align: left;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .dropdown-menu {
    width: 100% !important;
    border: none !important;
  }

  .dropdown-menu .nav-item {
    border: none !important;
  }

  .menu-expand {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }

  .brands-item {
    height: 150px;
  }

}

@media only screen and (min-width:501px) and (max-width: 768px) {
  .home-p {
    line-height: 1.2;
  }

  .content.home-alice {
    padding-top: 0.8rem !important;
  }

  .content hr {
    display: none;
  }

  #home img {
    height: 740px !important;
  }

  #home .home-top {
    height: 48vh !important;
  }

  #process {
    padding-top: 2rem !important;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .dropdown-menu {
    width: 100% !important;
    border: none !important;
  }

  .dropdown-menu .nav-item {
    border: none !important;
  }

  .worker-poster {
    height: 220px !important;
  }

  .worker-leaflet {
    height: 220px !important;
  }

  .apexcharts-legend {
    right: 40px !important;
  }

  .menu-expand {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }

  .brands-item {
    height: 55px;
  }
}

/* @media only screen and (min-width:769px) and (max-width: 1024px) { */
@media only screen and (min-width:769px) and (max-width: 991px) {
  #home img {
    height: 740px !important;
  }

  #home .home-top {
    height: 63vh !important;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .dropdown-menu {
    width: 100% !important;
    border: none !important;
  }

  .dropdown-menu .nav-item {
    border: none !important;
  }

  .worker-poster {
    height: 220px !important;
  }

  .worker-leaflet {
    height: 220px !important;
  }

  .apexcharts-legend {
    right: 40px !important;
  }

  .menu-expand {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }

  .brands-item {
    height: 55px;
  }
}

@media only screen and (max-width: 400px) {
  #home .home-top {
    height: 930px !important;
  }

  .menu-expand {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
  }

  .brands-item {
    height: 150px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.event-fact {
  color: rgb(67, 67, 67);
}

.event-fact:hover {
  color: #c30f08;
}

.view_session p {
  margin: 0;
  padding: 0;
}

.impact-icon p {
  text-align: justify;
}

.training-des p {
  color: white !important;
}

.cause-heading {
  line-height: 2;
  /* Adjust line height */
  margin-bottom: 1em;
  /* Adds a gap below the heading */
}

.cause-heading:only-child {
  margin-bottom: 0;
  /* Removes gap if there is no line wrapping */
}

  .sliding-text {
    animation: slideIn 1s ease-in 1s forwards;
  }

  @keyframes slideIn {
    from {
      right: -100%;
    }
    to {
      right: 10px;
    }
  }
