/*Custom CSS*/
body {
	/*background-color: #F5F5F5;;*/
	color: #4F4F4F;
	font-family: 'cooperHewitt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}   
@font-face {
  font-family: 'norwester';
  src: url('../fonts/norwester.otf');
}
@font-face {
  font-family: 'cooperHewitt';
  src: url('../fonts/CooperHewitt-Book.otf');
}
@font-face {
  font-family: 'cooperHewitt-bold';
  src: url('../fonts/CooperHewitt-Bold.otf');
}
h1,h2,h3,h4,h5,h6,a,.donate-btn {
	font-family: 'norwester', sans-serif;
	color: #2E2E2E;
}
.cooperhewitt-bold {
	 font-family: 'cooperHewitt-bold';
}
.header-area {
 
	background: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-box svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.headerbox-inner {
  position: relative;
  z-index: 100;
}
.header-box {
  position: relative;
  width: 100%;
  overflow: hidden;
	/* background: url(../images/background.svg); */
  /* color: #f85a5a; */
  /* fill: #f85a5a; */
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*Range slider*/
input[type="range"]::-webkit-slider-thumb {
    width: 28px;
    -webkit-appearance: none;
		appearance: none;
    height: 28px;
    cursor: ew-resize;
    border-radius: 50%;  
}
.range-tooltip {
  background-color: #2E2E2E;
  top: 45px;
  left: 0;
  text-align: center;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
.range-tooltip:after {
  display: block;
  content: " ";
  background: #2E2E2E;
  position: absolute;
  border: 1px #2E2E2E solid;
  border-top: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
  left: calc(50% - 6px);
  top: -5px;
  transform: rotate(45deg);
}
.thumbnails a:after {
    content: "";
    display: inline-block;
    background: rgba(255,255,255,.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.thumbnails a:hover:after {
	transition: linear all .3s;
	background: rgba(255,255,255,0);
}
.thumbnails .active:after {
	display: none;
}
.donate-btn {
  color: #fff;
}
.cheerwall-area:after {
    content: "";
    background: url(../images/cheerwall_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.thankyou-area {
  background: url(../images/thankyou_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.raised-fund h4 span {
	font-family: 'norwester';
	color: #2E2E2E;
}
.mobile-menu a{
	font-family: 'cooperHewitt';
}
.header-fundraising {
  background: url(../images/fundraising.png);
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.booster-area.raised-fund-booster:after {
  content: "";
    background: url(../images/booster_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.booster-area:after {
  content: "";
    background: url(../images/booster_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}
/*Icons Color*/
.donation-boxes .item .bg-blue-icon {
  line-height: 4rem;
}
.donation-boxes .item .bg-orange-icon {
  line-height: 4rem;
}
@media (min-width: 768px) {
.image-gallery .item img {
	height: 450px;
}
.image-gallery.raised-fund-gallery .item img {
	height: 475px;
}
.header-area {
	height: 500px;
}
.range-tooltip {
  background-color: #2E2E2E;
  top: -62px;
  left: 0;
  text-align: center;
  border-radius: 3px;
  bottom: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
.range-tooltip:after {
  display: block;
  content: " ";
  background: #2E2E2E;
  position: absolute;
  border: 1px #2E2E2E solid;
  border-top: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
  top: auto;
  left: calc(50% - 6px);
  bottom: -5px;
  transform: rotate(45deg);
}
.header-fundraising {
	background: url(../images/fundraising.png);
  background-color: #fff;
	background-size: 50%;
	background-position: center  100px;
  background-repeat: no-repeat;
}
.booster-area.raised-fund-booster:after {
	content: "";
    background: url(../images/booster_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    width: 50%;
    z-index: -1;
}
.booster-area:after {
	content: "";
    background: url(../images/booster_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    width: 50%;
    z-index: -1;
}
}
@media (min-width: 1024px) {

}
@media (min-width: 1280px) {

}
@media (max-width: 600px){
.booster-area:after {
    background-size: cover;
    width: 100%;
}
.booster-area.raised-fund-booster:after {
	background-size: cover;
    width: 100%;
}
.header-fundraising {
    background-size: contain;
    background-position: center;
}
.cheerwall-area .heading i {
  background: rgba(122,90,248,.1); 
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  line-height: 4rem;
}
}