p {
	font-family: 'Mulish', 'Roboto', sans-serif;
	font-size: 15px;
}


.homepage-hero {
	background-image: url('/static/images/home-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: bla;
    padding: 16px;
}

.homepage-hero-highlight {
	background: black;
    opacity: 0.8;
}

.fa-icon-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}


.homepage-fa-icons {
	color: #ffd3fa;
    border-style: solid;
    border-color: #ffd3fa;
    border-width: 2px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 500px;
    font-size: 40px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-fa-icons .fa {
	padding-top: 5px;
}

.homepage_help_us {
	text-align: center;
    font-size: 15px;
}

.our-couses-area .couses .couses-text .learn-more-btn {
    margin-top: 30px;
}

.our-couses-area .couses .couses-text .learn-more-btn a {
	border: 1px solid #ffd3fa;
    color: #ffd3fa;
}

.our-couses-area .couses .couses-text .learn-more-btn a:hover {
	color: #000;
}

.couses-text {
	background: #010101 none repeat scroll 0 0;
}

.couses-text h3 {
	color: #9c008a;
}

.couses-text.text-center>p {
	color: #fff;
	font-family: 'Mulish', 'Roboto', sans-serif;
	font-size: 15px;
}

.help-icon-home {
	color: #ffd3fa;
    border-style: solid;
    border-color: #ffd3fa;
    border-width: 2px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;	
}


.help-icon-one {
	padding: 5px;
}

.help-icon-two {
	padding: 10px;
}

.help_us_container {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.single-gallery {
	min-height: 284px;
    margin: 2px;
}

#gallery-filter .col-6 {
	width: 48%;
}

@media (min-width: 768px) {
	#gallery-filter .col-md-3 {
		width: 24%;
	}
}


.header-top {
	background: #9c008a none repeat scroll 0 0;
}

.donate-button>a {
	background: #9c008a none repeat scroll 0 0;
    border: 1px solid #9c008a;
}

.couses-text h3,
.back-home a i {
	color: #fff;
}

a:active, a:hover,
.section-title h2 span {
	color: #9c008a;
}

.breadcrumbs a:hover, .breadcrumbs li.active {
	color: #000;
	font-weight: bold;
}

#scrollUp {
	background-color: #9c008a;
}

.btn-lg-f {
	background: #9c008a;
}

.newslater button {
	background: #9c008a none repeat scroll 0 0;
}

.main-menu ul li:hover a {
	color: #9c008a;
    border-bottom: 2px solid #9c008a;
}

.footer-widget-title>h3::after {
	background: #ffd3fa none repeat scroll 0 0;
}

.we-do-text {
	background: rgba(156, 0, 138, 0.63) none repeat scroll 0 0;
}

.couses .btn-md:hover {
	background: #ffd3fa;
}

.causes_page .couses-text.text-center>p,
.causes_page .couses-text h3 {
	color: #000;
}

.about-content ul {
	list-style-type: disc;
}

.about-content ul li {
	margin-left: 35px;
}