/* ==== --------- (1.1) mixins start --------- ==== */
/* ==== --------- (1.1) mixins end --------- ==== */
/* ==== --------- (1.2) variables start --------- ==== */
/* ==== --------- (1.2) variables end --------- ==== */
/* ==== --------- (2.3) global styles start --------- ==== */

 .section__space {
	 padding: 120px 0px;
}
 @media only screen and (max-width: 1199px) {
	 .section__space {
		 padding: 100px 0px;
	}
}
 @media only screen and (max-width: 991px) {
	 .section__space {
		 padding: 80px 0px;
	}
}
 .section__space__top {
	 padding-top: 120px;
}
 @media only screen and (max-width: 1199px) {
	 .section__space__top {
		 padding-top: 100px;
	}
}
 @media only screen and (max-width: 991px) {
	 .section__space__top {
		 padding-top: 80px;
	}
}
 .section__space__bottom {
	 padding-bottom: 120px;
}
 @media only screen and (max-width: 1199px) {
	 .section__space__bottom {
		 padding-bottom: 100px;
	}
}
 @media only screen and (max-width: 991px) {
	 .section__space__bottom {
		 padding-bottom: 80px;
	}
}
 .clear__top {
	 margin-top: 80px;
}
 @media only screen and (max-width: 575px) {
	 .clear__top {
		 margin-top: 64px;
	}
}
 @media only screen and (max-width: 991px) {
	 .column__space {
		 margin-bottom: 30px;
	}
}
 @media only screen and (max-width: 1199px) {
	 .column__space--secondary {
		 margin-bottom: 30px;
	}
}
 .column__space__negative {
	 margin-bottom: 0px;
}
 .section__header {
	 max-width: 1024px;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
}
 .section__header h5 {
	 color: #1657B6;
	 text-align: center;
	 margin-bottom: 18px;
}
 .section__header h2 {
	 text-align: center;
	 margin-bottom: 20px;
}
 .section__header p {
	 max-width: 690px;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
	 text-align: center;
}
 .content h5 {
	 margin-bottom: 12px;
}
 .content h2 {
	 margin-bottom: 7px;
}
 @media only screen and (max-width: 767px) {
	 .content h2 {
		 margin-bottom: 14px;
	}
}
 .content .button {
	 margin-top: 36px;
}
 @media only screen and (max-width: 1199px) {
	 .content .button {
		 margin-top: 21px;
	}
}
 .progress__type .progress {
	 height: 10px;
	 border-radius: 5px;
}
 @media only screen and (max-width: 575px) {
	 .progress__type .progress {
		 height: 7px;
	}
}
 .progress__type .progress-bar {
	 height: 10px;
	 border-radius: 5px;
	 background-color: #2dca73;
	 width: 64.73%;
}
 @media only screen and (max-width: 575px) {
	 .progress__type .progress-bar {
		 height: 7px;
	}
}
 .progress__type .project__has {
	 margin-top: 10px;
}
 .progress__type--two .project__info {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 margin-top: 10px;
}
 @media only screen and (max-width: 575px) {
	 .progress__type--two .project__info {
		 flex-direction: column;
		 align-items: flex-start;
		 gap: 5px;
	}
}
 .progress__type--two .project__has {
	 margin-top: 0px;
}
 .progress__type--three .collected {
	 font-weight: 600;
	 margin-bottom: 7px;
}
 .invest__cta__wrapper {
	 background-color: #fbf8ff;
	 padding: 10px;
	 border-radius: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 gap: 15px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
	 .invest__cta__wrapper {
		 padding: 20px;
	}
}
 @media only screen and (max-width: 767px) {
	 .invest__cta__wrapper {
		 padding: 20px;
	}
}
 .invest__cta__wrapper .countdown__wrapper p {
	 display: flex;
	 align-items: center;
	 gap: 5px;
	 color: #13216e;
	 margin-bottom: 5px;
	 font-weight: 500;
}
 @media only screen and (max-width: 767px) {
	 .invest__cta__wrapper .invest__cta .button {
		 padding: 8px 20px 10px;
	}
}
 .invest__cta__wrapper .invest__cta p {
	 font-size: 14px;
	 line-height: 22px;
	 margin-top: 10px;
	 font-weight: 500;
}
 .counter, .counterTwo {
	 color: inherit;
}
 .counterFive {
	 color: inherit;
}
 .countdown {
	 display: flex;
	 align-items: center;
	 gap: 4px;
}
 .countdown h5 {
	 text-transform: uppercase;
	 font-weight: 700;
}
 .shadow__effect {
	 box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
	 transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;
}
 .shadow__effect:hover {
	 transform: translateY(-5px);
	 box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.2);
}
 @media only screen and (max-width: 575px) {
	 .shadow__effect:hover {
		 transform: translateY(0px);
	}
}
 .shadow__effect__secondary {
	 transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;
}
 .shadow__effect__secondary:hover {
	 transform: translateY(-5px);
	 box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.2);
}
 @media only screen and (max-width: 575px) {
	 .shadow__effect__secondary:hover {
		 transform: translateY(0px);
	}
}
 .social {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 gap: 10px;
}
 .social a {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 text-align: center;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 background-color: #353c4e;
	 border: 1px solid #fff 20;
	 border-radius: 50%;
	 transition: all 0.3s ease-out;
}
 @media only screen and (max-width: 1199px) {
	 .social a {
		 width: 40px;
		 height: 40px;
		 line-height: 40px;
	}
}
 .social a:hover {
	 background-color: #1657B6;
}
 .social a:hover svg {
	 color: #fff !important;
}
 .social a svg {
	 color: #1657B6 !important;
}
 .pos__rel {
	 position: relative;
}
 .over__hi {
	 overflow: hidden;
}
 .thumb__ltr {
	 direction: ltr;
}
 .thumb__rtl {
	 direction: rtl;
}
 @media only screen and (max-width: 991px) {
	 .thumb__rtl {
		 direction: ltr;
	}
}
 .bg__img {
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
}
 .text-center {
	 text-align: center;
}
 .text-start {
	 text-align: start;
}
 .text-end {
	 text-align: right;
}
 .title__with__cta {
	 margin-top: -9px;
}
 @media only screen and (max-width: 1199px) {
	 .title__with__cta {
		 margin-top: 0px;
	}
}
 @media only screen and (max-width: 991px) {
	 .title__with__cta h2 {
		 margin-top: -9px;
	}
}
 @media only screen and (max-width: 767px) {
	 .title__with__cta h2 {
		 margin-top: -6px;
	}
}
 @media only screen and (max-width: 991px) {
	 .title__with__cta .button {
		 margin-top: 20px;
	}
}
 @keyframes shine {
	 100% {
		 left: 125%;
	}
}
 .img__effect {
	 position: relative;
	 overflow: hidden;
}
 .img__effect::before {
	 position: absolute;
	 top: 0;
	 left: -75%;
	 z-index: 2;
	 display: block;
	 content: "";
	 width: 50%;
	 height: 100%;
	 background-color: #1657B6 40;
	 transform: skewX(-25deg);
}
 @keyframes waves {
	 0% {
		 transform: translate(-50%, -50%) scale(0.5, 0.5);
		 opacity: 0;
	}
	 50% {
		 opacity: 0.8;
		 transform: translate(-50%, -50%) scale(1, 1);
	}
	 100% {
		 transform: translate(-50%, -50%) scale(0.5, 0.5);
		 opacity: 0;
	}
}
 .clear__top {
	 margin-top: 80px;
}
 @media only screen and (max-width: 1199px) {
	 .clear__top {
		 margin-top: 72px;
	}
}
 @media only screen and (max-width: 575px) {
	 .clear__top {
		 margin-top: 64px;
	}
}
 .pt-30 {
	 padding-top: 30px;
}
 .mt-30 {
	 margin-top: 30px;
}
 .breadcrumb {
	 margin: 0px;
	 padding: 0px;
}
 @media only screen and (max-width: 767px) {
	 .breadcrumb {
		 margin-top: 5px;
	}
}
 .breadcrumb .breadcrumb-item {
	 display: inline-flex;
	 align-items: center;
	 margin-top: 0px;
	 color: #13216e;
	 padding-left: 0px;
	 padding-right: 12px;
}
 .breadcrumb .breadcrumb-item a {
	 font-weight: 400;
	 color: #13216e;
}
 .breadcrumb .breadcrumb-item a:hover {
	 color: #1657B6;
}
 .breadcrumb .breadcrumb-item::before {
	 float: none;
	 font-family: "custom";
	 font-weight: 900;
	 content: "\0042";
	 font-size: 16px;
	 color: #13216e;
}
 @media only screen and (max-width: 767px) {
	 .breadcrumb .breadcrumb-item::before {
		 font-size: 14px;
	}
}
 .breadcrumb .breadcrumb-item:first-of-type {
	 padding-left: 0px;
}
 .breadcrumb .breadcrumb-item:first-of-type::before {
	 content: none;
}
 .breadcrumb .breadcrumb-item:last-of-type {
	 padding-right: 0px;
}
 .breadcrumb .active {
	 color: #13216e;
}
 .cta__btn {
	 text-align: center;
	 margin-top: 30px;
}
 .pagination {
	 margin-top: 60px;
}
 @media only screen and (max-width: 1199px) {
	 .pagination {
		 margin-top: 30px;
	}
}
 .pagination .page-link {
	 margin: 0px;
	 padding: 0px;
	 border: 0px solid transparent;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 text-align: center;
	 border-radius: 10px;
	 background-color: #fff;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 color: #13216e;
	 font-weight: 600;
	 margin-right: 20px;
	 transition: all 0.3s ease-out;
	 box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
}
 @media only screen and (max-width: 767px) {
	 .pagination .page-link {
		 width: 30px;
		 height: 30px;
		 line-height: 30px;
		 margin-right: 10px;
		 border-radius: 5px !important;
		 font-size: 14px;
		 font-weight: 400;
	}
}
 .pagination .page-link:hover {
	 color: #fff;
	 background-color: #1657B6;
}
 .pagination .page-item:last-of-type .page-link {
	 margin-right: 0px;
	 margin-left: 20px;
	 width: 90px;
	 height: 40px;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 10px;
	 background-color: #fff;
	 box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
}
 @media only screen and (max-width: 767px) {
	 .pagination .page-item:last-of-type .page-link {
		 width: 50px;
		 height: 30px;
		 border-radius: 5px !important;
		 margin-left: 5px;
	}
}
 .pagination .page-item:last-of-type .page-link:hover {
	 background-color: #1657B6;
	 color: #fff;
}
 .pagination .page-item:first-of-type .page-link {
	 margin-right: 40px;
	 width: 90px;
	 height: 40px;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 10px;
	 background-color: #fff;
	 box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
}
 @media only screen and (max-width: 767px) {
	 .pagination .page-item:first-of-type .page-link {
		 width: 50px;
		 height: 30px;
		 border-radius: 5px !important;
		 margin-right: 15px;
	}
}
 .pagination .page-item:first-of-type .page-link:hover {
	 background-color: #1657B6;
	 color: #fff;
}
/* Generated by Glyphter (http://www.glyphter.com) on Mon Nov 14 2022*/
 @font-face {
	 font-family: "custom";
	 src: url("../../../public/fonts/custom.eot");
	 src: url("../../../public/fonts/custom.eot?#iefix") format("embedded-opentype"), url("../../../public/fonts/custom.woff") format("woff"), url("../../../public/fonts/custom.ttf") format("truetype"), url("../../../public/fonts/custom.svg#custom") format("svg");
	 font-weight: normal;
	 font-style: normal;
}
 [class*="icon-"]:before {
	 display: inline-block;
	 font-family: "custom";
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .icon-down:before {
	 content: "\0041";
}
 .icon-Right Arrow:before {
	 content: "\0042";
}
 .icon-check-mark-line-icon:before {
	 content: "\0043";
}
 @font-face {
	 font-family: "form";
	 src: url("../../../public/fonts/form.eot");
	 src: url("../../../public/fonts/form.eot?#iefix") format("embedded-opentype"), url("../../../public/fonts/form.woff") format("woff"), url("../../../public/fonts/form.ttf") format("truetype"), url("../../../public/fonts/form.svg#form") format("svg");
	 font-weight: normal;
	 font-style: normal;
}
 [class*="icon-"]:before {
	 display: inline-block;
	 font-family: "form";
	 font-style: normal;
	 font-weight: normal;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .icon-location:before {
	 content: "\0041";
}
 .icon-Home-icon:before {
	 content: "\0042";
}
/* ==== --------- (2.3) global styles end --------- ==== */
 