:root {
	 --mainbackgroundcolor :#272727;
	 --maincolor :#caad89;
	 --maincolorlighted :#efd5aa;
}
.name-fields {
    display: flex;
    gap: 20px;
}
.name-fields p {
    flex: 1;
}
.name-fields input,.name-fields select {
    width:100%
}
.name-fields select {
    background: #464646;
	height: 36px;
  }
.wpcf7-form{
	direction:ltr;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-right: 0;
}
.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 6px;
    padding-right: 0;
    margin-right: 0;
}
.country-select.inside .flag-dropdown {
    left: auto;
    right: 0;
}
.country-select .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 6px;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input input[type=text]{
	direction: ltr;
    text-align: left;
}
#mc-form input[type="email"] {

  direction: ltr;
}
.country-select .selected-flag .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 23px;
	padding-right: 5px;
	direction: ltr;
}
.country-select .country-list,.intl-tel-input .country-list {
    background-color: #000;
	direction: ltr;
	z-index: 100000;
}

.main-section .desc {
    color:#fff;
	direction:ltr;
	text-align: left;
}
.Horizontal-Divider {
  width: 40px;
  height: 4px;
  flex-grow: 0;
  margin: 11px 16px 0px 0px;
  background-color: #fedc08;
  float: left;
}
.soon {
  width: 168px;
  height: 26px;
  flex-grow: 0;
  margin: 0 48px 32px 16px;
  font-family: ElMessiri;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: left;
  color: #fff;
}
.home-social {
  list-style: none;
    z-index: 10000000;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home-social a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: .9rem 0;
  overflow-x: hidden;
}

.home-social li a {
  display: block;
  width: 36px;
  height: 36px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  font-size: 20px;
  left: 0;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.home-social span {
  font-size: 1.2rem;
  color: #ec008c;
  left: 6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home-social span::after {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  left: -18px;
}
@media only screen and (max-width:1400px) {
  .home-logo {
    left: 35px;
  }

  .home-content h1 {
    font-size: 5rem;
  }

  .home-content__main {
    max-width: 1000px;
  }

  .home-content__text p {
    font-size: 1.6rem;
    margin-top: 4.2rem;
    margin-left: 5%;
  }


  .home-content__counter .time {
    font-size: 2.4rem;
    min-width: 5rem;
  }

  .home-content__counter .time span {
    font-size: 1.7rem;
  }

  .home-content__counter .days {
    font-size: 12rem;
    padding-left: 5.5rem;
  }

  .home-content__counter .days span {
    padding: 6px 10px;
  }

  .home-content__line {
    left: 54px;
  }

  .home-social {
    right: 0;
        left: auto;
  }

  .home-social li a {
    height: 32px;
    width: 32px;
  }

  .home-social i,
  .home-social span {
    line-height: 32px;
  }

  .home-social i {
    font-size: 18px;
    height: 32px;
    width: 32px;
  }

  .home-social span::after {
    left: -22px;
  }

}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?bqnxnn');
  src:  url('fonts/icomoon/icomoon.eot?bqnxnn#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?bqnxnn') format('truetype'),
    url('fonts/icomoon/icomoon.woff?bqnxnn') format('woff'),
    url('fonts/icomoon/icomoon.svg?bqnxnn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hint {
    font-size: 16px;
}
.THslider-discription {
    text-align: left;
	direction:ltr;
}
#mail-sucess{
	display:none;
	font-weight: 700;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 40px;
	padding: 0px 10px;
}
#phone-sucess{
	display:none;
	font-weight: 700;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 40px;
	padding: 0px 10px;
}
.mobile_countries{
	padding-right:50px !important;
 direction: ltr;
 text-align: right;
     height: 100%;
    padding-left: 10px !important;
}
.iti--allow-dropdown{
	padding:0 !important;
	width:100%;
}

.tel-container {
    padding:0;
}
.iti { width: 100% ; }
.iti {
    max-width: 418px ;
}
/*.register .iti ,.visa_donate .iti {
	max-width:375px ;
}*/
.iti__country-list{
	direction:ltr !important;
}
.iti__country{
	direction:ltr !important;
}
.icon-food-donation:before {
  content: "\e900";
}
.icon-donators:before {
  content: "\e901";
}
.icon-money-donation:before {
  content: "\e902";
}
.icon-Managment:before {
  content: "\e903";
}
.icon-goals:before {
  content: "\e904";
}

.icon-d-donation:before {
  content: "\e909";
}
.icon-u-union:before {
  content: "\e90a";
}
.icon-t-target:before {
  content: "\e90b";
}
.icon-a-arrow:before {
  content: "\e900";
}
.icon-c-call:before {
  content: "\e901";
}
.icon-d-dropdown:before {
  content: "\e902";
}
.icon-f-Facebook:before {
  content: "\e903";
}
.icon-i-instagram:before {
  content: "\e904";
}
.icon-m-message:before {
  content: "\e905";
}
.icon-p-pin:before {
  content: "\e906";
}
.icon-s-sent:before {
  content: "\e907";
}
.icon-y-youtube:before {
  content: "\e908";
}

#about a {color:#212529} 
@font-face {
    font-family: ElMessiri;
    src: url('fonts/ElMessiri/ElMessiri-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ElMessiri-Bold;
    src: url('fonts/ElMessiri/ElMessiri-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
#ascrail2000-hr{
	display: none !important;
}

html{
	direction:ltr;
}

body 
{
	text-align: left !important;
}

* 
{
	font-family:ElMessiri ;
}

#masthead {
	background-image: url('images/hand.png');
	background-size: cover;
	padding-top: 15px;
}
#banner {
	padding: 80px 0;
	
}
#banner img {
	padding-top: 40px;
}
#banner-title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0 0;
	font-family:ElMessiri-Bold ;
}
#banner-desc {
	margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 20px 0;
    max-width: 415px;
    letter-spacing: 0.19px;
    line-height: 2;
}
#history .echo{
	font-size: 0px !important;padding-top: 72px;
}
#momyzat .desc{
	padding: 60px 15px;
}
.echo 
{
	
	top: 72px;
	font-size: 85px !important;
	color: var(--maincolorlighted);
	z-index: 1;
	opacity: .8;
}
p 
{
	text-align: left;
}
#slider_new{
	direction:rtl;
}
p.number {
	text-align: center;
}
#donate-btn {
	width: 210px;
	text-align: right;
	background-color: var(--maincolor);
	color: #3b3b3b;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 37px 10px 10px;
	margin: 30px 20px 0 20px ;
	
	cursor: pointer;
	border:1px solid #3b3b3b ;
}
#about_btn{
	float: left;
	width: 210px;
	background-color: var(--maincolor);
	color: #3b3b3b;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 40px;
	margin: 30px 20px 0 20px ;
	cursor: pointer;
	border:1px solid #3b3b3b ;
}
#donate-btn .bi{
	position: relative;
	top: 2px;
	left: 0px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.row {
    flex-direction: row-reverse;
}
.has-text-align-right{
	text-align: justify !important;
    direction: ltr;
    text-justify: inter-word;
}
.custom-control {
    padding-right: 0.5rem;
}
#reactive_email{
	cursor: pointer;
    float: right;
    font-size: 12px;
    color: #caad89;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 40px;
    padding: 0px 10px;
}
#reactive_phone{
	cursor: pointer;
	float: right;
	font-size: 12px;
	color: #caad89;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 40px;
	padding: 0px 10px;
}
#about {
	background-image: url('images/about.png');
	padding: 0 0 150px 0;
}
#momyzat {
	background-image: url('images/momyzat_en.png');
	padding: 80px 0 100px 0;
}
#donate  {
	background-image: url('images/donate.png');
	padding: 20px 0 100px 0;
	background-size: 100%;
}
#bg  {
	background-image: url('images/bg.png');
	padding: 80px 0 100px 0;
	background-size: 100%;
}
#about-thared {
	background-image: url('images/bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
}


#history {
	background-image: url('images/history.png');
	padding: 0 0 40px 0;
}
#questions {
	background-image: url('images/questions_en.png');
	padding: 80px 0 50px 0;
	background-size:100%;
}
#footer-section {
	background-image: url('images/footer_en.png');
	padding: 80px 0 10px 0;
	color: white;
}
#footer-section h2{
	padding-bottom: 100px;
	max-width: 1130px;
    margin: auto;
}
#footer-section h3{
	font-size: 18px;
}
#footer-section .social{
	font-size: 16px;
	padding-bottom: 18px ;
	width: 100%;
}
#footer-section .social div{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: #fff;
	text-align: center;
	padding-top: 2px;
	border-radius: 50%;
	margin-right: 10px;
}
.contacts .iti--allow-dropdown.col-sm-8{
	max-width: 100% !important;
}
.contacts .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.register .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
#footer-section .social div svg{
	color: black;

	font-size: 10px;
}
#footer-section p{
	font-size: 14px;
	line-height: 1.57;
	margin: 10px 0 15px;
}
#footer-section ul {
	list-style: none;


}
#footer-section .btn-outline-secondary{
	padding-top: 15px!important;
	background: var(--maincolor);
	color: var(--mainbackgroundcolor);
	border: 1px solid var(--maincolor);
	border-radius: 0!important;
}
#footer-section .socail-btns{
	margin-top: 40px;
}
#footer-section .socail-btns h3,#footer-section .socail-btns .socail-btn{
	display: inline-block;
	margin-left: 30px;
}
#footer-section .socail-btns .socail-btn{
	cursor: pointer;
	color: var(--maincolor);
	}
#footer-section .socail-btns .socail-btn svg{
	position: relative;
	top: 5px;
}
#footer-section .footer-label{
  height: 28px;
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  color: #fff;
}
#footer-section ul li{
	 margin: 20px 0;
}
#footer-section ul li:hover a{
color: var(--maincolor);
}
#footer-section ul li a{
  color: #fff;
  width: 115px;
  height: 21px;
  font-size: 16px;
  line-height: 1.56;
  	text-decoration: none;

}
#footer-section .copyrights {
	padding-top: 30px;
}
#questions .question  {
text-align: right;
font-size: 20px;
font-weight: bold;
margin-bottom:2px;
}

#questions .head  {
	background: var(--maincolor);
	color: var(--mainbackgroundcolor);
	padding: 13px 42px 13px 40px;
	position: relative;
	cursor: pointer;
}
#questions .head  .arrow-down{
	position: absolute;
	right: 30px;
	top: 18px;
	cursor: pointer;

}
#questions .head .arrow-down .bi-caret-up-fill {
	display: none;
}
#questions .head .arrow-down .bi-caret-down-fill {
	display: block;
}
#questions .question.active .head .arrow-down .bi-caret-up-fill {
	display: block;
}
#questions .question.active .head .arrow-down .bi-caret-down-fill {
	display: none;
}
#questions .tail {
	display: none;
	background-color: #f2f2f2;
	border: solid 1px #e2e2e2;
	 padding: 13px 42px 13px 40px;
	 font-weight: normal;
}
#questions .question.active .tail {
	display: block;
}

#questions .head  p{
	margin-bottom: 0!important;
}
#momyzat h2{ margin-bottom: 80px; }
/*.main-section h1 ,.main-section h2 ,.main-section p ,.main-section img,.question,.mcard {
	opacity: 0;
}*/
.main-section h1,h3,.desc{
	font-family: ElMessiri;
}
.main-section {
	background-size: cover;
	background-repeat: no-repeat;
}
.main-section h1{
	font-size: 38px;
	position: relative;
	z-index: 3;
}
.main-section h2{
	font-size: 16px;
	padding: 20px 0;
}
.main-section .desc{
	font-weight: 500;
	font-size: 24px;
}

.halfbot {
	position: relative;
	top: 80px;
}
.mcard {
	margin: 0 auto;
	max-width: 200px;
	max-height: 200px;
	text-align: center;
	box-shadow: -10px 10px 10px -5px #33333345;
	margin-bottom: 10px;
	padding: 9px 10px;
	border-radius: 10px;

}
.mcard .bold {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px ;
	margin-bottom: 5px!important;
}
.mcard .weight500 {
	color: #858585;
	font-size: 10px;
	font-weight: 500;
}
.mcard .number {
	padding-top:15px;
	margin: 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 50px;
	background: var(--maincolor);
	color: var(--mainbackgroundcolor);
}
#scrollTop{
    display:none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    color: white;
    background:var(--maincolor);
}
.site-branding{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.site-header .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
#primary-menu li a{
	font-weight: 600;
	font-size: 16px;
}


#msg {
	display: none;
}
#msg.active {
	display: block;
}

@media only screen and (max-width: 440px)
{
	/*form input,#register input 
	{
		max-width:250px ;
	}*/
	.loginBtn,.loginbtncont
	{
		width: 100%!important;
	}
}
.margin-right50{
	margin-right: 50px !important;
}
@media only screen and (max-width: 876px){
	.choose .col-sm-3{
		text-align: right !important;
	}
	.margin-right50{
		margin-right: 16px !important;
	}
	#food .title{
		margin-top: 0 !important;
	}
	#slider .title{
		margin-top: 0 !important;
	}
	.row {
		margin: 0!important;
	}
	.echo {
		display: none!important;
	}
	.mem .mtop {
    margin-top: 0px!important;
    font-size: 30px!important;
}

	.main-section h1 {
		padding-top: 20px;
	}
	#footer-section ul{
	padding: 0 !important;
}
	#momyzat h2 {
    margin-bottom: 20px;
	padding:0 10px;
}
 #about p {
 	padding-top: 30px;
 }
 .mcard {
 	max-height: 300px;
 }
 .halfbot {
 	top: 0;
 }

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	.success_msg{
		padding-top: 90px;
	}
	.main-navigation ul{
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.main-navigation ul li{
		margin: 0 25px;
		position: relative;
	}


	.main-navigation ul li a{
		color: #fff;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li:hover > a,
	.main-navigation ul li:focus > a,
	.main-navigation ul .current-menu-item > a,
	.main-navigation ul .current-menu-ancestor > a,
	.main-navigation ul .current_page_item > a,
	.main-navigation ul .current_page_ancestor > a{
		text-decoration: none;
		/*color: var(--maincolor);*/
	}

	.main-navigation ul ul{
		position: absolute;
		top: 100%;
		left: -15px;
		width: 150px;
		background: var(--maincolor);
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: ease 0.5s;
		-moz-transition: ease 0.5s;
		transition: ease 0.5s;
		text-align: center;

	}
	.main-navigation ul ul li:hover{
		opacity:1 ;
	}
	.main-navigation ul ul li{
		opacity: .7;
		border-bottom: 1px solid white;
	}
	.main-navigation ul li:hover > ul{
		visibility: visible;
		opacity: 1;
	}

	.main-navigation ul li:focus-within > ul{
		visibility: visible;
		opacity: 1;
	}

	.main-navigation ul li.focus > ul{
		visibility: visible;
		opacity: 1;
	}

	.main-navigation ul ul li{
		width: 100%;
		margin: 0;
	}

	.main-navigation ul ul li a{
		display: block;
		padding: 10px 15px;
	}

	.main-navigation ul ul ul{
		left: 100%;
		top: 0;
	}
}

@media only screen and (max-width: 1024px){
	.site-header{
		padding: 23px 0;
	}

	.site-header .container:after{
		display: none;
	}

	.site-branding{
		flex-basis: 0;
		flex-grow: 1;
		margin-right: 20px;
	}

	.site-header .container{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.main-navigation{
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		background: #fff;
		height: 100%;
		z-index: 10;
		margin: 0;
		padding-top: 80px;
		overflow-y: auto;
		-webkit-transform: translateX(420px);
		-moz-transform: translateX(420px);
		transform: translateX(420px);
		-webkit-transition: ease 0.35s;
		-moz-transition: ease 0.35s;
		transition: ease 0.35s;
	}

	body.menu-open .main-navigation{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.main-navigation .btn-close-menu{
		position: absolute;
		top: 25px;
		right: 20px;
		font-size: 0;
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
		width: 20px;
		height: 25px;
		cursor: pointer;
	}

	.main-navigation ul{
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
	}

	.main-navigation ul li{
		position: relative;
	}

	.main-navigation ul li a{
		display: block;
		padding: 10px 20px;
		color: #000;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li:hover > a,
	.main-navigation ul li:focus > a,
	.main-navigation ul .current-menu-item > a,
	.main-navigation ul .current-menu-ancestor > a,
	.main-navigation ul .current_page_item > a,
	.main-navigation ul .current_page_ancestor > a{
		text-decoration: none;
		color: #000;
	}

	.main-navigation ul ul{
		display: none;
	}

	.main-navigation ul li .angle-down{
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		cursor: pointer;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.main-navigation ul li .angle-down.active{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-navigation ul li .angle-down:after{
		position: absolute;
		top: 50%;
		left: 50%;
		content: '';
		width: 20px;
		height: 25px;
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.mobile-menu-opener{
		display: block;
		width: 20px;
		height: 18px;
		cursor: pointer;
	}

	.mobile-menu-opener span{
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 100px;
		margin-bottom: 5px;
	}

	.mobile-menu-opener span:last-child{
		margin-bottom: 0;
	}
}



	#food .echo 
	{
		color:#f8f8f8;
	}
	#slider .echo 
	{
		color:#f8f8f8;
	}
.food-plate {
	width: 75px;
    /*height: 128px;*/
    margin: 0 5px 0 5px;
    padding: 15px 5px 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
	cursor: pointer;

}
.food-plate.active {
	background-image: linear-gradient(to bottom, #caad89, #f5c167);

}
.food-plate p {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.food-plate img{
	width:50px;
}
.Ellipse-19{
	width: 70%;
    height: 340px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    border: dashed 2px #272727;
    border-bottom: 0;
	margin: auto;
	margin-top: -260px;
}
#food h2 {
	margin: auto;
	padding: 10px 0;
	max-width: 1000px;
	}
#slider h2 {
	margin: auto;
	padding: 10px 0;
	}


.twitter .btn ,.apple .btn , .google .btn{
	width:100%;
	max-width:100%;
	height: 40px;
	padding:0!important;

}
.twitter .btn {
	background: #1DA1F2!important;
}
.apple .btn {
	background: black!important;
}
.google .btn {
	background: #de5246!important;
}
.twitter .btn a:hover,.apple .btn a:hover ,.google .btn a:hover
{
	text-decoration: none;
}
.twitter .btn a,.apple .btn a ,.google .btn a
{
	font-size: 16px!important;
	line-height: initial;
	color:white!important ;
}
.twitter .btn a,.apple .btn svg ,.google .btn svg{
	color:white;
	padding-left:5px;
}
.twitter .btn svg , .apple .btn svg,.google .btn svg{
	padding-top: 0px;
    padding-right: 11px;
	float: right;
}
.fb:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.pull-left {
	text-align: left;
	padding-left:10px;
}
.pull-left a{
	padding-left:10px;
	color:#000000;
	font-size: 12px;
}
.loginBtn {
	width: 300px;
	margin-bottom: 10px;
	font-size: 23px;
	height: 40px;
}

#go_register ,#go_register_2{
	color:#000000;
	text-decoration: underline;
	font-size: 12px;

}
.note {
	font-size: 12px;

}
.maincolor {
	color:var(--maincolor);
}
/*#login input,#forgetten_email,#visa_donate input, #visa_donate select{
	max-width: 375px!important;
	max-height: 40px!important;
  }*/
.forgetcon {
	max-width: 375px!important;
}
.center {
	padding-right: 11%;
}
.stages {
    text-align: center;
}
.stages .stage span{
    font-size: 45px;
    margin-left: 0px;
}
#dontaor_mobile{
	text-align: left;
    padding-left: 45px !important;
}
/*.custom-control-input:checked~.custom-control-label.red::before {
  background-color: #caad89;
}
.custom-control-label::before {
    border-radius: 50%;
    right: 0;
}*/
.stages .stage .myicon ,.stages .stage .stage_text{
    color:#caad89;
}
.stages .stage {
  font-size: 16px;
  width: 200px;
  text-align: center;
  padding: 15px 20px 15px;
  border-radius: 10px;
  color: #000000;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
}
.stages .active .stage {
  cursor: initial;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #caad89, #e7ba72);
}
.stages .active .stage .stage_text
{
  color: #ffffff;

}
.stages .active .stage .myicon {
    color:#ffffff;
}
.stages_desc {
    margin-top: 50px;
}
.stage_text {
    font-size: 13px;
    font-weight: bold;
}
.tab_desc_1 li::marker,.tab_desc_2 li::marker ,.tab_desc_3 li::marker{
 color: #caad89;
 font-size: 30px;
}
.tab_desc_3 ul ul li::marker{
 color: #caad89;
 font-size: 20px;
}

.tab_desc_1 ol{
padding:0px;
}
.tab_desc_1 ol li::marker{
    font-size: 20px;
}
.tab_desc_1 ol li {
    margin-right: 15px;
}
.tab_desc_1 li,.tab_desc_2 li,.tab_desc_3 li{
padding:10px 0px 10px 15px;
font-size: 20px;
color: #272727;
font-weight: bold;
margin-right: 40px;
text-align: justify;
}
.tab_desc_text{
	font-size: 20px;
    color: #272727;
    font-weight: bold;
    margin-right: 40px;
    text-align: justify;
	    padding: 10px 12px 10px 0px;
}
.tab_desc_2 li span,.tab_desc_1 li span{
 color: #caad89;
 margin-left:10px;
}
.selectwrap{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23caad89' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 60%;
  background-position-x: 100%;
  border: 1px solid  var(--maincolor);
  border-radius: 2px;
}
.selectwrap:focus,form input:focus{
   border:2px solid  #b19776!important;
    outline: none;
    border-radius: 2px;
}
form input {
	  border: 1px solid  var(--maincolor);
  	border-radius: 2px;
}
.form label {
	font-size: 19px!important;
}
#donate .btn {
    font-size: 19px!important;
}
#bg .btn {
    font-size: 19px!important;
}
.choose label {
    font-size: 21px!important;
}
.choose1 label {
    font-size: 21px!important;
}
#pre_donate .success_msg .number_donate {
    font-size: 25px!important;
}
#pre_donate .number_donate{
	padding: 5px 25px!important;
}
#pre_donate .donate {
    font-size: 19px!important;
}
.butns button{
	font-size: 19px!important;
}
.form input,.form select {
	font-size: 20px!important;
	padding-top: 1px;
    padding-bottom: 1px;
}
.backbtn svg{
	font-size: 60px;
	color: var(--maincolor);
	border:2px solid var(--maincolor);
	border-radius: 5px;
	width: 100px;
	height: 50px;
	cursor: pointer;
}
.show {
	display: block!important;
}