@import url("https://cdn-uicons.flaticon.com/2.3.0/uicons-regular-straight/css/uicons-regular-straight.css");
@import url("https://cdn-uicons.flaticon.com/2.3.0/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("https://cdn-uicons.flaticon.com/2.3.0/uicons-brands/css/uicons-brands.css");

.bg-green {
  background: #239179;
}
.bg-orange {
  background: #e25420;
}
.green-dark {
  background: #075544;
}
.border-green {
  border-color: #239179;
}

.text-green {
  color: #239179;
}
.bg-white {
  background: #ffffff;
}
.bg-gray {
  background: #eeeeee;
}

.bg-values {
  background: rgba(22, 178, 144, 0.12);
}

.color-orange {
  color: #e25420;
}

.rashal-heading {
  margin: 0;
  padding-bottom: 7px;
  position: relative;
}

.rashal-heading:before {
  position: absolute;
  background: linear-gradient(to right, #f15b24 70px, #16b290 10px);
  height: 4px;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.iframe-rwd {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: max-content !important;
  padding-bottom: 100px !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-pagination-bullet {
  background: #075544;
}

.swiper-slide {
  margin-right: 10px;
}

.swiper-slide {
}
