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

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

@font-face {
  font-family: "GE";
  src: url("../fonts/GESSTextBold-Bold.eot");
  src: url("../fonts/GESSTextBold-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GESSTextBold-Bold.woff2") format("woff2"),
    url("../fonts/GESSTextBold-Bold.woff") format("woff"),
    url("../fonts/GESSTextBold-Bold.ttf") format("truetype"),
    url("../fonts/GESSTextBold-Bold.svg#GESSTextBold-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*quran fonts*/
@font-face {
  font-family: "GE-quran";
  src: url("../fonts/GEMBNajmBold-Bold.eot");
  src: url("../fonts/GEMBNajmBold-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GEMBNajmBold-Bold.woff2") format("woff2"),
    url("../fonts/GEMBNajmBold-Bold.woff") format("woff"),
    url("../fonts/GEMBNajmBold-Bold.ttf") format("truetype"),
    url("../fonts/GEMBNajmBold-Bold.svg#GEMBNajmBold-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

ul {
  margin-bottom: 0;
  padding: 0;
}
.container {
  position: relative;
  z-index: 5;
}
p {
  margin-bottom: 0;
}
a:hover {
  text-decoration: none !important;
}
.above-all {
  overflow: hidden;
  position: relative;
}

footer ul.sub-menu{
	display:none
}

 ul.sub-menu li a {
    color: #000;
    margin: 6px 0px;
    display: block;
}

.nav-menu ul.sub-menu {
    background: #fff;
    position: absolute;
    top: 54px;
    list-style: none;
    padding: 18px;
    border-radius: 6px;
		opacity:0;
	transition:all .4s ease;
	visibility:hidden;
}

.nav-menu .menu-item-has-children:hover ul.sub-menu{
	opacity:1;
	visibility:visible
}







*,
*:hover,
*:active {
  outline: none !important;
}
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #07a94f;
}

/*****/

/*****/

body {
  font-family: "GE";
  font-weight: 300;
  text-align: right;
}
html[dir="ltr"] body {
  text-align: left;
}

.loading-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  z-index: 10000;
  transition: all 0.7;
}
.loading-section .inin {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  transition: all 0.7s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
html[dir="ltr"] .loading-section .inin {
  right: auto;
  left: 10px;
}

.loading-section .inin.colored {
  transform: scale(300, 300);
}
.loading-section .logo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-section .logo-loading img {
  width: 200px;
  transition-property: all;
  transition-duration: 1.8s;
  /* transition-delay: .3s; */
  transition-timing-function: ease-in;
  filter: blur(100px);
  opacity: 0;
}
.loading-section .logo-loading img.colored {
  filter: blur(0);
  opacity: 1;
}

.open-side {
  width: 35px;
  height: 25px;
  display: none;
  position: relative;
  cursor: pointer;
}
.open-side .line {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 4px;
  width: 100%;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.7s;
  box-shadow: 0 0 0px #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.open-side .line:first-of-type {
  top: 0;
}
.open-side .line:nth-of-type(2) {
  top: calc(50% - 2px);
}
.open-side .line:nth-of-type(3) {
  bottom: 0;
}
.open-side .circle {
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  top: 50%;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  transition: all 0.7s 0.8s;
  -webkit-transition: all 0.7s 0.8s;
  -moz-transition: all 0.7s 0.8s;
  -ms-transition: all 0.7s 0.8s;
  -o-transition: all 0.7s 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -moz-transform: translate(-50%, -50%) scale(0, 0);
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  -o-transform: translate(-50%, -50%) scale(0, 0);
}
.open-side .circle i {
  font-size: 30px;
}
.open-side.move-action .line:first-of-type,
.open-side.move-action .line:nth-of-type(2) {
  top: calc(50% - 2px);
  opacity: 0;
  width: 0;
}
.open-side.move-action .line:nth-of-type(3) {
  bottom: calc(50% - 2px);
  opacity: 0;
  width: 0;
}
.open-side.move-action .circle {
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
}
.slide-open-menu-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-open-menu-overlay.slide-open-menu-overlay-1 {
  background-color: #07a94f4f;
  z-index: 100;
  left: -100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.slide-open-menu-overlay.slide-open-menu-overlay-2 {
  background-color: #9797973d;
  z-index: 101;
  right: -100%;
  transition: all 0.7s 0.2s;
  -webkit-transition: all 0.7s 0.2s;
  -moz-transition: all 0.7s 0.2s;
  -ms-transition: all 0.7s 0.2s;
  -o-transition: all 0.7s 0.2s;
}
.slide-open-menu {
  top: 0;
  position: fixed;
  z-index: 102;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 45px;
  background-color: #363636;
  box-shadow: -2px 0 5px #36363691;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
html[dir="ltr"] .slide-open-menu {
  right: auto;
  left: -300px;
  box-shadow: 2px 0 5px #36363691;
}
.slide-open-menu .nav-listt {
  list-style: none;
}
.slide-open-menu .nav-listt > li,
.slide-open-menu .lang {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
html[dir="ltr"] .slide-open-menu .nav-listt > li,
html[dir="ltr"] .slide-open-menu .lang {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.slide-open-menu .nav-listt > li {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.slide-open-menu .nav-listt > li.show-link,
.slide-open-menu .lang.show-link {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.slide-open-menu .nav-listt > li > a,
.slide-open-menu .lang,
.slide-open-menu .nav-listt > li.menu-item-has-children .sub-menu li a {
  color: #eaeaea;
  font-weight: 500;
  text-shadow: 0 0 1px #eaeaea;
  font-size: 16px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  padding: 10px 15px;
  display: flex;
}
.slide-open-menu .nav-listt > li > a > img {
  display: none;
}
.slide-open-menu .nav-listt > li.current-menu-item > a,
.slide-open-menu .nav-listt > li > a:hover,
.slide-open-menu .lang:hover,
.slide-open-menu .nav-listt > li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  text-shadow: 0 0 1px #07a94f;
  background-color: #07a94f;
}
.slide-open-menu .nav-listt > li.menu-item-has-children .sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px #ffffff40;
  padding-inline-start: 20px;
  list-style: none;
}
.slide-open-menu .nav-listt > li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  padding: 5px 10px;
}
.slide-open-menu i {
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
html[dir="ltr"] .slide-open-menu i {
  left: auto;
  right: 8px;
}
.wpml-ls-statics-footer {
  display: none !important;
}
/*custom*/
.quran-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-family: "GE-quran";
  font-weight: bold;
  color: #007c6a;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.header-custom-1 {
  color: #002823;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.header-custom-1 span {
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.header-custom-1 span::before,
.header-custom-1 span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  height: 1px;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  box-shadow: 0 0 1px #e5e5e53b;
}
.header-custom-1 span::before {
  left: 100%;
}
.header-custom-1 span::after {
  right: 100%;
}
.handes-controlar {
  position: relative;
}
.handes-controlar .hand-in {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
}
.handes-controlar .hand-in.up {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  top: 0;
}
.handes-controlar .hand-in.down {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  bottom: 0;
}
.text-all-section {
}
.text-all-section > h3 {
  color: #e0ad0d;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.text-all-section > h3 .change-color {
  color: #1e1e1e;
}
.text-all-section > .text {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.text-all-section > .text p {
  margin-bottom: 10px;
}
.ele-about-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ele-about-us .icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: #e0ad0d;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
}
.ele-about-us .text-e {
  width: calc(100% - 65px);
}
.ele-about-us .text-e h4 {
  color: #007c6a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}
.ele-about-us .text-e p {
  color: #797979;
  text-shadow: 0 0 0.5px #797979;
  font-size: 14px;
  line-height: 1.4;
}
.about-goless {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px #0000002b;
  padding: 40px 15px;
  position: relative;
  border-radius: 6px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  margin-bottom: 30px;
	height:200px
}
.about-goless .head-in {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.about-goless .head-in img {
  width: 14px;
  position: relative;
  top: 2px;
}
.about-goless .head-in h4 {
  color: #007c6a;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
}
.about-goless .text {
  color: #474747;
  font-size: 15px;
  line-height: 1.6;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  position: relative;
  z-index: 2;
}
.about-goless .logo-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 200px;
  opacity: 0.1;
}
.about-goless .overlay-in {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  opacity: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.about-goless .overlay-in.overlay-in-1 {
  top: 0;
}
.about-goless .overlay-in.overlay-in-2 {
  bottom: 0;
}
.about-goless:hover .overlay-in {
  opacity: 1;
}
.about-goless:hover .text {
  text-shadow: 0 0 1px #474747;
}
.small-head {
  color: #979797;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
/*custom*/
.main-slider {
  position: relative;
}
.main-slider .item {
  height: 500px;
}
.main-slider .item .img {
  width: 100%;
  height: 100%;
}
.main-slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donation-sections {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.donation-sections .row {
  justify-content: center;
}
.donation-sections .col-custom {
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
.sec-don-in {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007c6a;
  border-radius: 10px;
  box-shadow: 0 1px 5px #00000042;
  position: relative;
  flex-wrap: wrap;
  padding: 15px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  top: 0px;
  margin-bottom: 25px;
}
.sec-don-in .img {
  width: 100%;
  margin-bottom: 10px;
  height: 100px;
}
.sec-don-in .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.sec-don-in h3 {
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  overflow: hidden;
  height: 25px;
  margin-bottom: 0;
}
.sec-don-in:hover {
  background-color: #f6bd0b;
  top: -5px;
  box-shadow: 0 5px 5px #00000066;
}
.statistics-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
}
.statistics-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
  z-index: 1;
}
.statistics-section .container {
  position: relative;
  z-index: 2;
}
.statistics-section .header-custom-1 {
  color: #fff;
}
.statistics-section .header-custom-1 span::before,
.statistics-section .header-custom-1 span::after {
  background-color: #e5e5e570;
}
.statistics-section .quran-text {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 20px;
}
.statistics-section [class^="col-"] {
  position: relative;
}
.statistics-section [class^="col-"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: #898989;
  right: 100%;
}
html[dir="ltr"] .statistics-section [class^="col-"]::before {
  right: auto;
  left: 100%;
}
.statistics-section [class^="col-"]:nth-of-type(4n + 4):before,
.statistics-section [class^="col-"]:last-of-type:before {
  content: none;
}
.statistics-section .container_inside {
  padding: 40px 15px;
  border: 2px solid #b9b9b9;
  border-radius: 10px;
  box-shadow: 0 0 300px #b9b9b930 inset;
}
.stat-in {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.stat-in .img {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
.stat-in .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  /*filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);*/
}
.stat-in h4 {
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 7px;
  line-height: 1.3;
}
.stat-in p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-shadow: 0 0 1px #fff;
  letter-spacing: 0.5px;
}
.about-us-section {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-us-section .img {
  width: 400px;
  margin-inline-start: auto;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 5px #0000001a;
}
.about-us-section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-partners-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.our-partners-section .item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.our-partners-section .item a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
footer {
  background-color: #034e43;
  padding-top: 50px;
}
footer .nav-listt {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
  margin-bottom: 40px;
}
footer .nav-listt > li {
  margin-bottom: 5px;
}
footer .nav-listt > li > a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-shadow: 0 0 1px #fff;
}
footer .logo-footer {
  margin-bottom: 40px;
  text-align: center;
}
footer .logo-footer img {
  width: 250px;
}
footer .info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
footer .info-footer .img-2030 img {
  width: 80px;
}
.links-media {
  display: flex;
  align-items: center;
  gap: 20px;
}
.links-media a {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.links-media a#facebook {
  color: #1976d2;
}
.links-media a#twitter {
  color: #03a9f4;
}
.links-media a#instagram {
  color: #ff5f40;
}
.links-media a#youtube {
  color: #d11508;
}
.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ffffffd9;
}
.copyright .text-copyright {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-shadow: 0 0 1px #fff;
  width: 100%;
}
.copyright .right {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
}
.copyright .right a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-shadow: 0 0 1px #fff;
}
.copyright .right .footer-new-img {
  width: 35px;
}
.copyright [class^="col-"] {
  display: flex;
  align-items: center;
}
.all-page > div {
  padding-top: 30px;
  padding-bottom: 50px;
}
.about-us-page .about-us-section {
  background-color: transparent;
}
.about-us-page .more-about-us {
  position: relative;
  padding-top: 80px;
}
.about-us-page .more-about-us.handes-controlar .hand-in {
  height: 45px;
}
.about-us-page .option-donation .ele-about-us .icon {
  background-color: transparent;
  color: #007c6a;
  font-size: 30px;
}
.donation-categories-page .donation-sections .quran-text,
.news-media-page .news-media-section .quran-text {
  color: #4c4c4c;
}
.contact-us-page .contact-us-section .info-contact h3 {
  color: #002823;
  font-weight: 500;
  font-size: 19px;
  text-shadow: 0 0 0.5px #002823;
  margin-bottom: 15px;
  line-height: 1.4;
}
.contact-us-page .contact-us-section .info-contact p {
  margin-bottom: 20px;
  color: #464646;
  font-size: 16px;
  line-height: 1.6;
}
.wpcf7-form-control-wrap {
  display: block;
}
.form-all input,
.form-all textarea,
.form-all select{
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  border: 1.5px solid #b7b7b7;
  margin-bottom: 25px;
  direction: rtl !important;
  border-radius: 7px;
  padding: 10px 15px;
	    font-family: cursive;
}
.form-all textarea {
  height: 150px;
}
html[dir="ltr"] .form-all input,
html[dir="ltr"] .form-all textarea,
html[dir="ltr"] .form-all select{
  direction: ltr !important;
}
.form-all select{
	  color: #848484;
  font-size: 12px;
  font-weight: 500;
}
.form-all ::-webkit-input-placeholder {
  color: #848484;
  font-size: 12px;
  font-weight: 500;
}
.form-all ::-moz-placeholder {
  color: #848484;
  font-size: 12px;
  font-weight: 500;
}
.form-all :-ms-input-placeholder {
  color: #848484;
  font-size: 12px;
  font-weight: 500;
}
.form-all :-moz-placeholder {
  color: #848484;
  font-size: 12px;
  font-weight: 500;
}
.form-all br {
  display: none;
}
.form-all [type="submit"],
.don-pro-single .don-pro-section .don-action .btn-form [type="button"],
.form-pay .form-pay-container .form-pay-inputs [type="button"],
.form-pay .form-pay-container .form-pay-inputs .btn-container a,
.product-in .info-don_part3 .container-don-outside .btn-form [type="button"],
.pay-before-join{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #007c6a;
  color: #fff;
  position: relative;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.form-all [type="submit"] .word ,
.don-pro-single .don-pro-section .don-action .btn-form [type="button"] .word,
.form-pay .form-pay-container .form-pay-inputs [type="button"] .word,
.form-pay .form-pay-container .form-pay-inputs .btn-container a .word,
.product-in .info-don_part3 .container-don-outside .btn-form [type="button"] .word,
.pay-before-join .word{
  position: relative;
  z-index: 5;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.form-all [type="submit"] .color-in ,
.don-pro-single .don-pro-section .don-action .btn-form [type="button"] .color-in,
.form-pay .form-pay-container .form-pay-inputs [type="button"] .color-in,
.form-pay .form-pay-container .form-pay-inputs .btn-container a .color-in,
.product-in .info-don_part3 .container-don-outside .btn-form [type="button"] .color-in,
.pay-before-join .color-in{
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007c6a+0,f6bd0b+100 */
  background: rgb(0, 124, 106); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 124, 106, 1) 0%,
    rgba(246, 189, 11, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 124, 106, 1) 0%,
    rgba(246, 189, 11, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0, 124, 106, 1) 0%,
    rgba(246, 189, 11, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c6a', endColorstr='#f6bd0b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.form-all [type="submit"]:hover .color-in ,
.don-pro-single .don-pro-section .don-action .btn-form [type="button"]:hover .color-in,
.form-pay .form-pay-container .form-pay-inputs [type="button"]:hover .color-in,
.form-pay .form-pay-container .form-pay-inputs .btn-container a:hover .color-in,
.product-in .info-don_part3 .container-don-outside .btn-form [type="button"]:hover .color-in,
.pay-before-join:hover .color-in{
  opacity: 1;
}
.pay-before-join:hover .word{
	color: #fff
}
.brance-in {
  position: relative;
  box-shadow: 0 0 8px #0000001c;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #cbcbcb;
  top: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.brance-in .image-wrap{
	height:160px;
	overflow:hidden;
	
}
.brance-in .image-wrap img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.brance-in .map-b {
  position: relative;
  max-height: 160px;
}
.brance-in .map-b iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.brance-in  a.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.brance-in .brance-in_text {
  padding-top: 10px;
}
.brance-in .brance-in_text h3 {
  color: #002823;
  font-weight: 500;
  font-size: 16px;
  text-shadow: 0 0 0px #002823;
  margin-bottom: 10px;
  line-height: 1.4;
}
.brance-in .brance-in_text h4 {
  font-weight: 300;
  font-size: 14px;
  color: #007c6a;
  margin-bottom: 10px;
}
.brance-in .brance-in_text p {
  font-weight: 500;
  color: #212121;
  font-size: 14px;
}
.brance-in:hover {
  top: -5px;
  box-shadow: 0 5px 5px #0000001c;
}
.news-in {
  display: flex;
  position: relative;
  box-shadow: 0 0 8px #0000001c;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #cbcbcb;
  top: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
}
.news-in .img {
  width: 130px;
}
.news-in .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-in .text {
  width: calc(100% - 130px);
  display: inline-flex;
  align-items: center;
  padding: 15px 10px;
}
.news-in .text > div {
  width: 100%;
}
.news-in .text h3 {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  height: 23px;
/*   overflow: hidden; */
  margin-bottom: 50px;
}
.news-in .text p {
  color: #888888;
  font-size: 12px;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
.news-in .text .btn-show {
  text-align: end;
}
.news-in .text .btn-show a {
  color: #007c6a;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.news-in:hover {
  top: -5px;
  box-shadow: 0 5px 5px #0000001c;
}
.news-in .text .btn-show a:hover {
  color: #f6bd0b;
}
.single-all {
  padding-top: 30px;
  padding-bottom: 30px;
}
.media-center-single .head-single {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.media-center-single .head-single h1 {
  color: #002823;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.media-center-single .head-single span {
  color: #888888;
  font-size: 12px;
  display: inline-flex;
  gap: 5px;
  margin-bottom: 0;
  align-items: center;
}
.media-center-single .img {
  text-align: center;
  margin-bottom: 30px;
}
.media-center-single .img img {
  max-width: 100%;
  box-shadow: 0 2px 5px #00000036;
  border-radius: 6px;
}
.media-center-single .text {
  color: #373737;
  line-height: 1.5;
  text-shadow: 0 0 0px #373737;
}
.media-center-single .text p {
  margin-bottom: 15px;
}
.project-in{
	    margin-bottom: 30px;
    padding: 15px;
	box-shadow: 0 2px 5px #0000004a;
    border-radius: 5px;
    border: 1px solid #0000003d;
    text-align: center;
	transition: all .7s;
	position: relative;
	top: 0
}
.project-in .img{
	    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 170px;
	transition: all .7s
}
.project-in .img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}
.project-in h4{
	    color: #070707;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 15px;
}
.project-in .btn-con{
	    padding-top: 15px;
    border-top: 2px solid #dadada;
}
.project-in .btn-con a{
	    color: #007c6a;
    font-weight: 500;
    font-size: 14px;
}
.project-in:hover{
	top: -5px;
	box-shadow: 0 5px 5px #0000004a;
}
.header-site{
	    padding-top: 30px;
    padding-bottom: 45px;
	position: relative;
	z-index: 10
}
.header-site .logo{
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.header-site .logo img{
	    width: 140px;
}
.header-site .info-header{
	display: flex;
    justify-content: flex-end;
}
.header-site .info-header > p{
	padding-inline-start: 20px
}
.header-site .info-header > p img{
	    width: 70px;
}
.header-site .info-header > div{
	    padding-left: 20px;
    padding-right: 20px;
	position: relative;
}
.header-site .info-header > div:before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: #b9b9b9;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    box-shadow: 0 0 1px #b9b9b9
}
html[dir="ltr"] .header-site .info-header > div:before{
	right: auto;
	left: 100%;
}
.header-site .info-header > div:last-of-type:before{
	content: none!important
}
.header-site .info-header > div > a{
	    display: flex;
    gap: 10px;
    align-items: center;
	width: 100%
}
.header-site .info-header > div > a > i{
	    position: relative;
    color: #f6bd0b;
    font-size: 23px;
}
.header-site .info-header > div > a > div > span:first-of-type{
	    display: block;
    width: 100%;
    color: #494949;
    font-size: 14px;
    text-shadow: 0 0 0.5px #494949;
    margin-bottom: 0;
}
.header-site .info-header > div > a > div > span:last-of-type{
	    display: block;
    width: 100%;
    color: #2f2f2f;
    font-weight: bold;
    font-size: 15px;
}
.nav-menu{
	    background-color: #034e43;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
    padding: 15px;
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}
.nav-menu .nav-listt{
	    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
}
.nav-menu .nav-listt > li > a{
	    color: #fff;
    font-weight: 500;
    font-size: 16px;
	transition: all .7s
}
.nav-menu .nav-listt > li > a:hover,
.nav-menu .nav-listt > li.current-menu-item > a{
	color: #f6bd0b
}
.breadcramp-big{
	position: relative;
	padding-top: 50px;
    padding-bottom: 20px;
}
.breadcramp-big .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.breadcramp-big .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1
}
.breadcramp-big .img .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #0000009e
}
.breadcramp-big .container{
	position: relative;
	z-index: 2;
}
.breadcramp-big .links-in{
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.breadcramp-big a,
.breadcramp-big span{
	    color: #fff;
    text-shadow: 0 0 0.5px #fff;
    font-weight: 500;
    font-size: 20px;
    display: inline-flex;
    margin-inline-end: 5px;
	transition: all .7s
}
.breadcramp-big a:hover{
	color: #f6bd0b
}
.breadcramp-small{
	padding-top: 20px;
    padding-bottom: 10px;
}
.breadcramp-small .links-in{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcramp-small .links-in a,
.breadcramp-small .links-in span{
    color: #007c6a;
    text-shadow: 0 0 0px #007c6a;
    font-size: 14px;
    margin-inline-end: 6px;
	transition: all .7s
}
.breadcramp-small .links-in a:hover{
	color: #f6bd0b
}
.don-pro-single .don-pro-section .info-don_all .info-don_part1{
	background-color: #fff;
    box-shadow: 0 0 10px #00000029;
    padding: 25px 20px;
    border-radius: 8px 8px 0 0;
}
.don-pro-single .don-pro-section .info-don_all .info-don_part1 .head-in,
.don-pro-single .don-pro-section .don-action h3{
	    color: #002823;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
.don-pro-single .don-pro-section .info-don_all .info-don_part1 .img-in{
	    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #0003;
}
.don-pro-single .don-pro-section .info-don_all .info-don_part1 .img-in img{
	width: 100%;
}
.don-pro-single .don-pro-section .info-don_all .info-don_part1 .text{
	    color: #444444;
    font-size: 16px;
    text-shadow: 0 0 0px #444444;
    line-height: 1.6;
}
.don-pro-single .don-pro-section .info-don_all .info-don_part2{
	box-shadow: 0 0 10px #00000029;
    padding: 10px 20px;
	background-color: #efefef;
	position: relative;
	z-index: 10
}
.don-pro-single .don-pro-section .info-don_all .info-don_part2 .don_number_of_case{
	color: #007c6a;
    font-weight: 500;
    font-size: 15px;
}
.don-pro-single .don-pro-section .info-don_all .info-don_part2 .don_number_of_case span{
	color: #4e4e4e
}
.info-don_part3 {
	background-color: #fff;
    box-shadow: 0 0 10px #00000029;
    padding: 25px 20px;
    border-radius: 0 0 8px 8px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap
}
.info-don_part3 > div{
	width: 50%
}
.info-don_part3 > div:first-of-type{
	text-align: start
}
.info-don_part3 > div:nth-of-type(2){
	text-align: end
}
.info-don_part3 > div > span:first-of-type{
	width: 100%;
    display: block;
    color: #007c6a;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
}
.info-don_part3 > div > span:last-of-type{
	    color: #494949;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 20px;
}
.info-don_part3 .progress-bar_price{
	width: 100%;
    margin-top: 20px;
    background-color: #efefef;
    border-radius: 50px;
    height: 15px;
    box-shadow: 0 0 8px #efefef;
    position: relative;
}
.info-don_part3 .compilation-done{
	    width: 100%;
    text-align: center!important;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff75;
    padding: 10px;
    background-color: #007c6a;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 0 10px #ffffff7a inset;
}
.info-don_part3 .progress-bar_price > div{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 50px;
    background-color: #007c6a;
}
html[dir="ltr"] .info-don_part3 .progress-bar_price > div{
	right: auto;
	left: 0;
}
.info-don_part3 .progress-bar_price > div > span{
	position: absolute;
    left: 10%;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}
html[dir="ltr"] .info-don_part3 .progress-bar_price > div > span{
	left: auto;
	right: 10%;
}
.don-pro-single .don-pro-section .don-action{
	background-color: #fff;
    box-shadow: 0 0 10px #00000029;
    padding: 25px 20px;
    border-radius: 8px;
}
.don-pro-single .don-pro-section .don-action .prices-form{
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    margin-bottom: 10px;
}
.don-pro-single .don-pro-section .don-action .prices-form > span{
	    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border: 1.5px solid #dadada;
    border-radius: 6px;
    box-shadow: 0 0 3px #dadada26;
    height: 35px;
    font-size: 12px;
    color: #006e5e;
    font-weight: 500;
    gap: 3px;
    cursor: pointer;
}
.don-pro-single .don-pro-section .don-action .prices-form .input-price{
	    width: 250px;
	position: relative
}
.don-pro-single .don-pro-section .don-action .prices-form .input-price [type="number"],
.product-in .info-don_part3 .container-don-outside .input-price [type="number"]{
	display: flex;
	width: 100%;
    padding: 5px 15px;
    border: 1.5px solid #dadada;
    border-radius: 6px;
    box-shadow: 0 0 3px #dadada26;
    height: 35px;
    font-size: 16px;
    color: #006e5e;
    font-weight: 500;
}
.don-pro-single .don-pro-section .don-action .prices-form .input-price > span,
.product-in .info-don_part3 .container-don-outside .input-price > span{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #007c6a;
    font-weight: 500;
    font-size: 12px;
    left: 10px;
}
html[dir="ltr"] .don-pro-single .don-pro-section .don-action .prices-form .input-price > span ,
html[dir="ltr"] .product-in .info-don_part3 .container-don-outside .input-price > span{
	left: auto;
	right: 10px;
}
.don-pro-single .don-pro-section .don-action .btn-form [type="button"]{
	    margin-left: 0;
    margin-right: 0;
    background-color: #f6bd0b;
}
.don-pro-single .don-pro-section .don-action .share-prices-w-other{
	    margin-bottom: 30px;
}
.don-pro-single .don-pro-section .don-action .share-prices-w-other label{
	    display: flex;
    gap: 10px;
    color: #4e4e4e;
    font-weight: 500;
    font-size: 13px;
}
.form-pay{
	display: none;
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0036;
    z-index: 100;
	overflow: auto
}
.form-pay .form-pay-container{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 5px #ffffff52;
    border-radius: 6px;
    padding: 30px 15px;
	overflow: hidden
}
.form-pay .form-pay-container .close-form-pay{
	    color: #034e43;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
	cursor: pointer
}
html[dir="ltr"] .form-pay .form-pay-container .close-form-pay{
	left: auto;
	right: 10px
}
.form-pay .form-pay-container .form-pay-inputs .form-pay-inputs-con{
	    margin-bottom: 10px;
}
.form-pay .form-pay-container .form-pay-inputs .form-pay-inputs-con > p{
	color: #4c4c4c;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.form-pay .form-pay-container .form-pay-inputs .form-pay-inputs-con > p span{
	    color: red;
}
.form-pay .form-pay-container .form-pay-inputs .form-pay-inputs-con input{
	    width: 100%;
    height: 45px;
    background-color: #fafafa;
    border: 1.5px solid #b7b7b7;
    border-radius: 7px;
    padding: 10px 15px;
	transition: all .7s
}
.form-pay .form-pay-container .form-pay-inputs .form-pay-inputs-con input.css-opacity{
	opacity: .3
}
.form-pay .form-pay-container .form-pay-inputs [type="button"],
.form-pay .form-pay-container .form-pay-inputs .btn-container a{
	min-width: 200px;
	font-size: 14px;
}
.form-pay .form-pay-container .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #ffffffd1;
	transition: all .7s;
	opacity: 0;
	visibility: hidden
}
.form-pay .form-pay-container .overlay.overlay-active{
	opacity: 1;
	visibility: visible
}
.info-donor-information{
	margin-top: 30px
}
.info-donor-information > div{
	    background-color: #efefef;
    box-shadow: 0 0 20px #00000030;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-end: 15px;
    padding-inline-start: 70px;
    display: flex;
    gap: 10px;
	align-items: center
}
.info-donor-information > div > i{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #007c6a;
    border-radius: 50%;
    font-size: 21px;
    box-shadow: 0 0 5px #00000021;
	    flex-shrink: 0;
}
.info-donor-information > div > p{
	    color: #4e4e4e;
    font-weight: 500;
    font-size: 15px;
}
.info-donor-information > div > p > span{
	color: #007c6a;
	    font-size: 16px;
}
.product-in{
	    padding: 15px 15px 0 15px;
    box-shadow: 0 0 15px #00000026;
    border: 1px solid #00000033;
    border-radius: 7px;
    margin-bottom: 30px;
}
.product-in .img-head h3{
	    color: #002823;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-in .img-head .img{
	    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px #00000029;
}
.product-in .img-head .img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}
.product-in .btn-container{
	text-align: center;
		    padding-top: 15px;
    padding-bottom: 15px;
	border-top: 1.5px solid #e0e0e0;
 box-shadow: 0 -1px 1px #e0e0e0;
}
.product-in .btn-container a{
	    color: #212121;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0 0 0px #212121;
	transition: all .7s
}
.product-in .btn-container [type="submit"]{
color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0 0 0px #fff;
    transition: all .7s;
    border: 0;
    margin-top: 5px;
    background-color: #f6bd0b;
    padding: 4px 20px;
    border-radius: 25px;
}
.product-in .btn-container a:hover{
	color: #007c6a;
	text-shadow: 0 -1px 1px #007c6a;
}

.product-in .info-don_part3{
	padding: 15px 0px;
	    box-shadow: none;
	border-radius: 0
}
.product-in .info-don_part3 > div > span:first-of-type{
	    font-weight: 300;
    font-size: 13px;
    margin-bottom: 2px;
}
.product-in .info-don_part3 > div > span:last-of-type{
	    font-size: 14px;
}
.product-in .info-don_part3 .container-don-outside{
	    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}
.product-in .info-don_part3 .container-don-outside .input-price,
.product-in .info-don_part3 .container-don-outside .btn-form{
	width: 49%;
	position: relative
}
.product-in .info-don_part3 .container-don-outside .input-price > span{
	color: #bcbcbc;
}
.product-in .info-don_part3 .container-don-outside .input-price [type="number"]{
	    height: 40px;
    border-radius: 0 20px 20px 0;
}
html[dir="ltr"] .product-in .info-don_part3 .container-don-outside .input-price [type="number"] {
	border-radius: 20px 0 0 20px;
}
.product-in .info-don_part3 .container-don-outside .input-price ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #bcbcbc;
    font-weight: 300;
    font-size: 14px;
}
.product-in .info-don_part3 .container-don-outside .input-price ::-moz-placeholder { /* Firefox 19+ */
      color: #bcbcbc;
    font-weight: 300;
    font-size: 14px;
}
.product-in .info-don_part3 .container-don-outside .input-price :-ms-input-placeholder { /* IE 10+ */
      color: #bcbcbc;
    font-weight: 300;
    font-size: 14px;
}
.product-in .info-don_part3 .container-don-outside .input-price :-moz-placeholder { /* Firefox 18- */
      color: #bcbcbc;
    font-weight: 300;
    font-size: 14px;
}
.product-in .info-don_part3 .container-don-outside .btn-form [type="button"]{
	    width: 100%;
    height: 40px;
    background-color: #f6bd0b;
    font-size: 14px;
    border-radius: 20px 0 0 20px;
    overflow: overlay;
}
html[dir="ltr"]  .product-in .info-don_part3 .container-don-outside .btn-form [type="button"]{
	border-radius: 0 20px 20px 0 ;
}
.product-in .info-don_part3 .container-don-outside .btn-form [type="button"] .color-in{
	border-radius: 0
}
.whatsapp-all{
	    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    background-color: #37af47;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 3px 5px #0000003b;
	transition: all .7s
}
.whatsapp-all:hover{
	color: #fff
}
html[dir="ltr"] .whatsapp-all{
	right: auto;
	left: 20px;
}
.chose-tax-reg{
	position: fixed;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px #0000005c;
    width: 350px;
    padding: 30px;
	transition: all .7s
}
.chose-tax-reg.change-in{
	transform: translate(-50%, -50%) scale(0);
}
.chose-tax-reg .close-in{
	    position: absolute;
    inset-block-start: 15px;
    inset-inline-start: 30px;
    font-size: 20px;
	cursor: pointer
}
.chose-tax-reg .btns-chaose{
	    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.btn-custom-11{
	    background-color: #007c6a;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 140px;
    border-radius: 5px;
    transition: all .7s;
	cursor: pointer;
	margin: auto;
}
.btn-custom-11:hover{
	color: #007c6a;
	background-color: transparent
}
.wpcf7-radio{
	    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item label{
	    display: flex;
    align-items: center;
    column-gap: 10px;
}
.wpcf7-radio .wpcf7-list-item label input{
	    margin-bottom: 0;
    width: 20px;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label{
	    color: #3c3c3c;
    font-weight: 500;
}
.text-form{
	    color: #3c3c3c;
    font-weight: 500;
	    margin-bottom: 10px;
}
.popup-pay-success{
	    background-color: #00000052;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
	display: flex
}
.popup-pay-success > div{
	width: 300px;
	margin: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px #0000005c;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	    padding: 10px;
}
.popup-pay-success img{
	    display: flex;
    width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}
.popup-pay-success span{
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 17px;
}
@media (max-width: 1199px) {
  .donation-sections .col-custom {
    width: 25%;
  }
  .statistics-section [class^="col-"]:nth-of-type(4n + 4):before {
    content: "";
  }
  .statistics-section [class^="col-"]:nth-of-type(3n + 3):before,
  .statistics-section [class^="col-"]:last-of-type:before {
    content: none;
  }
	.nav-menu{
		width: 90%;
	}
}
@media (max-width: 991px) {
  .donation-sections .col-custom {
    width: 33.33333%;
  }
  .statistics-section [class^="col-"]:nth-of-type(3n + 3):before {
    content: "";
  }
  .statistics-section [class^="col-"]:nth-of-type(2n + 2):before,
  .statistics-section [class^="col-"]:last-of-type:before {
    content: none;
  }
  .text-all-section {
    text-align: center;
  }
  .about-us-section .img {
    margin-right: auto;
    margin-left: auto;
  }
  .ele-about-us {
    display: block;
  }
  .ele-about-us .icon {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .ele-about-us .text-e {
    width: 100%;
  }
  .copyright .text-copyright {
    text-align: center;
  }
  .copyright .right {
    justify-content: center;
    margin-top: 10px;
  }
  .about-us-page .option-donation {
    text-align: center;
  }
  .contact-us-page .contact-us-section .info-contact {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-us-page .contact-us-section .info-contact .links-media {
    justify-content: center;
  }
  .form-all input,
  .form-all textarea {
    text-align: center;
  }
  .small-head {
    text-align: center;
  }
  .brance-in .brance-in_text {
    text-align: center;
  }
  .media-center-single .head-single {
    display: block;
    text-align: center;
  }
  .media-center-single .head-single h1 {
    margin-bottom: 5px;
  }
  .media-center-single .text {
    text-align: center;
  }
	.header-site .info-header{
		gap: 10px;
		width: 100%
	}
	.nav-menu,
	.header-site .info-header > p,
	.header-site .info-header > div > a > div{
		display: none
	}
	.header-site .info-header > div{
		    padding-left: 0;
    padding-right: 0;
	}
	.header-site .info-header > div:before{
		content: none
	}
	.header-site .info-header > div > a,
	.open-side{
		width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6bd0b;
    border-radius: 50%;
		position: relative;
		top: 0;
		    box-shadow: 0 1px 5px #007c6a52;
		transition: all .7s
	}
	.header-site .info-header > div > a:hover{
		top: -5px;
		box-shadow: 0 5px 5px #007c6a52;
	}
	.header-site .info-header > div > a > i,
	.open-side{
		    color: #fff;
    font-size: 20px;
	}
	.header-site{
		    padding-top: 15px;
    padding-bottom: 15px;
	}
	.header-site [class^="col-"]{
		display: flex;
		align-items: center
	}
	.open-side{
		display: flex
	}
	.breadcramp-big{
		padding-top: 20px;
    padding-bottom: 20px;
	}
	.breadcramp-big .links-in{
		justify-content: center
	}
	.breadcramp-big a, 
	.breadcramp-big span{
		    font-size: 16px;
	}
	.breadcramp-small .links-in{
		justify-content: center
	}
	.don-pro-single .don-pro-section .info-don_all .info-don_part1 .head-in, 
	.don-pro-single .don-pro-section .don-action h3,
	.don-pro-single .don-pro-section .info-don_all .info-don_part1 .text,
	.don-pro-single .don-pro-section .info-don_all .info-don_part2 .don_number_of_case{
		text-align: center
	}
	.don-pro-single .don-pro-section .info-don_all{
		margin-bottom: 30px
	}
	.product-in .img-head h3{
		text-align: center
	}
	.register-page input,
	.register-page textarea,
	.register-page select{
		text-align: start
	}
}
@media (max-width: 767px) {
  .donation-sections .col-custom {
    width: 50%;
  }
  .quran-text {
    width: 90%;
  }
  .statistics-section [class^="col-"]:nth-of-type(2n + 2):before {
    content: "";
  }
  .statistics-section [class^="col-"]:nth-of-type(1n + 1):before,
  .statistics-section [class^="col-"]:last-of-type:before {
    content: none;
  }
  .text-all-section > h3 {
    font-size: 25px;
  }
  .text-all-section > .text {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .quran-text {
    width: 100%;
  }
  .text-all-section > h3 {
    font-size: 21px;
  }
  .text-all-section > .text {
    font-size: 16px;
  }
  .about-us-section .img {
    width: 100%;
    border-radius: 10px;
    height: auto;
  }
  .copyright .right a {
    font-size: 14px;
  }
  .copyright .right .footer-new-img {
    width: 30px;
  }
	.header-site .logo img{
		width: 90px;
	}
	.header-site .info-header{
		    gap: 5px;
	}
	.header-site .info-header > div > a, 
	.open-side{
		    width: 30px;
    height: 30px;
	}
	.header-site .info-header > div > a > i, 
	.open-side > i{
		font-size: 16px;
	}
	.form-pay .form-pay-container{
		    width: 300px;
		    padding: 10px 15px;
	}
	.form-pay .form-pay-container .form-pay-inputs .form-pay-inputs-con input{
		height: 40px
	}
	.chose-tax-reg{
		    padding: 30px 15px;
		    width: 300px;
	}
	.chose-tax-reg .close-in{
		    inset-inline-start: 15px;
	}
	.btn-custom-11{
		    font-size: 14px;
		height: 35px;
    width: 130px;
	}
}
@media (max-width: 500px) {
  .donation-sections .col-custom {
    width: 100%;
  }
}
@media (max-width: 400px) {
  footer .logo-footer img {
    width: 200px;
  }
  footer .info-footer .img-2030 img {
    width: 70px;
  }
}
@media (max-width: 350px) {
}











.page-loading{
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 55555555555555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loading .image-wrap {
  width: 350px;
  height: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-loading .image-wrap svg {
  width: 100%;
  height: 100%
}

.page-loading .image-wrap svg path:not(:first-child) {
  stroke: #f6bd0b;
  fill: #f6bd0b;
  opacity: 0
}

.page-loading .image-wrap svg path:nth-child(2) {
  -webkit-animation: 1.2s linear bounce forwards;
  animation: 1.2s linear bounce forwards
}

.page-loading .image-wrap svg path:first-child {
  stroke: #034e43;
  stroke-width: 3px;
  fill: rgba(0, 0, 0, 0);
  stroke-dasharray: 679;
  stroke-dashoffset: 679;
  -webkit-animation: 2s linear animateLogo .5s forwards, 1s logoFill 3s linear forwards;
  animation: 2s linear animateLogo .5s forwards, 1s logoFill 3s linear forwards
}

.page-loading .image-wrap svg path:nth-child(4) {
  -webkit-animation: 2s linear bounce forwards 1s;
  animation: 2s linear bounce forwards 1s
}

.page-loading .image-wrap svg path:nth-child(5) {
  -webkit-animation: 2s linear bounce forwards 1.4s;
  animation: 2s linear bounce forwards 1.4s
}

.page-loading .image-wrap svg path:nth-child(3) {
  -webkit-animation: 2s linear bounce forwards 1.6s;
  animation: 2s linear bounce forwards 1.6s
}

@-webkit-keyframes animateLogo {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes animateLogo {
  to {
    stroke-dashoffset: 0
  }
}

@-webkit-keyframes logoFill {
  to {
    fill: #034e43
  }
}

@keyframes logoFill {
  to {
    fill: #034e43
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
  }

  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .3
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: .6
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
  }

  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: .3
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: .6
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.taxonomy-list ul {
    list-style:none;
}
.taxonomy-list ul li a {
    font-weight:500;
    color:#707070;
}
/*# sourceMappingURL=main.css.map */