/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
.video-wrapper {
  position: relative;
}
.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.video-wrapper .play-btn i {
  display: inline-block;
  width: 26px;
  height: 19px;
}

video {
  pointer-events: auto;
  z-index: 1;
}

.border-green {
  margin-block: 24px 15px;
  border-bottom: 0.75px solid #A9F2E8;
}

.news-block {
  position: relative;
}
.news-block hr {
  border-color: #A9F2E8;
  opacity: 1;
  padding-top: 30px;
  margin: 0;
  margin-top: 30px;
}
.news-block h4 {
  min-height: 76px !important;
}
@media (max-width: 991.98px) {
  .news-block h4 {
    min-height: 20px !important;
  }
}
.news-block a {
  text-decoration: underline;
  font-size: 20px;
  color: #014C59;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .news-block a {
    font-size: 18px;
  }
}
.news-block figure {
  margin: 0;
}
.news-block figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.01);
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block:hover figure img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.info-sec {
  display: flex;
  line-height: 14px;
  margin-bottom: 25px;
}
.info-sec .date {
  font-size: 18px;
  font-weight: 600;
  color: #2F1D77;
}
@media (max-width: 1199.98px) {
  .info-sec .date {
    font-size: 16px;
  }
}
.info-sec .tag {
  font-size: 18px;
  font-weight: 600;
  color: #29F3C6;
  border-inline-start: 1px solid #D9D9D9;
  padding-inline-start: 10px;
  margin-inline-start: 10px;
}
@media (max-width: 1199.98px) {
  .info-sec .tag {
    font-size: 16px;
  }
}

.news-block {
  position: relative;
}
.news-block hr {
  border-color: #A9F2E8;
  opacity: 1;
  padding-top: 30px;
  margin: 0;
  margin-top: 30px;
}
.news-block h4 {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  min-height: 80px;
}
@media (max-width: 991.98px) {
  .news-block h4 {
    margin-bottom: 18px;
    min-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .news-block h4 {
    min-height: auto;
  }
}
.news-block a {
  text-decoration: underline;
  font-size: 20px;
  color: #014C59;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .news-block a {
    font-size: 18px;
  }
}
.news-block figure {
  margin: 0;
}
.news-block figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.01);
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block:hover figure img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-wrapper {
  margin: 6px 10px;
}
@media (max-width: 767.98px) {
  .news-wrapper {
    margin: 0;
  }
}

.news-progress-bar {
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-progress-bar {
    margin-bottom: 100px;
  }
}
.news-progress-bar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.news-progress-bar .progress {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: inherit;
  background-image: linear-gradient(to right, #29DFC6, #29DFC6);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  z-index: -1;
  bottom: -107px;
}
@media (max-width: 991.98px) {
  .news-progress-bar .progress {
    display: none;
  }
}
.news-progress-bar::after {
  content: "";
  display: block;
  background-image: url(../images/slider-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 9px;
  z-index: -2;
  position: absolute;
  bottom: -107px;
}

.news-wrapper .video-wrapper, .news-wrapper figure {
  padding-bottom: 61.8%;
  position: relative;
}
.news-wrapper .video-wrapper video, .news-wrapper .video-wrapper img, .news-wrapper figure video, .news-wrapper figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  inset-inline-start: 0;
  top: 0;
}

.success-stories-banner {
  max-height: 540px;
  height: 100%;
}
.success-stories-banner figure {
  max-height: 540px;
}
.success-stories-banner video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
