textarea:focus,
input:focus,
textarea:focus-visible,
input:focus-visible {
  outline: none;
}

.otgs-development-site-front-end {
  display: none;
}

.careerA {
  color: #fee9eb !important;
  font-weight: 500;
}

.stroke-dot,
.fill-dot {
  position: relative;
  padding-left: 20px;
}

html[dir="rtl"] .stroke-dot,
html[dir="rtl"] .fill-dot {
  padding-right: 20px;
  padding-left: 0;
}

.stroke-dot::before {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  border: solid 1px #D6222F;
  position: absolute;
  left: 0;
  top: 14%;
}

html[dir="rtl"] .stroke-dot::before {
  left: unset;
  right: 0;
}

.fill-dot::before {
  content: "";
  background-color: #D6222F;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  border: solid 1px #D6222F;
  position: absolute;
  left: 0;
  top: 14%;
}

html[dir="rtl"] .fill-dot::before {
  left: unset;
  right: 0;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-Regular {
  font-weight: 400 !important;
}

.f-medium {
  font-weight: 500 !important;
}


html[dir="rtl"] * {
  text-align: right;
}

html[dir="rtl"] .text-right {
  text-align: left !important;
}

/*.modal-backdrop {
z-index: 0!important;
}*/
.newStyle {
  font-size: 1.8rem;
  color: white;
}

.helpTxt {
  color: rgba(255, 255, 255, 0.5) !important;
  direction: rtl;
  text-align: start;
}

.hoverDonate:hover {
  transform: scale(1.1) rotate(-12deg);
}

.noLinHe {
  line-height: 1.2;
}

.text-head {
  text-align: right;
}

.posMiddle {
  cursor: pointer;
  box-shadow: 0px 2px 2px 2px rgb(0 0 0 / 20%);
  background: white;
  padding: 20px 10px;
  width: 7.6% !important;
  border-radius: 0 0rem 2rem 2rem;
  top: 0;
}

/* Inout File IOS css */

input[type="file"] {
  height: 49px;
}

/* select style */

/*the container must be positioned relative:*/
.caritas-select {
  position: relative;
  z-index: 300;
}

.caritas-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  background: transparent;
  color: black;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #d62230 transparent transparent transparent;
}

html[dir="rtl"] .select-selected:after {
  right: unset;
  left: 10px;
}

html[dir="rtl"] .gallery .tags .mobile-title {
  margin-right: 15px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #d62230 transparent;
  top: calc(50% - 12px);
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #d62230;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* StyleMenu.css  */

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

/*HEADER*/
header {
  position: fixed !important;
  top: 0;
  left: 0;
  background: white !important;
  width: 100%;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 999;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: end;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

header .logo {
  box-shadow: 0px 2px 2px 2px rgb(0 0 0 / 20%);
  background: white;
  padding: 20px 12px;
  border-radius: 0 0 24px 24px;
  top: 0;
  position: absolute;
  left: 5%;
}

html[dir="rtl"] header .logo {
  right: 5%;
  left: unset;
}

html[dir="rtl"] header nav ul li .donate-btn {
  border-radius: 0 2rem 2rem 0;
  font-size: 16px;
}

html[dir="rtl"] header nav ul li {
  font-size: 16px !important;
}

html[dir="rtl"] .enLang {
  left: unset;
  right: 0;
  text-align: right;
}

html[dir="rtl"] .next {
  right: unset;
  left: 0;
}

html[dir="rtl"] .prev {
  right: 0;
}

html[dir="rtl"] .myslide .txt {
  left: unset;
  right: 180px;
}

html[dir="rtl"] .myslide .txt h2::before {
  left: unset;
  right: -40px;
}

html[dir="rtl"] .grid-system {
  direction: ltr;
}

header .logo img {
  width: 5.5rem !important;
  height: auto;
}

html[dir="rtl"] .campub-section .right-side .event-info {
  padding-right: 20px;
  padding-left: 0;
}

html[dir="rtl"] .campub-section .right-side .event-info .time-loc p.p1 {
  display: flex;
  margin-left: 10px;
}

html[dir="rtl"] .campub-section .right-side .event-info .time-loc p.p1::before {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] .campub-section .right-side .event-info .time-loc p.p2::before {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] .donate-section a {
  right: unset;
  left: 10%;
}

html[dir="rtl"] .donate-section p {
  right: calc(10% + 236px);
  left: unset;
}

html[dir="rtl"] .donate-section img {
  left: unset;
  right: 10%;
}

@media only screen and (max-width: 600px) {

  header .logo {
    border-radius: 0 0 20px 20px;
  }

  header .logo img {
    width: 3.5rem !important;
  }

  html[dir="rtl"] header nav ul li a {
    text-align: center !important;
  }

  html[dir="rtl"] header .wpml-ls-display {
    visibility: visible !important;
    margin-right: -20px;
  }

  header .wpml-ls-display {
    visibility: visible !important;
    margin-right: 16px;
  }

  header .wpml-ls-display::before {
    visibility: hidden !important;
  }

  html[lang="ar"] header .wpml-ls-display::before {
    visibility: hidden !important;
  }

  html[dir="rtl"] header nav ul li .donate-btn {
    border-radius: 0;
  }

  html[dir="rtl"] .donate-section img {
    left: unset;
    right: 15px;
  }

  html[dir="rtl"] .donate-section p {
    right: 15px;
  }

  html[dir="rtl"] .volunteer-section .text {
    right: 15px;
  }

  html[dir="rtl"] .volunteer-section .main-btn {
    left: unset;
    right: 15px;
  }

  html[dir="rtl"] .campub-section .event-info {
    padding-right: 20px;
    padding-left: 0;
  }

  html[dir="rtl"] .myslide .txt {
    right: 90px;
  }

}

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 13px !important;
}

header nav ul li {
  list-style: none;
  position: relative;
  font-size: 13px !important;
}

header .wpml-ls-display {
  visibility: hidden;
}

header .wpml-ls-display::before {
  content: 'AR';
  visibility: visible;
}

html[lang="ar"] header .wpml-ls-display::before {
  content: 'EN';
  visibility: visible;
}


header nav ul li .donate-btn {
  display: flex;
  align-items: center;
  top: 0.5rem;
  border-radius: 2rem 0 0 2rem;
  background: #f6323e;
  color: white;
  font-size: 13px;
  line-height: 13px;
  height: 33px;
}

@media only screen and (max-width: 600px) {
  header nav ul li .donate-btn {
    width: 100%;
    border-radius: 0;
    justify-content: center;
    height: 50px;
  }
}

header nav ul li .donate-btn:hover,
header nav ul li.nav-donation:hover a {
  color: white !important;
}



.enLang {
  position: absolute;
  left: 0;
  background: #f4f5f6;
  display: none;
}

.arLang {
  position: absolute;
  right: 0;
  background: #f4f5f6;
  display: none;
}

header nav ul li:hover ul {
  display: block;
}

header nav ul li ul li {
  display: block;
  min-width: 200px;
}

header nav ul li:hover a {
  color: black;
  text-decoration: none;
  width: max-content;
  min-width: 100%;
}

header nav ul li a {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  color: #707070;
  text-decoration: none;
  display: block;
}

header nav ul li ul li a {
  color: black;
  border-bottom: 1px solid #d3d7da;
}

header nav ul li ul li:hover {
  background: #e9ebec;
}

header nav ul li.activeMenu ul {
  display: block;
}

.menu-toggle {
  color: #fff;
  float: right;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.posMiddle {
  position: absolute;
  /* width: 12% !important; */
  /* top: 6px; */
  left: 5.5rem;
}

.btnCust,
.btnCustAr {
  display: flex;
  align-items: center;
  top: 0.5rem;
  border-radius: 2rem 0 0 2rem;
  background: #f6323e;
  color: white;
  height: 70%;
  position: absolute;
  right: -11rem;
  width: 11rem;
}

.btnCustAr {
  border-radius: 0 2rem 2rem 0 !important;
  right: 0 !important;
}

.btnCust:hover,
.btnCustAr:hover {
  background: #d6222f;
  color: white;
}

.spacer {
  width: 4rem;
}

.spacerAr {
  width: 34rem;
}

.spacerDonate {
  width: 6rem;
}

#changelang {
  margin-right: 2rem;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .spacerAr {
    width: 25rem;
  }
}

@media (min-width: 1101px) and (max-width: 1200px) {
  header nav ul {
    font-size: 12px;
  }

  .spacerAr {
    width: 35rem;
  }

  #changelang {
    margin-right: 0px;
  }

  .posMiddle {
    width: 14% !important;
    left: 3rem;
  }

  .spacer {
    width: 19rem;
  }

  .spacerDonate {
    width: 1rem;
  }

  header nav ul li a {
    padding: 0px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #changelang {
    margin-right: 0rem;
  }

  header nav ul {
    font-size: 12px;
  }

  .spacerAr {
    width: 24rem;
  }

  .spacerDonate {
    width: 3rem;
  }

  .posMiddle {
    width: 17% !important;
    left: 3rem;
  }

  .spacer {
    width: 9rem;
  }

  header nav ul li a {
    padding: 0px 15px;
  }

  header nav ul li {
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  header {
    padding: 0 20px;
  }

  header nav ul li:hover a {
    color: #707070;
  }

  .menu-toggle {
    display: block;
    color: black;
  }

  .menu-toggleAr {
    float: left !important;
  }

  .fa-bars,
  .fa:active {
    color: black !important;
  }

  .enLang {
    position: inherit !important;
    z-index: 999;
  }

  #changelang {
    margin-right: 0rem;
  }

  .btnCust {
    border-radius: 0px;
    position: relative;
    height: 4rem;
    width: 100%;
    right: 0;
    justify-content: center;
  }

  header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px) !important;
    background: #fff;
    top: 50px;
    left: -100%;
    transition: 0.5s;
  }

  header nav ul li.sub-menu:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 50px;
    color: #fff;
    right: 5rem;
    font-size: 2rem;
  }

  .arrowsLeft:before {
    left: 5rem;
    right: 80% !important;
  }

  .sub-menu:hover {
    border-bottom: 2px solid #707070;
  }

  header nav ul li.activeMenu.sub-menu:before {
    content: "\f0d8";
  }

  header nav.activeMenu {
    left: 0;
    z-index: -1;
  }

  header nav ul {
    display: block;
    text-align: center;
  }

  header nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header nav ul li.activeMenu ul {
    position: relative;
    background: #003e6f;
  }

  header nav ul li ul li {
    width: 100%;
    text-align: center !important;
  }

  .activeMenuSubMenu {
    display: block !important;
  }

  .notactiveMenuSubMenu {
    display: none !important;
  }

  .enLang {
    width: 100%;
  }

  .arLang {
    width: 100%;
    position: inherit !important;
  }

  .logoAr {
    float: right !important;
  }

  #ourWorkActive .overWidth {
    width: 100%;
  }
}

.fontAr {
  font-size: 20px;
}

@media (max-width: 600px) {
  .posMiddle {
    width: 22% !important;
  }

}

@media (max-width: 600px) {
  .posMiddle {
    width: 22% !important;
  }
}

/*END HEADER*/

/*****STYLE MENU CAREER ******/
.spacerOrg {
  width: 26rem;
}

.spacerCareer {
  width: 16rem;
}

.spacerCareerL {
  width: 10rem;
}

.dashMenu {
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #707070;
  text-decoration: none;
  display: block;
  width: 150px;
}

.bgMenuColor {
  background: #333;
}

/****** Mobile Menu ******/
.donateSpecial {
  font-weight: bold;
  background: #f6323e;
  border-color: #f6323e;
}

/* .mobilemenuMob{
    display: block;
  } */
#headerMob {
  position: relative;
  top: 2rem;
  left: 0;
  right: 0;
  height: 4.0625em;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#headerMob label {
  padding: 0 0.125em;
  font: 2.875em/1.4375em Arial;
}

#menuMob label {
  padding: 0 0.25em;
  font: 3.125em/1.375em Arial;
  color: black;
}

#menuMob .sub-nav .toggleMob {
  padding: 0 0.3125em;
  font: 1em/2.75em Arial;
  /* font: 2em/2em Arial; */
  top: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#headerMob label:hover,
#menuMob label:hover {
  color: #ccc;
}

#main-nav-check,
#menuMob .sub-nav-check {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.toggleMob {
  position: absolute;
  right: 0.15em;
  cursor: pointer;
  color: #fff;
}

.containerMob {
  background: #fff;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

#menuMob,
#menuMob .sub-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  left: -100%;
}

.containerMob,
#menuMob,
#menuMob .sub-nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}

#menuMob ul {
  background: #222;
  line-height: 2.75em;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin-top: 5em;
  border-top: 1px solid #444;
}

#menuMob li {
  border-bottom: 1px solid #444;
}

#menuMob li .aloneColor {
  background: white;
  display: block;
  font-size: 0.875em;
  padding-left: 1.5em;
  color: #222;
  text-decoration: none;
}

#menuMob li .aloneColor:hover,
#menuMob .toggleMob-sub:hover {
  background: #333;
}

#menuMob .sub-nav {
  margin-top: -1px;
}

#menuMob .sub-heading {
  margin-top: 2.5em;
  color: #999;
}

#menuMob .sub-heading:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-left: -1.3125em;
  background: #444;
}

#menuMob .toggleMob-sub {
  font: bold 1em/2.75em Arial;
  color: black;
  float: right;
  margin-top: -2.2em;
  width: 2.25em;
  cursor: pointer;
  text-align: center;
  margin-right: 1rem;
}

#main-nav-check:checked~.containerMob,
#main-nav-check:checked~#menuMob,
#menuMob .sub-nav-check:checked~[id$="-sub"] {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.page-content {
  padding: 0 1em 1em;
  max-width: 64em;
  margin: auto;
}

.page-content:after {
  display: block;
  content: "";
  height: 1px;
}

.breadcrumbsMob {
  font-size: 0.75em;
  border-bottom: 7px solid #eee;
  margin: 0 -1.25em 1.5em;
  padding: 1em 1.25em;
}

.breadcrumbsMob span {
  display: none;
}

@media (min-width: 30em) {
  .breadcrumbsMob {
    line-height: 3.75;
    padding: 0 1.25em;
  }
}

@media (min-width: 60em) {
  .breadcrumbsMob span {
    display: inline-block;
  }
}

.aloneColor,
.aloneColor:activeMenu,
.aloneColor:visited {
  color: #c30;
}

.aloneColor:visited {
  color: #c90;
}

.aloneColor:hover,
.aloneColor:focus {
  color: #666;
  text-decoration: none;
}

code {
  display: block;
  background: #ebebeb;
  font-size: 0.875em;
  padding: 1em 2em;
  overflow-x: scroll;
  white-space: nowrap;
}

/***************** Responsivity **********************/
@media (width: 1024px) {
  header nav ul li {
    font-size: 12px !important;
  }

  .spacer {
    display: none;
  }

  .spacerCareerL {
    width: 4rem;
  }
}

@media (max-width: 1200px) {
  .posMiddle {}
}


/* < StyleMenu.css  */


/* FooterStyle.css */

footer {
  color: #ccc;
}

.footer-widget p {
  margin-bottom: 27px;
}

html[dir="rtl"] .btnFooter {
  text-align: center;
}

html[dir="rtl"] .dk-footer-form button[type="submit"],
html[dir="rtl"] .dk-footer-form input[type="submit"] {
  left: 0;
  right: unset;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

/* p {
      font-family: 'Nunito', sans-serif;
      font-size: 16px;
    color:white;
      line-height: 28px;
  } */

.animate-border {
  position: relative;
  display: block;
  width: 147px;
  height: 3px;
  background: #f43341;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #f43341;
  border-left-color: #f43341;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.dk-footer {
  padding: 30px 0 0;
  background-color: #151414;
  z-index: 2;
}

.dk-footer .contact-us {
  margin-top: 0;
}

.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
  margin-left: 0rem;
}

.dk-footer .contact-icon i {
  font-size: 24px;
  color: #f43341;
}

.dk-footer .footer-top-section .info-col.contact-section {
  margin-left: -40px;
}

@media only screen and (max-width: 800px) {
  .dk-footer .footer-top-section .info-col {
    margin-top: 20px;
  }

  .dk-footer .footer-top-section .info-col.contact-section {
    margin-left: 0px;
  }

  .footer-top-section .info-col .row .content p {
    font-size: 1em !important;
  }

  .footer-top-section .info-col .row .content a {
    font-size: 1em !important;
  }

  .footer-left-widget {
    padding-left: 0px !important;
  }

  .dk-footer .footer-widget {
    margin-bottom: 48px;
  }

}

.dk-footer-box-info {

  background: #202020;
  padding: 0px 40px 40px 40px;
  z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  /*margin-bottom: 25px;*/
}

.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #000;
  margin-right: 5px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
  background-color: #4267b2;
}

.dk-footer-box-info .footer-social-link a:hover i.fa-facebook {
  background-color: white;
  color: #4267b2;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #1da1f2;
}

.dk-footer-box-info .footer-social-link a:hover i.fa-twitter {
  background-color: white;
  color: #1da1f2;
}

.dk-footer-box-info .footer-social-link a i.fa-youtube {
  background-color: #f6323e;
}

.dk-footer-box-info .footer-social-link a:hover i.fa-youtube {
  background-color: white;
  color: #f6323e;
}

.fa-youtube {
  font-weight: 400;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #e1306c;
}

.dk-footer-box-info .footer-social-link a:hover i.fa-instagram {
  background-color: white;
  color: #e1306c;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
  background-color: #0077b5;
}

.dk-footer-box-info .footer-social-link a:hover i.fa-linkedin {
  background-color: white;
  color: #0077b5;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  line-height: 1px;
}

.footer-left-widget {
  padding-left: 20px;
}

.footer-widget .section-heading-footer {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
  width: max-content;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget a:hover {
  color: #f43341;
}

.sub-menu {
  line-height: 15px !important;
}

.sub-menu-style {
  margin-top: 10px !important;
  margin-left: 1rem !important;
  line-height: 2px;
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-menu-style:hover {
  color: #f43341;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}

.dk-footer-form input[type="email"] {
  padding: 14px 56px 14px 14px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  height: 3rem;
  color: #878787;
  font-size: 14px;
  width: 100%;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form button[type="submit"],
.dk-footer-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 24px 0px 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #f43341;
  background: #f43341;
  color: #fff;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dk-footer-form .wpcf7-response-output {
  display: none;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

.btnContactUs {
  border-radius: 25px !important;
  background: #f6323e;
  color: white;
}

.btnContactUs:hover {
  background: #d6222f;
}

.btnCareers {
  border-radius: 25px !important;
  background: #f6323e;
  color: white;
}

.btnCareers:hover {
  background: #d6222f;
}

.btnFooter {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btnFooter:hover {
  color: white;
}

.dk-footer-form button[type="submit"]:hover,
.dk-footer-form input[type="submit"]:hover {
  background: #d6222f;
}

.dk-footer-formAr input[type="email"] {
  width: 22rem !important;
}

/* ==========================
  
      Contact
  
  =============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.contact-info {
  margin-left: 75px;
  color: #fff;
}

.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020;
}

.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #f43341;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}

.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

.fa:hover {
  color: white;
}

.text-colorW {
  color: grey !important;
}

.alignAr {
  text-align: end;
}

.alignArWeb {
  text-align: -webkit-right;
}

.floatAr {
  float: right !important;
}

.margAr {
  margin-right: 1rem !important;
}

.mL-4 {
  margin-left: 4rem;
}

footer li a {
  font-size: 13px;
}

.contact-us-last {
  margin-left: -3rem;
}

.newsList {
  padding-left: 5rem;
}

.colorEmail {
  color: white !important;
}

.colorEmail:hover {
  color: #f6323e !important;
}

.btnCareers {
  width: 100%;
}

#careerPos2 button {
  width: 100%;
}

.emailSec {
  margin-left: -3rem !important;
}

.emailSecAr {
  margin-left: -7rem !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .caritasInfoEn {
    position: relative;
    left: 35%;
  }

  .caritasInfoAr {
    position: relative;
    left: 0%;
  }



  .alignArWeb {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 35%;
    margin-bottom: 0 !important;
  }

  .caritasDescAr {
    position: absolute;
    left: 72%;
    top: -3rem;
  }

  .posi-abso {
    position: absolute !important;
  }

  .w-28 {
    width: 28%;
    padding: 1px 20px 40px 20px !important;
  }

  .w-76 {
    width: 76%;
  }

  .h-39 {
    height: 39.5rem !important;
  }

  .right-posi {
    width: 89%;
    margin-left: 41rem;
    margin-top: -31.7rem;
  }

  .tabLinks {
    width: 72%;
  }

  .tabLinksAr {
    float: right;
    width: 60% !important;
  }

  .dk-footer-formAr input[type="email"] {
    width: 24rem !important;
  }

  .dk-footer-formAr button {
    margin-right: 20.2rem !important;
    right: 27% !important;
    left: 0% !important;
  }

  .dk-footer-formAr button i {
    text-align: right !important;
    margin-left: 4px !important;
  }
}

@media (width: 1024px) {
  .contact-info h3 {
    font-size: 16px !important;
  }

  .emailSec {
    margin-left: -9rem !important;
  }

  .disp-flex .col-md-4:nth-child(2) {
    margin-left: -5rem;
  }

  .dk-footer-form button[type="submit"] {
    left: 50%;
    right: 27%;
  }

  .btnCareers {
    width: 35% !important;
  }

  #careerPos2 button {
    width: 35% !important;
  }
}

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


  .moreHeight {
    height: 58.5rem !important;
  }

  .dk-footer .contact-us .contact-info {
    margin-left: 50px !important;
  }

  .footer-widget ul {
    width: 32% !important;
  }

  .dk-footer-form input[type="email"] {
    width: 100% !important;
  }

  .font-size-smaller {
    font-size: 16px !important;
  }

  .emailSecAr {
    margin-left: -2rem !important;
  }

  .dk-footer-formAr input[type="email"] {
    width: 69rem !important;
  }

  .dk-footer-formAr button[type="submit"] {
    margin-right: 61rem !important;
  }

  .contact-info h3 {
    font-size: 17px !important;
  }

  .floatAr ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (min-width: 390px) and (max-width: 414px) {
  .dk-footer-form input[type="email"] {
    width: 100%
  }
}

@media (width: 390px) {
  .dk-footer-form input[type="email"] {
    width: 100%
  }
}

@media (width: 375px) {
  .dk-footer-form input[type="email"] {
    width: 100%
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .dk-footer-form input[type="email"] {
    width: 100%
  }

  .dk-footer-formAr input[type="email"] {
    width: 100% !important;
  }

  .dk-footer-formAr button[type="submit"] {
    margin-right: 0 !important;
    right: 77%;
  }

  #caritasInfo .contactAr {
    align-self: end;
  }

  .news__links-ar {
    margin-top: 1.5rem;
  }
}

@media (width: 425px) {
  .dk-footer-form input[type="email"] {
    width: 39rem !important;
  }

  .arrowAr {
    margin-right: 31.5rem !important;
  }

  .news__links-ar {
    padding-left: 0 !important;
  }
}

@media (max-width: 425px) {
  .disp-flex {
    flex-direction: column !important;
  }



  .moreHeight {
    height: 44rem !important;
  }

  .footer-widget ul {
    float: none !important;
  }

  .newsList {
    padding-left: 1.5rem;
  }

  .spacingMob {
    margin-top: 2rem;
  }

  .emailSec {
    margin-left: -0.5rem !important;
  }

  .emailSecAr {
    margin-left: -1rem !important;
  }

  .dk-footer-formAr input[type="email"] {}

  .contact-info h3 {
    font-size: 17px !important;
  }
}



.footer-top-section .info-col .row .content p {

  font-size: 1.2em;
  margin: 0;
  color: white;

}

.footer-top-section .info-col .row .content a {

  font-size: 1.2em;
  color: white;
  text-decoration: none;

}

.footer-top-section .info-col .row .content a:hover {
  color: #f6323e;
}

.dk-footer-box-info h3 {
  font-size: 1rem;

}


/* <FooterStyle.css */


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

.font-500 {
  font-weight: 500 !important;
}

.header-height {
  height: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
span,
button {
  font-family: 'Poppins', sans-serif;
}

.main-btn {
  color: white !important;
  background: linear-gradient(to left, #ff3232 50%, #bd0d1a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  text-decoration: none;
  padding: 14px 44px;
  font-size: 20px;
  border-radius: 80px;
  font-weight: 400;
  transition: all 1s ease;
  border: none;
}

.main-btn:hover {
  background-color: #d6222f !important;
  color: white !important;
  background-position: left bottom;
}

@media only screen and (max-width: 600px) {

  .main-btn {
    background: #bd0d1a;
  }

}


/* About-Section.css */
.about-section h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  background-color: #D6222F;
  padding: 20px 40px;
  width: fit-content;
  margin: 0 auto 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.about-section p {
  font-size: 16px;
  font-weight: 400;
}


@media only screen and (max-width: 600px) {

  .about-section h4 {
    background: none;
    color: #D6222F;
    box-shadow: inherit;
    margin: 20px 0;
    padding: 0;
    font-size: 26px;
  }

}


/* Donate Section */

.donate-section {
  position: relative;
  height: 400px;
  margin-top: 100px;
}

.donate-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: grayscale(100%);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.donate-section img {
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #D6222F;
  padding: 36px 26px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.donate-section p {
  position: absolute;
  font-size: 35px;
  color: white;
  font-weight: 600;
  line-height: 48px;
  top: 30px;
  left: calc(10% + 236px);
}

.donate-section a {
  position: absolute;
  right: 2%;
  top: calc(50% - 29px);
}

@media only screen and (max-width: 600px) {
  .donate-section p {
    top: 120px;
    left: 15px;
  }

  .donate-section {
    margin-top: 48px;
  }

  .donate-section a {
    position: absolute;
    right: inherit;
    top: calc(80% - 29px);
  }

  .donate-section img {
    width: 26%;
    height: auto;
    padding: 19px 14px;
  }
}

/* Numbers Section */

.number-section .first-section {
  background-color: #E8E8E8;
}

.number-section .first-section .item {
  width: 20%;
  text-align: center !important;

}

.number-section .first-section .item p {
  text-align: center !important;
}

.number-section .first-section .item img {
  width: 4rem;
}

.number-section .first-section .item p.nb {
  font-size: 28px;
  margin: 12px 0;
  color: #D6222F;
  line-height: 30px;
}

.number-section .first-section .item p {
  font-size: 20px;
  color: #707070;
  font-weight: 500;
  margin-bottom: 0;
}

.number-section .second-section .title {
  width: 20%;
}

.number-section .second-section .title h3 {
  color: #D6222F;
  font-weight: 600;
  font-size: 35px;
  margin: auto;
  width: fit-content;
}

.number-section .second-section img {
  width: 4rem;
}

.number-section .second-section p.nb {
  font-size: 28px;
  margin: 12px 0;
  color: #D6222F;
  line-height: 30px;
}

.number-section .second-section p {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .number-section .first-section .item {
    width: 50%;
  }

  .number-section .second-section .title {
    width: 100%;
  }

  .number-section .second-section .title h3 {
    font-size: 26px;
    margin: 15px;
  }
}

/* Volunteer Section */
.volunteer-section .gradient-section {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
  height: 360px;
  border-radius: 180px 0 0px 180px;
  position: relative;
  justify-content: end;
  padding: 0;
}

.volunteer-section .gradient-section img {
  border-radius: 50%;
  height: 320px;
  position: absolute;
  left: 20px;
  top: calc(50% - 160px);
}

.volunteer-section .gradient-section .text {
  position: absolute;
  top: calc(50% - 40px);
  left: 400px;
}

.volunteer-section .gradient-section .text p {
  font-size: 20px;
  font-weight: 500;
}

.volunteer-section .gradient-section .text h3 {
  font-size: 30px;
  font-weight: 500;
}

.volunteer-section .gradient-section a {
  position: absolute;
  right: 10%;
  top: calc(50% - 29px);
}

@media only screen and (max-width: 600px) {

  .volunteer-section .gradient-section {
    border-radius: 0;
    padding: 0;
    height: 290px;
  }

  .volunteer-section .gradient-section img {
    display: none;
  }

  .volunteer-section .gradient-section .text {
    top: 34px;
    left: 15px;
  }

  .volunteer-section .gradient-section a {
    position: absolute;
    right: inherit;
    left: 15px;
    top: calc(75% - 29px);

  }
}

/* Campaigns and publications Section */

.campub-section {
  position: relative;
  height: 800px;
}

.campub-section .campub-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.campub-section .p-60 {
  padding: 60px;
}

.campub-section .left-side .leftside1 {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
  height: calc(40% - 30px);
}

.campub-section .left-side .leftside1 h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 35px;
}

.campub-section .left-side .leftside1 h4 {
  color: #D6222F;
  font-weight: 600;
  font-size: 24px;
}

.campub-section .left-side .leftside1 p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}

.campub-section .left-side .leftside1 a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}

.campub-section .left-side .leftside2 {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
  height: 60%;
  margin-top: 30px;
}

.campub-section .left-side .leftside2 h3 {
  color: #FFFFFF;
  text-underline-offset: 1rem;
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
}

.campub-section .left-side .leftside2 img {
  width: 100%;
  margin: 20px 0 30px 0;
}

.campub-section .left-side .leftside2 a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}

.campub-section .right-side {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
}

@media only screen and (min-width : 700px) {
  .campub-section .right-side {
    height: 100%;
  }
}


.campub-section .right-side .heading h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 35px;
}

.campub-section .right-side .heading h3 span {
  color: #D6222F;
}

.campub-section .right-side .date-box {
  background-color: #D6222F;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.campub-section .right-side .date-box h3 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
}

.campub-section .right-side .date-box p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.campub-section .right-side .event-info {
  width: calc(100% - 104px);
  padding-left: 20px;
}

.campub-section .right-side .event-info .d-flex {
  gap: 25px;
}

.campub-section .right-side .event-info p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
}

.campub-section .right-side .event-info .time-loc p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
}

.campub-section .right-side .event-info .time-loc p.p1::before {
  content: "";
  background-image: url(../img/icons/clock.svg);
  padding: 12px;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.campub-section .right-side .event-info .time-loc p.p2::before {
  content: "";
  background-image: url(../img/icons/location.svg);
  padding: 12px;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.campub-section .right-side .info p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.campub-section .right-side img {
  border-top: 3px solid #FFFFFF;
  width: 15rem;
  padding: 20px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .campub-section .p-60 {
    padding: 20px 0;
  }

  .campub-section .left-side .leftside1 {
    height: inherit;
  }

  .campub-section .left-side .leftside2 {
    height: inherit;
    margin-top: 16px;
  }

  .campub-section .right-side {
    margin-top: 16px;
  }

  .campub-section {
    height: inherit;
  }

  .campub-section .right-side .heading h3 {
    font-size: 26px;
  }

  .campub-section .right-side .date-box {
    width: 92px;
    height: 92px;
  }

  .campub-section .right-side .date-box h3 {
    font-size: 28px;
  }

  .campub-section .right-side .date-box p {
    font-size: 16px;
  }

  .campub-section .right-side .event-info p {
    font-size: 16px;
  }

  .campub-section .right-side .time-loc p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    margin-right: 18px;
  }

  .campub-section .right-side .time-loc p.p1::before {
    content: "";
    background-image: url(../img/icons/clock.svg);
    padding: 12px;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
  }

  .campub-section .right-side .time-loc p.p2::before {
    content: "";
    background-image: url(../img/icons/location.svg);
    padding: 12px;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
  }

}


/* Latest News Css */
.news-section .posts {
  align-items: stretch;
}

.news-section nav.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-section nav.pagination .nav-links {
  display: flex;
  gap: 8px;
  background: #f0f0f0;
  padding: 6px 18px;
  border-radius: 50px;
}

.news-section .title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #D6222F;
}

.news-section .posts img {
  object-fit: cover;
  width: 100%;
  height: 275px !important;
  object-position: center;
}

.news-section .posts .item {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 100%;
  padding-bottom: 40px;
}

.news-section .posts .item h3 {
  color: #D6222F;
  font-weight: 600;
  font-size: 22px;
}

.news-section .posts .item p {
  font-weight: 400;
  font-size: 14px;
}

.news-section .posts .item a {
  color: #D6222F;
  font-weight: 500;
  font-size: 14px;
}

.news-section .posts .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.news-section .posts .item .date {
  width: 66px;
  text-align: center;
  background: #D6222F;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 14px 0px;
}

.news-section .posts .item .date h5 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.news-section .posts .item .date p {
  color: white;
  font-size: 10px;
  font-weight: 600;
  margin: 0;
}

html[dir="rtl"] .date h5,
html[dir="rtl"] .date p {
  text-align: center !important;
}

html[dir="rtl"] .title h3 {
  text-align: center !important;
}

html[dir="rtl"] .news-section .posts .item a {
  text-align: left !important;
}

.partners {
  margin-top: 48px;
  padding: 45px 100px;
  background-color: #E8E8E8;
  height: 200px;
}

@media only screen and (max-width: 600px) {
  .partners {
    padding: 40px 60px;
  }
}


/* partners-slider */

.partners-slider .slick-track {
  display: flex;
  align-items: center;
}

.partners-slider .item img {
  max-width: 80%;
  margin: auto;
}

@media only screen and (max-width: 600px) {}

/* --  default-page -- */

.default-page .carousel {
  height: 60vh;
  position: relative;
}

.default-page .carousel .carousel-inner,
.default-page .carousel .carousel-inner .carousel-item {
  height: 100%;
}

.default-page .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.default-page .slider-gradient {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(214, 34, 47, 1), rgba(214, 34, 47, 0));
}

.default-page .carousel h1 {
  color: white;
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.default-page .carousel h1::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--icon);
  padding: 14px;
  margin-left: -7px;
  position: absolute;
  left: 50%;
  bottom: calc(20% + 40px);
}

.default-page .container * {
  font-size: 18px;
  font-weight: 400;
}

.default-page .container p {
  margin: 0;
}

.default-page .container img {
  object-fit: cover;
  width: 100%;
  height: auto;
  object-position: center;
}

.default-page b,
.default-page strong {
  font-weight: 500 !important;
}


.default-page a,
.default-page a:hover {
  color: #D6222F;
}

.default-page .default-repeater h3 {
  color: #D6222F;
  font-size: 28px;
  font-weight: 600;
}

.default-page .default-repeater h5 {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
}

html[dir="rtl"] .default-page .default-repeater h5 {
  padding-left: 0;
  padding-right: 20px;
}


.default-page .default-repeater h5::before {
  content: "";
  background-color: #D6222F;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  border: solid 1px #D6222F;
  position: absolute;
  left: 0;
  top: 14%;
}

html[dir="rtl"] .default-page .default-repeater h5::before {
  left: unset;
  right: 0;
}

.default-page .default-repeater h6 {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
}

html[dir="rtl"] .default-page .default-repeater h6 {
  padding-left: 0;
  padding-right: 20px;
}

.default-page .default-repeater h6::before {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  border: solid 1px #D6222F;
  position: absolute;
  left: 0;
  top: 14%;
}

html[dir="rtl"] .default-page .default-repeater h6::before {
  left: unset;
  right: 0;
}


@media only screen and (max-width : 600px) {

  .default-page .container img {
    margin: 20px 0;
  }

}

/* --- publications --- */


.publications .blog-card:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
}


.publications .date__box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ccc;
  border: 4px solid;
  font-weight: bold;
  padding: 5px 10px;
}

.publications .date__box .date__day {
  font-size: 22px;
}

.publications .blog-card {
  padding: 30px;
  position: relative;
}

.publications .blog-card .date__box {
  opacity: 0;
  transform: scale(0.5);
  transition: 300ms ease-in-out;
}

.publications .blog-card .blog-card__background,
.blog-card .card__background--layer {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publications .blog-card .blog-card__background {
  padding: 15px;
  background: white;
}

.publications .blog-card .card__background--wrapper {
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 66%);
  position: relative;
  overflow: hidden;
}

.publications .blog-card .card__background--main {
  height: 100%;
  position: relative;
  transition: 300ms ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
}

.publications .blog-card .card__background--layer {
  z-index: 0;
  opacity: 0;
  background: rgba(51, 51, 51, 0.9);
  transition: 300ms ease-in-out;
}

.publications .blog-card .blog-card__head {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.publications .blog-card .blog-card__info {
  z-index: 10;
  background: white;
  padding: 20px 15px;
}

.publications .blog-card .blog-card__info h3 {
  text-transform: uppercase;
  font-weight: 600;
}


.publications .blog-card:hover .date__box {
  opacity: 1;
  transform: scale(1);
}

.publications .blog-card:hover .card__background--main {
  transform: scale(1.2) rotate(5deg);
}

.publications .blog-card:hover .card__background--layer {
  opacity: 1;
}


.publications .btn {
  background: white;
  color: #363738;
  font-weight: bold;
  outline: none;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  border: none;
}

.publications .btn:focus {
  box-shadow: none;
}

.publications .btn:hover {
  background: #f6323E;
  color: #fff;
}

.publications .btn.btn--with-icon {
  padding-right: 20px;
  font-weight: 600;
  transition: 300ms ease-in-out;
}

.publications .btn.btn--with-icon:hover {
  color: white;
}

.publications .btn.btn--with-icon i {
  padding: 0px 30px 0px 15px;
  margin-right: 10px;
  margin-left: 0px;
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  color: white;
  background: #f6323E;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  display: inherit;
  font-weight: 600;
}

.publications .btn.btn--only-icon {
  width: 50px;
}

/* --- video-storie --- */

.video-storie {
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.03);
}

.video-storie h2 {
  color: black;
  font-size: 22px !important;
  font-weight: 600 !important;
  transition: 300ms ease-in-out;
  line-height: 30px;
}

.video-storie h2:hover {
  color: #D6222F;
}

.video-storie .play-btn {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.video-storie .play-btn svg g path {
  transition: 300ms ease-in-out;
}

.video-storie .play-btn:hover svg g path {
  fill: #D6222F;
}

/* --- LATEST NEWS--- */

.news .years-section .title {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #D6222F;
  margin-right: 50px;
}

.news .years-section {
  align-items: center;
}

.news .years-section a {
  margin: 0 20px;
  color: #707070;
  font-size: 20px !important;
}

.news .years-section a.active {
  color: black;
  text-decoration: underline;
  text-decoration-color: #D6222F;
  text-underline-offset: 6px;
}


/* --- Operations --- */

.operations .governate-section .title {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #D6222F;
  margin-right: 50px;
  margin-bottom: 0;
}

html[dir="rtl"] .operations .governate-section .title {
  margin-right: 15px;
}

.operations .governate-section {
  align-items: center;
}

.operations .governate-section button {
  margin: 0 8px;
  color: #707070;
  font-size: 16px !important;
  background: transparent;
  border: 0;
}

.operations .governate-section button.active {
  color: black;
  text-decoration: underline;
  text-decoration-color: #D6222F;
  text-underline-offset: 6px;
}


.operations .locations .card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.operations .locations .card .top {
  background-color: #707070;
  color: white;
  display: flex;
  padding: 16px;
  align-items: end;
  justify-content: space-between;

}


.operations .locations .card .top h3 {
  margin: 0;
  font-size: 20px;
}

.operations .locations .card .top a {
  color: white !important;
  font-size: 14px;
  text-decoration: underline;
}

.operations .locations .card .body {
  padding: 20px 16px;
}

.operations .locations .card .body p {
  font-size: 16px;
  margin-bottom: 10px;

}

@media only screen and (max-width: 600px) {

  .operations .governate-section .title {
    font-size: 21px !important;
    padding-left: 15px;
  }

  .operations .governate-section .gov-select {
    margin: 10px 15px;
    width: 75%;
    padding: 5px;
    background: #E8E8E8;
  }

  .operations .locations .card .top {
    display: block;
  }

  .operations .locations .card .top h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .operations .locations .card .top a {
    font-size: 16px;
  }

  .operations .locations .card .body p {
    font-size: 20px;
  }

  .operations .locations .card .body a {
    font-size: 20px;
  }

}


/*  --- social --- */

.social .services-section h3 {
  font-size: 24px;
  color: #D6222F;
  font-weight: 600;
}

.services-section img {
  aspect-ratio: 1;
}


/* --- our programs --- */


.our-programs .box {
  background-color: #E8E8E8;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  height: 254px;
}

.our-programs .box .number {
  color: white;
  background: #D6222F;
  position: absolute;
  font-weight: 700;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
}

.our-programs .box:hover .number {
  animation: movenum 1s;
}

.our-programs .box:hover h3 {
  animation: movetitle 2s;
}

.our-programs .box:hover .content {
  animation: movecontent 2s;
}



@keyframes movenum {

  0% {
    left: calc(50% - 23px);
    top: calc(50% - 23px);
  }

  100% {
    top: 20px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

}


@keyframes movetitle {
  0% {
    bottom: 20%;
  }

  100% {
    top: 26px;
    bottom: inherit;
    width: fit-content;
    left: 70px;
    font-size: 20px;
  }
}

@keyframes movecontent {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.our-programs .box h3 {
  color: #D6222F;
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20%;
}

.our-programs .box .content {
  opacity: 0;
  padding-top: 48px;
}

.our-programs .box .content * {
  font-size: 14px !important;
}

.our-programs .box:hover .number {
  top: 20px;
  left: 20px;
  bottom: inherit;
  width: 36px;
  height: 36px;
  font-size: 16px;
}

.our-programs .box:hover h3 {
  top: 26px;
  bottom: inherit;
  width: fit-content;
  left: 70px;
  font-size: 20px;
}

.our-programs .box:hover .content {
  opacity: 1;
}

.our-programs .acc .accordion-btns {
  color: #D6222F;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.projects .card {
  margin: 0 10px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 100%;
  min-height: 650px;
  padding-bottom: 70px;
}

.projects .card img {
  border-bottom: 1px solid #E7E7E7;
  height: 150px;
  object-fit: contain;
  padding: 20px;
  margin: 0;
  position: relative;
}

.projects .card.no-image img {
  background-color: #f6323d;
}

.projects .card .header-text {
  padding: 24px 16px;
}

.projects .card .title {
  color: #D6222F;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  line-height: 1.4em;
}

.projects .card .description {
  color: #7E7E7E;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  line-height: 1.4em;
}

.projects .card .details-list .details-row {
  justify-content: space-between;
  display: flex;
  padding: 16px 12px;
  border-top: 1px solid #e7e7e7;
}

.projects .card .details-list .details-row .category-title {
  color: #212529;
  font-weight: 600;
  font-size: 16px;
}

.projects .card .details-list .details-row .category-details {
  color: #7E7E7E;
  font-size: 16px;
  text-align: right;
}

.projects .card .btn {
  color: #D6222F;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.projects .card .btn:hover {
  opacity: 0.5;
}

.projects .slick-next:before,
.projects .slick-prev:before {
  color: #D6222F !important;
  font-size: 30px !important;
  position: absolute !important;
}

.projects .slick-next:before {
  left: 20px !important;
}

.projects .slick-prev:before {
  right: 20px !important;
}

/* ---  Our Mission  --- */

.our-mission .goals h2 {
  font-size: 35px;
  font-weight: 600;
  color: #D6222F;
}

.our-mission .goals .item {
  background-color: #707070;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
}

.our-mission .goals .item img {
  width: 60px;
  object-fit: contain;
}

.our-mission .goals .item p {
  color: white;
  font-size: 20px;
  margin-left: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {

  .our-mission .goals h2 {
    font-size: 28px;
  }

}

/* ---  Our Vision --- */

.our-vision .vision h2 {
  font-size: 35px;
  font-weight: 600;
  color: #D6222F;
}

.our-vision .vision .item {
  background-color: #707070;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
}

.our-vision .vision .item img {
  width: 60px;
  object-fit: contain;
}

.our-vision .vision .item p {
  color: white;
  font-size: 20px;
  margin-left: 20px;
  font-weight: 500;
}


/* ---   Our Values  ---- */

.our-values .values h2 {
  font-size: 35px;
  font-weight: 600;
  color: #D6222F;
}

.our-values .values .item {
  background-color: #707070;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 156px;
}

.our-values .values .item img {
  width: 60px;
  object-fit: contain;
}

.our-values .values .item h5 {
  color: white;
  font-size: 20px;
  margin-left: 20px;
  font-weight: 500;
}

html[dir="rtl"] .our-values .values .item h5 {
  margin-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] .our-values .values .item p {
  margin-left: 0;
  margin-right: 20px;
}

.our-values .values .item p {
  color: white;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 300;
}


/* --- careers --- */

.careers a {
  background-color: #E8E8E8;
}

.careers a img {
  width: 100px;
  height: auto;
}

.careers a h3 {
  color: #D6222F;
  font-size: 20px;
  font-weight: 500;
}


/*  --- subscribe ---- */


.subscribe .gradient-section {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
  height: 360px;
  border-radius: 180px 0 0px 180px;
  position: relative;
  justify-content: end;
  padding: 0;
}

html[dir="rtl"] .subscribe .gradient-section {
  border-radius: 0 180px 180px 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4), transparent);
}

.subscribe .gradient-section img {
  width: 35%;
}

.subscribe h3 {
  font-size: 35px;
  font-weight: 600;
}

.subscribe input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
}

.subscribe .form-check-label {
  font-size: 18px;
  color: #D6222F;
  font-weight: 400;
}

html[dir="rtl"] .subscribe .form-check-label {
  margin-right: 1.25rem;
}

@media only screen and (max-width: 600px) {

  .subscribe .gradient-section {
    background: none !important;
  }

  .subscribe h3 {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .subscribe input[type=email] {
    width: 100%;
  }

  .subscribe .gradient-section img {
    width: 84% !important;
  }
}


/*Health Page*/
.health-page .gallery .img1 {
  height: 100%;
}

.health-page .gallery .img2 {
  height: calc(50% - 7.5px);
  margin-bottom: 7.5px;
}

.health-page .gallery .img3 {
  height: calc(50% - 7.5px);
  margin-bottom: 7.5px;
}

.health-page .gallery .img4 {
  height: 50%;
}

.health-page .gallery .img5 {
  height: 50%;
}

.health-page .gallery .section1 {
  height: 60%;
}

.health-page .gallery .section2 {
  height: 40%;
  margin-top: 15px;
}

.health-page .h-neg-60 {
  margin-top: -60px;
}

@media only screen and (max-width: 600px) {

  .health-page .h-neg-60 {
    margin-top: 0;
  }

  .health-page .gallery .section1 {
    height: inherit;
  }

  .health-page .gallery .section2 {
    height: inherit;
    margin-top: 0;
  }

  .health-page .gallery .img1 {
    display: none;
  }

  .health-page .gallery .img5 {
    display: none;
  }

  .health-page .gallery .img2 {
    height: 140px;
  }

  .health-page .gallery .img3 {
    height: 140px;
  }

  .health-page .gallery .img4 {
    height: 140px;
    margin-bottom: 20px;
  }

}

/*Gallery Page*/

.gallery .tags {
  justify-content: center;
  align-items: center;
}

.gallery .tags a {
  color: #707070;
  font-size: 14px;
  margin: 0 10px;
}

.gallery .tags a.active {
  color: black;
}

.gallery .tags p {
  color: #D6222F;
  font-size: 16px;
  font-weight: 500;
}

.search_line {
  display: none !important;
}

.bwg_load_btn {
  color: white !important;
  background: linear-gradient(to left, #ff3232 50%, #bd0d1a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  text-decoration: none !important;
  padding: 14px 44px !important;
  font-size: 18px !important;
  border-radius: 80px !important;
  font-weight: 400 !important;
  transition: all 1s ease;
}

.tablenav-pages_0 {
  margin-top: 40px !important;
}

.gallery .tags .mobile-title {
  margin-left: 15px;
  font-size: 19px;
}


.gallery .tags .cat-select {
  padding: 5px;
  width: 75%;
  margin-top: 16px;
  background: #E8E8E8;
  border: solid transparent;
  border-radius: 8px;
}


@media only screen and (max-width: 600px) {

  .gallery .tags {
    justify-content: start;
  }

  .gallery .bwg_container {
    margin: 0 -15px;
  }

}


/* Members Css */
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  background: #ff3232;
}

.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: #ff3232;
}

.wc_payment_methods .payment_method_bob_mpgs img {
  width: 50px;
}

.woocommerce button.button.alt {
  background-color: #d6222f;
  margin-top: 20px;
}

.slider-btn {
  color: white !important;
  background: linear-gradient(to left, #ff3232 50%, #bd0d1a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  text-decoration: none;
  border-radius: 80px;
  font-weight: 400;
  transition: all 1s ease;
  border: none;
  position: absolute;
  bottom: 8%;
  padding: 12px 28px;
  font-size: 18px;
  left: calc(50% - 58px);
}


.slider-btn:hover {
  background-color: #d6222f !important;
  color: white !important;
  background-position: left bottom;
}




.new-slider-btn.first {
  color: #d6222f;
  background: white;
  text-decoration: none;
  padding: 8px 34px;
  font-size: 20px;
  border-radius: 80px;
  font-weight: 400;
  border: solid 3px white;
}

.new-slider-btn.second {
  color: white;
  background: transparent;
  text-decoration: none;
  padding: 8px 34px;
  font-size: 20px;
  border-radius: 80px;
  font-weight: 400;
  border: solid 3px white;
}

@media only screen and (max-width: 600px) {

  .new-slider-btn.first,
  .new-slider-btn.second {
    font-size: 16px;
    padding: 8px 20px;
  }

  .carousel h3 {
    font-size: 24px;
  }
}

.home-news .image img {
  height: 150px !important;
  aspect-ratio: 1;
  object-fit: cover;
  width: unset;
}

.home-news .content h3 {
  color: #d6222f;
  font-weight: 600;
  font-size: 20px;
}

.home-news .content h5 {
  color: #444;
  font-weight: 500;
  font-size: 14px;
}


.news-section .title .all-news-home-btn {
  color: #d6222f;
  position: relative;
  padding-right: 30px;
  font-size: 20px;
}

.news-section .title .all-news-home-btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  background-image: url('/wp-content/uploads/2022/12/arrow-right-red.svg');
  padding: 10px;
  background-repeat: no-repeat;
}

html[dir="rtl"] .featured-section {
  direction: ltr;
}


@media only screen and (max-width: 600px) {
  .home-news .content h3 {
    font-size: 18px;
  }
}

.awsm-job-form-plugin-style .awsm-selectric {
  display: none !important;
}

.awsm-job-more-container {
  display: flex !important;
  justify-content: end !important;
  position: inherit !important;
}