@charset "UTF-8";
/*============================================ 

/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Normalize */
/* input and button type focus outline disable */
/* Global style */
/* Preloader Css */
/* Banners Start */
/* Main-menu Start */
/* Banners Start */
/* Hero_area Start */
/* Compare Start */
/* Feature Start */
/* upper-content Start */
/* Deposit Start */
/* Earningpartners Start */
/* Deposit Amount Start */
/* Earning Start */
/* Transaction Start */
/* How-use Start */
/* Counter Start */
/* Process Start */
/* testomonial Start */
/* Footer Start */
/* Scroll To Top Start *
/* 
=========================
=============================
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* 
=========================
font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
=============================
 */
/* Typography */
/* Normalize  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font: inherit;
  padding: 0;
  margin: 0;
}

body {
  font: inherit;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

p, a, li, span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Global style */
.button-1 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 10px;
  width: auto;
  padding: 0px 30px 0px;
  height: 50px;
  line-height: 50px;
  background-color: #F81894;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-1:hover {
  color: #ffffff;
  -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);
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

h1.head {
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

h2.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h3.subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

h4.lasthead {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

p.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: #F81894;
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@-webkit-keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Main-menu Start */
.mein-menu {
  width: 100%;
  z-index: 9999;
  padding: 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mein-menu .navbar {
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0rem 0rem;
}
.mein-menu .navbar #navbarNavDropdown {
  margin: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
  margin-left: 30px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child {
  margin-left: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #142645;
  text-transform: capitalize;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  position: absolute;
  content: "";
  top: calc(100% + 22px);
  left: 0;
  width: 0%;
  height: 2px;
  background: #142645;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover:before, .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link.active:before {
  width: 100%;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  border: 0;
  width: 65px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #142645;
  height: auto;
  padding: 3px 0px 0px;
  background: transparent;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #142645;
  border-right: 2px solid #142645;
  width: 10px;
  height: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select span {
  font-weight: 600 !important;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list {
  width: 100px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list li {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #142645;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button {
  width: 170px;
  height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  -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);
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #F81894;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  line-height: 0;
  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;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button p.text span {
  display: block;
  font-size: 14px;
  text-align: left;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button i {
  font-size: 20px;
  margin-right: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button:hover, .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button.active {
  color: #fff;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button:before {
  display: none;
}

.mein-menu.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F81894;
  -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);
  z-index: 99999;
}
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  color: #ffffff;
}
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  background: #ffffff;
}
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  color: #ffffff;
}
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button {
  border: 1px solid white;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.mein-menu .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Banners Start */
.banner {
  background-color: #fff;
  background-image: url("../images/banner.png");
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  background-position: top 0px left 0px;
  padding: 150px 0px 550px;
  position: relative;
}
.banner .bg-shap .main {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.banner .bg-shap .hand {
  position: absolute;
}
.banner .bg-shap .hand-one {
  top: 0;
  left: 0;
}
.banner .bg-shap .hand-two {
  left: 0;
  bottom: 160px;
}
.banner .bg-shap .hand-three {
  top: 0;
  right: 0px;
}
.banner .bg-shap .hand-four {
  right: 0;
  bottom: 160px;
}
.banner .bg-shap .love {
  position: absolute;
  -webkit-animation: borosoto 3s linear infinite;
  animation: borosoto 3s linear infinite;
}
.banner .bg-shap .love-one {
  top: 18%;
  left: 65px;
  -webkit-animation: borosoto 3s linear infinite;
  animation: borosoto 3s linear infinite;
}
.banner .bg-shap .love-two {
  top: 44%;
  left: 120px;
  -webkit-animation: borosoto 4s ease-in infinite;
  animation: borosoto 4s ease-in infinite;
}
.banner .bg-shap .love-three {
  top: 38%;
  left: 22%;
  -webkit-animation: borosoto 3s ease-out infinite;
  animation: borosoto 3s ease-out infinite;
}
.banner .bg-shap .love-four {
  top: 10%;
  left: 30%;
  -webkit-animation: borosoto 4s ease-in-out infinite;
  animation: borosoto 4s ease-in-out infinite;
}
.banner .bg-shap .love-five {
  top: 15%;
  right: 27%;
  -webkit-animation: borosoto 3s ease-in infinite;
  animation: borosoto 3s ease-in infinite;
}
.banner .bg-shap .love-six {
  top: 23%;
  right: 18%;
  -webkit-animation: borosoto 4s ease-out infinite;
  animation: borosoto 4s ease-out infinite;
}
.banner .bg-shap .love-saven {
  top: 35%;
  right: 17%;
  -webkit-animation: borosoto 3s ease-in-out infinite;
  animation: borosoto 3s ease-in-out infinite;
}
.banner .bg-shap .love-eight {
  top: 51%;
  right: 22%;
  -webkit-animation: borosoto 4s ease infinite;
  animation: borosoto 4s ease infinite;
}
.banner .hero-area {
  position: relative;
  z-index: 3;
}
.banner .hero-area .banner-content h3.subtitle {
  color: #F81894;
}
.banner .hero-area .banner-content h1.head {
  color: #142645;
  padding: 18px 0px 16px;
}
.banner .hero-area .banner-content p.text {
  color: #142645;
  font-size: 20px;
  line-height: 30px;
}
.banner .hero-area .banner-content a.one {
  margin-top: 37px;
}

/* section-head Start */
.section-head {
  margin-bottom: 26px;
}
.section-head h3.subtitle {
  color: #F81894;
}
.section-head h2.title {
  color: #142645;
  padding: 21px 0 16px;
}
.section-head p.text {
  color: #5d5779;
}

/* About Us Start */
.about {
  padding: 230px 0px 240px;
  background-image: url("../images/about.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: left 0px top 100px;
}
.about .section-head {
  margin-bottom: 34px;
}
.about .section-head h2.title {
  padding: 16px 0 16px;
}
.about .donate {
  padding: 30px 30px 30px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 2.3px 21.879px 38px 0px rgba(51, 73, 204, 0.26);
          box-shadow: 2.3px 21.879px 38px 0px rgba(51, 73, 204, 0.26);
}
.about .donate .donate-hade {
  font-size: 18px;
  line-height: 28px;
  color: #33276a;
}
.about .donate .thumb {
  margin: 40px 40px 40px;
}
.about .donate .thumb img {
  margin: 0px auto 0px;
}
.about .donate .button-1 {
  padding: 0px 20px 0px 16px;
  font-size: 14px;
}
.about .donate .button-1 i {
  font-size: 16px;
}
.about .list .list-item {
  padding-top: 23px;
  float: left;
}
.about .list .list-item .check {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #F81894;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(139, 123, 217, 0.14);
          box-shadow: 0px 4px 13px 0px rgba(139, 123, 217, 0.14);
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  line-height: 40px;
}
.about .list .list-item p.text {
  color: #33276a;
}

/* Featured Campaigns Start */
.featured-campaigns {
  position: relative;
  padding: 0px 0px 60px;
}
.featured-campaigns .bg {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/feature-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  z-index: -1;
}
.featured-campaigns .featured-box {
  margin-top: 120px;
  padding: 60px 60px 60px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 9px 100px 0px rgba(220, 216, 254, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(220, 216, 254, 0.5);
}
.featured-campaigns .featured-box .content {
  padding-bottom: 80px;
}
.featured-campaigns .featured-box .content h3.cam {
  font-size: 36px;
  line-height: 46px;
  color: #F81894;
  font-weight: 600;
}
.featured-campaigns .featured-box .content h4.lasthead {
  padding: 20px 0px 17px;
  color: #142645;
}
.featured-campaigns .featured-box .content h4.lasthead > span {
  color: #142645;
  font-weight: 700;
}
.featured-campaigns .featured-box .content p.text {
  color: #33276a;
}
.featured-campaigns .featured-box a.button {
  margin: 10px auto 0px;
  text-transform: uppercase;
  font-size: 14px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  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;
  padding: 0;
}
.featured-campaigns .featured-box a.button i {
  font-size: 18px;
  margin-right: 10px;
}

.progress-box .donation--container {
  width: 100%;
}
.progress-box .donation--user {
  display: none;
}
.progress-box .donation--rounded {
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.progress-box .donation--bar {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(45deg, #eceeff 0%, #eeeefd 43%, #f0edfb 100%);
}
.progress-box .donation--progress {
  position: relative;
  max-width: 100%;
  height: 100%;
  background-image: url("../images/progress-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: width 2s linear;
  transition: width 2s linear;
  border-radius: 50px;
}
.progress-box .donation--number {
  -webkit-transition: left 2s linear;
  transition: left 2s linear;
  position: absolute;
  top: -18px;
  -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;
}
.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;
}
.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;
}
.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;
}
.progress-box .persent > span {
  color: #142645;
  font-weight: 600;
}

.timer {
  padding: 36px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer .item {
  border: 1px solid rgba(98, 66, 255, 0.3);
  border-radius: 10px;
  background-color: #fdfdff;
  margin: 20px 1px 20px;
  padding: 14px 15px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timer .item .thumb {
  margin-right: 10px;
}
.timer .item p.text {
  color: #142645;
  font-weight: 600;
}
.timer .item p.text > span {
  display: block;
  color: #F81894;
  font-size: 14px;
  line-height: 24px;
}

/* 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: #F81894;
}
.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("../images/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: #F81894;
}
.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: #F81894;
  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("../images/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: #F81894;
}
.counter .page-counter .counter-item h2.title span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #F81894;
}
.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;
}

/* Footer Start */
.footer {
  padding: 0px 0px 0px;
  position: relative;
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.footer .shape .shapp {
  position: absolute;
}
.footer .shape .shap-one {
  left: 0px;
  bottom: 0px;
}
.footer .shape .shap-two {
  right: 0px;
  bottom: 0px;
}
.footer .subscribe {
  padding: 120px 0px 120px;
}
.footer .subscribe h4.lasthead {
  color: #142645;
  padding-bottom: 20px;
}
.footer .subscribe .form-group {
  position: relative;
}
.footer .subscribe .form-group input {
  background-color: white;
  -webkit-box-shadow: 0px 5px 70px 0px rgba(38, 82, 202, 0.1);
          box-shadow: 0px 5px 70px 0px rgba(38, 82, 202, 0.1);
  width: 100%;
  height: 70px;
  border-radius: 50px;
  border: none;
  padding: 0px 170px 0px 30px;
  font-size: 18px;
  color: #9aa3b7;
  line-height: 28px;
}
.footer .subscribe .form-group input::-webkit-input-placeholder {
  font-size: 18px;
  color: #9aa3b7;
  line-height: 28px;
}
.footer .subscribe .form-group input::-moz-placeholder {
  font-size: 18px;
  color: #9aa3b7;
  line-height: 28px;
}
.footer .subscribe .form-group input:-ms-input-placeholder {
  font-size: 18px;
  color: #9aa3b7;
  line-height: 28px;
}
.footer .subscribe .form-group input::-ms-input-placeholder {
  font-size: 18px;
  color: #9aa3b7;
  line-height: 28px;
}
.footer .subscribe .form-group input::placeholder {
  font-size: 18px;
  color: #9aa3b7;
  line-height: 28px;
}
.footer .subscribe .form-group .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 20px;
}

.footer-box .footer-link li {
  display: inline-block;
  padding-left: 20px;
}
.footer-box .footer-link li:first-child {
  padding-left: 0px;
}
.footer-box .footer-link li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #142645;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-box .footer-link li a:hover {
  color: #F81894;
  text-decoration: underline;
}

.button {
  position: relative;
  height: 70px;
  line-height: 70px;
}

.footer-bottom {
  position: relative;
  margin-top: 30px;
  padding: 30px 0px 30px;
  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;
  border-top: 1px solid rgba(104, 112, 197, 0.2);
}
.footer-bottom .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #142645;
}
.footer-bottom .content p a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #F81894;
}
.footer-bottom .content p a:hover {
  text-decoration: underline;
}
.footer-bottom .social-style a {
  margin-left: 15px;
  background: rgba(213, 218, 250, 0);
  border: 1px solid #d5dafa;
  color: #8c99d6;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-bottom .social-style a:hover {
  border: 1px solid #F81894;
  background-color: #F81894;
  -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);
  color: white;
}

/* Scroll To Top Start */
#scrollUp {
  position: fixed;
  display: none;
  height: 45px;
  width: 40px;
  right: 2%;
  bottom: 3%;
  border-radius: 4px;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 500;
  color: black;
}

#scrollUp i.fas.fa-arrow-up {
  color: #fff;
  line-height: 45px;
}

/* Scroll To Top End */