.slide-content {
  text-align: right !important;
}

.slide-content h1 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Tahoma", "Times New Roman", Arial, "Open Sans" !important;
}
.why-us-text {
  font-family: "Tahoma", "Times New Roman", Arial, "Open Sans" !important;
}
.why-us-div p {
  width: 77%;
  line-height: 28px;
}

#services .row,
.dir-rtl {
  flex-direction: row-reverse;
}
*/ .row-normal {
  flex-direction: row;
}
.dir-rtl .form-group {
  direction: rtl;
}
#services p,
#services h4,
#services a,
#services .media-body,
#articles p,
#articles h4,
#articles .single-blog .blog-text {
  direction: rtl;
  text-align: right;
}
#testimonials .section-title {
  text-align: center;
}
.carousel-container {
  border: 2px solid #eee;
  padding: 60px 20px;
  text-align: center;
  margin-top: 3rem;
}
.carousel-container h4 {
  text-transform: capitalize;
  color: #90c438;
  font-weight: 700;
  margin: 0 0 5px;
}
#contact .dir-rtl {
  direction: rtl;
}
#contact .section-title {
  text-align: center;
}
.main-slider .owl-theme .owl-nav .owl-next,
.main-slider .owl-theme .owl-nav .owl-prev {
  display: none !important;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 19px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 192px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* .carousel-indicators li:hover {
  color: #90c438;
} */
