﻿body {
  font-family: "Nunito", sans-serif;
  color: #444444;
  font-size:17px;
  direction:rtl;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

.about h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2974AE;
  text-transform: uppercase;
}


.about p {
  margin: 15px 0 30px 0;
  line-height: 35px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  margin-bottom: 0;
}

.footer {
    font-size: 16px;
  background: #45579e;
  padding: 0 0 30px 0;
}

.section-header h2 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #2974AE;
  text-transform: uppercase;
}

.btn-get-started:hover i {
  transform: translateX(-5px) !important;
}

.btn-get-started-secondary:hover i {
  transform: translateX(-5px) !important;
}

.btn-read-more:hover i {
  transform: translateX(-5px);
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 22px;
  color: #444444;
  text-align: left;
}

.footer .footer-top {
    background: #45579e !important; 
}