body {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

.list-social-icons a:hover {
  color: rgb(83, 36, 136);
}

.list-icons .list-inline-item i:hover {
  color: rgb(83, 36, 136);
}


.bg-primary {
  background-color: rgb(83, 36, 136) !important;
}

.text-primary {
  color: rgb(83, 36, 136) !important;
}

a {
  color: rgb(83, 36, 136);
}

a:hover, a:focus, a:active {
  color: rgb(130, 55, 214);
}

.mapson {
    unicode-bidi: bidi-override;
    direction: rtl;
}
