:root {
  --publicfund-font: 'Manrope', sans-serif;
  --publicfund-reey-font: "reeyregular";
  --publicfund-gray: #6e7a7a;
  --publicfund-gray-rgb: 110, 122, 122;
  --publicfund-white: #ffffff;
  --publicfund-white-rgb: 255, 255, 255;
  --publicfund-base: #f16522;
  --publicfund-base-rgb: 254, 127, 76;
  --publicfund-black: #000000;
  --publicfund-black-rgb: 30, 55, 55;
  --publicfund-primary: #07847f;
  --publicfund-primary-rgb: 7, 132, 127;
  --publicfund-extra: #f2f7f7;
  --publicfund-extra-rgb: 242, 247, 247;
  --publicfund-letter-spacing: -0.04em;

}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--publicfund-font);
  color: var(--publicfund-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--publicfund-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;

}

a:hover {
  color: var(--publicfund-base);
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--publicfund-black);
  margin: 0;
  letter-spacing: var(--publicfund-letter-spacing);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--publicfund-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.black-bg {
  background-color: var(--publicfund-black);
}

.background-size-cover {
  background-size: cover;
}

.background-repeat-no {
  background-repeat: no-repeat;
}

.background-position-top-right {
  background-position: top right;
}


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--publicfund-base);
  color: var(--publicfund-white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 13px 35px 13px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.thm-btn::before {
  position: absolute;
  content: '';
  background-color: var(--publicfund-black);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.thm-btn:hover {
  color: var(--publicfund-white);
}

.thm-btn:hover:before {
  height: 380%;
}


.section-title {
  position: relative;
  display: block;
  margin-top: -11px;
  margin-bottom: 49px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--publicfund-base);
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  z-index: 1;
  margin-bottom: 15px;
}

.section-title__tagline:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: rgba(254, 144, 67, .20);
  z-index: -1;
}

.section-title__title {
  margin: 0;
  letter-spacing: 0;
  margin-top: 5px;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #1D1D1D;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--publicfund-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--publicfund-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--publicfund-black);
  color: var(--publicfund-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  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;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--publicfund-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--publicfund-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: var(--publicfund-base);
}

.scroll-to-top:hover i {
  color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e1eaea;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.main-header__top-left {
  position: relative;
  display: block;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li+li {
  margin-left: 30px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-header__contact-list li .icon i {
  font-size: 12px;
  color: var(--publicfund-base);
}

.main-header__contact-list li .text {
  margin-left: 10px;
}

.main-header__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
}

.main-header__contact-list li .text p a {
  color: var(--publicfund-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--publicfund-base);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__login {
  position: relative;
  display: block;
  background-color: var(--publicfund-extra);
  padding: 5px 40px 5px;
}

.main-header__login-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__login-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__login-list li+li {
  margin-left: 17px;
}

.main-header__login-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--publicfund-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__login-list li a:hover {
  color: var(--publicfund-base);
}

.main-header__login-list li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -9px;
  height: 10px;
  width: 1px;
  background-color: var(--publicfund-gray);
  transform: rotate(15deg);
}

.landing_header__login-list li a img {
  margin-right: 10px;
  width: 20px;
}

.main-header__login-list li:first-child a:before {
  display: none;
}

.main-header__login-list li a i {
  font-size: 16px;
  color: var(--publicfund-base);
  padding-right: 10px;
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
  padding: 12.5px 0;
}

.main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--publicfund-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__social a:hover {
  color: var(--publicfund-base);
}

.main-header__social a+a {
  margin-left: 25px;
}

.landing-navigaion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landing-navigaion::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--publicfund-white-rgb), .10);
}

.landing_header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.landing_header__top {
  position: relative;
  display: block;
  background-color: #1D1D1D;
}

.landing_header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing_header__top-left {
  position: relative;
  display: block;
}

.landing_header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.landing_header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.landing_header__contact-list li+li {
  margin-left: 30px;
}

.landing_header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.landing_header__contact-list li .icon i {
  font-size: 14px;
  color: var(--publicfund-base);
}

/*======= Keyframes =======*/
@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.landing_header__contact-list li .text {
  margin-left: 10px;
}

.landing_header__contact-list li .text p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.landing_header__contact-list li .text p a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landing_header__contact-list li .text p a:hover {
  color: var(--publicfund-base);
}

.landing_header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.landing_header__login {
  position: relative;
  display: block;
  padding: 5px 10px 5px;
}

.landing_header__login-list {
  position: relative;
  display: flex;
  align-items: center;
}

.landing_header__login-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.landing_header__login-list li+li {
  margin-left: 17px;
}

.landing_header__login-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landing_header__login-list li a:hover {
  color: var(--publicfund-base);
}

.landing_header__login-list li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -9px;
  height: 10px;
  width: 1px;
  background-color: #8b9e9e;
  transform: rotate(15deg);
}

.landing_header__login-list li:first-child a:before {
  display: none;
}

.landing_header__login-list li a i {
  font-size: 16px;
  color: var(--publicfund-base);
  padding-right: 10px;
}

.landing_header__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 12.5px 0;
}

.landing_header__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--publicfund-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.landing_header__social a:hover {
  color: var(--publicfund-base);
}

.landing_header__social a+a {
  margin-left: 25px;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border: 0;
  padding: 0;
  font-size: 20px;
  outline: none !important;
  box-shadow: none;
}

/* Header Menu */


.landing-navigaion li.nav-item {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.landing-navigaion li+li {
  margin-left: 70px;
}

.landing-navigaion li.nav-item a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--publicfund-white) !important;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  padding: 0 !important;
}

.landing-navigaion li.nav-item a:before {
  content: "";
  height: 3px;
  border-radius: 0px;
  background-color: #f16522;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.landing-navigaion li.nav-item a.active:before,
.landing-navigaion li.nav-item a:hover::before {
  transform: scale(1, 1);
  transform-origin: right center;
}


.main-menu-search-box {
  display: flex;
  margin-left: 100px;
  order: 2;
}

.search-toggler {
  font-size: 22px;
  color: var(--publicfund-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--publicfund-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--publicfund-base);
  border: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--publicfund-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
  width: 150%;
}

section.main-banner {
  position: relative;
  display: block;
  z-index: 91;
}

.banner-image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  opacity: 1;
  z-index: 1;
}

.banner-image-layer:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 76%);
}

.main_banner_shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.main_banner_shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section.main-banner .container {
  position: relative;
  padding-top: 320px;
  padding-bottom: 180px;
  z-index: 30;
}

.main_banner_content {
  position: relative;
  display: block;
  text-align: center;
}


h2.main_banner_title {
  color: #fff;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 40px;
  letter-spacing: 0;
}


/*--------------------------------------------------------------
   Projects Section
--------------------------------------------------------------*/



.projects-section {
  position: relative;
  display: block;
  padding: 50px 0 90px;
  margin-top: 0;
  z-index: 1;
}


.projects-shape-1 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 1;
}

.projects-shape-1 img {
  width: auto;
}



.project-one__single {
  margin-bottom: 30px;
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 7%) 0px 0px 12px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.project-one__img-box {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--publicfund-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 20px;
}

.project-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
  opacity: .5;
}

.project-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
}

.project-one__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #1D1D1D;
}

.project-one__title a {
  color: var(--publicfund-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--publicfund-base);
}



.progress-levels {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 50px;
  padding-right: 35px;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
  z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.13);
}

.progress-levels .progress-box .bar .bar-fill {
  position: relative;
  width: 0px;
  height: 6px;
  border-radius: 10px;
  background-color: var(--publicfund-base);
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0px;
  height: 14px;
  width: 14px;
  background-color: var(--publicfund-base);
  border-radius: 50%;
  z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -15px;
  right: -47px;
  width: 40px;
  height: 20px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  display: inline-block;
  float: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  display: inline-block;
  float: none;
  margin-left: -2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.progress-levels .progress-box .inner .text {
  position: absolute;
  top: -10px;
  left: -54px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.project-one__goals {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-one__goals-one {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.project-one__goals-one span {
  color: var(--publicfund-base);
  margin-left: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--publicfund-base);
}

.owl-carousel .owl-stage-outer {
  margin: 0 -25px;
  padding: 0 25px;
}

.project-end_date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.project-end_date img {
  width: auto !important;
  height: 24px;
}

.project-step-counts {
  background: #f16522;
  border-radius: 150px 0px;
  padding: 70px 0;
  margin-bottom: 50px;
  position: relative;
}

.project-counts-box {
  text-align: center;
}

.project-count-no {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.project-box-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0;
}

.project-step-shape-1 {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.project-step-shape-2 {
  position: absolute;
  top: 30px;
  right: 20px;
}





/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-one .section-title {
  margin-bottom: 20px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 100px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-box:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: 12px;
  height: 270px;
  background-color: var(--publicfund-base);
}

.about-one__img-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-one__img-1 img {
  width: 100%;
  border-radius: 85px 0px 0px 0px;
}

.about-one__img-2 {
  position: absolute;
  right: -50px;
  bottom: -50px;
}

.about-one__img-2 img {
  width: 100%;
  border: 13px solid #FFFFFF;
}


.about-one__right {
  position: relative;
  display: block;
}

.about-one__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.about-one__text p {
  color: var(--publicfund-gray);
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  background-color: var(--publicfund-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 8px;
  color: var(--publicfund-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__points li .text {
  margin-left: 15px;
}

.about-one__points li .text p {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
}

.about-one__quote {
  margin-right: 28px;
  background: rgba(254, 127, 76, 0.08);
  padding: 25px 48px 28px;
  border-left: 5px solid var(--publicfund-base);
}

.about-one__quote p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #1D1D1D;
}



/*--------------------------------------------------------------
# Changing One
--------------------------------------------------------------*/
.changing-one {
  position: relative;
  display: block;
  padding: 111px 0 150px;
  z-index: 1;
}

.changing-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.changing-one__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 45, 45, .74);
  content: "";
}

.changing-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.changing-one__sub-title {
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
}

.changing-one__title {
  margin-top: 17px;
  margin-bottom: 48px;
  font-weight: 800;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  letter-spacing: 0;
}








/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #1D1D1D;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 127px 0 120px;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.03;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: -7px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  padding-bottom: 24px;
  padding-top: 25px;
}

.footer-widget__about-text {
  font-size: 15px;
  font-weight: 500;
  color: #8b9e9e;
}

.footer-widget__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget__subscribe-input-box {
  position: relative;
  display: block;
  background-color: var(--publicfund-white)
}

.footer-widget__subscribe-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: var(--publicfund-white);
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--publicfund-gray);
  border: none;
  padding-left: 20px;
  padding-right: 60px;
}

.footer-widget__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
  background-color: var(--publicfund-base);
  font-size: 10px;
  color: var(--publicfund-white);
  border-radius: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
  background-color: var(--publicfund-base);
}

.footer-widget__subscribe-btn img {
  width: auto;
}

.footer-widget__Explore {
  position: relative;
  display: block;
  margin-right: 56px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-widget__title {
  font-size: 18px;
  color: var(--publicfund-white);
  line-height: 28px;
  font-weight: 800;
}

.footer-widget__Explore-list {
  position: relative;
  display: block;
}

.footer-widget__Explore-list li+li {
  margin-top: 5px;
}

.footer-widget__Explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #8b9e9e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__Explore-list li a:hover {
  color: var(--publicfund-base);
}

.footer-widget__Explore-list li a:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: -3px;
  right: -3px;
  height: 6px;
  background-color: rgba(var(--publicfund-white-rgb), .10);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.footer-widget__Explore-list li:hover a:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.footer-widget__Fundraising {
  position: relative;
  display: block;
  margin-right: 74px;
}

.footer-widget__Contact {
  position: relative;
  display: block;
  margin-right: 74px;
}

.footer-widget__Contact-list {
  position: relative;
  display: block;
  padding-top: 2px;
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__Contact-list li+li {
  margin-top: 9px;
}

.footer-widget__Contact-list li .icon {
  font-size: 13px;
  margin-right: 10px;
}

.footer-widget__Contact-list li .icon span {
  color: var(--publicfund-base);
}

.footer-widget__Contact-list li .text p {
  font-size: 15px;
  font-weight: 500;
  color: #8b9e9e;
}

.footer-widget__Contact-list li .text p a {
  color: #8b9e9e;
}

.footer-widget__Contact-list li .text p a:hover {
  color: var(--publicfund-base);
  transition: all 500ms ease;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  text-align: center;
  color: var(--publicfund-white);
  background-color: #181818;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--publicfund-base);
  background-color: var(--publicfund-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--publicfund-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.site-footer__bottom {
  position: relative;
  display: block;
  padding: 33px 0 38px;
  background-color: #181818;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.08);
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer__bottom-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #757878;
}


.stricky-fixed {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--publicfund-black);
  -webkit-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
  animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-one__right {
    max-width: 600px;
    margin: 110px auto 0;
  }

  .about-one {
    padding: 120px 0 130px;
  }

  .footer-widget__Contact,
  .footer-widget__Fundraising {
    margin-top: 33px;
  }

  section.main-banner .container {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-one__right {
    max-width: 600px;
    margin: 110px auto 0;
  }

  .about-one {
    padding: 120px 0 130px;
  }

  .changing-one__title br {
    display: none;
  }

  .footer-widget__Fundraising {
    margin-top: 33px;
  }

  .footer-widget__Contact {
    margin-top: 33px;
    margin-right: 0;
  }

  section.main-banner .container {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}


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

  .landing-navigaion li+li {
    margin-left: 0;
  }

  .main-menu-search-box {
    display: flex;
    margin-left: auto;
    margin-right: 25px;
  }

  .navbar-light .navbar-toggler {
    order: 2;
  }

  .navbar-light .navbar-toggler img {
    width: 28px;
  }

  a.navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-collapse {
    position: fixed;
    left: -280px;
    top: 0;
    z-index: 9999;
    height: 100vh !important;
    width: 280px;
    background-color: #181818;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 10px 40px 0 rgb(50 50 50 / 10%);
    overflow-y: auto;
    padding-top: 20px;
  }

  .navbar-collapse.show {
    left: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .landing-navigaion li.nav-item {
    padding: 7.5px 15px;
  }

  .landing-navigaion li.nav-item a {
    font-size: 15px;
  }

  .landing_header__contact-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }

  .landing_header__contact-list li {
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .landing_header__contact-list li .icon {
    top: 10px;
  }

  .landing_header__login-list li {
    padding: 0;
    width: 100%;
  }

  .landing_header__social {
    margin-left: 20px;
  }

  .landing_header__login {
    padding: 5px 18px 5px;
  }

  .landing-navigaion li.nav-item a:before {
    bottom: -1px;
  }

  .project-counts-box {
    margin-bottom: 60px;
  }

  .project-count-no {
    font-size: 28px;
    line-height: 34px;
    margin-top: 15px;
  }

  .project-box-name {
    font-size: 22px;
    line-height: 32px;
  }

  .project-counts-box img.img-fluid {
    width: 60px;
  }
}


@media only screen and (max-width:767px) {
  .about-one__left {
    margin-right: 0;
  }

  .about-one__img-2 {
    display: none;
  }

  .about-one__experience {
    left: 0;
  }

  .about-one__quote {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-one__quote p br {
    display: none;
  }

  .about-one__person {
    flex-direction: column;
    align-items: baseline;
  }

  .about-one__person-content {
    margin-top: 50px;
    margin-left: 0;
  }

  .about-one {
    padding: 100px 0 50px;
  }

  .about-one__right {
    margin-top: 60px;
  }

  .changing-one__title {
    font-size: 33px;
    line-height: 43px;
  }

  .footer-widget__about {
    margin-right: 0;
  }

  .footer-widget__Explore {
    margin-right: 0;
    margin-top: 42px;
    margin-bottom: 32px;
  }

  .footer-widget__Contact {
    margin-right: 0;
    margin-top: 32px;
  }

  .site-footer__top {
    padding: 90px 0 90px;
  }

  h2.main_banner_title {
    font-size: 42px;
    line-height: 1.3;
  }

  section.main-banner .container {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width:575px) {
  .section-title__title {
    font-size: 28px;
    line-height: 42px;
  }

  .changing-one__title {
    font-size: 24px;
    line-height: 38px;
  }


  .changing-one {
    padding: 120px 0 120px;
  }

  .projects-section {
    padding: 50px 0 70px;
  }

  .project-count-no {
    font-size: 24px;
    line-height: 28px;
  }

  .project-box-name {
    font-size: 18px;
    line-height: 1;
  }

  a.navbar-brand img {
    height: 35px;
  }

  .project-one__title {
    font-size: 20px;
  }

  .changing-one__sub-title {
    font-size: 20px;
  }

  .site-footer__bottom-text {
    font-size: 14px;
    line-height: 24px;
  }

  a.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h2.main_banner_title {
    font-size: 30px;
  }

  .main_banner_shape-3 {
    right: -180px;
    z-index: 1;
  }

  .main_banner_shape-1 {
    left: -65px;
  }
}