@font-face {
  font-family: 'UniversNextArabic-Regular';
  src: url('../fonts/UniversNextArabic-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/UniversNextArabic-Regular.woff') format('woff'), url('../fonts/UniversNextArabic-Regular.ttf')  format('truetype'), url('../fonts/UniversNextArabic-Regular.svg#UniversNextArabic-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body,
html {
    font-family: UniversNextArabic-Regular;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul,li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}


header {
    display: table;
    width: 100%;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    background-size:cover; 
    -o-background-size: cover;
    background-position: center;
    background-image: url(../images/vounteer_head_bg.png);
    color: #fff;
    min-height: 100%;
}

.center{
        display: table;
        margin: 0 auto ;    
}



#tool_bar{
    background: #00b298;
    width: 100%;
    transition: all .3s linear;
    z-index: 99;
    position: fixed;
}

#tool_bar2{
    
    background: rgba(15, 153, 137, 0.8);
    width: 100%;
    position: fixed;
    transform: translateY(-100%);
    display: none; 
}





/* #logo{
    margin: 10px;
} */

#logo img{
    height: 120px;
}

#level_1 a,#level_2 a{
    padding: 2px 7px;
    /*background: #15725e;*/
    /*text-align: center;*/
    display: block;
    color: #fff;
    font-size: 14px;
    transition: all .2s linear;
    margin: 0 5px;
    text-decoration: none;
}
#level_1 a:after{
  
}

#level_1 span{
    color: #fff;
    font-size: 17px;
    margin: 7px;
}
#level_1 span i{
    margin: 0 10px;
    font-size: 25px; 
    
}

#level_2{
    margin-top: 33px;
    position: relative;    
}

#level_2 a{
    position: relative;
        font-size: 22px;
}
#level_2 a .badge{
    position: absolute;
    top: 0;
    
    right: -5px;
    background:#94c03d;
}

#level_1 a:hover{
    color: #94c03d;
}

#level_2 a:hover{
    color: #94c03d;
    margin-top: -5px;
    padding-bottom: 12px;
     
}

#intro_image{    
    /*position: absolute;
    bottom: 0;
    left: 70px;*/
}

#intro_text{
    width: 330px;
    margin: 0 auto;
    /*width: 330px;
    position: absolute;
    left: 700px;
    bottom: 101px;
    
    
    position: absolute;
    right: calc(45% - +170px);
    top: 310px;*/
}

#intro_wrap{
    padding: 22px 23px;
    background: rgba(60, 60, 60, 0.25);
}

#show_more{
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #93be1f;
    margin-top: 10px;
}

#show_more a{
     display: block;
        color: #fff;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    
    -webkit-animation: bounce 1.5s infinite linear; 
    animation: bounce 1.5s infinite linear;     
}


@-webkit-keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
    0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}



#volunteer_cta {
    background: #eff1f0;
    padding: 50px 0;
}

#volunteer_cta img{
    margin: 0 auto;
}




#new_volunteer_btn,#available_volunteer_services_btn{
    padding: 12px 17px;
    font-size: 22px;
    background: #93be1f;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 10px;
}

#new_volunteer_btn{
    background:#0f9989;
}



.box_title{
    text-align: center;  
    display: table;
    margin: 0 auto;
    color: #94c03d;
}

.box_title:after{
     display: block;
    height: 8px;
    width: 60%;
    background: #0f9989;
    
    content: " ";
    position: relative;
    top: 15px;
    margin: 0 auto;  
    
}



#available_volunteer_services{
    padding:50px 0 ;
    background: #eeeeec;
}

#available_volunteer_services li a{
    display: block;
    text-decoration: none;
}




footer{
    border-top: 8px solid #1c9c8d;
    padding: 50px 0 10px 0
}

#socials a{
	font-size:25px;
	border:2px solid #88bb40;
	margin:4px ;
	padding:0 10px;
	color:#88bb40;
}

#socials a:hover{
    border:2px solid #01b9a3;
    color:#01b9a3;    
}

#socials a:hover i{
    color:#01b9a3;    
}

#socials div{
    color: #1c9c8d;
    font-size: 20px;
}


.relative{
    position: relative;
}


/*LOADER*/
#loader-wrapper{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: white; z-index: 20;}

.loader {
    position: absolute;
    top: 50%; margin-top: -50px;
    left: 50%; margin-left: -50px;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #95a55e; /* Green */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




#toggle{
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 17px;
    background: #15725e;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
    transition: all .2s linear;
    margin: 0 5px;
    text-decoration: none;
    margin: 0;
}



#intro_text_wrap,#intro_image{
    display: table-cell;    
    height: 100%;
    float: none;       
     
}

#intro_text_wrap{
    vertical-align: middle;
    width: 60%;
}
#intro_image{
    width: 40%;
    vertical-align: bottom;
}


@media (min-width:768px) and (max-width:1200px){

}



@media (max-width: 768px) {
    #level_2{
        margin-top:70px;
        
    }
    #intro_text_wrap,#intro_image{
        width: 100%;
        display: block;
    }
    #intro_text_wrap{
        padding: 30px 0;
    }
    header{
        display:block;
        
    }
      #links,#logo{
        margin: 10px auto;
        clear: both;
        float: none!important;
        display: table;    
    }
    #links{
        margin-bottom: 0;
        display: none;
    }
    
    #logo img {
        width: 90px;
    }
    #tool_bar{
        position: inherit;
    }
   /* #intro_text,#intro_image{
        margin: 0 auto;
        
    }
    
    #intro_image {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    #intro_text{
        width: 330px;
        position: absolute;
        bottom: 250px;right: 0;
    }
    
  
    
    #intro_text{
        top: 120px;
        right: calc(50% - +165px);
    }
    
    #intro_wrap img{
        width:150px;
    }
    
    #intro_wrap h1{
        font-size: 21px;
        margin: 0; 
    }
    #intro_wrap h3{
        font-size: 14px;
        margin-top: 5px;
    }*/
}







/****************cart****************/


.shopping-cart .badge {
    background-color: #94c03d;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart-total {
    float: left;
    color: #0f9989;
}
    
.shopping-cart {
    margin: 20px 0;
    float: left;
    background: white;
    width: 320px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    position: absolute;
    right: 5px;
    top: 25px;
   display: none;
   
    color: #0f9989;
}

.shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart-items   li {
    margin-bottom: 18px;
}

.shopping-cart-items  img {
    float: right;
    margin-left: 12px;
    height: 45px;
    width: 55px;
}

.shopping-cart-items   .item-name {
    display: block;
    
    font-size: 14px;
}

.shopping-cart-items  .item-price {
    color: #15725e;
    margin-left: 8px;
}

.shopping-cart-items   .item-quantity {
    color: #ABB0BE;
}

.shopping-cart:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
  color: #15725e;
  font-size: 24px;
  margin-right: 7px;
  float: right;
}

.checkout-button {
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 0!important;
}

/* BOTTOM BARS ================================= */
.group .bar 	{     position: relative;
    display: block;
    width: 100%; }
.group .bar:before,.group  .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.group .bar:before {
  left:50%;
}
.group .bar:after {
  right:50%; 
}

/* active state */
.group input:focus ~ .bar:before,.group  input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    right: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

#fast_donation{
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99;
    height: 80px;
}

#fast_donation {
    top: 35%;
    position: absolute;
}
    #qw{
        display: none;
    }

#the_form{
    margin-right:-350px;
    height: 80px;
}

#donation_arrow{
    height: 33px;
    width: 37px;
    background: url(../images/fast_donation_arrow.png);
    display: block;
    float: left;
    position: relative;
    background-position: center;
    top: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}


#qw{
    display: block;
    height: 75px;
    width: 150px;
    background: url(../images/fast_donation.png);
    background-size: cover;
    float:left;
}

#form{
    float: left;
    width: 350px;
    background: #f1f1f1;padding: 5px;
}


#fast_donation_title{
    background: #1b8675;
    margin: -5px;
    padding: 0 0 5px 5px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}


.close_modal {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
}

#registeration_form .title span{
    font-size: 31px;
    color: #fff;
} 
#registeration_form .title{
    color: #fff;
}

.dialog.dialog--open .dialog__content{
    position: relative;
    height: 100%;
    z-index: 99999;
    /*width: 70%;*/
    max-width: 100%;
}
.dialog{
    z-index: 99;
}

a:hover,a:active,a:focus{
    transition: all .2s linear;
    color: #94c03d;
    text-decoration: none;
    
}

a,a:focus{
    text-decoration: none;
    transition: all .2s linear;
}

#cart{
    /*color: #0f9988!important;*/
    font-size: 12px!important;
    padding: 13px!important;    
}

#cart i{
    font-size: 19px;
    color: #fff;
}

#cart:hover{
    padding-bottom:18px!important;
}

#cart-text{
    color: #fff!important;
    margin: 0 5px;    
}

#toggle{
    position: absolute;
    right: 0;
    top: 0;padding: 7px 17px;
    background: #15725e;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
    transition: all .2s linear;
    margin: 0 5px;
    text-decoration: none;
    margin: 0;
}

/***************inputs styles*********************/
* { box-sizing:border-box; }


/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
.group input 				{
     font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.group input:focus 		{ outline:none; }

/* LABEL ======================================= */
.group label 				 {
  color:#fff; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  right:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.group input:focus ~ label,.group  input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#fff;
}

/* BOTTOM BARS ================================= */
.group .bar 	{     position: relative;
    display: block;
    width: 100%; }
.group .bar:before,.group  .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.group .bar:before {
  left:50%;
}
.group .bar:after {
  right:50%; 
}

/* active state */
.group input:focus ~ .bar:before,.group  input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    right: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.submit_btn{
    background: #1c9c8d;
    border: 0;
    border-radius: 5px;
    padding: 11px 80px;
    color: #fff;
    font-size: 20px;
    margin: 3px 3px 3px 0px;
}

.forget_btn {
    background: #e21313;
    border: 0;
    border-radius: 5px;
    padding: 11px 37px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 3px 3px 3px 0px;
}

.terms{
    background: #147c69;
    border: 0;
    padding: 11px 37px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 100%;   
}

.head_a{
    margin: 100px 0 50px 0;
}

.program_item{
    display: block;
}

.program_item_inner{
    padding-top: 20px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #939393;
    
}
.program_item_inner img{
     height: 100px;
}

.program_item_inner:hover {
    background: #0f9989;
    cursor: pointer;
    color: #fff!important;
}

.program_item_inner:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.program_item_inner:hover img.gray{
    -webkit-filter:inherit; 
    filter: inherit;
}

#devider{
    height: 170px; 
    background: url("../images/separator.png"); 
}

.programs_wrap{
     background: #ededed;   
}

.product_description h2{
    color:#1c9c8d
}

.head_title{
    margin: 0 auto;
    background: #0f9989;
    display: table;
    position: relative;
    top: -32px;
    padding: 11px;
    color: #fff;
    font-size: 18px;   
}

#head_b{
    border-top: 4px solid #88bb40;
    margin-top: 35px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }