<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif, 'Roboto';
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: Helvetica, Arial, sans-serif, 'Roboto';
    -webkit-font-smoothing:antialiased;
    color: #333;
}
h1{
    font-size: 70px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: bold;
}
h2{
    font-size: 24px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    letter-spacing: -0.04em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -120px;
}

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



.btn-primary {
  	background-color: #008bcf;
      border: none;
  text-transform:uppercase;
  
}

.btn-primary:hover {
  	background-color: #0060ad
}

.btn-white {
  display: inline-block;
  background-color: #fff;
  margin: 35px 0 0 0;
  color: #888;
  padding: 13px 35px;
  text-transform: uppercase;
  border-radius: 25px;
}


.btn-white:hover {
	color: #fff;
  background-color: rgba(50,50,50,.75);
  border: solid thin rgba(255,255,255, .6)
}




.heading-border{
    border-top: 5px solid #008bcf;
    width: 50px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
} 
.wrapper, full-width-page-wrapper {
 margin: 0;
}
.bg-grey {
	background-color: #333;
}

.navbar {
	padding: 0 1rem;
}

#wrapper-footer-full, #wrapper-static-hero {
	background-color: #111;
  color: #008bcf;
}

 .address {
   color: #008bcf;
}

 .address li a:link,  .address li a:visited {
   color: #008bcf;
}

.address li a:hover {
 color: #ddd;
  text-decoration:none;
}

  .address li {
    margin-bottom: 16px;
    display: block;
    font-family: Helvetica, sans-serif, 'Roboto';
    color: #777;
}




 .address li i{
    color: #008bcf;
    margin-right: 10px;
}



/* ==========================================================================
   22.0 Footer Section
   ========================================================================== */
.social-icon ul {
	list-style: none;
	margin: 0;
      padding: 0;

}


 .social-icon ul li{
    display: inline-block;
    margin-right: 15px;
   margin-left:0;
    font-size: 25px;
}
 .social-icon ul li a:link, .social-icon ul li a:visited {
    display: inline-block;
    color: #008bcf;
}
 .social-icon ul li a:hover{
    color: #fff;
}

.footerh3 {
  color: #ddd;
  font-size: 17px;
}


.footer-section{
    display: block;
    background-color: #111;
    border-top: 1px solid #222;
    padding: 30px 0;
}
.footer-section .copyright{
    font-size: 12px;
    color: #ddd;
    text-transform: uppercase;
}  
.footer-social{
    display: block;
    text-align: right;
}
.footer-social li{
    display: inline-block;
}
.footer-social li a:link, .footer-social li a:visited {
    color: #ddd;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-social li p{
    color: #ddd;
}
.footer-social li a:hover{
    color: #008bcf;
}

/* ==========================================================================
   17.0 CTA Section
   ========================================================================== */
.cta-section{
    background-image: url("wp-content/ip;oads/childern.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
    z-index: 0;
}

.cta-section:before {
  content: "";
  position:absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);

}


.cta-section h2{
    color: #fff;
    text-align: center;
    padding:100px;
    font-size: 3em;
    letter-spacing: 3px;
    z-index: 2000;
    position: absolute;
}
.cta-section .cta-content p{
    color: #ddd;
}

#resources-header .container-fluid {padding: 0px;}

#overlay {
  position: absolute; /* Sit on top of the page content */
   /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
   /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  height: 412px;
}

/* ==========================================================================
   Resources
   ========================================================================== */

.resources-section {
  margin-top:50px;
}

.resources-section p {
 font-size: 1.2rem;
 line-height: 1.2;
 padding-bottom: 10px;
 padding-top: 10px
}

.resources-bg-box {
 text-align:center;
 padding-bottom: 60px;
}

.resources-section ul {
 margin: 0;
 padding-bottom: 10px;
}

.resources-section h2 {
  font-size: 2.25rem;
  margin: 0;
  color: #333;
  font-weight: bold;
  line-height: 2;
  }

.resources-section ul li {
 margin: 0;
 display: inline-block;
 border-right: 2px solid #555;
 padding-right: 10px;
 padding-left: 10px;
}

.resources-section ul li a {
 color: #555;
 font-size: 1.2rem;
 line-height: 1.2;
 padding-bottom: 10px;
}


.resources-section ul li  {
    
}

.tips ul {
  list-style-type: disc;
  line-height: 32px;
  margin-bottom:30px;
}

/***********************************************/
/***************** Accordion ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');

#accordion-style-1 h1,
#accordion-style-1 a{
    color: #008bcf;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #333;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #008bcf;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #008bcf;
	padding: 13px 11px;
	color: #ffffff;
	width: 35px;
	height: 41px;
	position: absolute;
	left: -1px;
	top: 10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	display:block;
}

.card-body ul {
  list-style-type: disc; 
  padding-left:30px
}

/* ==========================================================================
   24.0 Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #008bcf;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    font-size: 30px;
}


.campaigns-wrap h4{
    background-color: #008bcf;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.campaigns-wrap h2{
    font-size: 36px;
    padding: 5px;
    border-radius: 2px;
}

.campaigns-wrap h3 {
    font-size: 32px;
    padding: 5px;
    border-radius: 2px;
}

.campaigns-wrap p{
    margin-bottom: 30px;
}
.campaigns-wrap .progress{
    width: 100%;
    height: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: inherit;
    margin-bottom: 40px;
}
.campaigns-wrap .progress .progress-bar{
    background-color: #008bcf;
    position: relative;
    border-radius: 30px;
}
.campaigns-wrap .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: #008bcf;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
}
.campaigns-wrap .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid #008bcf;
}

.campaigns-wrap .donation-box h3{
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}
.campaigns-wrap .donation-box{
    margin-bottom: 25px;
}

.profile-wrap{
    text-align: center;

}

.profile-wrap h3 {
    padding: 0;
}

.profile-wrap .profile{
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}

.profile-wrap span{
    display: block;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #999;
    text-transform: uppercase;
}

.staff_list {
 font-size:16px;   
}

.staff_list ul {
	list-style:none;
  padding-left: 0;
}
	
.staff_list ul li {
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 20px;
}

.staff_list h3 {
 font-size: 20px;
}

.staff_list h3:not(:first-child) {
  padding-top:30px    
}



.staff_list h4{
 margin-top:30px;
}


.profile-wrap2{
    background-color: #fafafa;
    text-align: center;
    padding: 10px;
    border: 2px dashed #ddd;
}

.profile-wrap2 h3 {
    padding-top: 20px;
}

.profile-wrap2 .profile{
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}

.profile-wrap2 span{
    display: block;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #999;
    text-transform: uppercase;
}

.causes-details{
    background-color: transparent;
    padding: 15px;
    border: 1px dashed #ccc;
    padding-top: 25px;
}

.causes-details h3 {
    font-size:28px
}

.members ul {
	list-style: none;
	padding-left: 0;
}



.members li {
  line-height: 30px;
  font-size: 16px
}

.members-title {/* font-size: 24px; *//* font-weight: 500; */line-height: 30px;padding-bottom: 8px;}

/* ==========================================================================
   4.0 Promo Section
   ========================================================================== */
.promo-section{
    position: relative;
    display: block;
    margin-top: -150px;
    min-height: 300px;
    /* background-color: #0F0F0F; */
    text-align: center;
}
.promo-wrap{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.promo-wrap .row{
    background-color: #fff;
    padding: 30px 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}
.promo-wrap .row .col-md-4:last-child &gt; .promo-content{
    border: none;
}
.promo-content{
    border-right: 1px dashed #ddd;
}
.promo-content img{
    margin-bottom: 15px;
}
.promo-content a{
    color: #555;
}
.promo-content a:hover{
    text-decoration: underline;
    color: #008bcf;
}
.promo-section-2 .row .col-md-4:last-child &gt; .promo-content{
    border: none;
}

/* ==========================================================================
   9.0 Counter Section
   ========================================================================== */
.counter-section{
\	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0;
	background-color: #e6e6e6;
}
.counters{}
.counters .counter-content{
	display: block;
	text-align: center;
	color: #fff;
}
.counters .counter-content i{
	font-size: 36px;
}
.counters .counter-content h3{
	font-size: 32px;
	margin: 10px 0;
	color: #008bcf;
    font-weight: 700;
}
.counters .counter-content h4{
    font-size: 21px;
    margin: 0;
    color: #fff !important;
}


/* ==========================================================================
   12.0 Support Childern
   ========================================================================== */

.bg-box {
 text-align:center;
 padding-bottom: 60px;
}

.supportChildren ul {
 margin: 0;
 padding-bottom: 10px;
}

.supportChildren h1 {font-size: 36px;font-size: 2.25rem;margin: 0;color: #fff;font-weight: bold;line-height: 2;}

.supportChildren ul li {
 margin: 0;   
 display: inline-block;
}

.supportChildren p {
 color: #fff;
 font-size: 24px;
 font-size: 1.2rem;
 line-height: 1.2;
 padding-bottom: 10px;
}


.whiteButn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 20px;
}

.heroshqma h1 {
  color: #fff;
  font-size:50px;
  text-shadow: 2px 2px 4px rgba(0,0,0,.85);
  margin:20px 0 ;
}

.heroshqma h2 {
	color: #fff;
  font-size: 38px;
  text-shadow: 2px 2px 4px rgba(0,0,0,.85);
}

.heroshqma h2 span {
	color: #008bcf;
}
.heroshqma p {
  width: 50%;color: #fff; font-size: 18px;line-height: 30px;
}

.whitey {
  background-color: #fff;
  padding:15px;
  min-height: 325px;
}

.whiteBkg {
  
  background-color: #fff;
  padding:15px;
  
  }


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-page .page-header {
    background: url(images/news-bg.jpg) no-repeat center;
}

.news-wrap {
    padding: 96px 0;
}

.news-content {
}

.news-content:nth-last-of-type(1) {
    margin-bottom: 0;
}

.news-content img {
    display: block;
    width: 100%;
    margin: 0;
}

.news-content .entry-header .header-elements,
.news-content .donate-icon  {
    margin-bottom: 10px;
}

.news-content .entry-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.news-content .entry-title a {
    color: #262626;
}

.news-content .posted-date {
    font-size: 14px;
    font-weight: 500;
    color: #008bcf;
    margin-bottom: 5px;
}

.post-metas {
    font-size: 12px;
    line-height: 1;
    color: #929191;
}

.news-content a:link, .news-content a:visited  {
    color: #008bcf;
}

.news-content a:hover,  {
    color: #000;
}

.post-metas &gt; span {
    display: block;
    padding-right: 10px;
    margin-top: 6px;
    margin-right: 10px;
    border-right: 1px solid #929191;
}

.post-metas &gt; span:nth-last-of-type(1) {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

.news-content .entry-content {
    margin-top: 32px;
    font-size: 14px;
    color: #929191;
}

.news-content .entry-footer {
    margin-top: 56px;
}


.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	font-weight:bold;
  font-size:16px;
}

.tileRecent {
 border: solid thin rgba(100,100,100,.3);
  padding: 3px;
  background-color: rgba(230,230,230,.5);
  margin-bottom:5px;
}

.mentor li:last-child {
list-style-type: none;
font-weight: 600;
font-size: 16px;
}</pre></body></html>