/* white you custom css code here. only css code will work */
/*top bar*/
.topbar-area{
  background-color: #F3F0EB!important;
}
.info-items li{
  color:#13426B!important;
}
/*Nabar background color*/
.navbar-area.nav-style-02.charity-nav-06{
  background-color:#fff;
}
/*home page slider */
.header-slider-new {
    background: #F3F0EB;
}


.header-area.header-bg-05::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F3F0EB!important; 
    z-index: -1;
}
.header-area p{
  color:#ffffff;
}
.header-area .title{
color: #ffffff;
}
.progress-item .single-progressbar .progressbar .percentCount {
  color: white!important;
}
span.targets{
  font-size: 20px;
 font-family: 'Roboto';
 color: #FFD41A;
}
/*donation btn color */
button.donate-now-btn {
  background: #FFD41A;
  color: #13426B;
  padding: 12px 24px;
  border-radius: 6px;
  outline: none;
  border: none;
  margin-right: 12px;
  text-transform: uppercase;
}

.donate-now-btn::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  margin-right: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.read-details-btn {
  background: transparent;
  color: #ffffff;
  padding: 13px 35px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #ffffff;
  text-transform: uppercase;
}
a.boxed-btn.btn-color-five {
  background: #377AB6;
  color: #fff;
}
a.boxed-btn.btn-rounded.btn-outline-white {
  background: #F05A28!Important;
  color: #fff;
}
.top-bottom-padding{
  position: relative;
  z-index: 1;
}
/* .banner-content-area {
  background-image: url("https://www.liveanddream.org/assets/uploads/media-uploader/group-470881698318908.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 90px 56px;
  margin-left: -60px;
  margin-bottom: 80px;
} */

.banner-content-area {
  background-image: url(https://www.liveanddream.org/assets/uploads/media-uploader/group-470881698318908.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 56px;
  margin-left: 0px;
  margin-bottom: 80px;
  margin-right: -50px;
}
.banner-content-area h3{
  font-family: "made_soul_personal";
  font-size: 40px;
  color: #FFD41A;
}
/* @font-face {
  font-family: "rage_1";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RAGE_1.TTF");
  src: url("../fonts/RAGE_1.TTF") format("TTF")
} */
@font-face {
  font-family: "made_soul_personal";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/made-soulmaze-personal-use.otf"),
       url("../fonts/made-soulmaze-personal-use.otf") format("OTF");
}
/* .banner-content-area .banner-bold-title{
  font-size: 50px;
  font-weight: 700;
  font-family: 'poppins';
  color: #fff;
  line-height: 60px;
} */
/* .banner-content-area p{
  font-size: 41px;
  font-family: 'poppins';
  line-height: 48px;
  color: #000;
} */
/*rise your hand section */
section.rise-area.style_02.rise-area-changes {
  background: transparent;
  width: 1080px;
  margin: -130px auto 0 auto;
  padding: 84px 0px 30px 0;
}
.rise-area.style_02 .rise-flex-contents::before {
  /* background: #F05A28; */
  width: 100%;
  right: 0;
}
.btn-wrapper .btn-color-three .btn-danger{
background-color:#F05A28;
color:#000;
}

.single-featured.style-02 .featured-contents .progress-item .single-progressbar .progressbar .proggress {
  background-color: #FFD41A !important;
}

.boxed-btn.btn-color-three,.boxed-btn.btn-dander,.btn-wrapper .boxed-btn.reverse-color{
background-color:#F05A28;
}

.recent-single .progress-item .single-progressbar .progressbar .proggress {
  background-color: #FFD41A!important;
}
/*about section */
.about-text-contents .btn-wrapper .btn-color-three{
background-color:#FFD41A;
color:#000;
}
/*footer*/
.bg-black {
  background-color: #13426B!important;
}
.widget.footer-widget p{
color:#fff;
}
.widget.footer-widget .widget-title {
  color: #fff;
}
.widget .recent_post_item li.single-recent-post-item .content .title a{
  color: #fff;
}
.widget .recent_post_item li.single-recent-post-item .content .time {
  color: #fff;
}
.contact_info_list li.single-info-item .details {
  color: #fff;
}
.newsletter-form-wrap .submit-btn {
  color: #ffffff;
}
/* .newsletter-form-wrap .submit-btn:hover {
  color: #fff;
} */
/*Copyright area*/
.copyright-area {
  background-color: #00a69c;
}
.copyright-area .copyright-area-inner {
  color: #ffffff;
}