html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.site-container {
  width: 80%;
  margin: auto;
}

.policy {
  font-family: 'Poppins', sans-serif;
}
.policy .menu {
  margin-top: 50px;
  display: flex;
}
.policy .menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #A39161;
  padding: 8px 16px;
  border-radius: 10px;
  height: 36px;
}
.policy .menu a:hover {
  background-color: #A39161;
  color: #fff;
}
.policy .menu a:hover .icon svg path {
  fill: #fff;
}
.policy .menu a .icon {
  width: 16px;
  margin-right: 7px;
}
.policy .menu a .icon svg {
  width: 100%;
}
.policy .menu a.lang.arabic-trig {
  margin-left: auto;
}
.policy .menu a.lang.english-trig {
  display: none;
}
.policy .logo-c {
  width: 100%;
  margin: 15px auto;
}
.policy .logo-c img {
  width: 100%;
}
.policy .title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 38px;
  text-align: center;
}
.policy .section:last-child {
  margin-bottom: 40px;
}
.policy .policy-content {
  font-size: 16px;
  line-height: 28px;
}
.policy .policy-content .sec-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 10px;
}
.policy .policy-content .sec-sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 5px;
}
.policy .policy-content p + p {
  padding-top: 30px;
}
.policy .policy-content p.bold {
  font-weight: bold;
}
.policy .policy-content ul {
  list-style: outside;
  margin-left: 15px;
  margin-top: 10px;
}
.policy .policy-content ul li + li {
  margin-top: 10px;
}
.policy .policy-content ol {
  margin-left: 15px;
  margin-top: 10px;
}
.policy .policy-content ol.decimal {
  list-style: decimal;
}
.policy .policy-content ol.alpha {
  list-style-type: upper-alpha;
}
.policy .policy-content ol li + li {
  margin-top: 24px;
}
.policy .policy-content ol li figure + figure {
  margin-top: 15px;
}
.policy.lang-ar {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
}
.policy.lang-ar .policy-content {
  line-height: 24px;
}
.policy.lang-ar a .icon {
  margin-left: 7px;
  margin-right: 0;
}
.policy.lang-ar a.lang.arabic-trig {
  display: none;
}
.policy.lang-ar a.lang.english-trig {
  display: flex;
  margin-right: auto;
}
.policy.lang-ar ul {
  margin-right: 15px;
}
.policy.lang-ar ol {
  margin-right: 15px;
}
