@import url("navbar.css"); /* by anmol */

/* start -> top header css by varun */
* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* modal popup start */
/* .modal-body {
  text-align: center;
} */

.modal-body iframe {
  width: 800px;
  max-width: 80%;
  height: 400px;
  max-height: 40%;
}

/* .modal-content {
  background-color: whitesmoke;
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
} */

.modal-title {
  font-size: 30px;
  font-weight: bold;
  color: hsla(203, 65%, 31%, 0.8);
  text-shadow: 0px 0px 1px #488cc4;
  font-family: sans-serif;
}

/* .content{
  font-size: large;
  font-weight: 500;
  color: #1c75bc;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
} */
/* modal popup end */

/* header-top start */

/* #head {
  background-color: white;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  height: 218px;
} */



.contact-info-wrapper ul {
  list-style-type: none;
}

.contact-info-wrapper ul li .envlp {
  color: burlywood;
}

.contact-info-wrapper ul li .phon {
  color: cornflowerblue;
}

.contact-info-wrapper ul li .contact {
  font-size: medium;
  text-decoration: none;
  color: #1c75bc;
}

.social-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon-wrapper p {
  font-size: small;
  margin: 0px;
  margin-right: 9px;
  color: #1c75bc;
}

.social-icon-wrapper ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 100px;
  align-items: center;
}

.social-icon-wrapper ul li a i {
  font-size: 15px;
}

.social-icon-wrapper ul li a .insta {
  width: 21px;
  height: 20px;
}

.donate-btn-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.donate-btn-wrapper .btn-wrap {
  color: white;
  font-size: 13px;
  font-weight: bold;
  background-color: #1c75bc;
  margin-right: 10px;
  border: 2px solid #1c75bc;
  border-radius: 10px;
}

.donate-btn-wrapper .btn-wrap a {
  color: white;
  text-decoration: none;
}

.top-header-btn-wrapper {
  display: flex;
}

.donate-dropdown .dropdown-menu.show {
  transform: translate(0px, 38px) !important;
  min-width: 95px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.donate-dropdown .dropdown-menu .dropdown-item {
  padding: .25rem .75rem;
}

.join-us-btn a {
  color: #ffffff;
  text-decoration: none;
}

/* .dropdown {
  border-radius: 10px;
  display: inline-block;
}

.dropdown .dropbtn {
  font-size: 13px;
  font-weight: bold;
  color: white;
  padding: 6px 10px;
  background-color: #1c75bc;
  font-family: inherit;
  border: 2px solid #1c75bc;
  border-radius: 10px;
}

.dropdown .dropbtn:hover {
  background-color: #1c75bc;
  color: white;
  border: 2px solid #1c75bc;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 84px;
  box-shadow: 0px 8px 16px 0px #82bae8;
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  float: none;
  color: #1c75bc;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 10px;
}

.dropdown-content a:hover {
  background-color: #1c75bc;
  border-radius: 10px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
} */

/* Popup Model Start */

.scanner {
  border: 2px solid #1c5b82;
  padding: 20px;
  border-radius: 10px;
}

.scanner h5 {
  color: #1c5b82;
  text-align: center;
}

.bdetail {
  border: 2px solid #1c5b82;
  padding: 15px;
  border-radius: 10px;
}

.bdetail h5 {
  color: #1c5b82;
  text-align: center;
}

.modal-title {
  color: #1c5b82;
  text-align: center;
}

.btn-top {
  background-color: #1c5b82;
  color: white;
  padding: 2px 8px;
}

.btn-bottom {
  background-color: #1c5b82;
  color: white;
}

/* Popup Model End */

/* header-top end */
/* header-bottom start */

/* .header-bottom {
  display: flex;
  justify-content: start;
  margin-left: 5px;
} */

/* .header-bottom .logo img {
  width: 100px;
} */

/* .header-bottom .nav-head {
  margin-left: 12px;
} */

/* .header-bottom .logo-wrapper {
  padding: 0px;
  display: flex;
  justify-content: center;
} */

/* .header-bottom .logo-wrapper a {
  text-decoration: none;
} */

.header-tag-line {
  font-size: 30px;
  margin: 0;
  padding: 8px;
  color: #1c75bc;
}

/* .header-bottom .logo-wrapper a img {
  width: 120px;
} */

.navbar-nav .nav-item {
  margin: 0px;
  min-width: 95px;
  text-align: center;
}

.navbar-nav .nav-item .nav-link.active {
  background-color: #1c75bc;
  color: white;
}

.navbar-nav .nav-item .nav-link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  color: #1c75bc;
  border-radius: 5px;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: #1c75bc;
  color: white;
}

/* header-bottom end */

@media screen and (max-width: 768px) {

  .navbar-nav .nav-item .nav-link{
    font-size: 14px;
    font-weight: 600;
    color: #1c75bc;
    border-radius: 5px;
  }

 /* .header-bottom .nav-head {
    position: relative;
  } */

  .navbar-nav {
    margin-left: 10px;
  }

  /* .navbar-toggler {
    right: -110px;
    position: absolute;
    top: 5px;
  } */

  .contact-info-wrapper ul li .contact {
    font-size: small;
  }

  .social-icon-wrapper p {
    font-size: 12px;
  }

  /* .header-bottom .logo img {
    width: 90px;
    margin-left: 20px;
  } */
}

@media all and (max-width: 684px) {
  /* .navbar-toggler {
    right: -55px;
  } */

  .header-tag-line {
    font-size: 28px;
  }

  .about-us .text-part h2 {
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .header-top .social {
    display: none;
  }

  .donate-btn-wrapper .btn-wrap {
    /* font-size: 7px; */
    margin-right: 5px;
  }

  /* .header-bottom .logo img {
    width: 60px;
    margin-left: 0px;
  } */

  .header-tag-line {
    font-size: 18px;
    max-width: 260px;
  }

  /* .navbar-toggler {
    right: -65px;
    top: -5px;
    font-size: 15px;
  } */

  /* .header-bottom .nav-head {
    margin-left: 0px;
    top: -10px;
  } */

  .about-us .text-part h2 {
    text-align: center;
  }

}

@media screen and (max-width: 375px) {
  .header-top .social {
    display: none;
  }

  .header-top .social .contact-info-wrapper ul li {
    font-size: 5px;
  }

  .header-top .social .contact-info-wrapper ul li .contact {
    font-size: 5px;
  }

  .header-top .donate-btn-wrapper .btn-wrap {
    font-size: 8px;
  }

  /* .dropdown .dropbtn{
    font-size: 8px;
  } */

  /* .header-bottom .logo img {
    width: 65px;
    margin-left: 0px;
  } */

  /* .header-bottom .nav-head .header-tag-line {
    font-size: 18px;
    max-width: 180px;
  } */
}

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 5px !important;
}

/* header part end */

/* Slider Part start */
.slid {
  margin-top: 10px;
}

.btn-slid {
  width: 94px;
}

.slider1 {
  position: relative;
  /* width: 1263px; */
  display: flex;
  margin: 0px;
  /* margin-top: 15px; */
}

.slider1 h3 {
  font-size: 40px;
  font-weight: 700;
  /* color: #0e77b8; */
  text-decoration: none;
}

.slider1 p {
  font-size: 20px;
  font-weight: 700;
  /* color: #0e77b8; */
  text-decoration: none;
}

.slider1 .txt-wrap {
  padding: 0px;
  background-color: rgba(30%, 60%, 70%, 0.5);
}

/* Slider Part end */

/* about_us part start */
.about-us {
  background-color: #edf1f5;
  padding: 30px;
}

@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}

.about-us .natur-row {
  margin-top: 20px;
}

.about-us .text-part h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #1c75bc;
}

.about-us .text-part p {
  /* text-indent: 20px; */
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: justify;
  font-size: .9rem;
}

.about-us .image-part .about-quick-box .about-qcard {
  padding: 50px 30px;
  background-color: #FFF;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.about-us .image-part .about-quick-box .about-qcard p {
  font-weight: 600;
  font-size: 1.2rem;
}

.about-us .image-part .about-quick-box .about-qcard p a {
  text-decoration: none;
}

.about-us .image-part .about-quick-box .about-qcard i {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #3cc88f;
}

.about-us .image-part .about-quick-box .about-qcard .red {
  color: #ff6b70;
}

.about-us .image-part .about-quick-box .about-qcard .yell {
  color: #f7a900;
}

.about-us .image-part .about-quick-box .about-qcard .blu {
  color: #21d7d9;
}

/* about_us part end */
/* Mission Part start */
.mission-vision {
  background-color: #FFF;
  padding: 30px;
}

.mission-vision-cards {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  text-align: center;
  background-color: white;
  height: 100%;
  border-radius: 5px;
}

.mission-vision-img {
  width: 200px;
}

.content {
  text-align: justify;
}

.mission-vision-txtwrapper h2 {
  text-align: center;
  color: #1c75bc;
}

[class*="mission-vision-col"] {
  margin: 30px 0px 30px 0px;
}


/* .msn-vsn {
  display: flex;
  justify-content: space-around;
}

.mission-vision .msn-vsn h2 {
  text-align: center;
  color: #1c75bc;
}

.mission-vision .msn-vsn .content {
  text-align: justify;
}

.mission-vision .msn-vsn .missvis .imgmv {
  width: 200px;
}

.mission-vision .missvis {
  padding: 10px;
}

@media screen and (max-width: 940px) {
  .mission-vision .missvis {
    padding: 30px 10px;
  }
}

.mission-vision .mv-det {
  margin: auto;
}

.mission-vision .mv-img {
  margin: auto;
  text-align: center;
  padding: 0px;
} */

/* Mission Part end */
/* event part start here */
.project-title {
  padding: 20px;
  margin: 0px;
  /* margin-bottom: 30px; */
}

.project-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  color: #1c75bc;
}

.events {
  background-color: #b0acac2e;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .events {
    padding: 30px 10px;
  }
}

.events .event-ro .event-box {
  text-align: justify;
  margin-bottom: 20px;
}

.events .event-ro .event-box img {
  margin-bottom: 20px;
}

.events .event-ro .event-box h4 {
  font-size: 18px;
}

.events .event-ro .event-box .raises {
  margin-bottom: 10px;
}

.events .event-ro .event-box .raises span {
  color: #1c75bc;
}

.events .event-ro .event-box .desic {
  font-size: 13px;
  margin-bottom: 15px;
}

.project_img {
  border-radius: 1.25rem;
  max-height: 300px;
  width: 100%;
}

.hrl {
  color: #0e77b8;
  height: 2px;
  background-color: #0e77b8;
}

.how-section1 {
  /* margin-top:-15%; */
  padding: 0%;
}

/* project section alignment */
.events .how-section1 :nth-child(even) {
  flex-direction: row-reverse;
}

.how-section1 h4 {
  color: #1c5b82;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

.how-section1 .subheading {
  font-size: 15px;
}

.how-section1 .row {
  margin: 50px 0px;
}

.txt {
  font-weight: 500;
  text-align: justify;
  /* margin: 1rem; 
  margin: 0.5rem;

  display: block;*/
}

.More {
  /* background-color: #0c79bc;
  color: white;
  font-size: small;
  font-weight: bold;
  border: 2px solid #0c79bc;
  border-radius: 6px;
  margin-left: 15px; */
  font-size: 15px;
  font-weight: 700;
  border: 0px solid #ffffff;
  color: #1c5b82;
  padding: 0px;
  /* font-size: 16px;
  font-weight: 700;
  border: 0px solid #ffffff;
  color: #1c5b82; */
}


.project_img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

.project_content_wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
}

/* event part end here */

/* Charity Number start */

.title {
  display: flex;
  justify-content: center;
}

.title h2 {
  margin-top: 30px;
  color: white;
}

.block-counter-1 {
  text-align: center;
}

.block-counter-1 .number {
  color: white;
  font-size: 4rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: "Anton", sans-serif;
  border-bottom: 2px solid #CCC;
}

.site-section {
  background-color: #0e77b8;
}

.block-counter-1 .number,
.block-counter-1 .caption {
  display: block;
  line-height: 1;
}

.text-black {
  color: white !important;
}

/* Charity Number end */
/* Our Team Start */

.our-team {
  padding: 50px;
  background-color: #cccccc1c;
}

.single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px;
  max-width: 100%;
  cursor: pointer;
}

.caption{
  text-align: center;
  width: 100% ;
  font-weight: 600;
}

.member_name{
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.member_desig{
  font-size: 0.7rem;
  word-spacing: -1px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.member_name,.member_desig{
  color: #FFF;
}

.det-o {
  padding: 20px;
  background-color: #0e77b8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* .card-img{
  width: 100%;
  height: 230px;
} */

.img-wrap{
 /* width: 200px;
 height: 180px; */
 max-width: 100%;
}

.figimg{
  /* position: fixed; */
  max-width: 100%;
  width: 100%;
}

/* .knowMoreImg {
  width: 200px;
  max-width: 100%;
  margin-top: 10px;
} */

.content-wrap{
  /* overflow: auto; */
  max-width: 100%;
}

.content{
  text-align: justify;
  text-indent: 40px;
  padding: 10px;
  max-width: 100%;
  /* height: 200px; */
  overflow: auto;
}

.btn-format {
  background: -webkit-linear-gradient(#0e77b8, hsla(0, 50%, 100%, 0.5));
  background: -moz-linear-gradient(#0e77b8, hsla(0, 50%, 100%, 0.5));
  background: -o-linear-gradient(#0e77b8, hsla(0, 50%, 100%, 0.5));
  background: linear-gradient(#0e77b8, hsla(0, 50%, 100%, 0.5));
}

/* @media screen and (max-width: 768px) {
  .member_name{
    font-size: 15px;
  }
  .member_desig{
    font-size: 12px;  
  }
} */

/* Our Team end */

/* footer part start */

.footer {
  padding: 50px;
  background-color: #1e2436;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px;
  }
}

.footer h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.footer p {
  text-align: justify;
  /* text-indent: 20px; */
  font-size: .9rem;
}

.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
  font-size: .9rem;
}

.footer .link-list li a {
  color: #FFF;
  text-decoration: none;
}

.footer .link-list li i {
  float: right;
}

.map-img {
  font-weight: 600;
  font-size: 17px;
  /* padding-left: 20px; */
}

.footer address {
  font-weight: 300;
}

.footer address a {
  color: #FFF;
  font-size: 1rem;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.copy {
  background: #1a202f;
}

#currentYear{
  display: inline-block;
  margin: 0px;
}

.copyright{
  color: #FFF;
  /* padding: 20px; */
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  .copyright{
    font-size: 13px;
  }
}

/* @media screen and (max-width: 768px) {
  .copyright{
    font-size: 10px;
  }
} */

@media screen and (max-width: 576px) {
  .copyright{
    text-align: center;
  }
}

.kf-2 {
  background-color: #FCFCFC;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px;
  }
}

.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}

/* @media screen and (max-width: 768px) {
  .copy span {
    float: initial;
    margin-left: 245px;
  }
} */

/* footer part end */