@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800|Oxygen:400,700|Quicksand:400,700");
/* THEME-COLOR DEFINATION */
/* EXTRA-COLOR DEFINATION */
/* BACKGROUND-COLOR DEFINATION */
/* TEXT-COLOR DEFINATION */
/* FUNCTION-COLOR DEFINATION */
/* FONT-SIZE DEFINATION */
/* FONT-WEIGHT DEFINATION */
/* FONT-FAMILY DEFINATION */
html {
  height: 100%;
}

body {
  background: #29BB00;
  font-family: "Source Sans 3", sans-serif;
  color: #64748B;
  height: 100%;
  font-size: 14px;
}

h1 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  color: #64748B;
  margin: 0px;
  padding: 20px 0px;
  font-size: 32px;
}

h2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  color: #64748B;
  margin: 0px;
  padding: 15px 0px;
  font-size: 24px;
}

h3 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  color: #64748B;
  margin: 0px;
  padding: 10px 0px;
  font-size: 20px;
}

h4 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  color: #64748B;
  margin: 0px;
  padding: 5px 0px;
  font-size: 18px;
}

h5 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  color: #64748B;
  margin: 0px;
  padding: 5px 0px;
  font-size: 16px;
}

h5 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 800;
  color: #64748B;
  margin: 0px;
  padding: 5px 0px;
  font-size: 14px;
}

a {
  color: #29BB00;
}
a:hover, a:focus {
  color: #1e8800;
}

label {
  font-size: 14px;
  font-weight: 600;
}

i {
  margin-right: 5px;
}

hr {
  border-color: #E5E7EB;
  box-shadow: 0px 1px 0px 0px #fff;
}

.btn-primary {
  background-color: #29BB00;
  border-color: #29BB00;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #23a200;
  border-color: #23a200;
}
.btn-outline-primary {
  border: 1px solid #29BB00;
  color: #29BB00;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #29BB00;
  border-color: #29BB00;
}

.nav-pills .nav-item .nav-link {
  border-radius: 0px;
  color: #29BB00;
}
.nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: #29BB00;
}

.form-control:focus {
  border-color: #29BB00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66ff3c;
}
.form-control[readonly] {
  background-color: #fff;
}

ul.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li {
  list-style: none;
  height: 12px;
  width: 12px;
  margin: 0px 3px;
  border-radius: 50%;
  border: 2px solid #37404C;
  background-color: transparent;
  box-shadow: 0px 0px 2px 0px #465161;
  opacity: 0.7;
  float: left;
  cursor: pointer;
}
ul.slick-dots li > button {
  visibility: hidden;
}
ul.slick-dots li.slick-active {
  background: #37404C;
}

.select2-dropdown {
  border: 1px solid #ccc;
}
.select2.select2-container {
  width: 100% !important;
  padding: 0;
}
.select2-selection__rendered i.currency-flag {
  vertical-align: middle;
  margin-bottom: 4px;
}

.select2-container--focus .select2-selection--single {
  border-color: #29BB00 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66ff3c;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #29BB00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66ff3c;
}
.select2-container--default .select2-selection--single {
  height: 34px;
  border: 1px solid #ccc;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}
.select2-container--default .select2-selection--single.error {
  border-color: #EF4444;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f7a2a2;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.navbar-logo__usaid {
  width: 300px;
  border-right: 1px solid #E5E7EB;
}
.navbar-logo__eSewa {
  width: 300px;
}

.header .navbar-collapse {
  align-items: center;
  justify-content: center;
}
.header .navbar-nav .nav-link {
  padding: 8px 35px;
  font-size: 16px;
}
.header .container__logo {
  justify-content: flex-start !important;
}
.header .container__logo .btn-group__lang {
  align-items: flex-start;
}
.header .container__logo .btn-group__lang .btn-link {
  text-decoration: none;
}
.header .container__logo .btn-group__lang .img__lang {
  width: 20px;
  margin-right: 5px;
}
.header .bg-dark {
  background-color: #282E38 !important;
}
.header .bg-body-tertiary {
  background-color: #fff !important;
}

.section__banner {
  background: #fff;
}
.section__banner img {
  width: 100%;
}
.section__product {
  background-color: #f9f9fb;
  padding: 100px 0px;
}
.section__product .card__product {
  border: none;
  border-radius: 0px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-height: 410px;
  margin: 0px 15px;
}
.section__product .card-img__product {
  margin: 60px 0px 0px 30px !important;
  width: 100px;
}
.section__product .card-body__product {
  padding: 30px !important;
}
.section__product .slick-list {
  padding: 5px;
}
.section__product .nav__product {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #E5E7EB;
  position: absolute;
  bottom: -45px;
  padding: 0px;
  background-color: #fff;
  text-align: center;
  color: #29BB00;
}
.section__product .nav__product i {
  margin: 0px;
}
.section__product .nav__product.nav__left {
  left: 48%;
}
.section__product .nav__product.nav__right {
  left: 52%;
}
.section__product .highlight__product {
  width: 140px;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  background: #29BB00;
  color: #fff;
  transform: skew(23deg, -36deg);
  position: absolute;
  top: 20px;
  left: -25px;
  z-index: 1;
}
.section__about {
  background-color: #fff;
}
.section__about .content__about {
  padding: 50px 0px;
}
.section__about .img__about {
  width: 75%;
  text-align: center;
}
.section__support {
  background-color: #E7F7E5;
}
.section__support .container__support {
  padding: 50px 0;
}
.section__support p {
  text-align: center;
  font-size: 20px;
}
.section__support p strong {
  color: #29BB00;
  font-size: 24px;
}
.section__video {
  background-color: #f9f9fb;
}
.section__video .container__video {
  padding: 75px;
}
.section__video .container__video video {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.section__faqs {
  padding: 100px 0;
  background-color: #fff;
}
.section__faqs h2.title__faqs {
  text-align: center;
}
.section__faqs .tagline__faqs {
  text-align: center;
  margin-bottom: 50px;
}
.section__faqs .accordion-header {
  padding: 0px;
}
.section__faqs .accordion-item {
  background-color: #E7F7E5;
}
.section__faqs .accordion-button {
  background-color: #E7F7E5;
  font-weight: 800;
}
.section__faqs .accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.section__blog {
  background: #fff;
  /*@include breakpoint(md) {
      background: linear-gradient(to right, #fff 0%, #fff 65%, $background 65%, $background 100% );
  }

  @include breakpoint(lg) {
      background: linear-gradient(to right, #fff 0%, #fff 65%, $background 65%, $background 100% );
  }*/
  padding: 50px 0px;
}
.section__blog .img__blog {
  width: 100%;
}
.section__blog .category__blog {
  font-size: 12px;
  color: #6B7280;
}
.section__blog .container__list__blog {
  background: #E7F7E5;
  padding: 30px;
}
.section__blog .list__blog {
  background: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #E5E7EB;
}
.section__testimonial {
  padding: 50px 0px;
  background-color: #fff;
  position: relative;
}
.section__testimonial .nav__testimonial {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #E5E7EB;
  position: absolute;
  bottom: -45px;
  padding: 0px;
  background-color: #f9f9fb;
  text-align: center;
  color: #29BB00;
}
.section__testimonial .nav__testimonial i {
  margin: 0px;
}
.section__testimonial .nav__testimonial.nav__left {
  left: 0px;
}
.section__testimonial .nav__testimonial.nav__right {
  left: 40px;
}
.section__testimonial .background__testimonial {
  padding: 75px 0px;
}
@media (min-width: 992px) {
  .section__testimonial .background__testimonial {
    background: linear-gradient(to right, #E7F7E5 0%, #E7F7E5 65%, #fff 65%, #fff 100%);
  }
}
@media (min-width: 1200px) {
  .section__testimonial .background__testimonial {
    background: linear-gradient(to right, #E7F7E5 0%, #E7F7E5 65%, #fff 65%, #fff 100%);
  }
}
.section__testimonial .slider__testimonial .feedback__testimonial {
  background-color: #29BB00;
  margin: 0px 15px;
  padding: 30px 30px;
  border-radius: 5px;
}
.section__testimonial .slider__testimonial .feedback__testimonial i {
  font-size: 34px;
  color: #fff;
}
.section__testimonial .slider__testimonial .feedback__testimonial > p {
  color: #fff;
}
.section__testimonial .slider__testimonial .client__testimonial {
  display: flex;
  align-items: center;
}
.section__testimonial .slider__testimonial .client__testimonial > img.img__testimonial {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.section__testimonial .slider__testimonial .client__testimonial > p {
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.section__partner {
  padding: 50px 0px;
  background-color: #fff;
}
.section__partner .link__partner {
  display: block;
  padding: 5px;
  margin: 15px 0px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  text-align: center;
}
.section__partner .link__partner > img {
  height: 55px;
  width: auto;
}
.section__getstarted {
  background-image: url("../img/background-texture.png");
  background-position: center;
  padding: 50px 0px;
  position: relative;
}
.section__getstarted:after {
  content: "";
  background-color: #29BB00;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}
.section__getstarted .container__getstarted {
  position: relative;
  z-index: 1;
}
.section__getstarted .tagline__getstarted {
  font-size: 24px;
  font-weight: 700;
  color: #37404C;
}
.section__disclaimer {
  background-color: #f9f9fb;
  padding: 50px 0px;
}
.section__disclaimer h3 {
  text-align: center;
  text-transform: uppercase;
}
.section__disclaimer p {
  text-align: center;
  padding: 0px 100px;
}
.section__quicklink {
  background-color: #f9f9fb;
  padding: 30px 0px;
}
.section__quicklink a {
  padding: 5px;
  color: #37404C;
  font-size: 20px;
  text-decoration: none;
}
.section__quicklink a:hover, .section__quicklink a:active, .section__quicklink a:focus {
  color: #29BB00;
}
.section__copyright {
  background-color: #29BB00;
  padding: 10px 0px;
}
.section__copyright p {
  width: 100%;
  display: inline-block;
  margin: 10px 0px !important;
  color: #fff;
  text-align: center;
}

.page__heading {
  background-color: #E7F7E5;
  padding: 15px;
}
.page__title {
  font-size: 24px;
  color: #37404C;
}
.page__content {
  background-color: #fff;
  padding: 30px 0px;
}
.page__content .card {
  margin-bottom: 30px;
}

.post__listing {
  padding: 25px;
  background-color: #E7F7E5;
}
.post__list {
  border: none;
  border-radius: 0px;
  background-color: #E7F7E5;
}
.post__list .img-fluid {
  height: 100%;
  object-fit: cover;
}

.category__list .list-group-item {
  background-color: transparent;
}

/*# sourceMappingURL=portal.css.map */
