@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');



:root {
  --blue: #2c2f8b;
  --gray: #636363;
  --box-shadow: 0 10px 30px 0px rgba(0,0,0,0.1);
  --textbold: #2e2e2e;
  --merune:#d67678;
  --red:#f41c26;
  --orange:#f4a11c;
}

html{
  scroll-behavior: smooth;
}




*{
  
margin: 0;
box-sizing: border-box;
padding: 0;
outline: none;
text-decoration: none;
transition: all .2 linear;
}
p {
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: 'Poppins', sans-serif;
}



ul li{
 font-size: 1em;
 line-height: 1.4em;
 font-family: 'Poppins', sans-serif;
  color: var(--gray);
  
}


.ourprogram {
  background-color: #e8f4fc;
  padding: 10px 0px 30px;
}

.topbar {
  width: 100%;
  
  background-color: var(--red);
  margin: 0;
  padding: 4px 0px;
  color: #fff;
}

.topbar p{
  font-size: 1em;
}

.wrapper {
 /*  background: #cbe9f6; */
}



#main-wrap {
  overflow-x: initial;
}

a {
  color: var(--blue);
}
  

body {
  font-size: 13px;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

.hdng-txt {
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px;
    font-size: 2.4em;
    font-weight: 600;
    position: relative;

    color: var(--blue);
}


.hdng-txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 3px;
  background: var(--orange);
  bottom: 0;
  left: calc(50% - 3%);
}

.about-txt {
  text-align: center;
}

.about-txt p {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 10px;
}

ul.navbar-nav.kansunav  .nav-link {
  font-size: 1.1em;
  padding: 10px 24px;
  color: #fff;

  border-right: 1px solid #868686;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  transition: 0.5s;

}

.hdng-txt-lft {
  
  margin: 0px;
  padding: 15px 0px;
  font-size: 2.4em;
  font-weight: 600;
  width: 100%;
  position: relative;
  color: var(--blue);
}



.headerinfo h4 {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #cb7f09;
  padding-top: 8px;;
}

.headerinfo i {
  font-size: 16px;
  color: #4bb2ff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 10px 10px 15px 0;
  transition: all 0.3s ease-in-out;
}

.abut-page-prgh h2.title{
 
    font-weight: 500;
    line-height: 60px;
    text-align: right;


}

.text-wrapper h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0 35px 0;
}

.headerinfo p {
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.imgScrollBtn01_2, .imgScrollBtn02_2, .imgScrollBtn01_3, .imgScrollBtn02_3 {
  position: absolute;
  display: block;
  width: 22px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat 0 0;
  overflow: hidden;
  z-index: 2;
}

.imgScrollBtn01_2:hover, .imgScrollBtn01_3:hover {
  background-position: 0 -40px;
}

.imgScrollBtn02_2:hover, .imgScrollBtn02_2:hover {
  background-position: -22px -40px;
}

.imgScrollWrap_2, .imgScrollWrap_3 {
position: relative;
width: 92%;
height: 100%;
overflow: hidden;
margin: 0px auto;
min-height: 230px;
}

.imgScrollBtn01_2, .imgScrollBtn01_3 {
  top: 40px;
  left: 0;
}

.imgScrollBtn02_2, .imgScrollBtn02_3 {
  top: 40px;
  right: 0;
  background-position: -22px 0;
}


.imgScrollList_2, .imgScrollList_3 {
position: absolute;
top: 0;
left: 20px;
width: 100%;
height: 240px;
overflow: hidden;
z-index: 1;
}

.imgScrollList_2 ul, .imgScrollList_3 ul {
position: relative;
width: 9999px;
height: 120px;
}


.imgScrollList_2 li, .imgScrollList_3 li {
float: left;
width: 240px;
height: 240px;
overflow: hidden;
margin: 0px 5px;
}  





.text h4 {
  text-align: center;
  padding: 5px 0px;
  font-size: 16px;
  background: #ff7600;
}

.hdng-txt-lft:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--orange);
}
.hdng-txt-lft:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: var(--orange);
}

.text h4 {
  color: #fff;
}

.image-box img {
  border-radius: 4px;
}


a.donate-btn{
  width: 140px;
    padding: 8px 2px;
    color: #fff;
    background-color: #11a53b;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    transition: 0.1s;
  
}

a.donate-btn:hover {
  background-color: var(--orange);
}

.donatewrp {
  display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}

.donate-bnr {
  background: url(../images/donataebnr.jpg) no-repeat;
 

}

.donate-bnr .overlay-one {
  background: rgba(20, 85, 166, 0.48);
}

.donate-bnr .opacity {
  text-align: center;
 
}

.donate-bnr  .theme-title h2 {
  color: #fff;
  margin-bottom: 20px;
}

.hbldonate {
  color: #fff;
  margin-bottom: 20px;
  background: rgb(232 175 30 / 60%);
  border-radius: 6px;
  WIDTH: 74%;
  TEXT-ALIGN: left;
  padding: 25px;

 
}


.prcywrp p {
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.prcywrp .hdng-txt-lft {
  font-size: 2em;
}

ul.plcy.text-right {
  list-style: none;

}

p.contrtxt{
    text-align: center;
    margin: 0px auto;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}

ul.plcy.text-right li {display: inline; margin: 0px 4px;}

ul.plcy.text-right li a {padding: 2px; color: #f1f1f1;}

ul li.page-list {
  float: left;
  width: 100%;
  padding: 10px 20px 15px 60px;
  /* color: #818181; */
  font-size: 1.1em;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
  background: url(../images/list-tick.png) no-repeat scroll 24px;
  margin-left: -25px;
  margin-top: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
}


.col-md-4.card {
    margin: 0px 10px;
    max-width: 360px;
    border-radius: 6px;
    background-color: #f45;
    color: #ffffff;
    transition: all 0.5s linear;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.col-md-4.card:hover .contributrwrp{
    padding-top: 0.5rem;
    cursor: pointer;
}


a.donatebtn {
  padding: 10px;
  background-color: #fff;
  border-radius: 58px;
  margin-top: 10px;
  color: #f45;
  font-weight: 600;
  display: block!important;
  font-size: 14px;
  width: 176px!important;
  position: static;
  text-align: center;
  height: 46px;
  line-height: 28px;
  font-size: 18px;
  transition: .2s;
 
}
a.donatebtn:hover {
  background-color: #f45;
  color: #fff;

}

.hbldonate h2 {
font-size: 2.2em;
}

a.knw-more-serv {
  padding: 8px 8px;
  display: inline-block;
  width: 130px;
  color: var(--blue)!important;
  text-align: center;
  border: 1px solid var(--blue);
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.35s;
  position: relative;
}
a.knw-more-serv i.fa {
  padding-right: 3px;
}

a.knw-more-serv:hover {
  background-color: var(--blue);
  color: #fff!important;
  border: none;
}

.abut-prgh h4 {
  font-size: 1.6em;
  padding: 5px;
  color: #ff7600;
  line-height: 1.5em;
}

.introduction-wrapper-icon {
 
  padding: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 10px;
}

.bnkdtl {
  padding: 0px;
}


.mission-section {
  background-color: #e3edff;
}

/* .mission-image {
  background-image: url(../images/mission_vissionimg.png);
  background-size: cover;
  background-position: center center;
  height: 100%;
} */



.mission-tab {
  max-width: 620px;
  padding: 100px 0;
  margin-left: 50px;
}

.mission-tab span {
  font-size: 18px;
  color: #ff6015;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
nav.navbar.navbar-expand-lg.kansunav.navbar-light{

  background-color: var(--blue);
  padding: 8px 0px;
}

.theme-title h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
  padding-bottom: 0px;
  color: #e21a70;
}


nav.navbar.navbar-expand-lg.kansunav.navbar-light li.nav-item.active a {
  color: #fff;
    background: #f45;
    border-radius: 4px;
}

ul.navbar-nav.kansunav li.nav-item:hover {
  color: #fff;
  background: #f45;
  border-radius: 4px;
}

ul.navbar-nav.kansunav .nav-link:hover {
  color: #fff;
  border: none;
}
.galleryimg {
    position: relative;
    width: 100%;
}


a.thumbnail img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgb(124 110 110 / 60%);
}

.middle i.fa {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middle :hover i.fa {
  color: #eee;
}

.galleryimg:hover a.thumbnail img {
      opacity: 0.3;
}

.galleryimg:hover a.thumbnail .middle {
      opacity: 1;
}



.howcontribute h4 {
  font-size: 1.3em;
  font-weight: 400;
    color: #000000;
    text-align: center;
}

.donatecont-wrp {
  background-color: #595dd6;
  padding: 20px 0px;
}

.nksubtitle {
  font-size: 1.6em;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 15px;
}

.bnkdtl p {
  color: #fff;
  padding-bottom: 4px;
  font-size: 1.4em;
}

.footer-wrp {
  background: #2f2f2f;
    padding: 30px 0 20px;
    color: #d5d5d5;
    border-top: 4px solid #fff;
    position: relative;
}


.footer-wrp h4 {
  padding-bottom: 8px;
    font-size: 1.4em;
    color: #ff9d00;
}

ul.footer-nav {
  list-style: none;
  display: inline-block;
 
}
ul.footer-nav li {

padding-bottom: 4px;
}

ul.footer-nav li a {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
 
}

.contributrwrp {
  text-align: center;
  padding: 15px;
  margin: 0;
  transition: linear .2s;
}

.contributrwrp i.fa {
  font-size: min(2.5rem, 4.5rem);
  padding: 10px 0px;
  color: #2c2f8b;
}
.contributrwrp .card-title {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 600;
 
}


.frmwrprgt {
  background: #ebf4fb;
  padding: 15px;
  border-radius: 4px;
}

.contact h4 {
  font-size: 2em;
  color: #0E385D;
  font-weight: 800;
  padding-bottom: 15px;
}

.contact p {
  color: #414141;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
  margin: 0 0 10px 0!important;
  font-size: 1.36em;
}

.faclt-wrp h2 {
  font-size: 1.7em;
  padding: 8px 0px;
}

.faclt-wrp ul li {
  padding: 6px 0px;
  color: #111;
  font-size: 1.1em;
} 



.contact i.fa {
  color: #2674d6;
  padding-right: 10px;
}

.inr-slider-wrp {
  background: url(../images/inner-bg1.jpg) no-repeat center;

    width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 50px;
}

.transp2 {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.breadcrumb {
  background: transparent;
  padding: 10px 0px;
}

.breadcrumb1 {
  background: transparent;
/*   display: flex;
  flex-wrap: wrap;
  
  margin-bottom: 1rem;
  list-style: none;
  background: transparent;
  vertical-align: middle; */
  padding: 40px 0px 0px;

}

.whs {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.1em;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb-item a {
  color: var(--orange);
}

.donateamt {
  width: 100%;
  margin: 20px auto;
}

.donateamt table {
  border: 1px solid #f1f1f1;
}
.donateamt table th {
  background: #d3d5ff;
  color: #da7200;
  padding: 4px;
  border-bottom: 1px solid #595dd6;
  font-weight: 600;
  font-size: 1.2em;

}

.sms-brd {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin: 0px 0px 10px;
}

.donateamt table td {
  padding: 5px;
  color: #fff;
  border-right: 1px solid #f1f1f1;
  font-size: 1.3em;
  font-weight: 600;;
}

h3.joinhds {
  padding: 5px;
  color: #fff;
  background-color: #f45;
  font-size: 1.4em;
  font-weight: 600;
  width: 62%;
  border-radius: 4px;
}


span.dont-hdng{
  display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    background: #2c2f8b;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

span.dont-hdng.orgn {
  background: #fb812f;
}

.abut-prgh  {
  padding-top: 120px;
}

.abut-prgh p {
  padding-top: 10px;
  text-align: justify;
}

p.qr-ph{
  padding: 4px 0px;
  color: #fff;
}

.copy-wrp {
  background-color: rgb(91 91 91);
    padding: 5px 2px;
   
    color: rgb(241, 241, 241);
}

.copy-wrp p{
  font-size: 1em;
}


@media screen and (max-width: 768px){

  .btimg img {
    width: 100%;
  }

  .hdng-txt-lft {
    font-size: 1.4em;
  }

  .abtimg img {
    width: 100%;
  }

.abut-prgh {
    padding-top: 0px!important;
}

span.navbar-toggler-icon {
    background-color: #f33;
    border-radius: 5px;
    color: #fff;
}
  
  .abut-prgh p {
    padding-top: 10px;
  }

  .donate-bnr {
    width: 100%;
  }

  .hbldonate {width: 100%;}

  .imgScrollWrap_2, .imgScrollWrap_3 {
    width: 98%;
  }
  
  .donate-bnr {
      width: 100%;
      height: 100%;
      background-color:#26395c;
      background-image: none;
  }
  
  ul.navbar-nav.kansunav .nav-link {
      border-right:none;
      border-bottom: 1px solid #e1e1e1;
  }
  
  .abut-page-prgh h2.title {
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
    display: block;
    margin: 0;
    width: 100%;
}

h3.joinhds {
    width: 100%;
}

}

@media screen and (max-width: 480px)
  {

    p{
      font-size: 1em;
    }
    .abut-prgh p {
      font-size: 1em;
    }

    .donate-bnr {
      width: 100%;
    }


    .hdng-txt {
      font-size: 1.5em;
    }
    
  .hbldonate {width: 100%;}
  h3.joinhds {font-size: 1em;}
  
  
  .abut-prgh {
      padding-top: 0;
  }
  
  }