.rtl .section-hero {
  direction: rtl;
}

.statistic-number {
  font-size: 32px;
  line-height: 1.19;
}

.statistic-number-text {
  font-size: 18px;
  font-family: "Times New Roman" !important;
  font-style: italic;
  font-weight: 400;
}

.rtl .statistic-number-text {
  font-family: "Rubik-Regular" !important;
}

.rtl .statistic-block {
  text-align: right;
}

.section-statistic {
  padding-bottom: 50px;
}

.section-statistic .container {
  padding-top: 100px;
  padding-bottom: 150px;
}

.voting-carousel .owl-nav {
  display: none;
}

.voting-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.statistic-block {
  max-width: unset;
}

footer,
.section-testimonials {
  margin: 0;
}

#ballot-system .row {
  margin-bottom: 30px;
}

.section-icons-with-text {
  padding: 50px 0;
}

.section-icons-with-text img {
  margin-bottom: 20px;
}
.section-icons-with-text h2 {
  margin-bottom: 30px;
}
.section-icons-with-text h3 {
  margin-bottom: 50px;
}
.section-icons-with-text .col-12 {
  margin-bottom: 50px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .testimonial-img {
    height: 385px;
  }
}

@media (max-width: 1399px) {
  .testimonial-col {
    padding: 24px 32px 24px 24px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .testimonial-img {
    height: 455px;
  }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) and (min-width: 768px) {}

@media (max-width: 991px) {
  .section-statistic .container {
    padding-top: 50px;
    padding-bottom: 230px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {}

@media (max-width: 767px) {
  .testimonial-col {
    height: 415px;
  }
}

@media (max-width: 575px) {

  .statistic-number {
    font-size: 26px;
  }

  .statistic-img {
    bottom: -15px;
    right: 15px;
  }

  .statistic-block {
    position: unset !important;
    margin-top: 40px;
  }

  .section-statistic .container {
    padding-bottom: 0;
  }
}