/*Keyframes*/

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


/*General Styles*/

/*
@font-face {
  font-family: 'Averta Regular';
  src: url(../averta/Averta.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Averta Regular';
  src: url(../averta/AvertaSemibold.woff);
  font-weight: 700;
}

@font-face {
  font-family: 'Averta Regular';
  src: url(../averta/AvertaExtraBold.woff);
  font-weight: 900;
}
*/

body {
  position: relative;
  min-height: 100%;
  top: 0px;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  margin: 0 auto;
  letter-spacing: 0.4px;
  background: #f5f5f5;
}

#letterText .close {
  z-index: 1;
}

#letterText .edit.header-edit {
  z-index: 1;
}

body section {
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
}


.banner-bg {
  background-image: url(../img/main-bg.png);
  background-size: cover;
  background-color: #343434 !important;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*	margin-top: 10px;*/
}

header a img {
  max-height: 70px;
  padding: 10px;
  margin: 11px auto 0;
}

nav ul {
  float: right;
}

nav ul li {
  /* float: left; */
  color: #000;
  text-transform: uppercase;
  padding: 10px 14px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  /*	font-family: 'Averta Regular';*/
}

nav ul li a {
  color: #000;
  text-decoration: none;
}

nav ul li a:hover {
  color: #59A4FF;
  ;
}

.cursor-pointer {
  cursor: pointer;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.banner {
  position: relative;
  width: 100%;
  margin: 50px 0px 0px;
  display: inline-block;
}

.banner .banner-box1 {
  width: 100%;

  text-align: center;
}



.timeline {
  display: flex;
  flex-direction: row;
}

.banner-statistics .title {
  background: #fff;
  text-align: center;
  padding: 15px;
  color: #2F2F2F;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px 10px 0px 0px;
}

.banner-statistics .total-box {
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  background: #fff;
  padding: 30px;
}

.total-box p {
  /* color: #343434 !important; */
  color: #343434 !important;
  font-weight: 700 !important;
  padding: 10px 0px 0px;
  font-size: 30px;
}

.total-box p b {
  font-size: 33px;
}

anner-box1 .small-text b {
  font-size: 16px;
}

anner-box1 .small-text b.colored {
  color: #FF8D8D;
}

.team-sec {
  display: none;
}

.barchart {
  background-color: #282828;
  padding: 40px 0px;
  text-align: center;
}

.banner-box1 p span {
  color: #FF8D8D;
}

.barchart p {
  font-size: 16px;
  color: #e9d6b1;
}

.timeline .banner-box2 {
  width: 70%;
  float: left;
  text-align: left;
  background: #fff;
}

.timeline .banner-box3 {
  width: 30%;
  text-align: center;
  background: #98C7FF;
}

.banner-box1 h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: -.2em;
  /*	text-shadow: 1px 5px 4px #0000003d;*/
}

.banner-box1 h1 b {
  color: #e9d6b1;
  font-weight: 600;
}

.banner-box1 h1 span {
  font-weight: 400;
}

.banner-box1 p {
  letter-spacing: 0.4px;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  line-height: 1.3 !important;
  padding: 0px 100px 0px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 10px;
}

.banner-box1 .small-text {
  letter-spacing: 0.4px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  padding: 0px 200px 20px;
  text-align: center;
  margin-bottom: 10px !important;
}

.banner-box2 p {
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 40px;
}

.banner-box2 .banner-box2-small {
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
  font-weight: normal;
}

.banner-description p {
  font-size: 25px;
  line-height: 1.5;
  font-weight: normal;
  color: #5F5F5F;
  padding-left: 10px;
}

progress {
  height: 30px;
  width: 90%;
  margin-top: 30px;
  color: lightblue;
}

progress {
  accent-color: #F8CF41;
}

progress::-moz-progress-bar {
  background: #D9D9D9;
}

progress::-webkit-progress-value {
  background: red;
}

progress::-webkit-progress-bar {
  background: blue;
}

.timeline p span {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 0.4px;
}

.heading-text {
  color: #59A4FF;
  ;
  text-transform: uppercase;
}

.heading-text-right {
  color: #59A4FF;
  ;
  text-transform: uppercase;
}

.timeline p.scroll-to-form .fa-angle-down:before {
  display: block;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.timeline .banner-statistics p b {
  /* color: #343434; */
  color: #343434;
  font-size: 60px;
  font-weight: 700;
  padding: 0px;
  line-height: 1;
}

.timeline .banner-statistics h6 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  color: #e9d6b1;
  padding-bottom: 10px;
}

.barchart .top-section {
  background: #e9d6b1;
  padding: 30px 10px 5px 10px;
  border-radius: 10px;
  /*margin: 30px 0px;*/
  letter-spacing: normal;
  color: #282828;
  line-height: 1;
}
.barchart .top-section #demo {
  font-size: 90px;
  font-weight: 700;
}
.timeline .banner-statistics h6.time-left{
  color:  #000;
  padding-bottom: 0;
}
.timeline .banner-statistics .supporters-cnt{
  padding: 30px 10px 0;
}


.timeline .banner-statistics h4 p {
  font-weight: 400;
  padding-bottom: 20px;
  color: #282828;
  font-size: 24px;
}

p.custom-email {
  margin: 0;
  text-align: right;
}

p.custom-email a {
  background: #59A4FF;
  color: #fff;
  padding: 14px 45px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

p.custom-email a i {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
}

.spouse-text {
  font-size: 14px;
  color: #5F5F5F;
  margin-bottom: 12px !important;
  font-weight: 600;
  padding-left: 14px;
}

.support-form .support-box {
  padding: 60px 10px 25px 10px;
  text-align: center;
  margin-bottom: 84px;
  background-color: #fff;
  position: relative;
}

.team-box {
  text-align: center;
  background: #fff;
  padding: 50px 30px 30px;
  margin-bottom: 80px;
}

.team-main {
  text-align: left;
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
}

.team-main > div {
  flex-basis: 50%;
}

.team {
  margin: 10px;
  /* width: 49%; */
  text-align: left;
  background: #F5F5F5;
  padding: 10px 20px 25px;
  border-radius: 8px;
}

.name {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}

.team progress {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}

.team-box .view-btn {
  border: 1px solid #343434;
  background-color: #fff;
  color: #343434;
  border-radius: 100px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  text-decoration: none;
  transition: 0.3s all;
}

.team-box .view-btn:hover {
  border: 1px solid #343434;
  background-color: #343434;
  color: #fff;
}

.team-box .letter-btn {
  color: #fff;
  border: 1px solid #343434;
  background-color: #343434;
  border-radius: 100px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  text-decoration: none;
  transition: 0.3s all;
}

.team-box .letter-btn:hover {
  border: 1px solid #343434;
  background-color: #fff;
  color: #343434;
}

.team-box .viewall-btn {
  border: 1px solid #343434;
  background-color: #fff;
  color: #343434;
  margin-top: 30px;
  display: inline-table;
  border-radius: 100px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  text-decoration: none;
  transition: 0.3s all;
}

.team-box .viewall-btn:hover {
  border: 1px solid #343434;
  background-color: #343434;
  color: #fff;
}

.team-main ul.auto_scrolling_list {
  height: 300px;
  overflow: hidden;
}

.team-main ul li {
  color: #000;
  list-style: none;
  background: #f5f5f5;
  padding: 10px 15px;
  display: inline-block;
  margin: 10px 6px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: default;
  font-weight: 700;
}

.team-main ul li span {
  font-weight: normal;
}

.our-support .viewall-btn {
  margin-top: 0px;
}

.form-box {
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 84px;
  background-color: #fff;
  position: relative;
}

.form-box h4 {
  font-weight: normal;
  color: #59A4FF;
  ;
  font-size: 22px;
  text-transform: uppercase;
  /*font-family: 'Averta Regular';*/
  font-weight: 700;
  display: none;
}

.form-box a {
  border: none;
  text-decoration: none;
  color: #ffffff;
  transition: .3s ease;
  border-radius: 0;
  text-transform: uppercase;
  background: #000;
  box-shadow: 0px 3px 14px 1px #00000033;
}

.form-box a span,
.form-box button span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.form-box a,
.form-box button {
  /*padding: 7.5px;*/
  display: inline-block;
  max-width: 273px;
  margin: 0 15px;
  /*width: 100%;*/
  box-sizing: border-box;
  cursor: pointer;
  padding: 7px 30px;
  width: auto;
}

body .form-box .btn_send_email {
  background: #343434;
  border: 1px solid #343434;
  transition: 0.3s all;
}

body .form-box .btn_send_email:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #343434;
}


body .form-box .btn_send_custom_email {
  background: #343434;
  border: none;
  padding: 14px 30px 12px 30px;
  font-size: 16px;
  text-decoration: none;
  color: #000000 !important;
  transition: .3s ease;
  border-radius: 0;
  text-transform: capitalize;
  box-shadow: 0px 3px 14px 1px #00000033;
}

.btn_send_email:hover,
.btn_send_custom_email:hover {
  background-image: linear-gradient(to right, #fff, #fff) !important;
  color: #343434 !important;
}

.form-box a:hover,
.supporters-box a:hover {
  background: #343434;
  color: #fff;
}

fieldset {
  border: none
}

/********************8*/

.form-box .form-grp {
  width: calc(50% - 88px);
  margin: 0 5px 0;
  display: inline-block;
  margin-bottom: 10px;
}

.form-box .radio-grp {
  text-align: center;
  margin-bottom: 40px;
  color: #59A4FF;
  margin-top: 20px;
}

.form-box .radio-grp span {
  background-position: center;
  transition: background 0.8s;
  padding: 15px 0px;
  transition: 0.5s all;
  cursor: pointer;
  position: relative;
  color: #757575;
  width: 200px;
  display: inline-block;
  font-size: 16px;
  background-color: #eae9ef;
  width: 43%;
}

.form-box .radio-grp span:hover {
  background: #59A4FF;
  color: #fff;
}

label input[type="radio"]:checked ~ span {
  color: #ffffff;
  background: #59A4FF;
}

/*.form-box .radio-grp span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #f5f5f5;
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(25, 25);
    color: #59A4FF;
  }
}
.ripple:after {
  animation: ripple 1s ease-out;
}*/

.form-box input[type='text'],
.form-box input[type='email'],
.form-box input[type='number'],
textarea {
  color: #000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #f5f5f5;
  padding: 12px 26px;
  border-radius: 6px;
}

.supporters-box {
  text-align: center;
  margin-bottom: 100px;
}

.supporters-box {
  padding: 120px 40px 80px;
  margin-top: 50px;
  background-color: #fff;
}

.supporters-box ul.auto_scrolling_list {
  height: 300px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 61px;
}

.supporters ul li {
  color: #59A4FF;
  list-style: none;
  background: #f5f5f5;
  padding: 10px 15px !important;
  display: inline-block;
  margin: 21px 28px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: default;
}

.supporters-box a {
  border: none;
  padding: 11px 30px 10px 30px;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  transition: .3s ease;
  border-radius: 0;
  text-transform: capitalize;
  background: #000;
  box-shadow: 0px 3px 14px 1px #00000033;
}

.supporters-box a[href="#allSupporters"] {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  max-width: 273px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 12.5px;
}

footer {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  box-shadow: 4px 2px 11px 3px #0000004d;
  top: 10px;
  line-height: 20px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

/*.banner:before {
	content: "";
	width: 1050px;
	height: 1050px;
	top: -100%;
	background-color: #59A4FF1c;
	left: -138%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}*/

/* .btn_send_email:before, .btn_send_custom_email:before{
	content: '\f1d8';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 10px 0px 0px;
	text-decoration:none;
} */

/* .show-letter:before{
	content: '\f06e';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 10px 0px 0px;
	text-decoration:none;
} */

/* .load-first:before{
	content: '\f06e';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 10px 0px 0px;
	text-decoration:none;
} */

/*.banner:after {
	content: "";
	width: 400px;
	height: 400px;
	top: -170%;
	background-color: #59A4FF1c;
	right: -100%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}*/

/*.timeline:after {
	content: "";
	width: 800px;
	height: 800px;
	top: -190%;
	background-color: #59A4FF1c;
	right: -150%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}*/

/*.form-box:after {
	content: "";
	width: 700px;
	height: 700px;
	top: 100%;
	background-color: #59A4FF1c;
	left: -148%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}*/

/*Popup styles*/

#letterText,
#allSupporters,
#customLetterText {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}

#allSupporters {
  overflow-y: auto;
  height: 100%;
}

.overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

/*.overlay:target {
	visibility: visible;
	opacity: 1;
}*/

.overlay.open {
  visibility: visible;
  opacity: 1;
}

.popup {
  text-align: center;
  margin: 70px auto;
  background: #f5f5f5;
  width: 85%;
  position: relative;
  transition: all .5s ease-in-out;
}

#allSupporters .popup {
  height: calc(100% - 140px);
}

.popup-head {
  text-align: left;
  margin: 0;
  padding: 24px;
  background: #f1f1f1;
  color: #59A4FF;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  /*	font-family: 'Averta Regular';*/
}

#letterText h4.popup-head {
  text-align: center;
}

.email-meta {
  text-align: left;
  padding: 20px;
  background-color: #f5f5f5;
  margin: 0px 40px;
}

.email-meta dt,
dd {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.email-meta dd {
  margin-bottom: 5px;
  margin-left: 15px;
}

.email-meta dt {
  font-weight: 900;
  margin-bottom: 5px;
  width: 35px;
}

.email-content {
  text-align: left;
  background-color: #fff;
  padding: 20px 50px;
  margin: 0px;
}

.email-content h4 {
  color: #59A4FF;
  ;
  font-size: 24px;
}

.email-content p {
  font-size: 18px;
}

.email-signature p {
  text-align: left;
  font-size: 18px;
  color: #59A4FF;
  padding: 0px 50px 30px 50px;
}

.popup button {
  transition: all 200ms;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(to right, #dc4e3f, #dc4e3f);
  padding: 11px 30px;
  border: none;
  margin-bottom: 40px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #dc4e3f;
}

.popup button:hover {
  color: #dc4e3f;
  background: #fff;
  border: 1px solid #dc4e3f;
}

.popup button:before {
  content: '\f1d8';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;

}

.popup .edit:before {
  content: '\f044';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;

}

.popup h2 {
  margin-top: 0;
  color: #333;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 17px;
  transition: all 200ms;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 2px 5px 9px 4px #00000021;
  border: none;
  padding: 0px;
}

.popup .close img {
  width: 30px;
}

.popup .edit {
  border: 1px solid #343434;
  left: -15px;
  transition: all 200ms;
  font-size: 16px;
  color: #343434;
  background: #fff;
  padding: 11px 30px;
  text-decoration: none;
  border-radius: 50px !important;
  position: relative;
}

.popup-head {
  display: block !important;
}

a.edit.header-edit {
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: 14px;
  width: auto;
  left: 14px;
  background: #c2c2c2;
  border: none;
  color: #fff;
  padding: 8px 2px 5px 15px;
  border-radius: inherit;
  font-size: 25px;
  box-shadow: 2px 5px 6px 1px #00000021;
}

input[type='radio']:after {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type="radio"i] {
  display: none;
  width: 0;
}


input[type='radio']:focus {
  outline: none;
}

.radio-grp {
  font-size: 0;
}

.radio-grp label:nth-child(1) {
  /*    margin: 0 0 0 -41px;*/
}

.popup .edit:hover {
  color: #fff;
  background-image: linear-gradient(to right, #343434, #343434);
}

.popup .close:hover {
  color: #ccc;
}

.popup ul {
  padding: 0px 20px;
}

.popup .content {
  /*margin: 0px 0 40px 0;*/
  margin: 0;
  max-height: 30%;
  overflow: auto;
  background-color: #fff;
  padding-top: 23px;
}

#allSupporters .popup .content {
  margin: 0;
  max-height: calc(100% - 78px);
}

/********************/

.error {
  color: red;
}

label.error {
  float: left;
  padding: 5px;
  font-size: 12px;
}

.email-inputs textarea#email_heading {
  color: #59A4FF;
  font-size: 24px;
  border: 0;
  line-height: 1.5;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  background-color: transparent;
  width: 100%;
  display: none !important;
}

.email-inputs textarea#email_desc,
#customLetterText .email-inputs textarea#mail_desc {
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  border: 0;
  width: calc(100% - 60px);
  min-height: 550px;
  overflow-y: hidden;
  padding: 20px 30px;
}

#customLetterText .email-inputs textarea#mail_desc {
  min-height: 300px;
}

#customLetterText .email-inputs input#fname,
#customLetterText .email-inputs input#lname,
#customLetterText .email-inputs input#email {
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  border: 0;
  padding: 20px 30px;
  width: calc(100% - 60px);
  margin-bottom: 10px;
}

#customLetterText .email-inputs input > label.error {
  margin-top: -10px;
  margin-bottom: 10px;
}

.email-signature p {
  padding: 0;
}

.email-inputs.email-input-cls,
#customLetterText .email-inputs {
  text-align: left;
  background-color: #f5f5f5;
  padding: 50px;
  margin: 30px 0 0 0;
}

.email-signature.signature {
  text-align: left;
  padding: 20px;
  background-color: #f5f5f5;
  margin: 0px 40px;
}

.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.a2a_kit a {
  margin-top: 20px;
}

.a2a_kit {
  margin: 0px 0px 87px 0px;
}

.social {
  display: flex;
  flex-direction: row;
}

.social p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #343434;
}

.social a {
  padding: 13px 0px 10px !important;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 5px;
  transition: 0.3s all;
}

.social img {
  height: 25px;
}

.social a:hover {
  color: #fff;
  background-color: #e9d6b1;
  border: 1px solid #e9d6b1;
}

.heading-text-center {
  margin: 0 auto -21px;
  padding: 7px 30px;
  font-weight: 600;
  font-size: 20px;
  color: #343434 !important;
  text-transform: uppercase;
  text-align: center;
  background: #E9D6B1;
  border-radius: 10px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.testimonial h5 {
  font-size: 20px;
  margin: 10px 0px 5px;
}

.testimonial h6 {
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
  color: #616161;
}

.testimonial p {
  margin: 0px;
}

.testimonial .test-box {
  padding: 15px;
  width: 80%;
  text-align: center;
  display: inline-block;
  margin-top: 0px;
}

.carousel-control-prev-icon {
  cursor: pointer;
  background-image: url(../img/left.svg) !important;
}

.carousel-control-next-icon {
  cursor: pointer;
  background-image: url(../img/right.svg) !important;
}

.testimonial {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  padding-bottom: 30px;
}

.btn_send_email .loaded,
.btn_send_custom_email .loaded {
  display: inline-block;
}

.btn_send_email .loading,
.btn_send_custom_email .loading {
  display: none;
}

.btn_send_email .loading img,
.btn_send_custom_email .loading img {
  height: 14px;
}

.btn_send_email.loading .loaded,
.btn_send_custom_email.loading .loaded {
  display: none;
}

.btn_send_email.loading .loading,
.btn_send_custom_email.loading .loading {
  display: inline-block;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook {
  background-color: transparent !important;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook svg {
  display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_twitter svg {
  display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_email svg {
  display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_whatsapp svg {
  display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_telegram svg {
  display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_linkedin svg {
  display: none;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook {
  background-image: url(../img/facebook.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_twitter {
  background-image: url(../img/twitter.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_email {
  background-image: url(../img/email.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_whatsapp {
  background-image: url(../img/whatsapp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_telegram {
  background-image: url(../img/telegram.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_linkedin {
  background-image: url(../img/linkdin.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.spouse-text {
  text-align: left;
}

/*Animation*/

@keyframes round1 {
  0% {
    left: -138%;
    top: -200%;
  }

  100% {
    left: -48%;
    top: -100%;
  }
}

.banner:before {
  animation: round1 1s forwards 0.3s ease;
}

@keyframes round2 {
  0% {
    right: -100%;
    top: -170%;
  }

  100% {
    right: -50%;
    top: -70%;
  }
}

.banner:after {
  animation: round2 1.1s forwards 0.4s ease;
}

@keyframes round3 {
  0% {
    right: -150%;
    top: -190%;
  }

  100% {
    right: -50%;
    top: -90%;
  }
}

.timeline:after {
  animation: round3 1.3s forwards 0.6s ease;
}

@keyframes round4 {
  0% {
    left: -148%;
    top: 100%;
  }

  100% {
    left: -48%;
    top: 50%;
  }
}

.round4:after {
  animation: round4 1s forwards 0.3s ease;
}

.container {
  max-width: 100% !important;
}

.banner-description h4 {
  display: none;
}

/*Mobile*/
.form-box .form-grp {
  width: 47%;
}

.form-box .full {
  width: 96%;
}

label {
  margin-bottom: 0rem;
}

@media screen and (max-width:1250px) {

  body .form-grp.third {
    width: 25.5%;
  }
}

@media screen and (max-width:1080px) {

  body .form-grp.third {
    width: 24.5%;
  }

  /*.timeline .banner-description p {
		padding: 0px 20px;
		font-size: 16px;
	}*/

  .popup-head {
    font-size: 16px;
    padding: 27px;
  }

}

@media (max-width: 991px) {
  .close img {
    width: 30px;
  }

  .custom-letter-content {
    padding: 10px 10px;
    text-align: left !important;
  }

  .nav.nav-tabs.js-tabs li {
    padding: 5px 15px;
  }

  .popup .edit:before {
    font-size: 16px;
  }

  a.edit.header-edit {
    padding: 7px 0px 5px 10px;
  }

  section.timeline div {
    text-align: center;
  }

  .banner-description h4 {
    font-size: 16px !important;
  }

  .cta-btn {
    padding: 14px 0;
    display: inline-block;
    font-size: 18px;
    width: 80%;
  }

  a.cta-btn.download {
    padding: 10px 0;
    margin: 10px 3px;
    min-width: 0;
  }

  section.timeline {
    margin-top: 30px;
  }

  .banner-description {
    width: 100%;
  }

  span.cnt-parent,
  span.cnt-children {
    font-size: 70px !important;
  }

  fieldset {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-box a,
  .form-box button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }


}

@media (min-width: 992px) {


  .banner-box1 h1 {
    font-size: 50px;
  }

  .supporters ul li {
    display: block;
  }

  .supporters ul li {
    width: calc(50% - 86px);
  }

  section.timeline .banner-description,
  section.timeline .banner-statistics {
    display: inline-block !important;
    top: -73px;
  }

  .banner-statistics {
    float: right;
  }
}

@media screen and (max-width:920px) {
  .modal-content {
      width: 90% !important;
  }
  .logo-box {
    min-width: 250px;
  }

  header a img {
    height: 56px;
  }

  .tab-box {
    font-size: 14px !important;
  }

  .tab-box p {
    font-size: 12px;
  }

  .team-box {
    padding: 50px 10px 30px;
  }

  .team-box .view-btn {
    padding: 6px 10px;
    font-size: 13px;
  }

  .banner-bg {
    padding-bottom: 50px;
  }

  .banner-statistics .title {
    font-size: 29px;
  }

  h3 {
    font-size: 16px !important;
  }

  .banner-statistics .total-box {
    margin-bottom: 40px;
  }

  body .form-grp.third {
    width: 23.5%;
  }

  .form-box .radio-grp span {
    width: 80%;
  }

  .radio-grp label:nth-child(1) {
    margin: 0 0 0 0px;
  }

  .popup-head {
    padding-top: 100px;
  }

  .timeline {
    text-align: center;
  }

  .timeline p span {
    display: block;
  }

  /*
	.timeline p i {
		right: 0%;
		position: relative;
		margin-top: 20px;
		padding: 13px 30px;
		font-size: 4em;
	}
*/

  nav span.mobile-menu {
    padding: 5px 22px;
    cursor: pointer;
    font-size: 1.8em;
    float: right;
    display: none;
  }

  nav span.mobile-menu::before {
    font-family: FontAwesome;
    content: "\f142";
    color: #5d368f;
  }

  nav ul {
    display: none !important;
    position: absolute;
    right: 15px;
    top: 38px;
    display: block;
    float: right;
    width: 200px;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 2px -1px #00000073;
    z-index: 1;
  }

  nav ul.display-nav {
    display: block !important;
  }

  nav ul li {
    text-align: left;
    float: none;
    display: block;
  }


  nav ul li a {
    display: block;
  }

  .banner .banner-box1 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .banner .banner-box2 {
    width: 100%;
    float: none;
  }

  .banner-box2 p {
    text-align: center;
  }

  .banner-box2 .banner-box2-small {
    text-align: center;
  }

  .banner {
    margin: 50px 0px 0px 0px;
  }

  .heading-text-right,
  .heading-text {
    text-align: center;
  }

  .banner-statistics .wrapper {
    font-size: 20px;
  }

  span.cnt-parent,
  span.cnt-children {
    font-size: 64px !important;

  }

  .form-box input {
    /*		width: 80%;*/
    margin-left: 0px;
    float: none;
  }

  .banner-box1 span {
    margin-bottom: 30px;
    margin: 0px 0 0 0;
  }

  .email-meta dt,
  dd {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .email-content h4 {
    font-size: 20px;
    text-align: center;
  }

  .email-content p {
    font-size: 20px;
    text-align: center;
  }

  .email-meta dd {
    margin: 0;
  }

  .email-signature p {
    text-align: center;
  }
}

@media screen and (max-width: 890px) {
  .form-box .form-grp {
    width: 95%;
  }
}

@media screen and (min-width: 768px) {

  section.timeline .banner-description,
  section.timeline .banner-statistics {
    display: inline-block !important;
    top: -73px;
  }

}

@media screen and (max-width: 768px) {
  .about-box {
    padding: 40px 20px !important;
  }

  .supporter-radio-wrapper span {
    background: #e5e5e5 !important;
  }

  .a2a_kit.a2a_kit_size_32.a2a_default_style {
    padding: 40px 20px 20px !important;
  }

  #about {
    margin-top: 30px;
  }

  .social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .team-main ul.auto_scrolling_list {
    padding-left: 0;
  }

  .timeline {
    display: block;
  }

  .team {
    margin: 0px 0px 15px 0px;
    width: 100%;
  }

  .team-main {
    display: block;
  }

  body .form-grp.third {
    width: 22.5%;
  }

  p.custom-email {
    margin: 34px 0 0 0;
    text-align: center;
  }

  .supporters-box {
    padding: 40px 0px;
  }

  .supporters-box a[href="#allSupporters"] {
    margin-top: -40px;
  }


  .banner-bg {
    padding-bottom: 50px;
  }

  .supporters-box ul {
    padding-left: 0px;
  }

  body .banner-box1 p {
    padding: 12px !important;
    font-size: 18px;
    margin-bottom: 0px !important
  }

  body .banner-description {
    width: 100%;
    float: none;
    margin-top: 45px !important;
  }

  .banner-statistics {
    width: 100% !important;
    margin-top: 30px !important;
  }

  section[role="form"] {
    margin-top: 0;
  }

}

@media screen and (max-width: 700px) {

  input[type='radio']:checked:after {
    left: 70px;
  }

  body .form-grp.third {
    width: 100%;
  }

  .form-box .form-grp {
    width: 100%;
  }

  .form-box .form-grp {
    margin-left: auto;
    overflow: hidden;
  }

  .box {
    width: 70%;
  }

  .popup {
    width: 90%;
  }

}

@media screen and (max-width: 600px) {

  .supporter-radio-wrapper {
    flex-wrap: wrap;
  }

  .supporter-radio-wrapper label {
    display: initial !important;
    width: 50%;
  }

  .supporter-radio-wrapper span {
    border: 1px solid #DADADA;
    border-radius: 0px !important;
  }
}


@media screen and (max-width: 450px) {
  #thankyou_popup .thankyou_msg {
    padding: 0px 20px 20px !important;
  }

  #thankyou_popup .share {
    padding: 0px 0px;
  }

  .banner:before {
    top: -40%;
    left: -88%;
  }

  .banner-box2 p {
    text-align: center;
    padding: 0px 30px;
  }

  main,
  .supporters {
    padding: 0px;
  }

  .popup {
    width: 95%;
  }

  .email-content {
    padding: 20px;
  }

  .email-signature p {
    text-align: center;
    padding: 0px 10px 30px 10px;
  }

  .email-meta {
    padding: 10px;
  }

  .email-meta dd {
    margin: 0;
  }

  .email-meta dt,
  dd {
    font-size: 16px;
    text-align: center;
    display: block;
  }

  .email-content h4 {
    font-size: 20px;
    text-align: center;
  }

  .email-content p {
    font-size: 20px;
    text-align: center;
  }
}

/*Open Schools*/

/*.share a img{
	height: 50px;
    padding: 10px 10px;
    transition: 0.5s all;
}

.share a img:hover{
	transform: scale(1.1);
	filter: drop-shadow(3px 5px 5px #0000002e);
}
*/

.container-check {
  /*display: block;*/
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #747474;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.support-us p {
  color: #6D6D6D;
  font-size: 18px;
  line-height: 27px;
}

.cta-btn {
  background: #000;
  color: #fff;
  padding: 14px 73px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  transition: 0.5s all;
  box-shadow: 0px 3px 14px 1px #00000033;
}

a.cta-btn.download {
  padding: 13px 0;
  display: inline-block;
  margin: 20px 3px;
  color: #000;
  min-width: 327px;
  background: #98c7ff;
}

a.cta-btn.download:hover {
  background: #8fbffa;
}

.cta-btn:hover {
  background: #fff;
  color: #000;
}

section.timeline div {
  /* display: block; */
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 10px;
}

.banner-description {
  width: calc(80% - 55px);
  padding: 0px 0px 0px;
  background: #fff;
  border-radius: 10px;
}

.banner-description h4 {
  /*	display: none;*/
  color: #343434;
  background: #f1f1f1;
  padding: 10px;
  margin: 0;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.banner-description p {
  font-size: 16px;
  color: #5F5F5F;
  margin-bottom: 27px;
  text-align: center;
}

.banner-statistics {
  width: 20%;
  border-radius: 10px;
}

.banner-statistics p {
  margin: 0;
}

.banner-statistics .wrapper {
  background: #98C7FF;
  display: block;
  padding: 34px;
  text-align: center;
  font-size: 26px;
  color: #3A3A3A;
  line-height: 1.2;
}

.banner-statistics .wrapper:first-of-type {
  border-bottom: 1px solid #F0F0F0;
}

span.cnt-parent,
span.cnt-children {
  font-size: 96px !important;
  display: block;
  font-weight: 700;
  margin-top: 12px;
}

h3 {
  text-align: center;
  background: #59a4ff;
  font-size: 30px;
  color: #000 !important;
  width: fit-content;
  margin: 0 auto -36px;
  padding: 9.5px 86px;
  z-index: 1;
  position: relative;
  font-weight: 700;
}

fieldset {
  border: none;
  padding: 0px 0 0px;
}

section.support-us {
  text-align: center;
  margin: 54px auto 123px;
}

section.support-us a {
  background: #59a4ff;
  color: #000;
  padding: 12px 96px;
  display: block;
  width: max-content;
  margin: 28px auto 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  box-shadow: 0px 3px 14px 1px #00000033;
  text-align: center;
}

section.supporters h3 {
  margin-bottom: -99px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
  background: #fff;
  padding: 80px;
}

section[role="form"] {
  margin-top: 61px;
}

.supporters ul li {
  padding: 0px !important;
}

hr {
  border-top: 1px solid #E5E5E5;
  padding: 0;
  margin: 0;
}

.supporters-box a.close {
  background: none;
}

.supporters ul li span:nth-child(1) {
  padding: 15px 26px;
  display: inline-block;
  font-size: 20px;
}

.no-of-child,
.school-of-child {
  padding: 4px 29px 18px;
  display: inline-block;
}

.no-of-child img,
.school-of-child img {
  height: 26px;
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  top: 5px;
}


@media (max-width: 767px) {
  .banner-box1 h1 {
    font-size: 40px;
  }



  h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}



@media (max-width: 550px) {
  header a img {
    height: 45px;
  }

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

  .team-box .view-btn,
  .team-box .letter-btn {
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

}

#allSupporters .popup-head {
  color: #343434;
}

#allSupporters.supporters ul li {
  color: #343434;
  list-style: none;
  background: #f5f5f5;
  padding: 10px 15px !important;
  display: inline-block;
  margin: 10px 6px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: default;
}

#allSupporters.supporters ul li span {
  padding: 0;
  font-size: inherit;
}

.mail-letter-btn {
  border-radius: 50px !important;
  background: #fff !important;
  color: #343434 !important;
  border: 1px solid #343434 !important;
  box-shadow: none !important;
}

.mail-letter-btn:hover {
  background: #343434 !important;
  border: 1px solid #343434 !important;
  transition: 0.3s all;
  color: #fff !important;
}

#letterText .popup-head {
  padding: 24px 50px 26px 50px !important
}

#letterText .popup {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/*#letterText .edit.header-edit{
    border-radius: 0;
}*/
#letterText .edit-mail-content {
  padding: 14px 35px;
}

#letterText .btn_send_email {
  background: #343434;
  border: 1px solid #343434;
  transition: 0.3s all;
}

#letterText .edit_letter_textarea {
  background: #fff !important;
  overflow-y: auto !important;
}

#letterText .edit_letter_textarea::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

#letterText .edit_letter_textarea::-webkit-scrollbar-track {
  background: #fff;
  /* color of the tracking area */
}

#letterText .edit_letter_textarea::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #fff;
  /* creates padding around scroll thumb */
}

.checkbox-inline {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #8c8c8c;
  margin-left: 3px;
}

.checkbox-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: unset;
  left: 0;
  height: 16px;
  width: 15px;
  background-color: #eee;
  border-radius: 3px;
}

.checkbox-inline:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-inline input:checked ~ .checkmark {
  background-color: #343434;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-inline input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-inline .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.supporter-radio-wrapper {
  text-align: center;
  color: #343434;
  margin-top: 20px;
  display: flex !important;
}

.supporter-radio-wrapper span {
  height: 100%;
  border-right: 1px solid #DADADA;
  background-position: center;
  transition: background 0.8s;
  padding: 15px 0px;
  transition: 0.5s all;
  cursor: pointer;
  position: relative;
  width: 200px;
  display: block;
  font-size: 15px;
  width: 100%;
  color: #343434;
  background: #f5f5f5;
  font-weight: 500;
  text-transform: uppercase;

}

.supporter-radio-wrapper label {
  display: initial !important;
  width: 100%;
}

.supporter-radio-wrapper label input[type="radio"]:checked ~ span {
  color: #343434;
  background: #E9D6B1;
  padding-left: 40px !important;
}

.supporter-radio-wrapper label input[type="radio"]:checked ~ span :after {

  content: url(../img/check.svg);
  top: 25px;
  position: absolute;
  left: 10px;

}

/* .supporter-radio-wrapper label .tab-box1{
	border-top-left-radius: 10px; 
}
.supporter-radio-wrapper label .tab-box2{
	border-top-right-radius: 10px; 
} */
.supporter-radio-wrapper label:first-child .tab-box {
  border-top-left-radius: 10px;
}

.supporter-radio-wrapper label:last-child .tab-box {
  border-top-right-radius: 10px;
  font-size: 15px !important;
  border-right: 0px solid #DADADA;
}

.share {
  padding-top: 30px;
      margin: 50px auto;
}

.small-font {
  font-size: 16px;
}

a.footer-link:hover {
  color: whitesmoke;
}

/*.recent_submission {
  display: none !important;
}*/
#view_all_sup{
  margin: auto;
}


/*new-popup*/

#thankyou_popup .close {
  z-index: 1;
}

#thankyou_popup .edit.header-edit {
  z-index: 1;
}

#thankyou_popup h4.popup-head {
  text-align: center !important;
  padding: 30px 50px 10px 20px !important;
  color: #343434;
  font-size: 24px;
  text-transform: capitalize;
  background: #fff;
}

#thankyou_popup {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}

#thankyou_popup .popup-head {
  padding: 24px 50px 26px 50px !important
}

#thankyou_popup .popup {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#thankyou_popup .edit-mail-content {
  padding: 14px 35px;
}

#thankyou_popup .btn_send_email {
  background: #343434;
  border: 1px solid #343434;
  transition: 0.3s all;
}

#thankyou_popup .edit_letter_textarea {
  background: #fff !important;
  overflow-y: auto !important;
}

#thankyou_popup .edit_letter_textarea::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

#thankyou_popup .edit_letter_textarea::-webkit-scrollbar-track {
  background: #fff;
  /* color of the tracking area */
}

#thankyou_popup .edit_letter_textarea::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #fff;
  /* creates padding around scroll thumb */
}

#thankyou_popup .popup .content {
  padding: 0;
}

#thankyou_popup .a2a_kit {
  margin: 0;
}

#thankyou_popup .thankyou_msg {
  padding: 0px 70px 20px !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

#thankyou_popup .popup {
  width: 100%;
  max-width: 600px !important;
}

#thankyou_popup .a2a_kit.a2a_kit_size_32.a2a_default_style {
  background: #f5f5f5 !important;
  padding: 30px !important;
}

.thankyou_msg a {
  color: #343434;
  font-weight: 800;
}

#thankyou_popup .share {
  margin: 0;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 500;
}

#thankyou_popup .social a {
  background: #fff;
}

#thankyou_popup .social img {
  height: 20px;
}

.tab-section {
  display: none;
}

.tab-section.active {
  display: block;
}

.hide {
  display: none;
}

#mailto {
  padding: 7px 20px;
}

.tab-box p {
  font-size: 14px;
  color: #343434;
  margin: 0px;
  padding-left: 0px;
  text-align: left;
}

.tab-box {
  text-align: left !important;
  font-size: 16px !important;
  padding: 15px 0px 15px 15px !important;
  font-weight: 600 !important;
}

.banner-box1 .readmore {
  text-decoration: underline;
  color: #fff;
  font-weight: 500;
}

.banner-box1 a,
.colored {
  color: #e9d6b1;
}

.small-text .colored {
  color: #e9d6b1;
  font-size: 20px;
}

.about-box {
  background: #fff;
  padding: 80px;
  text-align: center;
}

.about-box p {
  max-width: 900px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.big-text {
  font-size: 18px;
}

.topnav {
  background-color: #3330;
}

.action-btn {
  color: #E9D6B1 !important;
  font-weight: 500;
}

.action-btn:hover {
  color: #fff;
}

.side-bar {
  border-right: 1px solid #fff;
  padding-right: 25px !important;
}

.action-btn img {
  margin: 0px !important;
}

.topnav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  font-size: 15px;
  margin: 10px;
  font-weight: 500;
}

.topnav a:hover {
  color: #e9d6b1;
}

.topnav .logo:hover {
  background-color: #333333;
}

.topnav a.active {
  background-color: #e9d6b1;
  border-radius: 100px;
  color: #333333;
}

.topnav .icon {
  display: none;
}

.attemp_open_mail {
  text-align: start;
  font-size: 10px !important;
  padding: 0 0 15px 0;
  margin-left: 6px;
}

.custom-letter-buttons .button.mail-letter-btn {
  background: #343434 !important;
  color: #fff !important;
  font-weight: 500;
}

.custom-letter-buttons .button.mail-letter-btn:hover {
  background: #fff !important;
  color: #343434 !important;
  border: 1px solid #343434 !important;
}

.clipboard-btn {
  position: absolute;
  top: -27px;
  right: 18px;
  padding: 1px 9px !important;
  border-width: 1px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0 !important;
  border-radius: 15px;
}

textarea.copy_textarea:focus {
  outline: 1px;
}

.send_mail_link {
  display: inline-block;
  max-width: 273px;
  box-sizing: border-box;
  cursor: pointer;
  width: auto;
  vertical-align: top;
}

.copy_textarea {
  line-height: 1.7;
  padding: 6px 10px;
  font-size: 14px;
}

.nav.nav-tabs.js-tabs {
  max-width: 642px;
  margin: auto;
  border-bottom: transparent;
}

.nav.nav-tabs.js-tabs li {
  color: #000;
  cursor: default;
  padding: 5px 0px;
  margin-bottom: 2px;
}

.custom-letter-content {
  padding: 10px 30px;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
}

.custom-letter-content strong {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 4;
}

.custom-letter-content strong em {
  font-style: normal !important;
}

.custom-letter-content ol li {
  font-size: 14px;
  padding-bottom: 10px;
  color: #5F5F5F;
}

.custom-letter-content ol {
  padding-left: 20px !important;
}

.about-box a {
  color: #282828;
}

.share-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 20px;
}

.row-f {
  display: flex;
  justify-content: space-between;
}

.col-f p {
  margin-bottom: 20px;
}

.col-f {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px 20px 30px;
  margin: 20px 10px;
  color: #282828;
}

.cta-btn-2 {
  background: #E9D6B1;
  border-radius: 100px;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
}

.col-f .small-text {
  padding: 0px 40px 10px !important;
  margin-bottom: 3px !important;
}

.commentnow {
  color: #e9d6b1 !important;
  background: #343434;
  border: 1px solid #e9d6b1;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.action-btn img {
  width: 40px;
}


.media-box{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 80px;
    text-align: center;
}

.media-box a{
      margin-bottom: 20px;
  background: #f5f5f5;
  width: 32%;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s all;
}
.media-box a:hover{
      box-shadow: -2px 7px 20px 0px #00000024;
}

.media-box a img{
      width: 100%;
      border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.media-box h6{
    color: #343434;
    font-weight: 500;
    line-height: 1.4;
    font-size: 15px;
    margin: 15px 15px 16px;
}
#donate .barchart{
  margin-top: 0; 
  padding-top: 0;
}
#donate #demo{
    margin-top: 0; 
    margin-bottom: 0; 
}
.supporters-cnt .total-sub{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 10px 0;
}
.supporters-cnt p.counter b{
  color: #e9d6b1 !important;
}
.supporters-cnt p.counter{
  margin-top: 15px;
}


.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}



/*video Popup*/


/* The Modal (background) */
.modal {
  z-index: 5 !important;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
color: #000000;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    background: #fff;
    right: 0px;
    top: -40px;
    padding: 3px 9px 2px 10px;
    border-radius: 100px;
    opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myBtn{
      border: 0px;
    border-radius: 100px;
    padding: 6px 10px 5px 10px;
    font-size: 14px;
    cursor: pointer;
}






@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}


@media screen and (max-width: 768px) {


  .media-box a{
    width: 49%;
  }
  .row-f {
    display: block;
  }

  header {
    display: block;
  }

  .logo img {
    padding: 5px;
  }

  .topnav a {
    display: none;
  }

  .side-bar {
    border: 0;
  }

  .action-btn img {
    width: 30px;
    padding-left: 0px;
  }

  .topnav a.icon {
    float: right;
    display: block;
    margin-top: 30px;
    position: relative;
    top: -67px;
    background: #00000063;
    padding: 8px 10px;
    border-radius: 5px;
  }

  .banner {
    margin: 0px 0px 0px 0px;
  }

  .topnav.responsive {
    position: relative;
    margin: 20px 0px 40px;
    background: #222;
    border-radius: 10px;
    padding: 10px;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: -80px;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  footer {
    display: block;
    padding: 11px 30px;
    text-align: center;
  }
}


@media screen and (max-width: 450px) {

  .media-box a{
    width: 100%;
  }
}
