html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}

.home_banner{

	min-height:450px; 
	background-color:#f7f8f9;
	text-align: left;
}
.text-rblack{
	color: #2E325F;
}
.fimage img{
	max-width: 100%;
	overflow: hidden;
}

.home_banner .heading, #stats .heading{
	text-align: left;
    font-family: "Nunito",sans-serif !important;

}
.home_banner .text-primary{
	  color: #00ab66 !important;
}

  
.home_banner h1, .h1 {
    font-size: 2.0875rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.3;
}
.home_banner h6, .h6 {
    font-size: .810rem;
    margin-top:8rem;
 }
 .mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.home_banner .lead {
    font-size: 1.09375rem;
    font-weight: 300;
}

.home_banner .btn-lg, .btn-group-lg>.btn {
	font-family: "Nunito",sans-serif !important;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn, .btn:hover{
	background-color: #00ab66;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;

}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

#stats .heading{
	text-align: center;
    font-family: "Nunito",sans-serif !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

#stats .heading h4,  #stats .heading .h4 {
    font-size: 1.3125rem;

}

#stats{
	text-align: center;
}
.sexy_line{ 
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 250, from(#ccc), to(#fff));
}
.campaign-box h3 a {
    margin-bottom: 10px;
    height: 20px;
    color: #555;
    overflow: hidden;
    font-size: 18px;
}
}
.campaign-box a.category {
    font-size: 12px;
    color: #555;
    margin-bottom: 8px;
    display: inline-block;
}
.campaign-item .campaign-box {
    padding: 16px 25px 21px;
}


.campaign-box .campaign-description {
    line-height: 1.7;
    margin-bottom: 13px;
    max-height: 47px;
    overflow: hidden;
}

.campaign-box .process-info {
    margin-bottom: 0px;
}
.process .process-info {
    letter-spacing: -0.3em;
    margin-bottom: 35px;
}

.process .process-info .process-pledged {
    font-size: 12px;
    font-weight: 200;
    margin-right: x;
}

.campaign-box .process-info div {
    color: #555555;
    font-size: 12px;
}

.campaign-content .campaign-box .process .process-info span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px !important;
}

.process .process-info span {
    display: block;
    font-size: 12px;
    font-weight: 200;
    margin-right: 20px;
    color: #555555;
}

.process .process-info div {
    color: #555555;
    display: inline-block;
    width: 33%;
    letter-spacing: normal;
}

a:hover {
    color: #00ab66;
    text-decoration: none;
}
.progress-wrapper {
    position: relative;
    padding-top: 0.5rem !important;
}

.footer .text-muted{
	color: #fff !important;
}
.footer .nav-link {
    padding: .5rem .2rem !important;
}

.process .raised {
    width: 100%;
    height: 10px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.campaign-box .raised {
    height: 6px;
    background-color: #ededed;
}
.process .raised span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 25px;
	width: 46%;
	background-color: #00ab66;
	display: block;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	       -moz-border-radius-topright: 25px;
	    -moz-border-radius-bottomright: 25px;
	           border-top-right-radius: 25px;
	        border-bottom-right-radius: 25px;
	    -webkit-border-top-left-radius: 25px;
	 -webkit-border-bottom-left-radius: 25px;
	        -moz-border-radius-topleft: 25px;
	     -moz-border-radius-bottomleft: 25px;
	            border-top-left-radius: 25px;
	         border-bottom-left-radius: 25px;
	background-color: #00ab66;
}
.process .raised span:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00ab66), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #00ab66), color-stop(.75, #00ab66), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #00ab66 25%, transparent 25%, transparent 50%, #00ab66 50%, #00ab66 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #00ab66 25%, transparent 25%, transparent 50%, #00ab66 50%, #00ab66 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #00ab66 25%, transparent 25%, transparent 50%, #00ab66 50%, #00ab66 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #00ab66 25%, transparent 25%, transparent 50%, #00ab66 50%, #00ab66 75%, transparent 75%, transparent);
	z-index: 1;
	-webkit-background-size: 20px 20px;
	-moz-background-size:    20px 20px;
	background-size:         20px 20px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	       -moz-border-radius-topright: 25px;
	    -moz-border-radius-bottomright: 25px;
	           border-top-right-radius: 25px;
	        border-bottom-right-radius: 25px;
	    -webkit-border-top-left-radius: 25px;
	 -webkit-border-bottom-left-radius: 25px;
	        -moz-border-radius-topleft: 25px;
	     -moz-border-radius-bottomleft: 25px;
	            border-top-left-radius: 25px;
	         border-bottom-left-radius: 25px;
	overflow: hidden;
}
.green{
	background: url(../jpg/bricks1.jpg) no-repeat fixed;
}
.popularProjects{
	text-align: left;
}
.campaign-item {
    background-color: #f5f6f6;
    margin-bottom: 30px;
    border-radius:2px;

}

.campaign-item a.overlay, .post a.overlay {
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #ededed;
    height: 240px;
    max-height: 240px;
}
.campaign-item img {
    border: none;
    max-width: 100%;
    max-height: 240px;
}


.card-img {
    width: 100%;
    border-radius: calc(.375rem - .0625rem);
}

img {
    vertical-align: middle;
    border-style: none;
}
.fundraise-ctas {
    margin-bottom: 15px !important;
}
.bg-pink {
    background-color: #e36397 !important;
}

.bg-yellow {
    background-color: #ffd600 !important;
}
.bg-orange {
    background-color: #ff3b00 !important;
}
.bg-blue {
    background-color: #3369d6 !important;
}
.bg-gray-dark {
    background-color: #343a40 !important;
}
.bg-teal {
    background-color: #73e9ef !important;
}
.bg-red {
    background-color: #f03 !important;
}

.bg-lighter {
    background-color: #f8f9fa !important;
}


.card-img-overlay{
	    padding: 0.2rem !important;
}
.fundraise-ctas {
    margin-bottom: 15px !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.text-white {
    color: #fff !important;
}
.border-0 {
    border: 0 !important;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.alpha-7, .alpha-container:hover .alpha-7--hover {
    opacity: 0.7;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid rgba(0,0,0,0.05);
    border-radius: .375rem;
}
.align-items-center {
    align-items: center !important;
}

.alpha-7, .alpha-container:hover .alpha-7--hover {
    opacity: 0.7;
}

.d-flex {
    display: flex !important;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}