.about-us-tabs {
  text-decoration: none;
}
.about-us-tabs:hover {
  text-decoration: none;
}

.about-us-tabs .tab-title {
  /*border-bottom: 10px solid #cfcfcf;*/
  /*border-bottom: 10px solid #08a450;*/
  padding-bottom: 20px;
  color: #cfcfcf;
  cursor: pointer;
  /*color: #58585a;*/
}
.about-us-tabs .active-about-tab {
  color: #08a450;
}
.about-us-tabs .active-about-tab + .tab-underline {
  background: #08a450;
}
.about-us-tabs .tab-underline {
  background: #cfcfcf;
  bottom: 0;
  width: calc(100% - 30px);
  position: absolute;
  height: 10px;
}
.about-us-text {
  background-color: #f6f4f7;
  padding: 30px;
  /*padding-bottom:30px;*/
}

.about-us-text p {
  padding-left: 1.5rem;
}

.about-us-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-us-text li {
  padding-left: 1em;
  padding-left: 2.1rem;
  text-indent: -0.7em;
  padding-bottom: 10px;
}

.about-us-text li::before {
  content: "• ";
  color: #08a450;
  /* or whatever color you prefer */
  padding-right: 0.3em;
}
.about-us-images {
  padding: 0;
}

.about-us-images img {
  width: 100%;
}

.our-vision {
}

.our-vision img {
  width: 100%;
}

.our-vision .img-col {
  padding: 0;
}

.our-vision .text-col {
  background-color: #f6f4f7;
  display: flex;
}

.our-vision .text-col .text-container {
  align-self: center;
}

.our-vision .text-col .text-container h4 {
  color: #08a450;
}
.our-mission h4 {
  text-align: center;
  color: #08a450;
  background-color: #f6f4f7;
  padding-top: 40px;
  margin-bottom: 0;
}
.our-mission .mission-text-container {
  padding: 0;
  background: #f6f4f7;
}

.our-mission .mission-text {
  margin-top: 20px;
  color: black;
  min-height: 100px;
}
.our-numbers {
  text-align: center;
}
.number-box {
  background-color: #f6f4f7;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 8px solid #08a450;
  color: black;
  height: 100%;
}
.number-box .counter {
  display: inline-block;
}
.number-box .plus {
  display: inline-block;
}

.number-box h4 {
  margin-top: 0.5rem;
}
.website-redirect {
  text-align: center;
}
#ltr .website-redirect a {
  margin: auto;
  border-radius: 4px;
  letter-spacing: 1px;
  background: darkgrey;
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  line-height: 3.3 !important;
  height: 50px;
}
#rtl .website-redirect a {
  margin: auto;
  border-radius: 4px;
  background: darkgrey;
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
}
#our-history .background-container {
  background-position: center, center !important;
  background-size: cover !important;
}
.our-history-swiper .swiper-slide {
  border-top: 10px solid #f6f4f7;
}
.our-history-swiper .swiper-slide-next {
  border-top: 10px solid #08a450;
}

.our-history-swiper .year {
  background-color: #f6f4f7;
}
.our-history-swiper img {
  width: 100%;
}
.our-history-swiper .year {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #f6f4f7;
}
.our-history-swiper .description {
  background-color: #f6f4f7;
  text-align: center;
  height: 100px;
  padding-top: 20px;
  overflow-y: auto;
  border-bottom: 4px solid white;
}
.history-swiper-navigation {
  background: transparent;
  background-image: none !important;
  border-radius: 50%;
  border: 2px solid #08a450;
  width: 33px !important;
  height: 33px !important;
  color: #08a450;
  padding-left: 10px;
  position: absolute !important;
  margin: 0;
  top: 30px !important;
  display: flex;
  align-items: center;
}
#chairman-message .text-container {
  position: relative;
  background-color: #f6f4f7;
  padding-left: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}
#chairman-message .quotes {
  top: 55px !important;
}
#chairman-message .chairman-img {
  width: 100%;
}
.history-swiper-navigation:before {
  line-height: 1.8;
}
@media only screen and (max-width: 1312px) {
  .about-us-section {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .our-vision .text-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-us-section {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1470px) {
  #chairman-message {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 992px) {
  #about-us > div:nth-child(2) > div > div.col-12.col-lg-4.text-col > div {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .our-history-swiper .swiper-slide-next {
    border-top: none;
  }
  .our-history-swiper .swiper-slide-active {
    border-top: 10px solid #08a450;
  }
}
@media only screen and (max-width: 500px) {
  .empty-slide {
    display: none;
  }
}
