@charset "UTF-8";
.content-inner{
  padding: 50px 0px;
      min-height: 500px;
}
.content-inner a {
  line-height: 1.4em;
 
  font-weight: 400;
}
.content-inner a:hover {

   color: #f36f26;
  text-decoration: none;
}
.content-inner button.flat-button, .content-inner a.flat-button {
  
    padding: 15px 40px;
   
}
.content-inner p.m-50{margin-bottom: 50px}
.mb0{margin-bottom: 0px!important}
.content-inner h1,.content-inner h2,.content-inner h3,.content-inner h4,.content-inner h5,.content-inner h6{
  font-family: "Poppins", sans-serif;
   
    font-weight: 700;
    color: #222;
}     
.content-inner h1 {
  margin-bottom: .2em;
  font-size: 3rem;
}
.content-inner h2 {
  margin-bottom: 0.5em;
  font-size: 2.5rem;
}
.content-inner h3 {
  margin-bottom: 0.5em;
  font-size: 2.25rem;
}
.content-inner h4 {
      margin-bottom: .5em;
  color: #f36f26;
  font-size: 1.2rem;
}
.content-inner h5 {
  margin-bottom: 0.5em;
 
  margin-top: 0.5em;
      font-size: 1.5rem;
}
.content-inner h6 {
  margin-bottom: 0.5em;
      font-size: 1.25rem;
}
.content-inner p {
  line-height: 1.8em;
  margin-bottom: 1.2rem;
}
.content-inner img {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.content-inner img.img-left, .content-inner img.img-right {
  width: 45% !important;
  box-shadow: 0em 0em 1em #eaeaea;
  padding: 0.6em;
  border-radius: 0.2em;
}
.content-inner img.img-left {
  float: left;
  margin: 0rem  2em 1.5rem 0rem!important;
}
.content-inner img.img-right {
  float: right;
  margin: 0rem 0em 1.5rem 2rem!important;
}
.content-inner .image-div-left,
.content-inner .image-div-right {
  width: 40%;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 1.5em;
}
.content-inner .image-div-left.sm,
.content-inner .image-div-right.sm {

   width: 20%;
}


.content-inner .image-div-left.lg,
.content-inner .image-div-right.lg {

   width: 50%;
}
.content-inner .image-div-left img,
.content-inner .image-div-right img {
  width: 100%;
  margin: 0px;
}
.content-inner .image-div-left h6,
.content-inner .image-div-right h6 {
  margin-bottom: 0.1em;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background:rgba(255, 255, 255, 0.7);
  padding:8px;
transition: all .25s ease-in-out;
}
.content-inner .image-div-left:hover h6,
.content-inner .image-div-right:hover h6 {
 
  opacity: 1;
}
.content-inner .image-div-left p,
.content-inner .image-div-right p {
  display: block;
  color: #8e8a7e;
  font-weight: 400 !important;
  margin-top: 0.1em;
  margin-bottom: 0em;
}
.content-inner .image-div-left:after,
.content-inner .image-div-right:after {
  z-index: -1;
  bottom: 5em;
  top: 1.5em;
}
.content-inner .image-div-left {
  float: left;
  margin-right: 2em;
}
.content-inner .image-div-left:after {
  left: 1.5em;
  right: -1.5em;
}
.content-inner .image-div-right {
  float: right;
  margin-left: 4em;
}
.content-inner .image-div-right:after {
  left: -1.5em;
  right: 1.5em;
}
.content-inner ul {
  list-style: none;
  margin-bottom: 2em;
}
.content-inner ul li {
  margin: 0em;
  padding: 0.8em 0em 0em 2em;
  position: relative;
}
.content-inner ul li:after {
  position: absolute;
  content: '\f0a4';
  font-family: FontAwesome;
  color: #f36f26;
  font-size: 1em;
  left: 3px;
  top: 11px;
}
.content-inner ul.list1 li::after, .content-inner ul.list2 li::after, .content-inner ul.list2 li::before {
  content: "";
}
.content-inner ul.list1 {
  margin: 0em 0em 2em 0em;
}
.content-inner ul.list1 li:before {
  content: '\f101';
  font-family: FontAwesome;
  color: #f36f26;
  position: absolute;
  left: .4em;
  width: 2em;
  text-align: left;
  font-size: 1.2em;
  top: 12px;
}
.content-inner ul.list2 {
  margin: 0em 0em 2em 0em;
}
.content-inner ul.list2 li {
  padding: 0em 1.5em;
  margin: 1.5em 0em;
}
.content-inner ul.list2 li h5 {
  font-size: 1.2em;
  margin: 0em 0em 0.2em;
  color: #f36f26;
}
.content-inner ul.list2 li:before {
  width: 2px;
  background: #f36f26;
  position: absolute;
  height: 100%;
  left: 0em;
}
.content-inner ol {
  margin-bottom: 2em;
}
.content-inner ol li {
  padding: 0.5em 0.5em 0.5em 2em;
  counter-increment: li;
  position: relative;
}
.content-inner ol li:before {
  content: counter(li);
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
  position: absolute;
  left: 0em;
}
.content-inner ol.olist2 {
  padding: 0em;
}
.content-inner ol.olist2 li {
  padding: 0.5em 1em 0.5em 4em;
  counter-increment: li;
  background: #f7f7f7;
  margin: 0.5em 0em;
}
.content-inner ol.olist2 li:before {
  content: counter(li);
  color: #ffffff;
  width: 47px;
  margin-left: 0em;
  font-weight: 600;
  font-size: 1.5em;
  background: #f36f26;
  padding: 0.1em 15px;
  position: absolute;
  top: 0em;
  height: 100%;
  vertical-align: middle;
  border-right: 1px solid #d6d6d6;
}
.content-inner table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 1em;
}
.content-inner table tr td,
.content-inner table tr th {
  padding: 0.5em 0.6em;
  vertical-align: top;
  border: 1px solid #ddd;
}
.content-inner table tr th {
  background: #f7f7f7;
  font-weight: 600;
}
.content-inner table a {
  display: inline-block;
  text-align: center;
  color: #f36f26;
}
.content-inner table a:hover {
  color: #000;
}
.content-inner table.table1 tr th {
  background: #f36f26;
  font-weight: 600;
  border-bottom: 2px solid #94feff;
  color: #fff;
}
.content-inner table.table1 a {
  display: block;
  color: #f36f26;
}
.content-inner table.table1 a:hover {
  color: #000;
}
.content-inner .donation-div h5 {
  margin-bottom: 0em;
  font-size: 1.7em;
}
.content-inner .donation-div ul.amount {
  list-style-type: none;
  padding: 0em;
  margin-bottom: 0em;
}
.content-inner .donation-div ul.amount li {
  width: calc(110% / 9);
  display: inline-block;
  list-style-type: none;
  padding-bottom: 0px;
  padding-left: 0em;
}
.content-inner .donation-div ul.amount li:after {
  content: "";
}
.content-inner .donation-div ul.amount li a {
  cursor: pointer;
  text-align: center;
  border: 1px solid #adaca8;
  display: block;
  padding: 6px 0em;
  border-radius: 0em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.content-inner .donation-div ul.amount li a:hover {
  text-decoration: none;
  color: #f36f26;
  border-color: #f36f26;
}
.content-inner .donation-div ul.amount li a.active {
  border-color: #f36f26;
  background: #f36f26;
  color: #fff;
}
.content-inner .donation-div .card {
  padding: 0.5em 0em;
  border: 0em solid;
}
.content-inner .donation-div .card .card-header {
  padding: 0.5em 0em;
  background: none;
  color: #000;
}
.content-inner .donation-div .card .card-header h6 {
  font-size: 1.1em;
}
.content-inner .donation-div .card .card-body {
  padding: 1.5em 0em 0.5em;
}
.content-inner .donation-right-content {
  background: #f5f5f5;
  padding: 1em 1.5em;
}
.content-inner .donation-right-content h4 {
  font-size: 1.3em;
  padding: 0.7em 0em;
  color: #f36f26;
}
.content-inner .donation-right-content .questions {
  border-bottom: 1px dashed #cacaca;
  padding: 1em 0em;
}
.content-inner .donation-right-content .questions h6 {
  font-size: 1.2em;
  text-transform: initial;
  color: #000;
}
.content-inner .donation-right-content .questions p {
  margin-bottom: 0em;
}
.content-inner .donation-right-content .questions:last-child {
  border-bottom: 0px dashed #8e8a7e;
}

.important-note {
  border: #eaeaea 1px solid;
  padding: 1em;
}
.important-note h6 {
  color: #8e8a7e;
  text-transform: initial;
  margin-bottom: 0.5em;
}
.important-note p {
  margin-bottom: 0em;
  color: #1b1b1b;
  font-weight: 400;
  font-size: 90%;
}

.faqlist {
  margin-bottom: 1.5em;
}
.faqlist h5 {
  text-transform: initial;
  font-size: 1.2em;
}
.faqlist h5 span {
  font-weight: 600;
  background: #eaeaea;
  color: #1b1b1b;
  text-align: center;
  display: inline-block;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  border-radius: 2px;
}

.social-frames {
  border: 1px solid #eaeaea;
  margin-bottom: 1.5em;
  height: 540px;
  overflow: hidden;
  box-shadow: 0em 0em 0.5em #eaeaea;
}
.social-frames h4 {
  font-size: 32px;
  line-height: 38px;
  padding: 0.4em 0.5em;
  margin-bottom: 0em;
  color: #1b1b1b;
}
.social-frames iframe {
  width: 100% !important;
}

.president-twitte-in {
  margin-bottom: 1.5em;
}
.president-twitte-in .carousel-item {
  border: 1px solid #eaeaea;
}
.president-twitte-in .carousel-item .tweet-content span {
  padding: 0.5em 1.5em;
  display: inline-block;
}
.president-twitte-in .carousel-item .tweet-content span.date {
  background: #f36f26;
  color: #fff;
}
.president-twitte-in .carousel-control-next, .president-twitte-in .carousel-control-prev {
  top: 0.5em;
  bottom: auto;
  border: 1px solid #eaeaea;
  color: #000;
  width: auto;
  padding: 0.1em 0.5em;
  font-size: 1.5em;
}
.president-twitte-in .carousel-control-next:hover, .president-twitte-in .carousel-control-prev:hover {
  border-color: #f36f26;
}
.president-twitte-in .carousel-control-prev {
  left: auto;
  right: 55px;
}
.president-twitte-in .carousel-control-next {
  right: 15px;
}

.thankyou-box {
  position: relative;
  border-radius: 0.5em;
  padding: 3em 2em;
  background: url(../images/party-bg.png) no-repeat;
  background-position: center;
  min-height: 400px;
}
.thankyou-box h4 {
  text-transform: initial;
}
.thankyou-box h6 {
  text-transform: initial;
}
.thankyou-box .np-img {
  width: auto;
  height: 360px;
  position: absolute;
  right: 0em;
  bottom: 0em;
}
.thankyou-box .spin {
  margin: 1em auto;
  width: 6em;
  height: 6em;
  border-radius: 100%;
  border: 3px solid transparent;
  padding: 0em;
}
.thankyou-box .spin img {
  width: 100%;
}
.thankyou-box .spin.danger {
  border: 3px solid #f00;
  padding: 1.5em;
}
 .content-inner ul.pagination {
    padding: 0
}

 .content-inner ul.pagination .page-item {
    padding: 0;
    display: inline-block
}

 .content-inner ul.pagination .page-item .page-link {
    color: #f36f26;
}

 .content-inner ul.pagination .page-item .page-link:hover {
    background-color: #f36f26;
    color: #fff;
}

 .content-inner ul.pagination .page-item.active .page-link {
    background-color: #f36f26;
    border-color: #f36f26;
    color: #fff;
    z-index: 0
}

 .content-inner ul.pagination .page-item:after {
    content: " "
}

 .content-inner ul.pagination .page-item:first-child .page-link,
.content-inner ul.pagination .page-item:last-child .page-link {
    border-radius: 0
}

.content-inner .donation-types{
    padding: 30px 20px;
    min-height: 472px;
    text-align: center;
    box-shadow: 0px 0px 10px #dadada;
    border-radius: 5px;
    border-bottom: 4px solid #c3c3c3;
    transition: all .3s ease-in-out;
    margin: 20px 0px 40px;
    position:relative;
}
.content-inner .donation-types:before{
  position:absolute;
  content:'';
  left:0;
  right:100%;
  bottom: -4px;
  height:4px;
  background:#f36f26;
  transition: all .5s ease-in-out;
  border-radius: 0px 0px 4px 4px;
}
.content-inner .donation-types:hover:before{
  right:0;
}
.content-inner .donation-types:hover{
  transform: scale(1.04)
}
.content-inner .donation-types h6{
    font-weight: 500;
    color: #f36f26;
    margin-bottom: 1rem;
}
.content-inner .donation-types p{color: #929292;}
.comingsoon{padding-top: 3rem;}
.comingsoon p{font-weight: 700;font-size: 1.1rem;}
.content-inner .donation-types .icon-sec{background:#f36f26;width: 130px;height: 130px;text-align: center;margin: 0px auto 20px;border-radius: 100%;padding: 30px 15px;position: relative;border: 4px solid #ffceb3;}
.content-inner .donation-types .icon-sec img{height: 60px;width:auto;margin: 0px;vertical-align: middle;}


.packed-info
{
  bottom:-25px;
  right:0;
}

.kishoree-pad
{
  bottom:-25px;
  left:0;
}
@media screen and (max-width: 1160px) {
  .content-inner .donation-div h5 {
    margin-bottom: 0em;
    font-size: 1.4em;
  }
  .content-inner .donation-types .icon-sec {
      padding: 25px 15px;
    width: 110px;
    height: 110px;}

   .content-inner .donation-types .icon-sec img {
    height: 50px;}
    .content-inner .donation-types {
    padding: 20px 15px;}
}
@media screen and (max-width: 800px) {
  .content-inner {
    padding: 30px 0px;
}
  .content-inner h1 {
    font-size: 2.3em;
  }
  .content-inner h3 {
    font-size: 1.7em;
  }
  .content-inner h4 {
    font-size: 1.2em;
  }
  .content-inner h5 {
    font-size: 1.2em;
  }
  .content-inner h6 {
    font-size: 1.1em;
  }
  .content-inner img {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
  }
  .content-inner img.img-left, .content-inner img.img-right {
    width: 50% !important;
  }
  .content-inner img.img-left {
    margin-right: 1em;
  }
  .content-inner img.img-right {
    float: right;
    margin-left: 1em;
  }
  .content-inner .image-div-left,
.content-inner .image-div-right {
    margin-bottom: 0.5em;
  }
  .content-inner .image-div-left h6,
.content-inner .image-div-right h6 {
    margin-top: 0.5em;
  }
  .content-inner .image-div-left:after,
.content-inner .image-div-right:after {
    border: 3px solid #f36f26;
    bottom: 4em;
    top: 0.5em;
  }
  .content-inner .image-div-left {
    margin-right: 1.5em;
  }
  .content-inner .image-div-left:after {
    left: 0.5em;
    right: -0.5em;
  }
  .content-inner .image-div-right {
    margin-left: 1.5em;
  }
  .content-inner .image-div-right:after {
    left: -0.5em;
    right: 0.5em;
  }
  .content-inner ul {
    margin-bottom: 1.5em;
  }
  .content-inner ol {
    margin-bottom: 1.5em;
  }
  .content-inner .donation-div h5 {
    font-size: 1.1em;
  }

  .card .card-header .mandatory {
    display: none;
    margin-bottom: 0.5em;
  }

  .thankyou-box {
    background-size: 100%;
  }
  .thankyou-box .np-img {
    position: relative;
  }

}
@media screen and (max-width: 660px) {
  .content-inner{
 
      min-height: 100px;
}
  .content-inner .donation-div ul.amount {
    margin-bottom: 1.5em;
  }
  .content-inner .donation-div ul.amount li {
    width: auto;
  }
  .content-inner .donation-div ul.amount li a {
    padding: 6px 1em;
  }
  .content-inner .donation-div .declaration-sec {
    margin-bottom: 1em;
  }
  .content-inner .donation-right-content {
    padding: 0.5em 1em;
  }

  .important-note {
    margin-top: 1em;
  }

  .thankyou-box {
    background-size: 100%;
  }
  .thankyou-box .spin {
    width: 4em;
    height: 4em;
  }
  .thankyou-box .spin.danger {
    padding: 1em;
  }
  .thankyou-box .np-img {
    height: 260px;
    margin-top: 1.5em;
  }
.content-inner .donation-types{
  min-height: 100px;
  margin:10px 0px 10px;
}
}
@media screen and (max-width: 480px) {
      .content-inner .image-div-left,
.content-inner .image-div-right {
  width: 100%;
  
}
.content-inner .image-div-left.sm,
.content-inner .image-div-right.sm {

   width: 100%;
}
.content-inner .image-div-left.lg,
.content-inner .image-div-right.lg {

   width: 100%;
}
}

@media screen and (max-width: 430px) {
  .content-inner img {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
  }
  .content-inner img.img-left, .content-inner img.img-right {
    width: 100% !important;
  }
  .content-inner img.img-left {
    margin-right: 0em;
  }
  .content-inner img.img-right {
    margin-left: 0em;
  }
  .content-inner .image-div-left,
.content-inner .image-div-right {
    width: 100%;
  }
  .content-inner .image-div-left h6,
.content-inner .image-div-right h6 {
    margin-top: 0.5em;
  }
  .content-inner .image-div-left:after,
.content-inner .image-div-right:after {
    border: 2px solid #f36f26;
    bottom: 4em;
    top: 0.5em;
  }
  .content-inner .image-div-left {
    margin-right: 0em;
  }
  .content-inner .image-div-left:after {
    left: 0.5em;
    right: -0.5em;
  }
  .content-inner .image-div-right {
    margin-left: 0em;
  }
  .content-inner .image-div-right:after {
    left: -0.5em;
    right: 0.5em;
  }
  .content-inner ul {
    margin-bottom: 1.5em;
  }
  .content-inner ol {
    margin-bottom: 1.5em;
  }
}

