body {
  color: #262626;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
}

/*----------------------------------------------------------------------------*/
/*---- 02. Top Header ----*/
/*----------------------------------------------------------------------------*/
.top-header-bar {

    border-bottom: 1px solid rgba(255,255,255,0.15);
    /*height: 30px;*/
}

ul {
    margin-bottom: 0px;
}

.top-left-links{
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-left: 0.5em;
    margin-left: 0px;
    outline: none;
}
.top-left-links li, .top-right-links li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 0 -2px;
}

.top-left-links li:focus, .top-right-links li:focus {
    outline:none;
}

.top-drop-down-menu{
  background: #424141;
}

.top-drop-down-menu li{
    display: block;
}

.top-drop-down-menu li:hover, .top-drop-down-menu li a:hover{
    background: #424141;
}

/*
.dropdown-menu {
    left: 10%;
}*/
.dropdown-menu > li > a {
    padding: 3px 20px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
   color: red !important;
   background: white !important;
}


.top-left-links li a, .top-right-links li a {
    color: #fff;
    padding: 0 7px;
    font-size: .875rem;

}

.top-header-bar .top-left-links li,
.top-header-bar .top-left-links li a {
  color: #ffff;
  padding: 4px 7px 4px 0px;
  font-size: .875rem;
}

.top-right-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.top-header-bar .top-right-links li {
    padding: 0 5px;
    /*border-right: 1px solid rgba(255,255,255,0.15);*/
}

.nav-bar{
    max-height: 120px;
    position: relative;
}

.navbar-left{
    margin: 35px 30px;
}
.navbar-nav li a {
    position: relative;
    display: inline-block;
    /*padding: 30px 24px;*/
    letter-spacing: 0;
    text-transform: capitalize;
    /*color: #80819f !important;*/
    color: #414141;
    font-size: 17px;
}

.navbar-header .logo-image img {
    max-width: 120px;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.top-right-links .select-language li a,
.top-right-links .auth-user li a{
    color: #414141;
    padding: 0 7px;
}

.top-right-links .fh5co-social a{
    color: #fcfcfc;
}

.top-right-links .fh5co-social .fa{
    font-size: 25px;
    vertical-align: top;
}

.top-right-links .auth-user .fa{
    margin-top: 4px;
    vertical-align: top;
}
    

@media (max-width:992px) {
    .container{
        width:auto;
    }

    .navbar-left{
        margin: 35px 10px;
    }

    .sb-search {
        right:0px;
        margin-right: 15px;
    }
}

@media (max-width:880) {

}

@media (max-width:768px) {
    .navbar-toggle {
        position: absolute;
        float: left;
        margin-left: 15px;
        top: 35px;
    }

    .navbar-header .logo-image img {
        margin: 0px auto;
    }
}


.media > .pull-left {
    margin-right: 10px;
}

.site-footer .media-heading {
    display: block;
    font-weight: 400;
}
.site-footer .media-heading {
    margin: 0 0 5px;
}

.site-footer .media-heading a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;

}

.media > .pull-left a img {
    vertical-align: baseline;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.meta > div a {
    color: gray;
}


#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top.png") no-repeat 0px 0px;
  z-index: 900;
}



/* ==========================================================================
   Home featured area
   ========================================================================== */

/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */

.home-featured-area:before,
.home-featured-area:after {
  content: " ";
  display: table;
}

/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */

.home-featured-area:after {
  clear: both;
}

/* line 9, ../scss/components/_home-featured.scss */

.grid-50 {
  width: 100%;
  height: 40vh;
  min-height: 239px;
  position: relative;
  z-index: 1;
}

/* line 15, ../scss/components/_home-featured.scss */

.grid-50 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) {
  /* line 9, ../scss/components/_home-featured.scss */

  .grid-50 {
    width: 50%;
    float: left;
    height: 478px;
  }
}

/* line 25, ../scss/components/_home-featured.scss */

.grid {
  border: 2px solid #fff;
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
  overflow: hidden;
  height: 10vh;
  min-height: 120px;
}


@media (min-width: 641px) {
  /* line 25, ../scss/components/_home-featured.scss */

  .grid {
    height: 10vh;
    min-height: 120px;
  }
}

@media (min-width: 1025px) {
  /* line 25, ../scss/components/_home-featured.scss */

  .grid {
    height: 239px;
  }
}

/* line 43, ../scss/components/_home-featured.scss */

.hero-right .grid {
  width: 100%;
}

@media (min-width: 1025px) {
  /* line 43, ../scss/components/_home-featured.scss */

  .hero-right .grid {
    width: 50%;
  }
}

/* line 50, ../scss/components/_home-featured.scss */

.grid-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*background: #00467f;*/
  background: #4dadb4;
  text-align: left;
}

/* line 58, ../scss/components/_home-featured.scss */

.grid-image .grid-image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: no-repeat top right / cover;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-20px, -10px, 0);
  transform: translate3d(-20px, -10px, 0);
}

@media (min-width: 1px) and (max-width: 1024px) {
  /* line 70, ../scss/components/_home-featured.scss */

  .hero-right .grid-image .grid-image-img {
    display: block;
    float: left;
    width: 44%;
    height: 8vh;
    min-height: 100px;
    margin: 0.5rem;
    position: static;
    background-size: cover;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

/* line 86, ../scss/components/_home-featured.scss */

.grid-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1px) and (max-width: 1024px) {
  /* line 93, ../scss/components/_home-featured.scss */

  .hero-right .grid-content {
    float: left;
    position: static;
    width: 50%;
    height: 100%;
    padding: 1rem 0.5rem;
  }
}

/* line 101, ../scss/components/_home-featured.scss */

.grid-content .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  display: none;
}

@media (min-width: 1025px) {
  /* line 101, ../scss/components/_home-featured.scss */

  .grid-content .gradient {
    display: block;
  }
}

/* line 116, ../scss/components/_home-featured.scss */

.grid-content .grid-box {
  float: left;
}

@media (min-width: 1025px) {
  /* line 116, ../scss/components/_home-featured.scss */

  .grid-content .grid-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 80%;
    left: 0;
    z-index: 1;
    padding: 0 1rem;
    -webkit-transition: top 0.35s;
    transition: top 0.35s;
  }
}

/* line 130, ../scss/components/_home-featured.scss */

.grid-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: -3em 0 1rem;
}



/*
@media (min-width: 1025px) {
   

  .grid-content h2 {
    font-size: 1.25rem;
  }
}*/

/* line 139, ../scss/components/_home-featured.scss */

.grid-content p {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  color: #fff;
  margin: 0 0 1rem;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: opacity 0.2s, top 0.35s;
  transition: opacity 0.2s, top 0.35s;
  display: none;
}


@media (min-width: 1025px) {
  /* line 139, ../scss/components/_home-featured.scss */

  .grid-content p {
    display: inline;
  }
}

/* line 160, ../scss/components/_home-featured.scss */

.grid a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 175, ../scss/components/_home-featured.scss */

.grid:hover .grid-box {
  top: 20%;
}

/* line 178, ../scss/components/_home-featured.scss */

.grid:hover p {
  opacity: 1;
  top: 0;
}

/* line 182, ../scss/components/_home-featured.scss */

.grid:hover .grid-image-img {
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 187, ../scss/components/_home-featured.scss */

.grid:hover h2,
.grid:hover p {
  text-shadow: 0 0 50px black;
}

/* line 193, ../scss/components/_home-featured.scss */

.grid.feature {
  height: 40vh;
  min-height: 239px;
}

@media (min-width: 641px) {
  /* line 193, ../scss/components/_home-featured.scss */

  .grid.feature {
    height: 478px;
  }
}

@media (min-width: 1px) and (max-width: 1024px) {
  /* line 201, ../scss/components/_home-featured.scss */

  .grid.feature .grid-content .gradient {
    display: block;
  }

  /* line 204, ../scss/components/_home-featured.scss */

  .grid.feature .grid-content .grid-box {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 1;
    padding: 0 1rem;
  }
}

@media (min-width: 1025px) {
  /* line 216, ../scss/components/_home-featured.scss */

  .grid.feature .grid-image:hover .grid-box {
    top: 50%;
  }
}

/* line 221, ../scss/components/_home-featured.scss */

.grid.feature h2 {
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  /* line 221, ../scss/components/_home-featured.scss */

  .grid.feature h2 {
    /*font-size: 2rem;*/
    font-size: 1.5rem;
    background: #000000b3;
    padding: 5px;
    margin-bottom: 10px;

  }
}




/* line 28, ../scss/layout/_layout.scss */

.section--gray {
  background: #f7f7f7;
  padding: 3rem 0;
}

.home-quote-cols{
    margin: 0 auto;
    width: 90%;
}

.title {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

/* Testimonial block
   ========================================================================== */

/* line 203, ../scss/pages/_home.scss */

.home-quote {
  position: relative;
  padding-left: 7.5rem;
  border-right: 1px solid #C5C5C5;
}

/* line 208, ../scss/pages/_home.scss */

.home-quote:before {
  content: '';
  background-image: url(/images/sprite.png);
  background-position: 0px 0px;
  width: 116px;
  height: 94px;
  display: block;
  position: absolute;
  left: -50px;
  top: 140px;
}

/* line 217, ../scss/pages/_home.scss */

.home-quote__author {
  text-transform: uppercase;
  font-size: 1.4rem;
  vertical-align: bottom;
  position: relative;
  padding-top: 120px;
  padding-left: 150px;
}

/* line 227, ../scss/pages/_home.scss */

.home-quote__image {
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 235, ../scss/pages/_home.scss */

.home-quote__quote {
  font-size: 2.9rem;
  line-height: 1;
}

.btn--green {
    background: #8bc53e;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    font-size: 1.4rem;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



.donors .heading {
    margin: 0 auto 50px;
    max-width: 780px;
    text-align: center;
}

.donors .heading .main-title {
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
}

.donors .heading a {
    color: #f00000;
}

.section-margin{
  margin-left: 5px;
  margin-right: 5px;
}

section{
  visibility: visible;
  -webkit-animation-duration: 1000ms; 
  -moz-animation-duration: 1000ms; 
  animation-duration: 1000ms;
  -webkit-animation-delay: 300ms; 
  -moz-animation-delay: 300ms; 
  animation-delay: 300ms;
}

.volounteer .row-1{
  margin-bottom: 30px
}

.volounteer h3{
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.6em;
}

.volounteer p{
  /*text-align: center;*/
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6em;
}


.thim-button.style4 {
  background-color: #4dadb4;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 25px;
  display: inline-block;
  border: 2px solid;
}

@media (max-width:1025px) {
  .grid-content h2 {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
    z-index: 9000;
  }
}
