* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  direction: rtl;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  padding-top: 90px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure,
label {
  margin: 0;
}

a,
button {
  transition: 0.5s ease-in-out;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
  box-shadow: none;
}
button:focus {
  outline: unset;
  box-shadow: none;
}
section {
  padding: 40px 0;
}
.logo {
  width: 150px;
}
.header {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  top: 0px;
}
.header .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #707070;
}
.banner {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  background-size: cover;
  height: 360px;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-content h1 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  max-width: 700px;
  width: 100%;
}
.btn-orange {
  width: 130px;
  height: 40px;
  border-radius: 8px;
  background: #f07d22;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.btn-orange:hover {
  background: #fff;
  color: #f07d22;
}
.about-us {
  padding: 30px;
}
.about-img {
  position: relative;
  bottom: -50px;
  left: 0;
}
.section-title {
}
.section-title h2 {
  font-weight: bold;
  font-size: 28px;
  text-align: right;
  color: #f07d22;
}
.section-title h3.small-title {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #343434;
  margin-top: 10px;
}
p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  line-height: 22px;
  text-align: right;
  color: #2d2d2d;
}
.counter-block {
  background: #407dc0;
  color: #fff;
  padding-bottom: 0px;
}

.counter-block p {
  font-size: 32px;
  color: #fff;
}
.goal-block {
}
.grph-section {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 0;
}
.grph-section p {
  text-align: center;
  font-weight: 600;
  color: #2d2d2d;
  font-size: 16px;
}
.goal-block p {
  text-align: center;
  font-weight: 600;
  color: #2d2d2d;
  font-size: 14px;
}
.grph-img {
  text-align: center;
  margin-top: 20px;
  margin-left: 50px;
}
.finacials-block {
  background-color: #f4f4f4;
}
.icons {
  background-color: #e8e8e8;
  max-width: 160px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
.icons-links {
  background-color: #e8e8e8;
  max-width: 160px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
}

.finacials-block h2 {
  margin-bottom: 35px;
}
.finacials-block p {
  font-size: 16px;
  margin-bottom: 30px;
}
.slider1 p,
.slider2 p {
  font-size: 16px;
}
.modal-title {
  display: flex;
  flex: 1;
}

/**/

.slider {
  width: 80%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.testimonial-slider .arrow-next svg,
.arrow-prev svg {
  color: #404040;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
  margin-top: 50px;
}
.slick-dots li {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c2c2c2;
  text-indent: -9999px;
}
.slick-dots li.slick-active {
  background-color: #f07d22;
}
.slick-dots li button {
  font-size: 0;
}
.slick-dots li.slick-active button {
  background-color: #c2c2c2;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slick-slider button.arrow-prev {
  left: 0;
  z-index: 999;
}
.slick-slider button.arrow-next {
  right: 0;
}
.slick-slider button {
  display: block;
  position: absolute;
  top: calc(50% - 3rem);
  color: #3e3e3e;
  background-color: transparent;
  font-size: 2rem;
  line-height: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-img {
  background-image: url(../images/logo-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg-img h2 {
  color: #2d2d2d;
}
.bg-img .icons {
  border-radius: unset;
  max-width: 160px;
}

.company-logo.slider {
  width: 100%;
  margin: 0 auto;
}
.company-logo p {
  font-size: 16px;
}
.company-logo .slick-dots li {
  margin-top: unset;
}
.bg-img-contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.bg-img-contact h2 {
  color: #fff;
}

.bg-img-contact .form-control,
button {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 0px;
  outline: none;
  box-shadow: none;
}
.map-area {
  background: #2d2d2d;
}
.map-area h2 {
  color: #fff;
}
.contacts-information {
  color: #fff;
}
.contacts-information ul {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
}


.contacts-information ul li:first-child {
	padding-bottom: 20px;
}

.contacts-information ul li {
  display: flex;
  margin-left: 10px;
}
.contacts-information ul li a,
.contacts-information ul li p {
  display: flex;
  color: #fff;
  font-size: 18px;
  margin: 0;
  margin-left: 10px;
}
.contacts-information ul span {
  margin-left: 20px;
}
footer {
  padding: 30px 0;
}
.footer-link {
  text-align: right;
}

.footer-link ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-link ul li {
  display: flex;
  padding-left: 20px;
  flex-wrap: wrap;
}

.footer-link ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
footer {
  padding: 30px 0;
}

.Count {
  position: fixed;
  top: 8px;
  left: 8px;
}

.digit-number span {
  font-size: 28px;
}

.btn_accessibility {
  left: 20px;
  right: unset !important;
}

.modal-body {
  font-size: 14px;
}
.modal-body a {
  font-size: 14px;
  color: #407dc0;
  text-decoration: underline;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.link-blue {
    color: #407dc0 !important;
}

@media screen and (max-width: 1023px) {
  .gm-wm-mobile {
    display: block;
  }
  .gm-wm-normal {
  display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .gm-wm-mobile {
    display: none;
  }
}

.gm-km h2 {
	margin-bottom: 10px;
}

.gm-km-first {
padding-bottom:8px;
}