* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #727272;
  font-weight: 400;
}

.top-bar{
    height: 40px;
    line-height: 35px;
    font-size: 0.875rem;
    background-color: #0086bf;
    color: #fff;
}
.contact-icons a {
    color: #fff;
}
.social-icons {
    list-style: none;
    display: flex;
    float: right;
  }
.social-icons li {
    padding-left: 10px;
}
.social-icons a {
    color: #fff;
}
.nv-br {
    height: 100px;
}
/*nav bar*/

/* sliders*/
.carousel-item {
  height: 80vh;
  min-height: 300px;
  background: no-repeat scroll center scroll;
  background-size: cover;
}
.carousel-caption{
  bottom: 30%;
}
.carousel-caption h5{
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20%;
}
.carousel-caption p{
  width: 60%;
  margin: auto;
  font-size: 20px;
  line-height: 1.9;
  color: rgb(246, 91, 0);
}

/* make a donation section*/
.first-section {
  background: #F4F4F4;;
}
/** youtube video*/
.vid{
  width: 100%;
  height: 640px;
}

/*css mobile devices screen size 480px and below*/
@media screen and (max-width: 540px) {
    .top-bar {
        display: none;
    }
    .img-logo {
      display: none;
    }
    .dn-btn {
      width: 100px;
      margin: 10px;
      color: rgb(246, 91, 0);
      text-align: left;
   }
   .dn-btn2 {
    width: auto;
    color: rgb(246, 91, 0);
   }
   .figure {
    text-align: center;
    margin: 0 10px;
  }
  .carousel{
    margin-top: 20px;
  }
  .carousel-item {
    height: 60vh;
    background: no-repeat scroll center scroll;
    background-size: cover;
  }
  .carousel-caption{
    bottom: 30%;
  }
  .carousel-caption h5{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20%;
  }
  .carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 10px;
    color: rgb(246, 91, 0);
  }
  .dir{
    margin: 2px 5px 2px 5px;
  }
  .director-story{
    margin: 0;
    padding: 0;
  }
  .vid{
    width: 100%;
    height: 200px;
  }
}   

/* screens above 480px */
@media screen and (min-width: 480px) {
    .icon {
        display: none;
    }
  }

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

/* our initiatives section*/
.initiatives{
  background-image: url("images/background.png");
  background-position: center;
  background-repeat: repeat;
  background-color: transparent;
  background-size: cover;
}
.title {
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
}


/*buttons*/
  .dn-btn, .dn-btn2 {
    font-weight: bold;
    font-size: large;
    cursor: pointer;
    border: 3px solid rgb(251, 9, 9);
    border-radius: 5px;
    background-color: rgb(251, 9, 9);
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
  }
  .dn-btn:hover, .dn-btn2:hover {
    box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px rgb(251, 9, 9);
    border: 3px solid #00d7c3;
    color: #000;
    background-color: rgb(251, 9, 9);
  }

/* page content*/
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.5px;
  }
  .widget.gsc-heading.align-center {
    text-align: center;
  }
  .widget.gsc-heading {
    padding: 5px 0 30px;
    display: block;
    width: 100%;
    background: #F4F4F4;;
  }
  .widget.gsc-heading.align-center .heading-line {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .heading-line:after {
    content: ' ';
    display: block;
    width: 100px;
    max-width: 80%;
    border-top: 0.1em solid red;
    margin: 4px auto;
  }

  .widget.gsc-heading .title {
    text-align: center;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    color: #000;
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .widget.gsc-heading .title-desc {
    max-width: 700px;
    margin: 0 auto;
    line-height: 28px;
    font-size: 14px;
    color: #878787;
    padding-top: 5px;
    font-family: "Libre Baskerville",serif;
    font-style: italic;
    letter-spacing: 0.5px;
  }

/* animations*/
@keyframes fader {
  0% {
    background: url("images/meal-3.png");
  }
  
  50% {
    background: url("images/meal-4.png");
  }
  
  100% {
    background: url("images/meal-5.png");
  }
}
@keyframes fader2 {
  0% {
    background: url("images/shelter-4.png");
  }
  50% {
    background: url("images/shelter-2.png");
  }
  100% {
    background: url("images/shelter-3.png");
  }
}
@keyframes fader3 {
  0% {
    background: url("images/skill-1.png");
  }
  50% {
    background: url("images/skill-3.png");
  }
  100% {
    background: url("images/skill-2.png");
  }
}
#wrapper {
  max-width: 960px;
  margin: 0 auto;
}
#gallery {
  max-width: 600px;
  margin: 0 auto;
  animation: fader 10s linear infinite;
}
#wrapper2 {
  max-width: 960px;
  margin: 0 auto;
}
#gallery2 {
  max-width: 600px;
  margin: 0 auto;
  animation: fader2 10s linear infinite;
}
#wrapper3 {
  max-width: 960px;
  margin: 0 auto;
}
#gallery3 {
  max-width: 600px;
  margin: 0 auto;
  animation: fader3 9s linear infinite;
}

/* About Us Page*/
.about{
  background-image: url("images/background.png");
  background-position: center;
  background-repeat: repeat;
  background-color: transparent;
  background-size: cover;
}
.mgt-sec > figure {
  width:  86%;
  background-color: #97bcf2;
}
.director-link{
  color: rgb(251, 9, 9);
}

/* directors' page*/
.dir-sec {
  background-color: #66a2fc;
}

/* project1*/
.project-1{
  background-image: url("images/meal-3.png");
  background-position: unset;
  background-color: transparent;
  background-size: cover;
}
.project-2{
  background-image: url("images/eldery-4.jpg");
  background-position: unset;
  background-color: transparent;
  background-size: cover;
}
/* events */
.events{
  background-image: url("images/meal-3.png");
  background-position: unset;
  background-color: transparent;
  background-size: cover;
}
.btn-e {
  background-color: #66a2fc;
  border-radius: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
}
 
/* footer  */
  .footer {
    font-size: 14px;
    color: #bbbbbb;
    background: #005eb8;
    line-height: 28px;
  }
  .footer .footer-center {
    padding: 40px 0;
  }
  
  .footer .block .block-title span {
    color: #fff !important;
  }
  .nav-tabs, .topbar ul, ul.contact-info, ul.menu {
    list-style: none !important;
    padding-left: 0;
  }
  .footer a {
    color: #bbbbbb;
  }
  ul li i {
    margin-right: 3px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    background: transparent;
  }
  a:hover {
    font-weight: bold;
    color: rgb(251, 9, 9);
  }
  
  .copyright {
    background: #00529e;
  }
  .copyright .copyright-inner {
    padding: 20px 0;
  }