/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.leftContainer {
  margin-left: auto;
  padding: 0 15px;
  padding-right: 0;
}

@media (max-width: 576px) {
  .leftContainer {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .leftContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .leftContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .leftContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.mainColor {
  color: #074620 !important;
}

.secColor {
  color: #BD8E34 !important;
}

.whtColor {
  color: #fff !important;
}

.blkColor {
  color: #000 !important;
}

.mainPColor {
  color: #171717;
}

.mainBgColor {
  background-color: #074620 !important;
}

.secBgColor {
  background-color: #BD8E34 !important;
}

.whtBgColor {
  background-color: #fff !important;
}

.blkBgColor {
  background-color: #000 !important;
}

.font_light {
  font-weight: 300;
}

.font_regular {
  font-weight: 400;
}

.font_medium {
  font-weight: 600;
}

.font_bold {
  font-weight: 800;
}

.font_bolder {
  font-weight: 900;
}

.hugeTitle {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
}

.mainTitle {
  font-size: 1.8rem;
  font-weight: 800;
  color: #074620;
  margin-bottom: 1.25rem;
}

.secTitle {
  color: #129A48;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.smTitle {
  font-size: 1.25rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 1.25rem;
}

.subTitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.25rem;
}

p,
.p {
  font-size: 0.95rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
}

a,
.a,
.link {
  font-size: 0.95rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zoomIn {
  overflow: hidden;
  margin: 0;
}

.zoomIn img {
  transition: all 0.5s ease-in-out;
}

.zoomIn:hover img {
  transform: scale(1.075);
}

.zoomOut {
  overflow: hidden;
  margin: 0;
}

.zoomOut img {
  transition: all 0.5s ease-in-out;
}

.zoomOut:hover img {
  transform: scale(0.925);
}

.section_title h4,
.main_title h4 {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.section_title h4 {
  color: white;
}

.main_title h4 {
  color: #074620;
}

@media (min-width: 1200px) {
  .donationChannels_tabs_col.col_lg {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

.zakatDefinition_content_bgShadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.privacyPolicy_content_question_child {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

/* ====================================== _____________ Classes Styles _____________ ====================================== */
/* ====================================== _____________ Reset Styles _____________ ====================================== */
* {
  outline: 0 !important;
}

img {
  border-radius: 0 !important;
}

p:not(.copyright p, .donationChannels p, .electronic-services p, .zakatTypes p, .zakatOffers p, .projects p, .dp-hero p) {
  text-align: justify;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
}

html {
  font-size: 100%;
}

@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Helvetica LT Condensed";
}

body .ar_arabic {
  font-family: "Droid Arabic Kufi";
}

body.ar {
  font-family: "Droid Arabic Kufi";
}

body.ar .en_title {
  font-family: "Helvetica LT Condensed";
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-content {
  border: none;
}

[type=email],
[type=file],
[type=number],
[type=password],
[type=tel],
[type=url],
code,
samp,
var {
  text-align: inherit;
  direction: inherit;
}

/* ====================================== _____________ Reset Styles _____________ ====================================== */
/* ====================================== _____________ Fonts Styles _____________ ====================================== */
@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi-Bold.eot");
  src: url("fonts/arabic/DroidArabicKufi-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi-Bold.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi-Bold.woff") format("woff"), url("fonts/arabic/DroidArabicKufi-Bold.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi-Bold_1.eot");
  src: url("fonts/arabic/DroidArabicKufi-Bold_1.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi-Bold_1.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi-Bold_1.woff") format("woff"), url("fonts/arabic/DroidArabicKufi-Bold_1.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi-Bold_1.svg#DroidArabicKufi-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi.eot");
  src: url("fonts/arabic/DroidArabicKufi.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi.woff") format("woff"), url("fonts/arabic/DroidArabicKufi.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi.svg#DroidArabicKufi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi_1.eot");
  src: url("fonts/arabic/DroidArabicKufi_1.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi_1.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi_1.woff") format("woff"), url("fonts/arabic/DroidArabicKufi_1.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi_1.svg#DroidArabicKufi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi_2.eot");
  src: url("fonts/arabic/DroidArabicKufi_2.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi_2.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi_2.woff") format("woff"), url("fonts/arabic/DroidArabicKufi_2.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi_2.svg#DroidArabicKufi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi-Bold_2.eot");
  src: url("fonts/arabic/DroidArabicKufi-Bold_2.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi-Bold_2.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi-Bold_2.woff") format("woff"), url("fonts/arabic/DroidArabicKufi-Bold_2.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi-Bold_2.svg#DroidArabicKufi-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi_3.eot");
  src: url("fonts/arabic/DroidArabicKufi_3.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi_3.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi_3.woff") format("woff"), url("fonts/arabic/DroidArabicKufi_3.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi_3.svg#DroidArabicKufi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi-Bold_3.eot");
  src: url("fonts/arabic/DroidArabicKufi-Bold_3.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi-Bold_3.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi-Bold_3.woff") format("woff"), url("fonts/arabic/DroidArabicKufi-Bold_3.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi-Bold_3.svg#DroidArabicKufi-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Droid Arabic Kufi";
  src: url("fonts/arabic/DroidArabicKufi_4.eot");
  src: url("fonts/arabic/DroidArabicKufi_4.eot?#iefix") format("embedded-opentype"), url("fonts/arabic/DroidArabicKufi_4.woff2") format("woff2"), url("fonts/arabic/DroidArabicKufi_4.woff") format("woff"), url("fonts/arabic/DroidArabicKufi_4.ttf") format("truetype"), url("fonts/arabic/DroidArabicKufi_4.svg#DroidArabicKufi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Condensed";
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Bold.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed-Bold.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed-Bold.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed-Bold.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed-Bold.svg#HelveticaLT-Condensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT CondensedBlack";
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Black.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed-Black.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed-Black.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed-Black.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed-Black.svg#HelveticaLT-Condensed-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Condensed";
  src: url("fonts/Helvitica/HelveticaLT-Condensed-BoldObl.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed-BoldObl.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed-BoldObl.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed-BoldObl.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed-BoldObl.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed-BoldObl.svg#HelveticaLT-Condensed-BoldObl") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Condensed";
  src: url("fonts/Helvitica/HelveticaLT-Condensed.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed.svg#HelveticaLT-Condensed") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT";
  src: url("fonts/Helvitica/HelveticaLT-Light.eot");
  src: url("fonts/Helvitica/HelveticaLT-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Light.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Light.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Light.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Light.svg#HelveticaLT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Narrow";
  src: url("fonts/Helvitica/HelveticaLT-Narrow.eot");
  src: url("fonts/Helvitica/HelveticaLT-Narrow.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Narrow.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Narrow.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Narrow.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Narrow.svg#HelveticaLT-Narrow") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT ExtraCompressed";
  src: url("fonts/Helvitica/HelveticaLT-ExtraCompressed.eot");
  src: url("fonts/Helvitica/HelveticaLT-ExtraCompressed.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-ExtraCompressed.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-ExtraCompressed.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-ExtraCompressed.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-ExtraCompressed.svg#HelveticaLT-ExtraCompressed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT";
  src: url("fonts/Helvitica/HelveticaLT-LightOblique.eot");
  src: url("fonts/Helvitica/HelveticaLT-LightOblique.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-LightOblique.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-LightOblique.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-LightOblique.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-LightOblique.svg#HelveticaLT-LightOblique") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT CondensedLight";
  src: url("fonts/Helvitica/HelveticaLT-Condensed-LightObl.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed-LightObl.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed-LightObl.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed-LightObl.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed-LightObl.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed-LightObl.svg#HelveticaLT-Condensed-LightObl") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT UltraCompressed";
  src: url("fonts/Helvitica/HelveticaLT-UltraCompressed.eot");
  src: url("fonts/Helvitica/HelveticaLT-UltraCompressed.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-UltraCompressed.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-UltraCompressed.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-UltraCompressed.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-UltraCompressed.svg#HelveticaLT-UltraCompressed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Narrow";
  src: url("fonts/Helvitica/HelveticaLT-Narrow-Bold.eot");
  src: url("fonts/Helvitica/HelveticaLT-Narrow-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Narrow-Bold.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Narrow-Bold.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Narrow-Bold.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Narrow-Bold.svg#HelveticaLT-Narrow-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Narrow";
  src: url("fonts/Helvitica/HelveticaLT-Narrow-Oblique.eot");
  src: url("fonts/Helvitica/HelveticaLT-Narrow-Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Narrow-Oblique.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Narrow-Oblique.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Narrow-Oblique.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Narrow-Oblique.svg#HelveticaLT-Narrow-Oblique") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Narrow";
  src: url("fonts/Helvitica/HelveticaLT-Narrow-BoldOblique.eot");
  src: url("fonts/Helvitica/HelveticaLT-Narrow-BoldOblique.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Narrow-BoldOblique.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Narrow-BoldOblique.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Narrow-BoldOblique.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Narrow-BoldOblique.svg#HelveticaLT-Narrow-BoldOblique") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT CondensedLight";
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Light.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed-Light.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed-Light.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed-Light.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed-Light.svg#HelveticaLT-Condensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Condensed";
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Oblique.eot");
  src: url("fonts/Helvitica/HelveticaLT-Condensed-Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Condensed-Oblique.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Condensed-Oblique.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Condensed-Oblique.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Condensed-Oblique.svg#HelveticaLT-Condensed-Oblique") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/Helvitica/HelveticaNeue-BlackItalic.eot");
  src: url("fonts/Helvitica/HelveticaNeue-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeue-BlackItalic.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeue-BlackItalic.woff") format("woff"), url("fonts/Helvitica/HelveticaNeue-BlackItalic.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeue-BlackItalic.svg#HelveticaNeue-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 45";
  src: url("fonts/Helvitica/HelveticaNeueLTArabic-Light.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTArabic-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTArabic-Light.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTArabic-Light.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTArabic-Light.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTArabic-Light.svg#HelveticaNeueLTArabic-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT";
  src: url("fonts/Helvitica/HelveticaLT-Oblique.eot");
  src: url("fonts/Helvitica/HelveticaLT-Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT-Oblique.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT-Oblique.woff") format("woff"), url("fonts/Helvitica/HelveticaLT-Oblique.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT-Oblique.svg#HelveticaLT-Oblique") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BdOu.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BdOu.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-BdOu.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-BdOu.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-BdOu.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-BdOu.svg#HelveticaNeueLTPro-BdOu") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-Cn.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-Cn.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-Cn.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-Cn.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-Cn.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT";
  src: url("fonts/Helvitica/HelveticaLT.eot");
  src: url("fonts/Helvitica/HelveticaLT.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaLT.woff2") format("woff2"), url("fonts/Helvitica/HelveticaLT.woff") format("woff"), url("fonts/Helvitica/HelveticaLT.ttf") format("truetype"), url("fonts/Helvitica/HelveticaLT.svg#HelveticaLT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 75";
  src: url("fonts/Helvitica/HelveticaNeueLTArabic-Bold.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTArabic-Bold.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTArabic-Bold.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTArabic-Bold.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTArabic-Bold.svg#HelveticaNeueLTArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkCnO.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkCnO.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCnO.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCnO.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCnO.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCnO.svg#HelveticaNeueLTPro-BlkCnO") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLT Arabic 55 Roman";
  src: url("fonts/Helvitica/HelveticaNeueLTArabic-Roman.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTArabic-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTArabic-Roman.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTArabic-Roman.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTArabic-Roman.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTArabic-Roman.svg#HelveticaNeueLTArabic-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkEx.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkEx.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkEx.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkEx.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkEx.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkEx.svg#HelveticaNeueLTPro-BlkEx") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkCn.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkCn.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCn.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCn.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCn.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkCn.svg#HelveticaNeueLTPro-BlkCn") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkExO.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-BlkExO.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkExO.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkExO.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkExO.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-BlkExO.svg#HelveticaNeueLTPro-BlkExO") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-Blk.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-Blk.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-Blk.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-Blk.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-Blk.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-Blk.svg#HelveticaNeueLTPro-Blk") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-Ex.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-Ex.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-Ex.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-Ex.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-Ex.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-Ex.svg#HelveticaNeueLTPro-Ex") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("fonts/Helvitica/HelveticaNeueLTPro-CnO.eot");
  src: url("fonts/Helvitica/HelveticaNeueLTPro-CnO.eot?#iefix") format("embedded-opentype"), url("fonts/Helvitica/HelveticaNeueLTPro-CnO.woff2") format("woff2"), url("fonts/Helvitica/HelveticaNeueLTPro-CnO.woff") format("woff"), url("fonts/Helvitica/HelveticaNeueLTPro-CnO.ttf") format("truetype"), url("fonts/Helvitica/HelveticaNeueLTPro-CnO.svg#HelveticaNeueLTPro-CnO") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* ====================================== _____________ Fonts Styles _____________ ====================================== */
/* ====================================== _____________ Global Styles _____________ ====================================== */
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section {
  padding: 1.75rem 0;
}

@media (max-width: 991px) {
  section {
    padding: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  section {
    padding: 1.25rem 0;
  }
}

@media (max-width: 568px) {
  section {
    padding: 1rem 0;
  }
}

#content {
  padding: 1rem 1rem 0 0;
}

@keyframes scaleBig {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.stripImg {
  position: relative;
}

.stripImg::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 100%;
  height: 65%;
  background-image: url(../img/global/strip.png);
  z-index: -1;
}

ol,
ul {
  margin-bottom: 1;
}

.mainSection h4 {
  font-size: 1.3rem;
  color: #074620;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .mainSection h4 {
    margin-bottom: 1.75rem;
  }
}

.mainSection .main_title h4 {
  font-size: 1.9rem;
  text-align: center;
  padding-bottom: 0;
  padding-top: 1rem;
}

.mainSection_content {
  padding: 2rem 0;
}

.mainSection_content_even-row_col1 {
  order: 1;
}

.mainSection_content_even-row_col2 {
  order: 2;
}

.mainSection_content_even-row_col2 .stripImg::before {
  left: -96%;
  background-position: right;
}

body.en .mainSection_content_even-row_col2 .stripImg::before {
  left: auto;
  right: -96%;
}

@media (max-width: 991px) {
  .mainSection_content_even-row_col1 {
    order: 2;
    margin-top: 1.75rem;
  }

  .mainSection_content_even-row_col2 {
    order: 1;
  }
}

.mainSection_content_odd-row_col1 {
  order: 2;
}

@media (max-width: 991px) {
  .mainSection_content_odd-row_col1 {
    margin-top: 1.5rem;
  }
}

.mainSection_content_odd-row_col2 {
  order: 1;
}

.mainSection_content_odd-row_col2 .stripImg::before {
  right: -96%;
  background-position: left;
}

body.en .mainSection_content_odd-row_col2 .stripImg::before {
  right: auto;
  left: -96%;
}

@media (max-width: 991px) {
  .mainSection_content_odd-row_col1 {
    order: 2;
  }

  .mainSection_content_odd-row_col2 {
    order: 1;
  }
}

.mainSection_content_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mainSection_content_txt p {
  color: #171717;
  line-height: 1.7;
}

.mainSection_content_txt p:last-child {
  margin-bottom: 0;
}

.mainSection_content_txt span {
  color: #171717;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.7;
}

.mainSection_content_txt ul {
  margin-bottom: 0;
}

.mainSection_content_txt ul li {
  color: #171717;
  padding-bottom: 1rem;
  position: relative;
  padding-right: 20px;
}

.mainSection_content_txt ul li:last-child {
  padding-bottom: 0;
}

.mainSection_content_txt ul li:first-child {
  padding-top: 0;
}

.mainSection_content_txt ul li:before {
  content: "";
  position: absolute;
  background-image: url(../img/global/crescent-moon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 13px;
  width: 13px;
  background-position: center;
  right: 0;
  top: 5px;
}

.mainSection_content_img {
  width: 100%;
  height: 100%;
}

.mainSection_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mainSection .secTitle {
  margin-bottom: 1.5rem;
}

.mainOl_span {
  color: #171717;
  padding-bottom: 1.5rem;
  position: relative;
  padding-right: 20px;
  display: block;
  font-weight: 100;
}

.mainOl_span:before {
  content: "";
  position: absolute;
  background-image: url(../img/global/crescent-moon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 13px;
  width: 13px;
  background-position: center;
  right: 0;
  top: 5px;
}

.mainOl ol {
  padding-right: 35px;
}

body.en .mainOl ol {
  padding-left: 1rem;
  padding-right: 0;
}

.mainOl ol li {
  color: #171717;
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .mainOl ol li br {
    display: none;
  }
}

.mainOl ol li:last-child {
  padding-bottom: 0;
}

.mainOl ol li::marker {
  font-family: Helvetica LT Condensed;
  font-weight: bold;
}

.book img {
  width: 300px;
  margin-bottom: 1rem;
}

/* ====================================== _____________ Global Styles _____________ ====================================== */
/* ====================================== _____________ Grids Styles _____________ ====================================== */
/* ====================================== _____________ Grids Styles _____________ ====================================== */
/* ====================================== _____________ Header Styles _____________ ====================================== */
header .header_content {
  padding: 1rem 0;
}

header .header_content_child {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 1.5rem;
}

@media (max-width: 992px) {
  header .header_content_child {
    margin-top: 0;
  }
}

header .header_content_child .dropdown .dropdown-toggle {
  position: relative;
  padding: 0 1.25rem 0 0.5rem;
  background: transparent;
  border: none;
  color: black;
  cursor: pointer;
  font-weight: bold;
}

header .header_content_child .dropdown .dropdown-toggle:after {
  position: absolute;
  right: 0;
  top: 55%;
  background-image: url(../img/homePage/dropdown.png);
  border: none;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  transform: translateY(-50%);
}

header .header_content_child .dropdown .dropdown-menu {
  padding: 0;
  min-width: 15rem;
}

header .header_content_child .dropdown .dropdown-menu.show {
  transform: translateY(40px) !important;
}

header .header_content_child .dropdown .dropdown-item {
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0.5rem 1.25rem;
}

header .header_content_child .dropdown .dropdown-item:focus,
header .header_content_child .dropdown .dropdown-item:hover {
  padding-right: 2rem;
  background: rgba(22, 101, 106, 0.9);
  color: white;
}

header .header_content_child_social ul {
  margin: 0;
}

header .header_content_child_social ul li {
  display: inline-block;
  padding: 0 0.2rem;
}

header .header_content_child_social ul li a {
  margin-bottom: 0;
}

header .header_content_child_social ul li a img,
header .header_content_child_social ul li a svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}

header .header_content_child_social ul li a img:hover,
header .header_content_child_social ul li a svg:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 1200px) {

  header .header_content_child_social ul li a img,
  header .header_content_child_social ul li a svg {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {

  header .header_content_child_social ul li a img,
  header .header_content_child_social ul li a svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 567px) {

  header .header_content_child_social ul li a img,
  header .header_content_child_social ul li a svg {
    width: 17px;
    height: 17px;
  }
}

header .header_content_child_social ul li a span {
  font-weight: bold;
  letter-spacing: 0.75px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header .header_content_child_social ul li:first-child a svg {
  transform: rotate(90deg);
}

header .header_content_child_store {
  padding-right: 0.5rem;
}

@media (max-width: 568px) {
  header .header_content_child_store {
    display: flex;
  }
}

body.en header .header_content_child_store {
  padding-left: 0;
  padding-right: 0.5rem;
}

header .header_content_child_store a {
  margin: 0;
  display: block;
}

@media (min-width: 1200px) {
  header .header_content_child_store a:first-child {
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 568px) {
  header .header_content_child_store a:first-child {
    margin-left: 0.5rem;
  }

  body.en header .header_content_child_store a:first-child {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}

header .header_content_child_store a img {
  max-width: 60px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  height: 21px;
}

@media (min-width: 568px) and (max-width: 1200px) {
  header .header_content_child_store a img {
    max-width: 55px;
  }
}

@media (max-width: 567px) {
  header .header_content_child_store a img {
    max-width: 60px;
  }
}

header .header_content_child_store a:hover img {
  transform: scale(1.025);
}

header .header_content_child_logo h5 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

header .header_content_child_search {
  margin-top: 1.5rem;
  width: 85%;
  margin-right: auto;
  position: relative;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  header .header_content_child_search {
    margin-top: 0;
    width: 100%;
  }
}

header .header_content_child_search input {
  box-shadow: 0px 0 2.5px 0 transparent !important;
  border: 0;
  height: auto;
  padding: 0.3rem 1rem 0.3rem 0;
  background: #F3F5F8;
  border-radius: 0 50px 50px 0;
  width: 85% !important;
  color: black;
}

header .header_content_child_search input::placeholder {
  color: black;
}

header .header_content_child_search input:focus {
  background: #F3F5F8;
  color: black;
}

@media (max-width: 768px) {
  header .header_content_child_search input {
    width: 90% !important;
  }
}

header .header_content_child_search button {
  position: absolute;
  border: none;
  left: 0;
  padding: 0;
  width: 15%;
  height: 100%;
  background: #F3F5F8;
  border-radius: 50px 0 0 50px;
}

header .header_content_child_search button i {
  color: #181919;
}

@media (max-width: 768px) {
  header .header_content_child_search button {
    width: 10%;
  }
}

header .header_content_child_search {
  display: flex;
}

@media (max-width: 768px) {
  header .header_content_child_search {
    display: none;
  }
}

@media (max-width: 991px) {
  header .header_content .col-lg-4:last-child {
    align-self: center;
  }
}

header .navbar {
  background: #074620;
  padding: 1rem 0 0.75rem;
}

@media (max-width: 991px) {
  header .navbar {
    padding: 0.5rem 0;
  }
}

header .navbar .navbar-brand {
  display: none;
}

@media (max-width: 991px) {
  header .navbar .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
  }

  header .navbar .navbar-brand img {
    max-width: 50px;
  }
}

@media (max-width: 768px) {
  header .navbar .navbar-brand img {
    max-width: 45px;
  }
}

@media (max-width: 568px) {
  header .navbar .navbar-brand img {
    max-width: 40px;
  }
}

header .navbar .navbar-toggler {
  border-color: white;
  padding: 0.5rem 0.75rem;
}

header .navbar .navbar-toggler span {
  display: block;
  background: white;
  width: 1.5rem;
  height: 2px;
}

header .navbar .navbar-toggler span:nth-child(2) {
  margin: 0.3rem 0;
}

header .navbar .navbar-nav {
  width: 85%;
  justify-content: space-between;
}

header .navbar .navbar-nav li {
  width: max-content;
}

header .navbar .navbar-nav li a {
  margin: 0;
  padding: 0 0 0.25rem 0 !important;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  position: relative;
}

header .navbar .navbar-nav li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 50%;
  background-color: #BD8E34;
  transition: all 0.3s ease-in-out;
}

header .navbar .navbar-nav li a:hover:before {
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  header .navbar .navbar-nav li:last-child {
    width: 100%;
  }
}

@media (max-width: 991px) {
  header .navbar .navbar-nav {
    width: 100%;
    margin-top: 1rem !important;
  }

  header .navbar .navbar-nav li {
    padding-bottom: 0.5rem;
  }
}

header .navbar .navbar-nav_search {
  display: none;
  margin-top: 1.5rem;
  width: 85%;
  margin-right: auto;
  position: relative;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  header .navbar .navbar-nav_search {
    margin-top: 0;
    width: 100%;
  }
}

header .navbar .navbar-nav_search input {
  box-shadow: 0px 0 2.5px 0 transparent !important;
  border: 0;
  height: auto;
  padding: 0.3rem 1rem 0.3rem 0;
  background: #F3F5F8;
  border-radius: 0 50px 50px 0;
  width: 85% !important;
  color: black;
}

header .navbar .navbar-nav_search input::placeholder {
  color: black;
}

header .navbar .navbar-nav_search input:focus {
  background: #F3F5F8;
  color: black;
}

@media (max-width: 768px) {
  header .navbar .navbar-nav_search input {
    width: 90% !important;
  }
}

header .navbar .navbar-nav_search button {
  position: absolute;
  border: none;
  left: 0;
  padding: 0;
  width: 15%;
  height: 100%;
  background: #F3F5F8;
  border-radius: 50px 0 0 50px;
}

header .navbar .navbar-nav_search button i {
  color: #181919;
}

@media (max-width: 768px) {
  header .navbar .navbar-nav_search button {
    width: 10%;
  }
}

@media (max-width: 768px) {
  header .navbar .navbar-nav_search {
    display: flex;
  }
}

header ul.popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  z-index: 9999999999999;
}

header ul.popup li a {
  z-index: 99;
  border-radius: 50%;
  color: white;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: initial;
  animation: scaleBig 2s linear infinite;
  padding: 5px;
}

@media (min-width: 992px) {
  header ul.popup li a {
    width: 95px;
    height: 95px;
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  header ul.popup li a {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  header ul.popup li a {
    width: 65px;
    height: 65px;
  }
}

header ul.popup li:first-child {
  margin-bottom: 1rem;
}

header ul.popup li:first-child a {
  background: #129A48;
  box-shadow: 0 3px 6px rgb(18, 154, 72);
}

header ul.popup li:last-child a {
  background: #BD8E34;
  box-shadow: 0 3px 6px rgba(189, 141, 52, 0.466);
}

/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ====================================== _____________ Footer Styles _____________ ====================================== */
footer {
  background-color: #074620;
  background-image: url(../img/homePage/highlight.png);
}

footer .img_footer {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  footer .img_footer {
    max-height: 250px;
  }
}

@media (max-width: 769px) {
  footer .img_footer {
    max-height: 200px;
  }
}

footer .footer {
  display: flex;
  width: 100%;
  padding: 1rem 0;
}

footer .footer_cust-col {
  width: 20%;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  footer .footer_cust-col {
    margin-top: 0;
  }
}

footer .footer_cust-col img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer_cust-col li {
    min-height: 44.4px;
  }
}

footer .footer_cust-col li a {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  padding-bottom: 0.25rem;
  position: relative;
}

footer .footer_cust-col li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 50%;
  background-color: #BD8E34;
  transition: all 0.3s ease-in-out;
}

footer .footer_cust-col li a:hover:before {
  left: 0;
  width: 100%;
}

footer .footer_cust-col_logo_social-icon {
  display: flex;
  width: 70%;
  justify-content: space-around;
  margin: auto;
  padding: 1rem 0 0 0;
  direction: ltr;
}

body.en footer .footer_cust-col_logo_social-icon {
  direction: rtl;
}

footer .footer_cust-col_logo_social-icon li {
  min-height: auto;
}

footer .footer_cust-col_logo_social-icon li a {
  margin-bottom: 0;
  padding-bottom: 0;
}

footer .footer_cust-col_logo_social-icon li a:before {
  display: none;
}

footer .footer_cust-col_logo_social-icon li a i {
  color: #BDD2D1;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}

footer .footer_cust-col_logo_social-icon li a i.fa-facebook-f:hover {
  color: #1877f2;
}

footer .footer_cust-col_logo_social-icon li a i.fa-instagram {
  background: transparent;
  border-radius: 10px;
}

footer .footer_cust-col_logo_social-icon li a i.fa-instagram:hover {
  color: white;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

footer .footer_cust-col_logo_social-icon li a i.fa-twitter:hover {
  color: #1da1f2;
}

footer .footer_cust-col_logo_social-icon li a i.fa-youtube:hover {
  color: #ff0000;
}

@media (max-width: 768px) {
  footer .footer_cust-col_logo_social-icon {
    padding: 1rem 0;
  }
}

footer .footer_cust-col:first-child {
  display: none;
}

@media (min-width: 1200px) {

  footer .footer_cust-col:nth-child(5),
  footer .footer_cust-col:last-child {
    padding-right: 6rem;
  }

  body.en footer .footer_cust-col:nth-child(5),
  body.en footer .footer_cust-col:last-child {
    padding-left: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  footer .footer_cust-col:nth-child(5) {
    padding-right: 5rem;
  }

  body.en footer .footer_cust-col:nth-child(5) {
    padding-left: 5rem;
  }

  footer .footer_cust-col:last-child {
    padding-right: 4rem;
  }

  body.en footer .footer_cust-col:last-child {
    padding-left: 4rem;
  }
}

@media (max-width: 767px) {
  footer .footer_cust-col {
    margin: auto;
    text-align: center;
    width: 40%;
  }

  footer .footer_cust-col:first-child {
    display: block;
  }

  footer .footer_cust-col:nth-child(4) {
    display: none;
  }

  footer .footer_cust-col:last-child ul {
    margin-bottom: 0;
  }

  footer .footer_cust-col:last-child ul li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

footer .footer_logoCol {
  margin-top: 0;
}

@media (max-width: 767px) {
  footer .footer {
    display: block;
  }
}

footer .copyright {
  padding: 1rem 0;
  border-top: 1px solid rgba(204, 204, 204, 0.15);
  color: #171717;
  /* opacity: 50%; */
  font-size: 0.8rem;
  direction: ltr;
}

body.en footer .copyright {
  direction: rtl;
}

footer .copyright p,
footer .copyright a {
  margin: 0;
  color: #FFFFFF;
  /* opacity: 100%; */
}

footer .copyright a {
  transition: all 0.3s ease-in-out;
}

footer .copyright a:hover {
  color: white;
}

/* ====================================== _____________ Footer Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Forms Styles _____________ ====================================== */
.mainForm {
  background-color: #F8F8F8;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .mainForm {
    padding: 3rem;
  }
}

.mainForm label {
  color: #171717;
  font-size: 0.8rem;
  padding-bottom: 0.25rem;
}

.mainForm input,
.mainForm select,
.mainForm textarea {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(233, 233, 233, 0.6);
  border: none;
  font-size: 0.8rem;
  -webkit-appearance: none;
  appearance: none;
}

.mainForm input:focus,
.mainForm select:focus,
.mainForm textarea:focus {
  outline: none;
  border: 1px solid #074620;
  box-shadow: none;
}

.mainForm {
  /* Chrome, Safari, Edge, Opera */
}

.mainForm input::-webkit-outer-spin-button,
.mainForm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mainForm {
  /* Firefox */
}

.mainForm input[type=number] {
  -moz-appearance: textfield;
}

.mainForm .selectParent {
  position: relative;
}

.mainForm .selectParent img {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 10px;
}

.mainForm button {
  border-radius: 5px;
  background-color: #074620;
  padding: 0.75rem 2rem;
  font-size: 0.8rem;
  margin-top: 2rem;
  color: white;
  cursor: pointer;
}

textarea {
  resize: none;
}

/* ====================================== _____________ Forms Styles _____________ ====================================== */
/* ====================================== _____________ Buttons Styles _____________ ====================================== */
/* ====================================== _____________ Buttons Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
.hero_slider {
  padding: 1.5rem 0 3rem;
  position: relative;
  display: flex;
  align-items: center;
}

.hero_slider:before {
  content: "";
  background-image: url(../img/homePage/highlight.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 65%;
  background-size: cover;
  z-index: -1;
}

.hero_slider .swiper_parent {
  direction: rtl;
  position: relative;
  box-shadow: 50px 50px 99px rgba(22, 101, 106, 0.06);
  border-radius: 15px;
}

@media (max-width: 568px) {
  .hero_slider .swiper_parent {
    height: 30vh;
  }
}

body.en .hero_slider .swiper_parent {
  direction: ltr;
}

.hero_slider .swiper_parent .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
}

.hero_slider .swiper_parent .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hero_slider .swiper_parent .swiper-slide_anchor {
  margin-bottom: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, #171717 0, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item_text {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  padding: 0 1rem 1.5rem 1rem;
  width: 100%;
  text-align: right;
  pointer-events: none;
}

body.en .hero_slider .swiper_parent .swiper-slide_anchor_item_text {
  text-align: left;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item_text p {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.25rem;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item:hover::before {
  height: 50%;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item:hover div:last-child {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .hero_slider .swiper_parent .swiper-slide_anchor_item:before {
    height: 50%;
  }
}

.hero_slider .swiper_parent .swiper-slide_anchor_item_img {
  width: 100%;
  height: 449px;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

@media (max-width: 992px) {
  .hero_slider .swiper_parent .swiper-slide_anchor_item_img {
    height: 300px;
  }
}

.hero_slider .swiper_parent .swiper-slide_anchor_item_text {
  position: absolute;
  bottom: 0;
  padding: 0 1rem 1.5rem 1rem;
}

.hero_slider .swiper_parent .swiper-slide_anchor_item_text p {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.25rem;
  text-align: inherit;
}

@media (max-width: 768px) {
  .hero_slider .swiper_parent .swiper-slide_anchor_item_text p {
    font-size: 1rem;
  }

  .hero_slider .swiper_parent .swiper-slide_anchor_item_text p br {
    display: none;
  }
}

.hero_slider .swiper_parent .swiper-slide.swiper-slide-active p {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.hero_slider .swiper_parent .swiper-button-next,
.hero_slider .swiper_parent .swiper-button-prev {
  background: #074620;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: 66;
}

.hero_slider .swiper_parent .swiper-button-next:after,
.hero_slider .swiper_parent .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

@media (max-width: 991px) {

  .hero_slider .swiper_parent .swiper-button-next,
  .hero_slider .swiper_parent .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 768px) {

  .hero_slider .swiper_parent .swiper-button-next,
  .hero_slider .swiper_parent .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 568px) {

  .hero_slider .swiper_parent .swiper-button-next,
  .hero_slider .swiper_parent .swiper-button-prev {
    width: 26px;
    height: 26px;
  }
}

.hero_slider .swiper_parent .swiper-button-prev {
  right: -22px;
  left: auto;
}

body.en .hero_slider .swiper_parent .swiper-button-prev {
  left: -22px;
  right: auto;
}

.hero_slider .swiper_parent .swiper-button-prev:after {
  background-image: url(../img/homePage/next.png);
  transform: rotate(-180deg);
}

@media (max-width: 991px) {
  .hero_slider .swiper_parent .swiper-button-prev {
    right: -17px;
    left: auto;
  }

  body.en .hero_slider .swiper_parent .swiper-button-prev {
    left: -17px;
    right: auto;
  }
}

@media (max-width: 768px) {
  .hero_slider .swiper_parent .swiper-button-prev {
    right: -15px;
    left: auto;
  }

  body.en .hero_slider .swiper_parent .swiper-button-prev {
    left: -15px;
    right: auto;
  }
}

@media (max-width: 567px) {
  .hero_slider .swiper_parent .swiper-button-prev {
    right: -13px;
    left: auto;
  }

  body.en .hero_slider .swiper_parent .swiper-button-prev {
    left: -13px;
    right: auto;
  }
}

.hero_slider .swiper_parent .swiper-button-next {
  left: -22px;
  right: auto;
}

body.en .hero_slider .swiper_parent .swiper-button-next {
  right: -22px;
  left: auto;
}

@media (max-width: 991px) {
  .hero_slider .swiper_parent .swiper-button-next {
    left: -17px;
    right: auto;
  }

  body.en .hero_slider .swiper_parent .swiper-button-next {
    right: -17px;
    left: auto;
  }
}

@media (max-width: 768px) {
  .hero_slider .swiper_parent .swiper-button-next {
    left: -15px;
    right: auto;
  }

  body.en .hero_slider .swiper_parent .swiper-button-next {
    right: -15px;
    left: auto;
  }
}

@media (max-width: 567px) {
  .hero_slider .swiper_parent .swiper-button-next {
    left: -13px;
    right: auto;
  }

  body.en .hero_slider .swiper_parent .swiper-button-next {
    right: -13px;
    left: auto;
  }
}

.hero_slider .swiper_parent .swiper-button-next:after {
  background-image: url(../img/homePage/next.png);
}

.hero_slider .swiper_parent .swiper-button-next.swiper-button-disabled,
.hero_slider .swiper_parent .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Popup Styles _____________ ====================================== */
.video_popup {
  padding: 0 !important;
}

.video_popup_dialog {
  max-width: 80%;
  height: 80%;
}

@media (max-width: 568px) {
  .video_popup_dialog {
    max-width: 100%;
  }
}

.video_popup_dialog_content {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 568px) {
  .video_popup_dialog_content {
    height: 50%;
  }
}

.video_popup_dialog_content_header {
  border-bottom: none;
  background: #074620;
}

.video_popup_dialog_content_header button span {
  color: white;
}

.video_popup_dialog_content_body {
  padding: 0;
  height: 100%;
}

.video_popup_dialog_content_body video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-popup_dialog_content {
  background: transparent;
  border: none;
}

.search-popup_dialog_content_body {
  padding: 0;
}

.search-popup_dialog_content_body_search {
  margin-top: 1.5rem;
  width: 85%;
  margin-right: auto;
  position: relative;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .search-popup_dialog_content_body_search {
    margin-top: 0;
    width: 100%;
  }
}

.search-popup_dialog_content_body_search input {
  box-shadow: 0px 0 2.5px 0 transparent !important;
  border: 0;
  height: auto;
  padding: 0.3rem 1rem 0.3rem 0;
  background: #F3F5F8;
  border-radius: 0 50px 50px 0;
  width: 85% !important;
  color: black;
}

.search-popup_dialog_content_body_search input::placeholder {
  color: black;
}

.search-popup_dialog_content_body_search input:focus {
  background: #F3F5F8;
  color: black;
}

@media (max-width: 768px) {
  .search-popup_dialog_content_body_search input {
    width: 90% !important;
  }
}

.search-popup_dialog_content_body_search button {
  position: absolute;
  border: none;
  left: 0;
  padding: 0;
  width: 15%;
  height: 100%;
  background: #F3F5F8;
  border-radius: 50px 0 0 50px;
}

.search-popup_dialog_content_body_search button i {
  color: #181919;
}

@media (max-width: 768px) {
  .search-popup_dialog_content_body_search button {
    width: 10%;
  }
}

@media (max-width: 768px) {
  .search-popup_dialog_content_body_search {
    display: flex;
  }

  .search-popup_dialog_content_body_search input {
    width: 94% !important;
    padding: 0.75rem 1rem 0.75rem 0;
  }

  .search-popup_dialog_content_body_search button {
    height: 100%;
  }
}

.zakatModal .modal-header {
  border: none;
  position: relative;
  padding: 0;
}

.zakatModal .modal-header h5 {
  position: absolute;
  top: -45px;
  display: flex;
  width: 100%;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  right: 0;
}

.zakatModal .modal-header button {
  position: absolute;
  top: -5px;
  right: -15px;
  opacity: 1;
  text-shadow: none;
  color: white;
  background: #074620;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zakatModal .modal-header button span {
  color: white;
}

@media (max-width: 568px) {
  .zakatModal .modal-header button {
    top: -30px;
    right: 0;
  }
}

.zakatModal .modal-header button:hover span {
  color: white;
}

.zakatModal input {
  font-size: 1rem !important;
}

/* complain popup */
.complainPopup .modal-body {
  text-align: center;
  padding: 1.5rem 1rem;
}

.complainPopup .modal-body p {
  text-align: center;
  margin-bottom: 1.5rem;
}

.complainPopup .modal-body p:last-child {
  margin-bottom: 0;
}

.complainPopup .modal-body span {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #074620;
}

.complainPopup2 {
  direction: ltr;
}

.complainPopup2 p {
  text-align: right !important;
}

body.en .complainPopup2 {
  direction: rtl;
  text-align: left !important;
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ====================================== _____________ Popup Styles _____________ ====================================== */
.library .partners_content a {
  height: 100%;
}

.library .partners_content a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ====================================== _____________ Home Page Styles _____________ ====================================== */
.home .azhar_word {
  padding-top: 0;
}

.home .azhar_word_img {
  box-shadow: 50px 50px 99px rgba(22, 101, 106, 0.06);
}

.home .azhar_word_img img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .home .azhar_word_img img {
    border-radius: 15px 15px 0 0;
    height: 600px;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 767px) {
  .home .azhar_word_img img {
    height: 400px;
  }
}

.home .azhar_word_txt {
  display: flex;
  align-items: center;
  background: #BD8E34;
  border-radius: 15px 0 0 15px;
  height: 75%;
  box-shadow: 50px 50px 99px rgba(22, 101, 106, 0.06);
  position: relative;
}

@media (max-width: 991px) {
  .home .azhar_word_txt {
    height: 100%;
    border-radius: 0 0 15px 15px;
  }
}

.home .azhar_word_txt:before {
  content: " ";
  position: absolute;
  background-image: url(../img/homePage/highlight_col.png);
  width: 13%;
  left: 0;
  height: 100%;
  background-size: cover;
}

body.en .home .azhar_word_txt:before {
  right: 0;
  left: auto;
}

.home .azhar_word_txt_child {
  padding: 0 2rem;
}

.home .azhar_word_txt_child h5 {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .home .azhar_word_txt_child h5 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .home .azhar_word_txt_child h5 {
    line-height: 1.5;
  }
}

.home .azhar_word_txt_child p {
  color: white;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  text-align: inherit;
}

.home .azhar_word_txt_child p~div {
  color: white;
}

@media (max-width: 991px) {
  .home .azhar_word_txt_child {
    padding: 2rem;
  }
}

.home .projects_card .row.first_row .projects_card_content:last-child {
  display: block;
}

@media (max-width: 991px) {
  .home .projects_card .row.first_row .projects_card_content:last-child {
    display: none;
  }
}

.home .projects_card .row.last_row {
  justify-content: center;
}

.home .projects_card .row.last_row .projects_card_content:first-child {
  display: none;
}

@media (max-width: 991px) {
  .home .projects_card .row.last_row {
    justify-content: initial;
  }

  .home .projects_card .row.last_row .projects_card_content:first-child {
    display: block;
  }
}

.home .projects_card_content {
  box-shadow: 0px 20px 25px rgba(22, 101, 106, 0.06);
  border-radius: 10px;
  position: relative;
}

@media (min-width: 992px) {
  .home .projects_card_content {
    width: 18%;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .home .projects_card_content:first-child {
    margin-right: 0;
  }

  .home .projects_card_content:last-child {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .home .projects_card_content {
    margin-bottom: 1.5rem;
  }

  .home .projects_card_content:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .home .projects_card_content {
    width: 48%;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }

  .home .projects_card_content:nth-child(odd) {
    margin-right: 0;
  }

  .home .projects_card_content:nth-child(even) {
    margin-left: 0;
  }
}

.home .projects_card_content .card {
  border: none;
  border-radius: 10px;
}

.home .projects_card_content .card img {
  border-radius: 10px;
  height: 155px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .home .projects_card_content .card img {
    border-radius: 10px 10px 0 0;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .home .projects_card_content .card img {
    height: 250px;
  }
}

.home .projects_card_content .card .card-body {
  border-radius: 15px;
  position: relative;
}

.home .projects_card_content .card .card-body:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: white;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.25) 100%);
  border-radius: 15px;
}

.home .projects_card_content .card .card-body h5 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #074620;
}

.home .projects_card_content .card .card-body p {
  color: #171717;
  font-size: 0.8rem;
  line-height: 1.7;
}

.home .projects_card_content_hover {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  background: #074620;
  border-radius: 0 0 10px 10px;
  padding: 0 1.5rem;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.home .projects_card_content_hover p {
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.8;
  margin: 0;
}

.home .projects_card_content_hover a {
  background: #BD8E34;
  border-radius: 15px;
  color: white;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  margin-bottom: 0;
  transform: translateY(200%);
  transition: all 0.5s ease-in-out;
}

.home .projects_card_content_hover:hover {
  opacity: 1;
}

.home .projects_card_content_hover:hover a {
  transform: translateY(0);
}

.home .donationChannels {
  position: relative;
  display: flex;
  align-items: center;
}

.home .donationChannels:before {
  content: "";
  background-image: url(../img/homePage/highlight.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 65%;
  background-size: cover;
  z-index: -1;
}

.home .donationChannels_content {
  background: rgb(18, 154, 72);
  background: linear-gradient(180deg, #00ff65 0%, #1c5031 100%);
  border-radius: 15px;
  padding: 3rem 1rem 2rem 1rem;
  text-align: center;
}

.home .donationChannels_content img,
.home .donationChannels_content svg {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
  width: 70px;
  height: 70px;
  transition: all 0.3s ease-in-out;
}

.home .donationChannels_content img:hover,
.home .donationChannels_content svg:hover {
  transform: scale(1.05);
}

.home .donationChannels_content span {
  display: block;
  color: white;
}

.home .electronic-services_content {
  background: linear-gradient(0deg, #4e4c00 0, #fff700 100%);
  border-radius: 15px;
  padding: 3rem 0 2rem 0;
}

.home .electronic-services_content_box:first-child,
.home .electronic-services_content_box:nth-child(2),
.home .electronic-services_content_box:nth-child(3) {
  margin-bottom: 1.5rem;
}

.home .electronic-services,
.home .zakah-request {
  position: relative;
  display: flex;
  align-items: center;
}

.home .electronic-services:before,
.home .zakah-request:before {
  content: "";
  background-image: url(../img/homePage/highlight.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 65%;
  background-size: cover;
  z-index: -1;
}

.home .electronic-services_content,
.home .zakah-request_content {
  box-shadow: 50px 50px 99px rgba(22, 101, 106, 0.06);
  border-radius: 15px;
  padding: 3rem 0 2rem 0;
}

@media (min-width: 767px) {

  .home .electronic-services_content .row,
  .home .zakah-request_content .row {
    width: 75%;
  }
}

.home .electronic-services_content_box,
.home .zakah-request_content_box {
  margin-bottom: 1.5rem;
}

.home .electronic-services_content_box img,
.home .electronic-services_content_box svg,
.home .zakah-request_content_box img,
.home .zakah-request_content_box svg {
  margin-bottom: 0.5rem;
  width: 70px;
  height: 70px;
  transition: all 0.3s ease-in-out;
}

.home .electronic-services_content_box img:hover,
.home .electronic-services_content_box svg:hover,
.home .zakah-request_content_box img:hover,
.home .zakah-request_content_box svg:hover {
  transform: scale(1.05);
}

.home .electronic-services_content_box p,
.home .zakah-request_content_box p {
  color: white;
  margin-bottom: 0;
  text-align: center !important;
}

@media (max-width: 568px) {

  .home .electronic-services_content_box,
  .home .zakah-request_content_box {
    margin-bottom: 1.5rem;
  }

  .home .electronic-services_content_box:last-child,
  .home .zakah-request_content_box:last-child {
    margin-bottom: 0;
  }
}

.home .electronic-services_content {
  background: linear-gradient(0deg, #4e4c00 0, #fff700 100%);
}

.home .electronic-services_content_box:nth-child(4),
.home .electronic-services_content_box:nth-child(5),
.home .electronic-services_content_box:last-child {
  margin-bottom: 0;
}

.home .zakah-request_content {
  background: linear-gradient(180deg, #00ff65 0%, #1c5031 100%);
}

.home .zakah-request_content_box:nth-child(7),
.home .zakah-request_content_box:nth-child(8),
.home .zakah-request_content_box:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home .zakah-request_content_box:nth-child(7) {
    margin-bottom: 1.5rem;
  }
}

.home .home_library .row {
  padding: 0 15px;
}

.home .home_library .row .col1 a,
.home .home_library .row .col2 a,
.home .home_library .row .col3 a {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.home .home_library .row .col1 a img,
.home .home_library .row .col2 a img,
.home .home_library .row .col3 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.home .home_library .row .col1 .home_library_video,
.home .home_library .row .col2 .home_library_video,
.home .home_library .row .col3 .home_library_video {
  position: relative;
}

.home .home_library .row .col1 .home_library_video::before,
.home .home_library .row .col2 .home_library_video::before,
.home .home_library .row .col3 .home_library_video::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, #171717 0, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.home .home_library .row .col1 .home_library_video_text,
.home .home_library .row .col2 .home_library_video_text,
.home .home_library .row .col3 .home_library_video_text {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  padding: 0 1rem 1.5rem 1rem;
  width: 100%;
  text-align: right;
  pointer-events: none;
}

body.en .home .home_library .row .col1 .home_library_video_text,
body.en .home .home_library .row .col2 .home_library_video_text,
body.en .home .home_library .row .col3 .home_library_video_text {
  text-align: left;
}

.home .home_library .row .col1 .home_library_video_text p,
.home .home_library .row .col2 .home_library_video_text p,
.home .home_library .row .col3 .home_library_video_text p {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.25rem;
}

.home .home_library .row .col1 .home_library_video:hover::before,
.home .home_library .row .col2 .home_library_video:hover::before,
.home .home_library .row .col3 .home_library_video:hover::before {
  height: 50%;
}

.home .home_library .row .col1 .home_library_video:hover div:last-child,
.home .home_library .row .col2 .home_library_video:hover div:last-child,
.home .home_library .row .col3 .home_library_video:hover div:last-child {
  transform: translateY(-10px);
}

.home .home_library .row .col1 .home_library_video_text,
.home .home_library .row .col2 .home_library_video_text,
.home .home_library .row .col3 .home_library_video_text {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .home_library .row .col1 .home_library_video_text img,
.home .home_library .row .col2 .home_library_video_text img,
.home .home_library .row .col3 .home_library_video_text img {
  width: 50px;
  height: 50px;
  margin: auto;
}

.home .home_library .row .col1 .home_library_video_text p,
.home .home_library .row .col2 .home_library_video_text p,
.home .home_library .row .col3 .home_library_video_text p {
  font-size: 1rem;
  font-weight: normal;
}

@media (min-width: 767px) {
  .home .home_library .row .col1 {
    padding-left: 5px;
    padding-right: 0;
  }
}

.home .home_library .row .col1 {
  padding: 0;
}

.home .home_library .row .col1 .home_library_video {
  height: 100%;
  width: 100%;
}

@media (min-width: 767px) {
  .home .home_library .row .col2 {
    padding: 0 5px;
  }
}

.home .home_library .row .col2 .col_child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .home .home_library .row .col2 .col_child .home_library_video {
    margin-bottom: 10px;
  }
}

.home .home_library .row .col2 .img_parent {
  display: flex;
}

.home .home_library .row .col2 .img_parent .home_library_img {
  width: 50%;
  display: flex;
}

.home .home_library .row .col2 .img_parent .home_library_img:first-child {
  padding-left: 5px;
}

.home .home_library .row .col2 .img_parent .home_library_img:last-child {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .home .home_library .row .col2 {
    margin: 10px 0;
    padding: 0;
  }
}

@media (min-width: 767px) {
  .home .home_library .row .col3 {
    padding-right: 5px;
    padding-left: 0;
  }
}

.home .home_library .row .col3 .img_parent {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home .home_library .row .col3 .img_parent .home_library_img {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .home .home_library .row .col3 {
    padding: 0;
  }

  .home .home_library .row .col3 .img_parent .home_library_img {
    margin-bottom: 10px;
  }

  .home .home_library .row .col3 .img_parent .home_library_video {
    padding-top: 0;
    padding-right: 0;
  }
}

.home .contact_map_locations {
  max-height: 700px;
  overflow-x: hidden;
  direction: ltr;
}

.home .contact_map_locations::-webkit-scrollbar {
  width: 0.75rem;
}

.home .contact_map_locations::-webkit-scrollbar-track {
  box-shadow: inset 0px 0 5px rgba(112, 112, 112, 0.11);
}

.home .contact_map_locations::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 0.4);
  border-radius: 15px;
  box-shadow: 50px 50px 99px rgba(22, 101, 106, 0.06);
}

body.en .home .contact_map_locations {
  direction: rtl;
}

.home .contact_map_locations_img {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .home .contact_map_locations_img {
    margin-top: 1rem;
  }
}

.home .contact_map_locations_list {
  padding: 0 1rem;
  margin-bottom: 0;
}

.home .contact_map_locations_list_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.431372549);
  padding: 0.5rem 0.75rem;
  display: flex;
  flex-direction: column;
}

.home .contact_map_locations_list_item span:first-child {
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  position: relative;
  line-height: 1.7;
  color: black;
  padding-right: 1.5rem;
}

.home .contact_map_locations_list_item span:first-child:before {
  position: absolute;
  content: "";
  background-image: url(../img/homePage/Icon-material-location-on.png);
  width: 20px;
  height: 20px;
  right: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: right;
}

body.en .home .contact_map_locations_list_item span:first-child:before {
  background-position: left;
}

.home .contact_map_locations_list_item span:last-child,
.home .contact_map_locations_list_item span:nth-child(2) {
  color: black;
  opacity: 70%;
  font-size: 0.8rem;
  padding-right: 1.5rem;
}

.home .contact_map_locations_list_item_link3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: max-content;
}

.home .contact_map_locations_list_item_link3 img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .home .contact_map_locations_list_item_link3 img {
    width: 13px;
    height: 13px;
    margin-right: 7px;
  }
}

.home .contact_map_locations_list_item_link3 span {
  font-weight: bold;
  color: #424242;
  font-size: 0.85rem;
}

.home .contact_map .googleMap {
  width: 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .home .contact_map .googleMap {
    height: 500px;
  }
}

@media (max-width: 568px) {
  .home .contact_map .googleMap {
    height: 400px;
  }
}

/* ====================================== _____________ Home Page Styles _____________ ====================================== */
.complaints .donationComplaints {
  padding: 4rem 0;
}

.complaints .donationComplaints h4 {
  margin-bottom: 5rem;
}

.complaints .donationComplaints_tabs {
  justify-content: center;
}

.complaints .donationComplaints_tabs_col_tab {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.complaints .donationComplaints_tabs_col_tab:hover {
  transform: scale(1.05);
}

.complaints .donationComplaints_tabs_col_tab svg {
  width: 70px;
  height: 70px;
}

.complaints .donationComplaints_tabs_col_tab span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 0.95rem;
  transition: all 0.3s ease-in-out;
  color: #171717;
  opacity: 70%;
}

.complaints .donationComplaints_content {
  display: none;
  padding-top: 2rem;
}

.complaints .donationComplaints_content.tab1 {
  display: block;
}

.complaints .donationComplaints_content h5 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #074620;
  font-size: 1.15rem;
}

.complaints .donationComplaints_content span {
  color: #171717;
  line-height: 3;
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
  opacity: 70%;
}

.complaints .donationComplaints_content span a {
  font-weight: bold;
  color: #074620;
  font-size: 1.25rem;
}

.about .board-of-trustees h4 {
  font-size: 1.3rem;
  color: #074620;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .about .board-of-trustees h4 {
    margin-bottom: 1.75rem;
  }
}

.about .board-of-trustees p {
  color: #BD8E34;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #129A48 !important;
}

body.en .about .board-of-trustees ul {
  padding-left: 1rem;
  padding-right: 0;
}

.about .board-of-trustees ul li {
  color: #171717;
  font-size: 0.9rem;
  padding-right: 20px;
  position: relative;
  padding-bottom: 0.75rem;
}

.about .board-of-trustees ul li:last-child {
  padding-bottom: 0;
}

.about .board-of-trustees ul li::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background-position: center;
  right: 0;
  top: 3px;
  background-color: #BD8E34;
}

.about .function-board-of-trustees p {
  color: #BD8E34;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.about .function-board-of-trustees_span {
  color: #171717;
  padding-bottom: 1.5rem;
  position: relative;
  padding-right: 20px;
  display: block;
}

.about .function-board-of-trustees_span:before {
  content: "";
  position: absolute;
  background-image: url(../img/global/crescent-moon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 13px;
  width: 13px;
  background-position: center;
  right: 0;
  top: 5px;
}

.about .function-board-of-trustees ol {
  padding-right: 35px;
}

body.en .about .function-board-of-trustees ol {
  padding-left: 1rem;
  padding-right: 0;
}

.about .function-board-of-trustees ol li {
  color: #171717;
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .about .function-board-of-trustees ol li br {
    display: none;
  }
}

.about .function-board-of-trustees ol li:last-child {
  padding-bottom: 0;
}

.about .function-board-of-trustees ol li::marker {
  font-family: Helvetica LT Condensed;
  font-weight: bold;
}

.rules .zakatDefinition h4,
.rules .zakatConditions h4,
.rules .zakatTypes h4,
.rules .zakatOffers h4 {
  font-size: 1.3rem;
  color: #074620;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 991px) {

  .rules .zakatDefinition h4,
  .rules .zakatConditions h4,
  .rules .zakatTypes h4,
  .rules .zakatOffers h4 {
    margin-bottom: 1.75rem;
  }
}

.rules .zakatDefinition_content,
.rules .zakatConditions_content,
.rules .zakatTypes_content,
.rules .zakatOffers_content {
  padding: 2rem 0;
}

@media (max-width: 991px) {

  .rules .zakatDefinition_content,
  .rules .zakatConditions_content,
  .rules .zakatTypes_content,
  .rules .zakatOffers_content {
    padding: 1rem 0;
  }

  .rules .zakatDefinition_content:first-child,
  .rules .zakatConditions_content:first-child,
  .rules .zakatTypes_content:first-child,
  .rules .zakatOffers_content:first-child {
    padding-top: 0;
  }
}

.rules .zakatDefinition_content:last-child,
.rules .zakatConditions_content:last-child,
.rules .zakatTypes_content:last-child,
.rules .zakatOffers_content:last-child {
  padding-bottom: 0;
}

.rules .zakatDefinition_content_even-row_col1,
.rules .zakatConditions_content_even-row_col1,
.rules .zakatTypes_content_even-row_col1,
.rules .zakatOffers_content_even-row_col1 {
  order: 2;
}

.rules .zakatDefinition_content_even-row_col2,
.rules .zakatConditions_content_even-row_col2,
.rules .zakatTypes_content_even-row_col2,
.rules .zakatOffers_content_even-row_col2 {
  order: 1;
}

.rules .zakatDefinition_content_even-row_col2 .stripImg::before,
.rules .zakatConditions_content_even-row_col2 .stripImg::before,
.rules .zakatTypes_content_even-row_col2 .stripImg::before,
.rules .zakatOffers_content_even-row_col2 .stripImg::before {
  right: -96%;
  background-position: left;
}

body.en .rules .zakatDefinition_content_even-row_col2 .stripImg::before,
body.en .rules .zakatConditions_content_even-row_col2 .stripImg::before,
body.en .rules .zakatTypes_content_even-row_col2 .stripImg::before,
body.en .rules .zakatOffers_content_even-row_col2 .stripImg::before {
  right: auto;
  left: -96%;
}

@media (max-width: 991px) {

  .rules .zakatDefinition_content_even-row_col1,
  .rules .zakatConditions_content_even-row_col1,
  .rules .zakatTypes_content_even-row_col1,
  .rules .zakatOffers_content_even-row_col1 {
    order: 2;
    margin-top: 1.75rem;
  }

  .rules .zakatDefinition_content_even-row_col2,
  .rules .zakatConditions_content_even-row_col2,
  .rules .zakatTypes_content_even-row_col2,
  .rules .zakatOffers_content_even-row_col2 {
    order: 1;
  }
}

.rules .zakatDefinition_content_odd-row_col1,
.rules .zakatConditions_content_odd-row_col1,
.rules .zakatTypes_content_odd-row_col1,
.rules .zakatOffers_content_odd-row_col1 {
  order: 1;
}

@media (max-width: 991px) {

  .rules .zakatDefinition_content_odd-row_col1,
  .rules .zakatConditions_content_odd-row_col1,
  .rules .zakatTypes_content_odd-row_col1,
  .rules .zakatOffers_content_odd-row_col1 {
    margin-top: 1.5rem;
  }
}

.rules .zakatDefinition_content_odd-row_col2,
.rules .zakatConditions_content_odd-row_col2,
.rules .zakatTypes_content_odd-row_col2,
.rules .zakatOffers_content_odd-row_col2 {
  order: 2;
}

.rules .zakatDefinition_content_odd-row_col2 .stripImg::before,
.rules .zakatConditions_content_odd-row_col2 .stripImg::before,
.rules .zakatTypes_content_odd-row_col2 .stripImg::before,
.rules .zakatOffers_content_odd-row_col2 .stripImg::before {
  left: -96%;
  background-position: right;
}

body.en .rules .zakatDefinition_content_odd-row_col2 .stripImg::before,
body.en .rules .zakatConditions_content_odd-row_col2 .stripImg::before,
body.en .rules .zakatTypes_content_odd-row_col2 .stripImg::before,
body.en .rules .zakatOffers_content_odd-row_col2 .stripImg::before {
  left: auto;
  right: -96%;
}

@media (max-width: 991px) {

  .rules .zakatDefinition_content_odd-row_col1,
  .rules .zakatConditions_content_odd-row_col1,
  .rules .zakatTypes_content_odd-row_col1,
  .rules .zakatOffers_content_odd-row_col1 {
    order: 2;
  }

  .rules .zakatDefinition_content_odd-row_col2,
  .rules .zakatConditions_content_odd-row_col2,
  .rules .zakatTypes_content_odd-row_col2,
  .rules .zakatOffers_content_odd-row_col2 {
    order: 1;
  }
}

.rules .zakatDefinition_content_txt,
.rules .zakatConditions_content_txt,
.rules .zakatTypes_content_txt,
.rules .zakatOffers_content_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.rules .zakatDefinition_content_txt h4,
.rules .zakatConditions_content_txt h4,
.rules .zakatTypes_content_txt h4,
.rules .zakatOffers_content_txt h4 {
  color: #BD8E34;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {

  .rules .zakatDefinition_content_txt h4,
  .rules .zakatConditions_content_txt h4,
  .rules .zakatTypes_content_txt h4,
  .rules .zakatOffers_content_txt h4 {
    margin-bottom: 0 !important;
  }
}

.rules .zakatDefinition_content_txt p,
.rules .zakatConditions_content_txt p,
.rules .zakatTypes_content_txt p,
.rules .zakatOffers_content_txt p {
  color: #171717;
  font-size: 0.8rem;
  line-height: 1.85;
}

.rules .zakatDefinition_content_txt span,
.rules .zakatConditions_content_txt span,
.rules .zakatTypes_content_txt span,
.rules .zakatOffers_content_txt span {
  color: #171717;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.7;
}

.rules .zakatDefinition_content_txt h5,
.rules .zakatConditions_content_txt h5,
.rules .zakatTypes_content_txt h5,
.rules .zakatOffers_content_txt h5 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #074620;
  margin: 1rem 0 1.5rem;
}

.rules .zakatDefinition_content_txt ul,
.rules .zakatConditions_content_txt ul,
.rules .zakatTypes_content_txt ul,
.rules .zakatOffers_content_txt ul {
  margin-bottom: 0;
  padding-right: 0.75rem;
}

body.en .rules .zakatDefinition_content_txt ul,
body.en .rules .zakatConditions_content_txt ul,
body.en .rules .zakatTypes_content_txt ul,
body.en .rules .zakatOffers_content_txt ul {
  padding-right: 0;
  padding-left: 0.75rem;
}

.rules .zakatDefinition_content_txt ul li,
.rules .zakatConditions_content_txt ul li,
.rules .zakatTypes_content_txt ul li,
.rules .zakatOffers_content_txt ul li {
  color: #171717;
  padding-bottom: 1rem;
  position: relative;
  padding-right: 20px;
  font-size: 0.8rem;
}

.rules .zakatDefinition_content_txt ul li:last-child,
.rules .zakatConditions_content_txt ul li:last-child,
.rules .zakatTypes_content_txt ul li:last-child,
.rules .zakatOffers_content_txt ul li:last-child {
  padding-bottom: 0;
}

.rules .zakatDefinition_content_txt ul li:first-child,
.rules .zakatConditions_content_txt ul li:first-child,
.rules .zakatTypes_content_txt ul li:first-child,
.rules .zakatOffers_content_txt ul li:first-child {
  padding-top: 0;
}

.rules .zakatDefinition_content_txt ul li:before,
.rules .zakatConditions_content_txt ul li:before,
.rules .zakatTypes_content_txt ul li:before,
.rules .zakatOffers_content_txt ul li:before {
  content: "";
  position: absolute;
  background-image: url(../img/global/crescent-moon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 11px;
  background-position: center;
  right: 0;
  top: 3px;
}

.rules .zakatDefinition_content_img,
.rules .zakatConditions_content_img,
.rules .zakatTypes_content_img,
.rules .zakatOffers_content_img {
  width: 100%;
  height: 100%;
}

.rules .zakatDefinition_content_img img,
.rules .zakatConditions_content_img img,
.rules .zakatTypes_content_img img,
.rules .zakatOffers_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
  .rules .zakatDefinition {
    padding-top: 2.25rem;
  }
}

.rules .zakatConditions h4 {
  margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .rules .zakatConditions h4.zakatConditions_content_header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.rules .zakatConditions_content {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .rules .zakatConditions_content_even-row_col1:last-child {
    margin-top: 0;
  }
}

.rules .zakatConditions_content_txt {
  height: auto;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .rules .zakatConditions_content_txt {
    margin-bottom: 0;
  }
}

.rules .zakatConditions_content_txt:last-child {
  margin-bottom: 0;
}

.rules .zakatConditions_content_txt h4 {
  margin-bottom: 0.5rem;
}

.rules .zakatConditions_content_txt span {
  font-weight: bold;
  color: #074620;
  opacity: 70%;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.rules .zakatConditions_content_txt ol {
  padding-right: 2rem;
  opacity: 70%;
}

body.en .rules .zakatConditions_content_txt ol {
  padding-right: 0;
  padding-left: 2rem;
}

.rules .zakatConditions_content_txt ol li {
  padding-bottom: 1.25rem;
  line-height: 1.7;
}

.rules .zakatConditions_content_txt ol li:last-child {
  padding-bottom: 0;
}

.rules .zakatConditions_content_txt p.fadded:last-of-type {
  opacity: 70%;
  margin-bottom: 0;
}

.rules .zakatTypes h4 {
  margin-bottom: 1.75rem;
}

@media (max-width: 991px) {
  .rules .zakatTypes h4 {
    margin-bottom: 0;
  }
}

.rules .zakatTypes span {
  color: #171717;
  opacity: 70%;
  display: block;
  padding-bottom: 2rem;
}

.rules .zakatTypes_content_even-row_col1 {
  order: 1;
}

.rules .zakatTypes_content_even-row_col2 {
  order: 2;
}

.rules .zakatTypes_content_even-row_col2 .stripImg::before {
  left: -96%;
  background-position: right;
  right: auto;
}

body.en .rules .zakatTypes_content_even-row_col2 .stripImg::before {
  right: auto;
  left: -96%;
}

@media (max-width: 991px) {
  .rules .zakatTypes_content_even-row_col1 {
    order: 2;
  }

  .rules .zakatTypes_content_even-row_col2 {
    order: 1;
  }
}

.rules .zakatTypes_content_odd-row_col1 {
  order: 2;
}

.rules .zakatTypes_content_odd-row_col2 {
  order: 1;
}

.rules .zakatTypes_content_odd-row_col2 .stripImg::before {
  right: -96%;
  background-position: left;
}

body.en .rules .zakatTypes_content_odd-row_col2 .stripImg::before {
  right: auto;
  left: -96%;
}

@media (max-width: 991px) {
  .rules .zakatTypes_content_odd-row_col1 {
    order: 2;
  }

  .rules .zakatTypes_content_odd-row_col2 {
    order: 1;
  }
}

.rules .zakatTypes_content_txt h4 {
  margin-bottom: 1rem;
}

.rules .zakatOffers_content_txt {
  padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .rules .zakatOffers_content_txt {
    padding-bottom: 0;
  }
}

.rules .zakatOffers_content_txt h4 {
  margin-bottom: 0.75rem;
}

.rules .zakatOffers_content_txt h4.grey {
  color: #171717;
  opacity: 70%;
  margin-bottom: 0;
}

.rules .zakatOffers_content_txt h4.mainColor {
  opacity: 100%;
  margin-bottom: 0;
}

.rules .zakatOffers_content_txt_conditions {
  padding-bottom: 1rem;
}

.rules .zakatOffers_content_txt_conditions span {
  padding: 0;
  width: 17%;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-weight: normal;
  color: #171717;
  opacity: 70%;
}

.rules .zakatOffers_content_txt_conditions span:last-child {
  width: 100%;
  padding: 0;
}

@media (max-width: 991px) {
  .rules .zakatOffers_content_txt_conditions span {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .rules .zakatOffers_content_txt_conditions span {
    width: 35%;
  }
}

@media (max-width: 568px) {
  .rules .zakatOffers_content_txt_conditions span {
    width: 100%;
  }
}

.rules .zakatOffers_content_txt p {
  line-height: 1.95;
}

.global .zakatDefinition_content_bgShadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.global .zakatDefinition h4,
.global .zakatConditions h4,
.global .zakatTypes h4,
.global .zakatOffers h4 {
  font-size: 1.3rem;
  color: #074620;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 991px) {

  .global .zakatDefinition h4,
  .global .zakatConditions h4,
  .global .zakatTypes h4,
  .global .zakatOffers h4 {
    margin-bottom: 1.75rem;
  }
}

.global .zakatDefinition_content,
.global .zakatConditions_content,
.global .zakatTypes_content,
.global .zakatOffers_content {
  padding: 2rem 0 0;
}

@media (max-width: 991px) {

  .global .zakatDefinition_content,
  .global .zakatConditions_content,
  .global .zakatTypes_content,
  .global .zakatOffers_content {
    padding: 0;
  }
}

.global .zakatDefinition_content:last-child,
.global .zakatConditions_content:last-child,
.global .zakatTypes_content:last-child,
.global .zakatOffers_content:last-child {
  padding-bottom: 0;
}

.global .zakatDefinition_content_txt,
.global .zakatConditions_content_txt,
.global .zakatTypes_content_txt,
.global .zakatOffers_content_txt {
  padding: 1.5rem;
}

.global .zakatDefinition_content_txt h4,
.global .zakatConditions_content_txt h4,
.global .zakatTypes_content_txt h4,
.global .zakatOffers_content_txt h4 {
  color: #BD8E34;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {

  .global .zakatDefinition_content_txt h4,
  .global .zakatConditions_content_txt h4,
  .global .zakatTypes_content_txt h4,
  .global .zakatOffers_content_txt h4 {
    margin-bottom: 0 !important;
  }
}

.global .zakatDefinition_content_txt p,
.global .zakatConditions_content_txt p,
.global .zakatTypes_content_txt p,
.global .zakatOffers_content_txt p {
  color: #171717;
  font-size: 0.8rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.global .zakatDefinition_content_txt p.bigParagraph,
.global .zakatConditions_content_txt p.bigParagraph,
.global .zakatTypes_content_txt p.bigParagraph,
.global .zakatOffers_content_txt p.bigParagraph {
  width: 75%;
}

@media (max-width: 992px) {

  .global .zakatDefinition_content_txt p.bigParagraph,
  .global .zakatConditions_content_txt p.bigParagraph,
  .global .zakatTypes_content_txt p.bigParagraph,
  .global .zakatOffers_content_txt p.bigParagraph {
    width: 90%;
  }
}

@media (max-width: 568px) {

  .global .zakatDefinition_content_txt p.bigParagraph,
  .global .zakatConditions_content_txt p.bigParagraph,
  .global .zakatTypes_content_txt p.bigParagraph,
  .global .zakatOffers_content_txt p.bigParagraph {
    width: 100%;
  }
}

.global .zakatDefinition_content_txt span,
.global .zakatConditions_content_txt span,
.global .zakatTypes_content_txt span,
.global .zakatOffers_content_txt span {
  color: #171717;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.7;
}

.global .zakatDefinition_content_txt h5,
.global .zakatConditions_content_txt h5,
.global .zakatTypes_content_txt h5,
.global .zakatOffers_content_txt h5 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #074620;
  margin: 1rem 0 1.5rem;
}

.global .zakatDefinition_content_txt ul,
.global .zakatConditions_content_txt ul,
.global .zakatTypes_content_txt ul,
.global .zakatOffers_content_txt ul {
  margin-bottom: 0;
  padding-right: 0.75rem;
}

body.en .global .zakatDefinition_content_txt ul,
body.en .global .zakatConditions_content_txt ul,
body.en .global .zakatTypes_content_txt ul,
body.en .global .zakatOffers_content_txt ul {
  padding-right: 0;
  padding-left: 0.75rem;
}

.global .zakatDefinition_content_txt ul li,
.global .zakatConditions_content_txt ul li,
.global .zakatTypes_content_txt ul li,
.global .zakatOffers_content_txt ul li {
  color: #171717;
  padding-bottom: 1rem;
  position: relative;
  padding-right: 20px;
  font-size: 0.8rem;
}

.global .zakatDefinition_content_txt ul li:last-child,
.global .zakatConditions_content_txt ul li:last-child,
.global .zakatTypes_content_txt ul li:last-child,
.global .zakatOffers_content_txt ul li:last-child {
  padding-bottom: 0;
}

.global .zakatDefinition_content_txt ul li:first-child,
.global .zakatConditions_content_txt ul li:first-child,
.global .zakatTypes_content_txt ul li:first-child,
.global .zakatOffers_content_txt ul li:first-child {
  padding-top: 0;
}

.global .zakatDefinition_content_txt ul li:before,
.global .zakatConditions_content_txt ul li:before,
.global .zakatTypes_content_txt ul li:before,
.global .zakatOffers_content_txt ul li:before {
  content: "";
  position: absolute;
  background-image: url(../img/global/crescent-moon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 11px;
  background-position: center;
  right: 0;
  top: 3px;
}

.global .zakatDefinition_content_img:before,
.global .zakatConditions_content_img:before,
.global .zakatTypes_content_img:before,
.global .zakatOffers_content_img:before {
  display: none !important;
}

.global .zakatDefinition_content_img img,
.global .zakatConditions_content_img img,
.global .zakatTypes_content_img img,
.global .zakatOffers_content_img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.global .zakatDefinition_content_img img.bigImg,
.global .zakatConditions_content_img img.bigImg,
.global .zakatTypes_content_img img.bigImg,
.global .zakatOffers_content_img img.bigImg {
  height: 350px;
}

@media (max-width: 991px) {
  .global .zakatDefinition {
    padding-top: 2.25rem;
  }
}

.global .zakatConditions h4 {
  margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .global .zakatConditions h4.zakatConditions_content_header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.global .zakatConditions_content {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .global .zakatConditions_content_even-row_col1:last-child {
    margin-top: 0;
  }
}

.global .zakatConditions_content_txt {
  height: auto;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .global .zakatConditions_content_txt {
    margin-bottom: 0;
  }
}

.global .zakatConditions_content_txt:last-child {
  margin-bottom: 0;
}

.global .zakatConditions_content_txt h4 {
  margin-bottom: 0.5rem;
}

.global .zakatConditions_content_txt span {
  font-weight: bold;
  color: #074620;
  opacity: 70%;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.global .zakatConditions_content_txt ol {
  padding-right: 2rem;
  opacity: 70%;
}

body.en .global .zakatConditions_content_txt ol {
  padding-right: 0;
  padding-left: 2rem;
}

.global .zakatConditions_content_txt ol li {
  padding-bottom: 1.25rem;
  line-height: 1.7;
}

.global .zakatConditions_content_txt ol li:last-child {
  padding-bottom: 0;
}

.global .zakatConditions_content_txt p.fadded:last-of-type {
  opacity: 70%;
  margin-bottom: 0;
}

.global .zakatTypes h4 {
  margin-bottom: 1.75rem;
}

@media (max-width: 991px) {
  .global .zakatTypes h4 {
    margin-bottom: 0;
  }
}

.global .zakatTypes span {
  color: #171717;
  opacity: 70%;
  display: block;
  padding-bottom: 2rem;
}

.global .zakatTypes_content_txt h4 {
  margin-bottom: 1rem;
}

.global .zakatOffers_content_txt {
  padding-bottom: 1rem;
}

.global .zakatOffers_content_txt h4 {
  margin-bottom: 0.75rem;
}

.global .zakatOffers_content_txt h4.grey {
  color: #171717;
  opacity: 70%;
  margin-bottom: 0;
}

.global .zakatOffers_content_txt h4.mainColor {
  opacity: 100%;
  margin-bottom: 0;
}

.global .zakatOffers_content_txt_conditions {
  padding-bottom: 1rem;
}

.global .zakatOffers_content_txt_conditions span {
  padding: 0;
  width: 17%;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-weight: normal;
  color: #171717;
  opacity: 70%;
}

.global .zakatOffers_content_txt_conditions span:last-child {
  width: 100%;
  padding: 0;
}

@media (max-width: 991px) {
  .global .zakatOffers_content_txt_conditions span {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .global .zakatOffers_content_txt_conditions span {
    width: 35%;
  }
}

@media (max-width: 568px) {
  .global .zakatOffers_content_txt_conditions span {
    width: 100%;
  }
}

.global .zakatOffers_content_txt p {
  line-height: 1.95;
}

@media (max-width: 991px) {
  .projects .programs {
    padding-top: 2.25rem;
  }
}

.projects .programs h4 {
  font-size: 1.3rem;
  color: #074620;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .projects .programs h4 {
    margin-bottom: 1.75rem;
  }
}

.projects .programs_content {
  padding: 2rem;
  margin: 0 0 3rem;
}

.projects .programs_content::last-child {
  margin-bottom: 0;
}

.projects .programs_content:first-child {
  padding-top: 2rem;
}

@media (max-width: 767px) {
  .projects .programs_content {
    padding: 0.5rem 0;
  }

  .projects .programs_content:first-child {
    padding-top: 0;
  }
}

.projects .programs_content_even-row_col1 {
  order: 1;
}

.projects .programs_content_even-row_col2 {
  order: 2;
}

.projects .programs_content_even-row_col2 .stripImg::before {
  left: -96%;
  background-position: right;
}

body.en .projects .programs_content_even-row_col2 .stripImg::before {
  left: auto;
  right: -96%;
}

@media (max-width: 991px) {
  .projects .programs_content_even-row_col1 {
    order: 2;
    margin-top: 1.75rem;
  }

  .projects .programs_content_even-row_col2 {
    order: 1;
  }
}

.projects .programs_content_odd-row_col1 {
  order: 2;
}

@media (max-width: 991px) {
  .projects .programs_content_odd-row_col1 {
    margin-top: 1.5rem;
  }
}

.projects .programs_content_odd-row_col2 {
  order: 1;
}

.projects .programs_content_odd-row_col2 .stripImg::before {
  right: -96%;
  background-position: left;
}

body.en .projects .programs_content_odd-row_col2 .stripImg::before {
  right: auto;
  left: -96%;
}

@media (max-width: 991px) {
  .projects .programs_content_odd-row_col1 {
    order: 2;
  }

  .projects .programs_content_odd-row_col2 {
    order: 1;
  }
}

.projects .programs_content_firstRow {
  margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
  .projects .programs_content_firstRow {
    margin-bottom: 1rem;
  }
}

.projects .programs_content_firstRow_txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.projects .programs_content_firstRow_txt p {
  color: #171717;
  font-size: 0.8rem;
  line-height: 1.95;
}

.projects .programs_content_firstRow_img {
  width: 100%;
  height: 100%;
}

.projects .programs_content_firstRow_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.projects .programs_content_secondRow_txt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.projects .programs_content_secondRow_txt h4 {
  color: #BD8E34;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-bottom: 0.75rem !important;
}

@media (max-width: 991px) {
  .projects .programs_content_secondRow_txt h4 {
    margin-bottom: 0 !important;
  }
}

.projects .programs_content_secondRow_txt p {
  color: #171717;
  font-size: 0.8rem;
  line-height: 1.95;
  margin-bottom: 0;
}

.projects .programs_content_secondRow_txt span {
  color: #171717;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.7;
}

.projects .programs_content_secondRow_txt h5 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #074620;
  margin: 1rem 0 1.5rem;
}

.projects .programs_content_secondRow_txt ul {
  margin-bottom: 0;
  padding-right: 0.75rem;
}

body.en .projects .programs_content_secondRow_txt ul {
  padding-right: 0;
  padding-left: 0.75rem;
}

.projects .programs_content_secondRow_txt ul li {
  color: #171717;
  padding-bottom: 1rem;
  position: relative;
  padding-right: 20px;
  font-size: 0.8rem;
}

.projects .programs_content_secondRow_txt ul li:last-child {
  padding-bottom: 0;
}

.projects .programs_content_secondRow_txt ul li:first-child {
  padding-top: 0;
}

.projects .programs_content_secondRow_txt ul li:before {
  content: "";
  position: absolute;
  background-image: url(../img/global/crescent-moon.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 11px;
  background-position: center;
  right: 0;
  top: 3px;
}

/* ====================================== _____________ partners Page Styles _____________ ====================================== */
.partners .mainPartners {
  padding: 4rem 0;
}

.partners .mainPartners h4 {
  margin-bottom: 5rem;
}

.partners .mainPartners_content h5 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #074620;
  font-size: 1.15rem;
}

.partners .mainPartners_content_card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
}

.partners .mainPartners_content_card a {
  margin-bottom: 0;
  padding: 2rem 1rem;
  width: 100%;
  height: 100%;
  cursor: auto;
}

.partners .mainPartners_content_card a img {
  object-fit: contain;
  height: 110px;
}

/* ====================================== _____________ partners Page Styles _____________ ====================================== */
.fatawy_content {
  padding: 4rem 0;
}

.fatawy_content_txt {
  text-align: center;
  margin-top: 3rem;
}

.fatawy_content_txt p {
  color: #171717;
  opacity: 70%;
  font-weight: bold;
  margin-bottom: 2rem;
}

.fatawy_content_txt a {
  display: block;
  color: #00A8B2;
  opacity: 70%;
  text-decoration: underline;
  font-weight: bold;
}

.fatawy_content .faqs_content_question {
  padding: 2rem;
}

.channels .donationChannels {
  padding: 4rem 0;
}

.channels .donationChannels h4 {
  margin-bottom: 5rem;
}

.channels .donationChannels_tabs {
  justify-content: center;
}

.channels .donationChannels_tabs_col a {
  width: 100%;
  height: 100%;
}

.channels .donationChannels_tabs_col_tab {
  padding: 0.75rem;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.channels .donationChannels_tabs_col_tab img.originalImg {
  width: 50px;
  height: 55px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .channels .donationChannels_tabs_col_tab img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .channels .donationChannels_tabs_col_tab img.originalImg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .channels .donationChannels_tabs_col_tab img {
    width: 50px;
    height: 50px;
  }

  .channels .donationChannels_tabs_col_tab img.originalImg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 568px) {
  .channels .donationChannels_tabs_col_tab {
    padding: 0.5rem;
  }

  .channels .donationChannels_tabs_col_tab img {
    width: 40px;
    height: 40px;
  }

  .channels .donationChannels_tabs_col_tab img.originalImg {
    width: 40px;
  }
}

.channels .donationChannels_tabs_col_tab:hover,
.channels .donationChannels_tabs_col_tab.active {
  background-color: #129A48;
  transform: scale(1.05);
}

.channels .donationChannels_tabs_col_tab:hover span,
.channels .donationChannels_tabs_col_tab.active span {
  color: white;
  opacity: 1;
}

.channels .donationChannels_tabs_col_tab span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 0.95rem;
  transition: all 0.3s ease-in-out;
  color: #171717;
  opacity: 70%;
}

.channels .donationChannels_content {
  display: none;
  padding-top: 2rem;
}

.channels .donationChannels_content.tab1 {
  display: block;
}

.channels .donationChannels_content h5 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #074620;
  font-size: 1.15rem;
}

.channels .donationChannels_content span {
  color: #171717;
  line-height: 3;
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
  opacity: 70%;
}

.channels .donationChannels_content span a {
  font-weight: bold;
  color: #074620;
  font-size: 1.25rem;
}

.channels .donationChannels_content_imgs a:first-child {
  margin-left: 0.75rem;
}

.channels .donationChannels_content_imgs a:last-child {
  margin-right: 0.75rem;
}

body.en .channels .donationChannels_content_imgs a:first-child {
  margin-right: 0.75rem;
}

body.en .channels .donationChannels_content_imgs a:last-child {
  margin-left: 0.75rem;
}

.channels .donationChannels_content_card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
}

.channels .donationChannels_content_card a {
  margin-bottom: 0;
  padding: 2rem 1rem;
  width: 100%;
  height: 100%;
  cursor: auto;
}

.channels .donationChannels_content_card a img {
  object-fit: contain;
  height: 110px;
}

.channels .donationChannels_content_bank {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 991px) {
  .channels .donationChannels_content_bank {
    display: block;
  }
}

.channels .donationChannels_content_bank_img {
  max-width: 185px;
  border-left: 2px solid #BD8E34;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  .channels .donationChannels_content_bank_img {
    width: 100%;
    padding: 0 15px 15px 15px;
    margin-bottom: 1rem;
    border-bottom: 2px solid #BD8E34;
    border-left: 0;
  }
}

.channels .donationChannels_content_bank_img img {
  padding: 0 1.25rem;
}

@media (max-width: 991px) {
  .channels .donationChannels_content_bank_img img {
    padding: 0;
  }
}

.channels .donationChannels_content_bank_content {
  width: 100%;
}

.channels .donationChannels_content_bank_content_txt {
  opacity: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .channels .donationChannels_content_bank_content_txt {
    padding: 0 0.5rem;
  }
}

.channels .donationChannels_content_bank_content_txt_col {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channels .donationChannels_content_bank_content_txt_col span {
  color: #074620;
  line-height: initial;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  opacity: 1;
}

.channels .donationChannels_content_bank_content_txt_col p {
  margin-bottom: 0;
}

.channels .donationChannels_content_bank_content_txt_col.col1 {
  justify-content: center;
  display: flex;
  align-items: center;
}

.channels .donationChannels_content_bank_content_txt_col.col1 p {
  padding-right: 0.5rem;
}

@media (max-width: 991px) {
  .channels .donationChannels_content_bank_content_txt_col.col2 {
    flex-direction: column;
    align-items: initial;
    padding: 0;
    margin-bottom: 0.5rem !important;
  }
}

.channels .donationChannels_content_bank_content_txt_col.col2 p {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .channels .donationChannels_content_bank_content_txt_col.col2 p {
    width: 100%;
    padding: 5px 0 0 0;
  }
}

@media (max-width: 991px) {
  .channels .donationChannels_content_bank_content1 {
    width: 100%;
  }
}

.contactUs .donationcontactUs {
  padding: 4rem 0;
}

.contactUs .donationcontactUs h4 {
  margin-bottom: 5rem;
}

.contactUs .donationcontactUs_content h5 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #074620;
  font-size: 1.15rem;
}

.contactUs .donationcontactUs_content span {
  color: #171717;
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
  opacity: 70%;
}

.contactUs .donationcontactUs_content span a {
  font-weight: bold;
  color: #074620;
  font-size: 1.25rem;
}

/* ====================================== _____________ Theme Styles _____________ ====================================== */
/* ====================================== _____________ Theme Styles _____________ ====================================== */