

 
 .ul.list li.list-item span.check {
    border-radius: 50%;
    background-color: #f6f7ff;
    -webkit-box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
    box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6342ff;
    margin-right: 30px;
}
/* Step Start */
.step {
  padding: 60px 0px 120px;
  position: relative;
}
.step .map {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  max-width: 75%;
}
.step .section-head {
  position: relative;
  margin-bottom: 27px;
}
.step .step-box {
  position: relative;
  margin-top: 30px;
  padding: 40px 30px 40px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(225, 223, 248, 0.73);
          box-shadow: 0px 9px 29px 0px rgba(225, 223, 248, 0.73);
}
.step .step-box h6.top {
  font-size: 22px;
  line-height: 32px;
  color: #66cc33;
}
.step .step-box .thumb {
  margin: 20px auto 34px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(225, 223, 248, 0.73);
          box-shadow: 0px 9px 29px 0px rgba(225, 223, 248, 0.73);
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.step .step-box h3.subtitle {
  color: #142645;
  padding-bottom: 7px;
}
.step .step-box p.text {
  color: #142645;
}
.step .step-box:hover .thumb {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* campaigns Start */
.campaigns {
  padding: 120px 0px 120px;
}
.campaigns .section-head {
  margin-bottom: 27px;
}
.campaigns .campain-box {
  margin-top: 100px;
  padding: 30px 30px 30px;
  background-color: white;
  -webkit-box-shadow: 0px 21px 106px 0px rgba(222, 219, 251, 0.73);
          box-shadow: 0px 21px 106px 0px rgba(222, 219, 251, 0.73);
}
.campaigns .campain-box .thumb .icon {
  margin-top: -100px;
}
.campaigns .campain-box .thumb .progress-box {
  margin-top: 80px;
}
.campaigns .campain-box .thumb .progress-box .donation--container {
  width: 100%;
}
.campaigns .campain-box .thumb .progress-box .donation--rounded {
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.campaigns .campain-box .thumb .progress-box .donation--bar {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(45deg, #eceeff 0%, #eeeefd 43%, #f0edfb 100%);
}
.campaigns .campain-box .thumb .progress-box .donation--progress {
  position: relative;
  max-width: 32%;
  height: 100%;
  background-image: url("../img/progress-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: width 2s linear;
  transition: width 2s linear;
}
.campaigns .campain-box .thumb .progress-box .donation--number {
  -webkit-transition: left 2s linear;
  transition: left 2s linear;
  position: absolute;
  top: -18px;
  left: 32%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding: 4px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(0deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  width: 44px;
  height: 44px;
  line-height: 37px;
  font-size: 15px;
}
.campaigns .campain-box .thumb .progress-box .donation--number:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 5px solid #a165ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.campaigns .campain-box .thumb .progress-box .donation--number:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  border: 1px solid #fff;
}
.campaigns .campain-box .thumb .progress-box .persent {
  padding: 5px 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaigns .campain-box .thumb .progress-box .persent > span {
  color: #142645;
  font-weight: 600;
}
.campaigns .campain-box .content h3.cam {
  font-size: 36px;
  line-height: 46px;
  color: #142645;
  font-weight: 600;
}
.campaigns .campain-box .content p.text {
  padding: 9px 0px 16px;
  color: #142645;
}
.campaigns .campain-box .content .video {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaigns .campain-box .content .video a.video-button {
  margin-right: 10px;
  border-radius: 10px;
  background-color: #fb0f5a;
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.campaigns .campain-box .content .video p.text {
  color: #142645;
}
.campaigns .campain-box .content .timer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.campaigns .campain-box .content .timer .item {
  margin: 20px 0px 0px;
  padding: 5px 20px 2px;
}
.campaigns .campain-box .content .timer .item:last-child {
  padding: 0;
  border: 0;
}
.campaigns .campain-box .content .timer .item a.button {
  padding: 0;
  width: 130px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
}

/* directly Start */
.directly {
  background: #f3e9e8;
  padding: 80px 0px 80px;
  position: relative;
  overflow: hidden;
}
.directly .bg .man {
  z-index: 1;
  position: absolute;
}
.directly .bg .man-one {
  top: -50px;
  left: -50px;
}
.directly .bg .man-two {
  bottom: -50px;
  left: -50px;
}
.directly .bg .man-three {
  top: 20px;
  right: -100px;
}
.directly .bg .man-four {
  bottom: -50px;
  right: 10px;
}
.directly .love-box .love {
  position: absolute;
  z-index: 1;
}
.directly .love-box .love-one {
  top: 40%;
  left: 3%;
  -webkit-animation: borosoto 3s linear infinite;
  animation: borosoto 3s linear infinite;
}
.directly .love-box .love-two {
  top: 35%;
  left: 18%;
  -webkit-animation: borosoto 4s ease-in infinite;
  animation: borosoto 4s ease-in infinite;
}
.directly .love-box .love-three {
  top: 10%;
  left: 28%;
  -webkit-animation: borosoto 3s ease-out infinite;
  animation: borosoto 3s ease-out infinite;
}
.directly .love-box .love-four {
  top: 72%;
  left: 28%;
  -webkit-animation: borosoto 4s ease-in-out infinite;
  animation: borosoto 4s ease-in-out infinite;
}
.directly .love-box .love-five {
  top: 4%;
  right: 30%;
  -webkit-animation: borosoto 3s ease-in infinite;
  animation: borosoto 3s ease-in infinite;
}
.directly .love-box .love-six {
  top: 35%;
  right: 15%;
  -webkit-animation: borosoto 4s ease-out infinite;
  animation: borosoto 4s ease-out infinite;
}
.directly .love-box .love-saven {
  top: 68%;
  right: 26%;
  -webkit-animation: borosoto 3s ease-in-out infinite;
  animation: borosoto 3s ease-in-out infinite;
}
.directly .derict {
  position: relative;
  z-index: 2;
}
.directly .derict .dirct-head {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #142645;
}
.directly .derict h3 {
  padding: 47px 0px 17px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #66cc33;
}
.directly .derict .form-group {
  position: relative;
  overflow: hidden;
}
.directly .derict .form-group:after {
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 99px;
  height: 99px;
  content: "";
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(0deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
}
.directly .derict .form-group .btc {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.directly .derict .form-group input {
  border-radius: 10px;
  background-color: #fdfdff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(61, 52, 195, 0.06);
          box-shadow: 0px 5px 15px 0px rgba(61, 52, 195, 0.06);
  height: 70px;
  width: 100%;
  border: 0;
  padding: 0px 0px 0px 100px;
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.directly .derict .form-group input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.directly .derict .form-group input::-moz-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.directly .derict .form-group input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.directly .derict .form-group input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.directly .derict .form-group input::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.directly .derict .box .item {
  position: relative;
  margin-top: 30px;
  text-align: left;
  padding: 30px 30px 30px;
  border-radius: 10px;
  background-color: #fdfdff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(61, 52, 195, 0.06);
          box-shadow: 0px 5px 15px 0px rgba(61, 52, 195, 0.06);
}
.directly .derict .box .item .check {
  position: absolute;
  top: -20px;
  right: -20px;
}
.directly .derict .box .item .lasthead {
  color: #142645;
}
.directly .derict .box .item p.text {
  font-size: 16px;
  line-height: 26px;
  color: #142645;
}
.directly .derict .button {
  margin: 40px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #66cc33;
  width: 240px;
  height: 70px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.directly .derict .button i {
  font-size: 24px;
  margin-right: 15px;
}
.directly .derict .button p.text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.directly .derict .button p.text span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.directly .derict .button:hover {
  -webkit-box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
          box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
}

/* Counter Start */
.counter {
  padding: 100px 0px 300px;
  background-image: url("../img/counter-bg.png");
  background-position: left 0px bottom 0px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.counter .page-counter {
  padding: 30px 0px 30px;
}
.counter .page-counter .counter-item h2.title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #66cc33;
}
.counter .page-counter .counter-item h2.title span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #66cc33;
}
.counter .page-counter .counter-item p.text {
  color: #142645;
}
.counter .page-counter.four:after {
  display: none;
}

/* Apply Start */
.apply {
  padding: 120px 0px 120px;
  background: #f3e9e8;
}
.apply .content .apply-head {
  font-size: 40px;
  line-height: 50px;
  color: #142645;
}
.apply .content p.text {
  font-size: 22px;
  line-height: 32px;
  color: #142645;
}
.apply a.button-1 {
  height: 70px;
  line-height: 70px;
}

/* faq Start */
.faq {
  position: relative;
  padding: 120px 0 120px;
}
.faq .fpic {
  margin-left: 30px;
}
.faq .fpic .faq-img {
  max-width: unset;
}
.faq .section-head {
  margin-bottom: 33px;
}
.faq .section-head h2.title {
  padding: 0px 0px 0px;
  font-size: 50px;
  line-height: 60px;
  color: #142645;
  font-weight: 700;
}
.faq .faq-box .accordion .accordion-item {
  outline: none;
  margin-top: 20px;
}
.faq .faq-box .accordion .accordion-item .accordion-header {
  position: relative;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0.656px 0.755px 20px 0px rgba(1, 95, 217, 0.3);
          box-shadow: 0.656px 0.755px 20px 0px rgba(1, 95, 217, 0.3);
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #3b368c;
  border-radius: 0;
  border: none;
  outline: none !important;
  padding: 20px 50px 20px 30px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true] {
  background: transparent;
  outline: none !important;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:after {
  display: none;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:before {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #3b368cdb;
  font-size: 18px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true]:before {
  top: 35%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq .faq-box .accordion .accordion-item .accordion-collapse {
  border: none;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  -webkit-box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26);
          box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26);
}
.faq .faq-box .accordion .accordion-item .accordion-collapse .accordion-body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #33276a;
  font-weight: 400;
  padding: 24px 30px 26px 30px;
}







/* Scroll To Top End */