.text-theme-primary {
  color: #FFB042;
}

@font-face {
  font-family: Merriweather;
  src: url(../fonts/Merriweather-Regular.otf);
}

video {
  outline: 0;
}

.btn-own {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 11px 39px;
  line-height: 1.7em;
  border-radius: 5em;
  background-color: #fff;
  display: inline-block;
  margin: 35px 0 50px;
  border: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.14, 0.41, 0.58, 1);
  transition: background-color 0.3s cubic-bezier(0.14, 0.41, 0.58, 1);
}

.btn-own:hover {
  background-color: #dedede;
}

.img-responsive {
  width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffff;
  font-family: 'Open Sans',sans-serif;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .site-header {
    position: relative;
  }
}

.site-header .top-bar {
  background: #000;
  padding: 10px;
}

.site-header .top-bar .top-left, .site-header .top-bar .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-header .top-bar .top-left .items, .site-header .top-bar .top-right .items {
  margin: 0 15px;
  font-size: 13px;
  position: relative;
}

.site-header .top-bar .top-left .items:not(:last-child):after, .site-header .top-bar .top-right .items:not(:last-child):after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #ffffff80;
  position: absolute;
  top: 2px;
  right: -14px;
}

.site-header .top-bar .top-left .items a, .site-header .top-bar .top-right .items a {
  color: #fff !important;
}

.site-header .top-bar .top-left .items a:hover, .site-header .top-bar .top-right .items a:hover {
  color: #909090 !important;
  text-decoration: none;
}

.site-header .top-bar .top-left .items.social a, .site-header .top-bar .top-right .items.social a {
  margin-right: 10px;
  text-decoration: none;
}

.site-header .top-bar .top-left .items.social a i, .site-header .top-bar .top-right .items.social a i {
  font-size: 14px;
}

.site-header .top-bar .top-left .items.social a i:hover, .site-header .top-bar .top-right .items.social a i:hover {
  color: #909090;
}

.site-header .top-bar .top-left .items.social a i, .site-header .top-bar .top-right .items.social a i {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.site-header .top-bar .top-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 425px) {
  .site-header .top-bar .top-right {
    display: none;
  }
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.brand {
  height: 25px;
}

.menu {
  background: rgba(0, 0, 0, 0.619608);
}

.donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 425px) {
  .donate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.donate .items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
}

.donate .items img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.donate .items:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.donate .items .content {
  position: absolute;
  top: 17%;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  left: 10%;
}

@media (max-width: 768px) {
  .donate .items .content {
    top: 8%;
    left: 7%;
  }
}

.donate .items .content h2 {
  font-size: 1.65em;
  line-height: 1.4em;
  color: #fff;
  font-family: 'Merriweather',sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .donate .items .content h2 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .donate .items .content h2 {
    font-size: 28px;
  }
}

.donate .items .content .btn-own {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 11px 39px;
  line-height: 1.7em;
  border-radius: 5em;
  background-color: #fff;
  display: inline-block;
  margin: 35px 0 50px;
  border: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.14, 0.41, 0.58, 1);
  transition: background-color 0.3s cubic-bezier(0.14, 0.41, 0.58, 1);
}

.donate .items .content .btn-own:hover {
  background-color: #dedede;
}

@media (max-width: 1024px) {
  .donate .items .content .btn-own {
    margin: 0;
  }
}

.donate .items:nth-child(1)::after {
  content: '';
  height: 100%;
  width: 100%;
  background: #ffc10770;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.donate .items:nth-child(3)::after {
  content: '';
  height: 100%;
  width: 100%;
  background: #87af28b8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.who, .causes, .voluentier {
  padding: 70px 0;
}

.who .intro, .causes .intro, .voluentier .intro {
  text-align: center;
  font-family: Merriweather;
}

.who .intro .subtitle, .causes .intro .subtitle, .voluentier .intro .subtitle {
  color: #909090;
}

.who .intro hr, .causes .intro hr, .voluentier .intro hr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 3px solid #ffb422;
  width: 67px;
}

.who .info .title, .causes .info .title, .voluentier .info .title {
  margin: 20px 0 14px 0;
  font-family: Merriweather,serif;
  color: #212121;
  font-weight: 700;
}

.who .info .desc, .causes .info .desc, .voluentier .info .desc {
  color: #909090;
}

.fundrising {
  padding: 70px 0;
  background: url("../images/h1-parallax-1.jpg") no-repeat;
  background-size: cover;
}

.fundrising .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fundrising .items .inner {
  padding: 20px;
}

.fundrising .items .inner h2 {
  font-family: Merriweather;
  color: white;
}

.fundrising .items .inner hr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 3px solid #ffb422;
  width: 67px;
}

.fundrising .items .inner .desc {
  margin: 5px 0;
  color: #fff;
}

.causes .info .items:nth-child(1), .voluentier .info .items:nth-child(1) {
  height: 230px;
  position: relative;
  overflow: hidden;
}

.causes .info .items:nth-child(1) .inner, .voluentier .info .items:nth-child(1) .inner {
  width: 100%;
  position: absolute;
  background: #0000007a;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -80px;
  padding: 27px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: bottom 0.3s ease-in;
  transition: bottom 0.3s ease-in;
}

.causes .info .items:nth-child(1) .inner .btn-own, .voluentier .info .items:nth-child(1) .inner .btn-own {
  background-color: #FFB042;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.causes .info .items:nth-child(1) .inner .btn-own:hover, .voluentier .info .items:nth-child(1) .inner .btn-own:hover {
  background: #ff9b0f;
}

.causes .info .items:nth-child(1):hover .inner, .voluentier .info .items:nth-child(1):hover .inner {
  bottom: 0;
}

.causes .info .items:nth-child(2), .voluentier .info .items:nth-child(2) {
  padding: 30px;
  background: #F6F4EF;
}

.causes .info .items:nth-child(2) h6 a, .voluentier .info .items:nth-child(2) h6 a {
  font-family: Merriweather;
  color: #000 !important;
  text-decoration: none;
}

.causes .info .items:nth-child(2) h6 a:hover, .voluentier .info .items:nth-child(2) h6 a:hover {
  color: #FFB042 !important;
}

.causes .info .items:nth-child(2) h3 a, .voluentier .info .items:nth-child(2) h3 a {
  font-family: Merriweather;
  color: #FFB042 !important;
  font-size: 1.3rem;
  text-decoration: none;
}

.causes .info .items:nth-child(2) h3 a:hover, .voluentier .info .items:nth-child(2) h3 a:hover {
  color: #000 !important;
}

.causes .info .items:nth-child(2) .desc, .voluentier .info .items:nth-child(2) .desc {
  margin-top: 15px;
}

.counter {
  padding: 70px;
  background: url(../images/h1-parallax-2.jpg);
  background-repeat: no-repeat;
  background-repeat: cover;
  text-align: center;
  font-family: Merriweather;
}

.counter .count {
  font-size: 80px;
  line-height: .98em;
  font-weight: 700;
  font-family: Merriweather,serif;
  color: #fff;
  overflow: hidden;
  display: inline-block !important;
  height: 1em;
  vertical-align: middle;
  margin-bottom: 16px;
}

.counter .content {
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

.voluentier .voluentier-info {
  height: 100%;
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/h1-presentation-img-1.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voluentier .voluentier-info .inner h2 {
  font-family: Merriweather,serif;
  color: white;
  font-weight: 700;
}

.voluentier .voluentier-info .inner p {
  color: white;
  margin-top: 15px;
}

.voluentier .voluentier-info .inner .btn-own {
  text-decoration: none;
  margin: 0;
}

.comments {
  padding: 50px 0;
  background-image: url("../images/h1-parallax-3.jpg");
  background-size: cover;
  cursor: -webkit-grab;
  cursor: grab;
  outline: 0;
}

.comments .regular .comments {
  padding: 0 10px;
}

.comments .regular .comments .inner-box .toper {
  background: #fff;
  position: relative;
  padding: 35px;
}

.comments .regular .comments .inner-box .toper h4 {
  font-size: 18px;
  line-height: 1.445em;
  font-family: Merriweather,serif;
  font-weight: 700;
}

.comments .regular .comments .inner-box .toper p {
  color: #909090;
}

.comments .regular .comments .inner-box .toper:after {
  content: '';
  height: 0;
  width: 0;
  border-top: 15px solid #f4b34f;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 21px;
}

.comments .regular .comments .inner-box .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments .regular .comments .inner-box .lower .photo {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.comments .regular .comments .inner-box .lower .others {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.comments .regular .comments .inner-box .lower .others h4 {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.429em;
  font-family: Merriweather,serif;
}

.comments .regular .comments .inner-box .lower .others h4:first-child {
  color: black;
}

.comments .regular .comments .inner-box .lower .others h4:last-child {
  color: #FFB042;
}

.subscribe {
  padding: 20px;
  background-color: #9fcf5d !important;
}

.subscribe .intro {
  font-size: 35px;
  line-height: 1.2em;
  color: #fff;
  font-family: Merriweather;
  margin: 0;
  font-weight: bold;
}

.subscribe .btn-own {
  text-decoration: none;
  margin: 35px 0 35px;
}

.footer-top {
  background-color: #141414;
  color: #909090;
  padding: 50px 0;
}

.footer-top .column {
  margin-bottom: 15px;
}

.footer-top .column .widget-title {
  color: #fff;
  margin-bottom: 29px;
  font-size: 18px;
  line-height: 1.445em;
  font-family: Merriweather,serif;
}

.footer-top .column .post-date {
  color: #FFB042;
}

.footer-top .column ul li {
  list-style: none;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(168, 164, 161, 0.25);
}

.footer-top .column ul li a {
  font-family: Merriweather,serif;
  color: #fff;
  text-decoration: none;
}

.footer-top .column ul li small {
  display: block;
}

.footer-top .column ul.links li {
  list-style: none;
  border-bottom: 0;
  margin-bottom: 0;
}

.footer-top .column ul.links li a {
  font-family: Merriweather,serif;
  color: #FFB042 !important;
  text-decoration: none;
  font-size: 14px;
}

.footer-top .column ul.links li a:hover {
  color: #fff !important;
}

.footer-bootom {
  background-color: #000;
  color: #909090;
  padding: 9px 0;
}

.footer-bootom .social {
  margin: 0;
  padding: 0;
}

.footer-bootom .social li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.footer-bootom .social li a {
  text-decoration: none;
}

.footer-bootom .social li a i {
  color: #909090;
}

.footer-bootom .social li a:hover i {
  color: #FFB042 !important;
}

.nav-link {
  color: #FFB042 !important;
  padding: 1rem 1rem;
}

.nav-link:hover {
  color: #fff !important;
}

.dropdown-menu {
  top: 93%;
  border-top: 3px solid #8BC34A;
}

.carousel-item {
  position: relative;
}

.carousel-item .slider-content {
  position: absolute;
  left: 126px;
  top: 0;
  z-index: 1;
  padding: 114px 30px 0 35px;
  height: 100%;
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .carousel-item .slider-content {
    left: 69px;
    padding: 21px 30px 0 35px;
    width: 70%;
  }
}

@media (max-width: 425px) {
  .carousel-item .slider-content {
    left: 39px;
    padding: 10px;
    height: 100%;
    width: 80%;
  }
}

.carousel-item .slider-content .btn-own {
  margin: 0;
}

.carousel-item .slider-content h1 {
  font-size: 4rem;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Merriweather',sans-serif;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .carousel-item .slider-content h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .carousel-item .slider-content h1 {
    font-size: 1.7rem;
  }
}

@media (max-width: 425px) {
  .carousel-item .slider-content h1 {
    font-size: 1.3rem;
    margin: 0;
  }
}

.carousel-item .slider-content p {
  color: #fff;
}

@media (max-width: 425px) {
  .carousel-item .slider-content p {
    margin: 0;
    line-height: 1.1;
  }
}

::-moz-selection {
  background: #FFB042;
  color: #fff;
}

::selection {
  background: #FFB042;
  color: #fff;
}
/*# sourceMappingURL=app.css.map */