.about-bg {
  width: 100%;
  position: relative;
  z-index: -1px;
  overflow: hidden;
  object-fit: cover;
  animation: zoom-in-zoom-out 20s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

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

.about-content {
  position: absolute;
  top: 0;
  z-index: 99;
}

.ab-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.count {
  background: linear-gradient(166deg, rgba(67, 94, 161, 0.33) 0%, rgba(67, 94, 161, 1.25) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Open Sans', sans-serif !important;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.5);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
}

.count-plus {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(166deg, rgba(67, 94, 161, 0.33) 0%, rgba(67, 94, 161, 1.25) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.5);
  width: 100%;

}

.loader {
  margin-top: 30px;
  height: 120px;
}

.counting-label {
  color: #62B394;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.slick-initialized .slick-slide {
  display: block;
  transition: none !important;
}
.about-page-img-arabic-1{
  margin-right: -200px;
}
.about-page-img-1 {
  margin-left: -80px;
}

.about-loder {
  display: flex;
  align-items: end;
}

.counting-label-1 {
  color: #000;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.about-gradient-box {
  background: linear-gradient(146deg, #60AD95 0%, #4563A0 100%);
  border-radius: 20px;
  padding: 3px;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.about-gradient-over-box {
  background-color: #fff;
  border-radius: 18px;
  padding: 25px;
  width: 100%;
  height: 100%;
}
.about-gradient-over-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
 
}
.about-gradient-over-box h6 {
  color: #000;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  /* 220% */
}
