.header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0,0,0,0.2);
}
.logo {
	float: left;
	text-indent: -9999px;
	position: relative;
	width: 50px;
	height: 60px;
	background: url("../img/logo_small_white.svg");
	background-size: 100%;
}
.logo-text {
	float: left;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	padding-top: 40px;
	margin-left: 0px;
}
a.logo-text {
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}
a.logo-text:hover {
	color: #ffffff;
	text-decoration: none;
}
.slider-halfscreen__content-inner h2 {
	font-size: 60px;
}
.slider-halfscreen__header p {
	font-size: 26px;
}
.slider-halfscreen__link span {
	font-size: 20px;
}
.figure-portfolio__content h3 {
	color: #333333;
}
.widget ul:not(.social) li {
	margin-bottom: 0px;
	font-size: 14px;
}
.widget p {
	margin-top: 0;
	margin-bottom: 1px;
}
.footer__area-primary {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bg-yellow {
	background: rgba(254, 188, 52);
}
.bg-gray {
	background: #c6c6c6;
}
.bg-white {
	background: rgba(255, 255, 255);
}
.overlay_dark {
	background-color: #67696c;
}
.theme-btn .mr-0 i, a.theme-btn .mr-0 i {
    margin-right: 0;
	font-size: 28px
}

.cause-item-three .image .rised-donation {
	left: 40%;
	bottom: 38%;
}

yt_live_badge {
	flex-direction: row;
	align-items: center;
	display: inline-flexbox;
	color: rgba(255,255,255,0.9);
	background-color: rgba(204,0,0,0.9);
	padding: 3px 4px;
	height: 12px;
	border-radius: 4px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2rem;
	letter-spacing: 0.5px;
}
.scroll_down {
  position: absolute;
  bottom: 20px;
  display: flex;
  height: 44px;
  width: 28px;
}
.scroll_down i {
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 44px;
  width: 28px;
  line-height: 54px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  display: flex;
  color: #fff;
  font-size: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index:60;
}
.scroll_down i:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  border-radius: 2px;
  z-index: -1;
  bottom: 0px;
  transition: all .2s;
  height: 10px;
  width: 3px;
  background: #fff;
}
.text-white {
	color: rgba(255,255,255,0.9);
}
.cc-window {
    position: fixed;
    z-index: 10000;
    left: 20px;
    bottom: 20px;
    width: 360px;
    padding: 20px;
    background-color: #9db2cb;
	color: #111111;
	border-radius: 6px;
	opacity: 0.9;
	
}
.cc-window .cc-message{
    font-weight: 400;
    font-family: Open Sans,sans-serif;
    font-size: 1.1rem;
    line-height: 1.47727em;
	opacity: 1;
}
.cc-window .cc-message a {
    font-weight: 700;
    color: #2a2c32;
    cursor: pointer;
    display: block;
	opacity: 1;
}
.cc-window .cc-compliance {
    padding-top: 1.25rem;
}
.cc-window .cc-compliance a {
    display: block;
    text-align: center;
    padding: .71429em;
    background-color: #111111;
    color: #fff;
    cursor: pointer;
	opacity: 1;
}
.cc-window .cc-compliance a:hover {
	color: #fff;
	opacity: 0.6;
}
a.cc-link:hover {
	opacity: 0.6;
}

.button {
    padding: 12px 50px;
    border-radius: 6px;
}
.section-composition__content {
	max-width: 100%;
}
.excerpt,  .excerpt p{
	color: #111111;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.testimonials-three-bg {
	background-color: color(srgb 0.312 0.3986 0.5118)
}

.lh-small {
	line-height: 1.1em;
}

.icon img {
	max-width: 60px;;
	height: auto;
}
.testimonial-three-right p {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 20px;
}
.get-in-touch {
	background-color: rgb(8, 33, 81);
	box-shadow: 0px 35px 50px -2px rgba(0,0,0,0.2);
}

.style-two h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
}

.testimonial-three-left {
	box-shadow: 0px 0px 32px 10px rgba(0,0,0,0.3);
}

.select-donation-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 533px;
  margin-left: -4px;
  margin-right: -4px; }
  .contact-form .radio-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 4px 10px;
    position: relative; }
    .contact-form .radio-item label {
      width: 100%;
      padding: 15px;
      font-size: 16px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-weight: 900;
      text-align: center;
      background: #e7e2e8;
      border-radius: 10px;
      color: var(--heading-color); }
	  .contact-form .radio-item input {
      z-index: -1;
      left: 5px;
      top: 5px;
      position: absolute; }
      .contact-form .radio-item input:checked ~ label {
        background: var(--yellow-color); }
@media screen and (max-width: 767px) {
	.section-masthead_fullheight-halfscreen {
		padding-top: 105px;
	}
	.slider-halfscreen__content-inner h2 {
		font-size: 40px;
	}
	.slider-halfscreen__header p {
		font-size: 20px;
	}
	.slider-halfscreen__link span {
		font-size: 16px;
	}
	.scroll_down {
    	bottom: 100px;
	}
}
@media screen and (max-width: 991px) {
	.mtg {
		padding: 20px 30px;
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}