/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, ::after, *, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
}

img {
  font-size: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

html {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Vollkorn', serif;
}

.text-center {
  text-align: center;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

h4 {
  font-size: 1.6rem;
  font-weight: 400;
}

h5 {
  font-size: 1.4rem;
  font-weight: 400;
}

h6 {
  font-size: 0.75rem;
}

p {
  font-size: 1rem;
}

.padding {
  padding: 80px 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (fr)[4];
      grid-template-columns: repeat(4, fr);
}

@media all and (max-width: 900px) {
  html {
    font-size: 14px;
  }
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1rem;
}

.header-container {
  max-width: 1480px;
  margin: 0 auto;
}

.first-logo {
  width: 140px;
}

.second-logo {
  display: none;
}

.nav-links li {
  margin-left: 32px;
}

.nav-links a {
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 600;
}

a:hover {
  color: red;
}

.ham {
  display: none;
}

#toggle {
  display: none;
}

.index-hero-img,
.about-hero-img,
.gallery-hero-img,
.team-hero-img,
.contact-hero-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.index-hero-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 1, 10, 0.5)), to(rgba(3, 1, 10, 0.5))), url(../media/home-banner.webp);
  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../media/home-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 1, 10, 0.5)), to(rgba(3, 1, 10, 0.5))), url(../media/img1.jpg);
  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../media/img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-hero-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 1, 10, 0.5)), to(rgba(3, 1, 10, 0.5))), url(../media/img2.jpg);
  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../media/img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-hero-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 1, 10, 0.5)), to(rgba(3, 1, 10, 0.5))), url(../media/img3.jpg);
  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../media/img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-hero-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 1, 10, 0.5)), to(rgba(3, 1, 10, 0.5))), url(../media/img6.jpg);
  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../media/img6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner .hero-content {
  max-width: 900px;
  margin: 0 auto;
  color: white;
  padding: 340px 0;
}

.hero-banner .first-hero-heading {
  font-weight: 600;
  color: #EBFF00;
  padding-bottom: 20px;
}

.hero-banner .second-hero-heading {
  font-weight: 800;
  padding-bottom: 20px;
}

.hero-banner .hero-content p {
  padding: 0 20px;
  font-size: 1.2rem;
}

.btn {
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 30px;
  font-weight: 700;
}

.donate-btn {
  background-color: #60BC0F;
}

.join-us-btn {
  background-color: #FDBB00;
  margin-left: 10px;
}

.donate-btn a, .join-us-btn a {
  color: white;
}

@media all and (max-width: 900px) {
  .header {
    background-color: black;
    height: 92px;
    padding: 8px;
  }
  .first-logo {
    display: none;
  }
  .second-logo {
    width: 84px;
    display: inline-block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: left;
    padding-top: 100px;
    height: 320px;
    text-transform: uppercase;
  }
  .nav-links li {
    margin: 0 1.4rem;
    border-bottom: 1px solid #4d4c4c;
  }
  .nav-links li a {
    color: white;
    padding: 8px 0;
  }
  .logo {
    z-index: 999;
  }
  .top-nav a {
    font-size: 2rem;
  }
  .ham {
    font-size: 2.2rem;
    color: #fdfcfc;
    display: inline-block;
    z-index: 999;
    padding: 20px 10px 0px 0px;
    color: red;
  }
  .toggle:checked ~ .nav-links {
    display: inline-block;
    background-color: black;
  }
}

.box-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.box-grid .col {
  padding: 80px 40px;
  font-weight: 200;
  font-size: 0.75rem;
  text-align: justify;
}

.box-grid .col-1 {
  background-color: #e04d39;
  color: white;
}

.box-grid .col-2 {
  background-color: #313131;
  color: white;
}

.box-grid .col-3 {
  background-color: #f5b73c;
  color: black;
}

.box-grid .read-more-btn {
  background-color: white;
}

.box-grid .read-more-btn a {
  color: black;
}

.box-grid p {
  padding: 20px 0;
}

.fact-counter-sec {
  background-color: #9e9e9e;
}

.fact-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}

.fact-count-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding: 60px 0;
}

.fact-count-row .col {
  text-align: center;
  padding: 80px 40px;
}

.fact-count-row .col1 {
  background-color: #e0dfdf;
}

.fact-count-row .col2 {
  background-color: #ffffff;
}

.fact-count-row img {
  height: 70px;
  width: 70px;
  margin-bottom: 20px;
}

.fact-count-row p {
  padding-top: 20px;
  font-size: 1.2rem;
}

.become-volunteer-sec {
  background-image: url(../media/img1.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: white;
}

.become-volunteer-sec p {
  padding: 24px;
  font-size: 1.2rem;
}

.become-volunteer-sec .btn {
  border-radius: 5px;
}

.become-volunteer-sec .btn a {
  color: black;
}

@media all and (max-width: 900px) {
  .box-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .fact-count-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  h4 {
    font-size: 2.2rem;
    font-weight: 500;
  }
}

.about-html {
  font-size: 20px;
}

.about-html body {
  background-color: #F8F3E8;
}

.mission-div, .vision-div, .motive-div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 3rem 0;
  border-radius: 6px;
  padding: 1rem;
  color: black;
  text-align: justify;
  background-color: #f6c640;
  font-size: 1.5rem;
}

.mission-div:hover, .vision-div:hover, .motive-div:hover {
  -webkit-box-shadow: 8px 8px 1.5rem  4px  #E04D39;
          box-shadow: 8px 8px 1.5rem  4px  #E04D39;
}

.mission-div:hover .read-btn, .vision-div:hover .read-btn, .motive-div:hover .read-btn {
  background-color: #E04D39;
}

.mission-img {
  width: 100%;
  font-size: 0;
}

.mission-img-div {
  font-size: 0;
}

.about-header-div {
  padding: 1.5rem;
}

.about-header-div .mission-header {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-header-div .mission-para {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.read-btn {
  color: white;
  font-size: 1rem;
  text-decoration: none;
}

.div-donation {
  background-color: black;
  width: 25rem;
  height: 10rem;
  color: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div-donation h3 {
  font-size: 4rem;
}

.div-donation p {
  color: white;
  font-size: 2rem;
}

@media all and (max-width: 900px) {
  .about-html {
    font-size: 14px;
    text-align: justify;
  }
  .mission-div, .vision-div, .motive-div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .mission-div:hover, .vision-div:hover, .motive-div:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.gallery-html {
  font-size: 20px;
}

.container-gallery {
  max-width: 1260px;
  margin: 5rem auto;
}

.gallery-heading {
  font-size: 4rem;
  margin: 5rem 0;
  text-align: center;
  font-family: 'Merienda One', cursive;
  text-transform: uppercase;
}

.gallery-div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

.gallery-img .img-pic {
  font-size: 0;
  grid-column: span 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.gallery-img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.73s;
  transition: -webkit-transform 0.73s;
  transition: transform 0.73s;
  transition: transform 0.73s, -webkit-transform 0.73s;
  -webkit-box-shadow: 1px 1px 10px 10px #FDBB00;
          box-shadow: 1px 1px 10px 10px #FDBB00;
}

@media all and (max-width: 900px) {
  .gallery-html {
    font-size: 14px;
    text-align: justify;
  }
  .gallery-div {
    margin: 0 16px;
  }
  .gallery-div .gallery-img:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: -webkit-transform 0.40s;
    transition: -webkit-transform 0.40s;
    transition: transform 0.40s;
    transition: transform 0.40s, -webkit-transform 0.40s;
    -webkit-box-shadow: 1px 1px 10px 4px #FDBB00;
            box-shadow: 1px 1px 10px 4px #FDBB00;
  }
  .gallery-div .img-pic {
    font-size: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-div gallery-div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .gallery-div .gallery-img:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.our-Volunteer {
  background-color: #e4e7eb;
}

.tag-line {
  color: #85403a;
}

.team-size-max:hover {
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.5);
}

.social-links {
  padding-bottom: 15px;
}

.social-links .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.image {
  width: 100%;
  height: 320px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.volunteer-info h4 {
  text-transform: capitalize;
  font-size: 1.3rem;
  padding: 12px 0;
}

.volunteer-info h4:hover {
  color: green;
}

.volunteer-info p {
  text-transform: capitalize;
  font-size: 1.4rem;
  color: #85403a;
}

.link-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid gray;
  position: relative;
  margin-top: 12px;
}

.link-circle {
  background-color: #060057;
  padding: 16px;
}

.links a i {
  color: white;
}

.fab-link {
  color: grey;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
}

.fab-link:hover {
  color: #e2a952;
}

.bottom-padding {
  padding-bottom: 4rem;
}

.our-member {
  grid-gap: 35px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media all and (max-width: 900px) {
  .our-member {
    width: 100%;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-gap: 40px 0;
    padding: 40px 0;
  }
}

.volunteer-face {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px 20px;
}

@media all and (max-width: 900px) {
  .volunteer-face {
    width: 100%;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-gap: 40px 0;
    padding: 40px 0;
  }
}

.volunteer-face .volunteer-size-max img {
  height: 250px;
}

.volunteer-face .volunteer-size-max:hover {
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.5);
}

.contact-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  padding: 120px 0;
}

@media all and (max-width: 900px) {
  .contact-links {
    width: 100%;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    padding: 30px 0;
    grid-gap: 25px 0;
  }
}

.contact-links .back-circle {
  height: 135px;
  width: 135px;
  border-radius: 50%;
  background-color: #333333;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.contact-links .fas {
  color: white;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-links .address {
  text-transform: capitalize;
}

.contact-links p {
  padding: 0;
}

.contact-links .address-info {
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.outer-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media all and (max-width: 900px) {
  .outer-container {
    width: 100%;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.outer-container .form-container {
  background-color: #504f4f;
  padding: 60px 0;
}

.outer-container .form-heading {
  color: white;
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
}

.outer-container .form-box {
  text-align: center;
}

.outer-container .form-width {
  width: 100%;
}

.outer-container input {
  background-color: transparent;
  padding: 18px 6px;
  margin: 16px 6px;
  width: 45%;
  border: 1px solid white;
  border-radius: 8px;
  outline: none;
  color: white;
}

@media all and (max-width: 900px) {
  .outer-container input {
    width: 65%;
    border: 1px solid white;
  }
  .outer-container input .res-padding {
    padding: 30px 0;
  }
  .outer-container input .form-width {
    width: 100%;
  }
}

.outer-container textarea {
  padding: 18px 6px;
  margin: 16px 12px;
  border: 1px solid white;
  border-radius: 8px;
  width: 92%;
  height: 80px;
}

@media all and (max-width: 900px) {
  .outer-container textarea {
    width: 65%;
    border: 1px solid white;
  }
}

.outer-container ::-webkit-input-placeholder {
  text-transform: capitalize;
  color: white;
  text-align: left;
  font-size: 1rem;
}

.outer-container :-ms-input-placeholder {
  text-transform: capitalize;
  color: white;
  text-align: left;
  font-size: 1rem;
}

.outer-container ::-ms-input-placeholder {
  text-transform: capitalize;
  color: white;
  text-align: left;
  font-size: 1rem;
}

.outer-container ::placeholder {
  text-transform: capitalize;
  color: white;
  text-align: left;
  font-size: 1rem;
}

.outer-container .placeholder-fix:focus::-webkit-input-placeholder {
  color: transparent;
}

.outer-container .placeholder-fix:focus::-moz-placeholder {
  color: transparent;
}

.outer-container .placeholder-fix:-moz-placeholder {
  color: transparent;
}

.outer-container .btn {
  background-color: #bb2f2f;
  padding: 18px 24px;
  border: 0;
  outline: 0;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 30px;
  cursor: pointer;
  opacity: 1;
}

.outer-container .btn:hover {
  background-color: transparent;
  border: 1px solid white;
  font-size: 1rem;
}

.outer-container .map {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-footer {
  background-color: #091B27;
  color: #d1ccc6;
}

.main-footer h3 {
  padding-bottom: 40px;
  font-size: 1.6rem;
  text-align: center;
}

.main-footer p {
  font-size: 1.2rem;
  text-align: justify;
  color: #b9b3b3;
}

.main-footer .col {
  padding: 12px;
}

.main-footer .col h4 {
  font-size: 1.4rem;
  color: #05fc80;
  padding-bottom: 4px;
}

.main-footer .col h5 {
  font-size: 1.2rem;
}

.main-footer .mission-col {
  padding-right: 26px;
}

.main-footer-row {
  max-width: 1480px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.footer-gallery-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.footer-gallery-img > a {
  height: 100%;
  padding: 4px;
}

.footer-gallery-img > a img {
  height: 100%;
}

.footer-social {
  margin: 0 auto;
  text-align: center;
  padding: 14px;
  width: 280px;
}

.footer-social a {
  margin: 0 12px;
  text-align: center;
  display: inline-block;
  color: white;
  border: 1px solid white;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-social a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 12px;
  font-size: 24px;
}

.nav-fb {
  background-color: #3b5998;
}

.nav-tweet {
  background-color: #00aced;
}

.nav-yout {
  background-color: #bb0000;
}

.nav-insta {
  background-color: #517fa4;
}

.nav-pin {
  background-color: #cb2027;
}

.nav-linked {
  background-color: #007bb6;
}

/* hover */
.footer-social a:hover {
  color: #fff;
}

.footer-social a:hover {
  background: #111;
}

.contact-footer {
  padding: 20px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contact-text {
  width: 70%;
}

.far, .fa-phone-alt {
  font-size: 1rem;
  background-color: #1a0836;
  border-radius: 50%;
  padding: 0.75rem;
  color: #f8f7f7;
  border: 1px solid white;
}

.footer {
  background-color: #071721;
  color: white;
  padding: 24px 0;
}

.footer p {
  font-size: 1rem;
}

.footer a {
  color: #60BC0F;
}

.footer a:hover {
  color: #d8a265;
}

@media all and (max-width: 900px) {
  .main-footer-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .main-footer-row .col {
    padding: 10px 36px;
  }
  .main-footer-row .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer-row .social-links .fab {
    margin: 20px;
  }
  .main-footer-row .contact-text {
    margin-left: 20px;
  }
  .main-footer-row .contact-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */