@import url("../fonts/montserrat/montserrat.css");
@import url("../fonts/segoi/segoi.css");
@import url("../icons/font-awesome/font-awesome.min.css");
@import url("../icons/font-awesome/all.min.css");
@import url("../icons/icofont/icofont.min.css");
@import url("../css/lightgallery.css");

/* ---------- stylesheet ---------- */
body {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: normal;
	color: #000;
}

/*--------- end of body -------*/
a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	line-height: 1.5;
	color: inherit;
}

body {
	display: block;
	padding: 0;
	margin: 0;
}

.bg-pink {
	background: #fcf4e7;
}

.d-block {
	display: block;
}

.mlr-0 {
	margin-left: 0;
	margin-right: 0;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-30 {
	margin-right: 30px;
}

.pl-0 {
	padding-left: 0;
}

.plr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pr-0 {
	padding-right: 0;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-10 {
	padding-right: 10px;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pt-75 {
	padding-top: 75px !important;
}

.w-100 {
	width: 100%;
}

.bg-light {
	background-color: #f9f9ff !important;
}

.b-none {
	border: none !important;
}

.text-uppercase {
	text-transform: uppercase;
}

.sec-padding {
	padding: 100px 0;
}

.menu_fixed {
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	z-index: 9999999999;
	left: 0;
	right: 0;
	top: 0px;
	/*transition: all 300ms ease-in;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;*/
}

.menu_fixed .navbar {
	padding: 5px 15px;
}

.menu_fixed .navbar-brand img {
	height: 50px;
}

.navbar {
	padding: 10px 15px;
}

.navbar-brand img {
	height: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	/*padding-right: 1rem;*/
	padding-left: 1rem;
	font-size: 14px !important;
	color: #000;
	font-weight: 500;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #eab256;
}

.navbar-nav .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #444;
	vertical-align: top;
	margin-top: 2px;
	border: none;
}

.navbar-nav .dropdown-toggle:hover::after {
	color: #eab256;
}
.navbar-nav .cstm-btn-dash:hover::after {
	color: #fff !important;
}

.dropdown-item:hover {
	color: #eab256;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #f8f9fa;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	padding: 0;
}

.dropdown-item {
	font-size: 15px;
}

.cstm-btn {
	font-size: 16px;
	font-weight: 500;
}
.cstm-btn-dash {
	font-size: 16px;
	font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link.cstm-btn {
	background-color: #eab256;
	color: #fff;
	border-radius: 30px;
	padding: .3rem 1.3rem;
	margin: 0 0 0 20px;
}
.navbar-expand-lg .navbar-nav .nav-link.cstm-btn-dash {
	border-radius: 30px;
	padding: .3rem 1.3rem;
	margin: 0 0 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.cstm-btn:hover,
.cstm-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.cstm-btn:focus,
.cstm-btn:focus {
	background-color: rgba(234, 178, 86, 0.9);
	outline: none;
	box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link.cstm-btn-dash:hover,
.cstm-btn-dash:hover,
.navbar-expand-lg .navbar-nav .nav-link.cstm-btn-dash:focus,
.cstm-btn-dash:focus {
	outline: none;
	box-shadow: none;
	color: #fff !important;
	background-color: #eab256 !important;
}

.navbar-light .navbar-toggler {
	border-color: #eab256;
	background: #eab256;
	outline: none;
}

.navbar-toggler {
	padding: .25rem 0.45rem;
}

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

.main-heading {
	font-size: 47px;
	line-height: 1.3;
	color: #000;
	font-family: 'Montserrat';
	font-weight: 700;
	margin-bottom: 30px;
}

.small-heading {
	font-size: 16px;
	color: #eab256;
	font-family: 'Montserrat';
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}

.cstm-btn {
	font-size: 16px;
	font-weight: 500;
	padding: 0.6rem 1.5rem;
	background-color: #eab256;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
	border: 1px solid #eab256 !important;
	outline: none;
	box-shadow: none;
	border: 0;
}

.cstm-btn-dash {
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 0.6rem 1.5rem;
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #eab256 !important;
	border-radius: 30px;
	margin-bottom: 30px;
	outline: none;
	box-shadow: none;
	border: 0;
}

.cstm-btn:hover,
.cstm-btn:focus {
	background-color: rgba(234, 178, 86, 0.9);
	outline: none;
	box-shadow: none;
	color: #fff;
}

.cstm-btn-dash:hover,
.cstm-btn-dash:focus {
	outline: none;
	box-shadow: none;
	color: #fff !important;
	background-color: #eab256 !important;
}

/*Secondary btn by Rn*/
.cstm-secondary-btn {
	font-size: 16px;
	font-weight: 500;
	padding: 0.1rem 0.5rem;
	background-color: #fff;
	color: #eab256;
	border-radius: 30px;
	border: 1px solid #eab256;
}
.cstm-secondary-btn:hover,
.cstm-secondary-btn:focus {
	background-color: #fcf4e7;
	color: #eab256;
}

.white-btn {
	font-size: 16px;
	font-weight: 500;
	padding: 0.6rem 1.5rem;
	color: #000;
	border-radius: 30px;
	margin-bottom: 30px;
	box-shadow: 0 2px 10px 0 rgba(144, 144, 144, 0.5);
	background-color: #ffffff;
}

.white-btn:hover,
.white-btn:focus {
	background-color: rgba(234, 178, 86, 1);
	outline: none;
	box-shadow: none;
	color: #fff;
}

.banner-sec p {
	font-size: 14px;
	color: #444;
	line-height: 26px;
	margin-bottom: 30px;
}

.banner-sec .btn-sec a:first-child {
	margin-right: 20px;
}

.banner-sec p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-bottom: 30px;
}

.banner-sec .left-content {
	padding-top: 50px;
}

.banner-sec {
	padding-bottom: 50px;
	position: relative;
}

.banner-sec .sadaqah_rotate {
	position: absolute;
	left: -130px;
	top: 40%;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(270deg);
	font-size: 30px;
	color: #7f7f7f;
}

/* end of banner sec */

.campaigns .campaign-slider {
	position: relative;
}

.campaigns .campaign-card {
	padding: 32px 15px 28px;
	box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
	background-color: #fff;
	text-align: center;
	margin: 15px;
}

.campaigns .campaign-card img {
	height: 60px;
	margin-bottom: 25px;
}

.campaigns .campaign-card h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.campaigns .campaign-card p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	letter-spacing: -0.22px;
	height: 66px;
	overflow: hidden;
}

.campaign-slider .owl-carousel .owl-item {
	position: relative;
}

.campaign-slider .owl-theme .campaign-nav {
	position: absolute;
	left: 0;
	right: 0;
	border: none;
	top: 45%;
	z-index: 9;
}

.campaign-slider .owl-theme .campaign-nav .owl-prev,
.campaign-slider .owl-theme .campaign-nav .owl-next {
	font-size: 26px;
	border: none;
	background: #fff;
	border-radius: 50% 50%;
	height: 50px;
	width: 50px;
	box-shadow: 0px 0px 3px #7f7f7f;
}

.campaign-slider .owl-theme .campaign-nav .owl-prev:focus,
.campaign-slider .owl-theme .campaign-nav .owl-prev:hover,
.campaign-slider .owl-theme .campaign-nav .owl-next:focus,
.campaign-slider .owl-theme .campaign-nav .owl-next:hover {
	outline: none;
}

.campaign-slider .owl-theme .campaign-nav .owl-prev img,
.campaign-slider .owl-theme .campaign-nav .owl-next img {
	height: 30px;
}

.campaign-slider .owl-prev {
	left: -50px;
	position: absolute;
}

.campaign-slider .owl-next {
	right: -50px;
	position: absolute;
}

/* end of campaigns */
.mission-sec img {
	margin-bottom: 30px;
}

.mission-sec .left-content {
	padding-left: 30px;
}

.mission-sec .left-content .small-heading {
	margin-bottom: 20px;
}

.mission-sec .left-content p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: normal;
}

/* end of mission */

.fundraisers .fund-slider {
	position: relative;
}

.fundraisers .fund-card {
	/*box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);*/
	background-color: #fff;
	margin: 10px;
}

.fund-card .fund-body h5 {
	font-size: 14px;
	font-weight: 500;
	color: #eab256;
}

.fund-card .fund-body h3 {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
	min-height: 45px;
}

.fund-card .fund-body p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
	padding-right: 10px;
	min-height: 46.4px;
}

.progress-section {
	margin-bottom: 10px;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 10px;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #eab256;
	transition: width .6s ease;
	width: 70%;
}

.fund-card .fund-body ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.fund-card .fund-body ul li {
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	color: #333;
}

.fund-card .fund-body ul li span {
	font-weight: 700;
}

.fund-card .fund-body {
	padding: 15px 0;
}

.fund-footer .case-btn ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.fund-footer .case-btn ul li {
	font-size: 14px;
	width: 100%;
	margin-right: 10px;
}

.fund-footer .case-btn ul li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eab256;
	color: #eab256;
	font-weight: 500;
}

.fund-footer .case-btn ul li a:hover {
	background: #eab256;
	color: #fff;
}

.fund-footer .case-btn ul li:last-child {
	margin-right: 0;
	margin-left: 0px;
}

.fund-footer .case-btn ul li:last-child a {
	background: #eab256;
	color: #fff;
}

.fund-slider .owl-carousel .owl-item {
	position: relative;
}

.fund-slider .owl-theme .fund-nav {
	position: absolute;
	left: 0;
	right: 0;
	border: none;
	top: 45%;
	z-index: 9;
}

.fund-slider .owl-theme .fund-nav .owl-prev,
.fund-slider .owl-theme .fund-nav .owl-next {
	font-size: 26px;
	border: none;
	background: #fff;
	border-radius: 50% 50%;
	height: 50px;
	width: 50px;
	box-shadow: 0px 0px 3px #7f7f7f;
}

.fund-slider .owl-theme .fund-nav .owl-prev:focus,
.fund-slider .owl-theme .fund-nav .owl-prev:hover,
.fund-slider .owl-theme .fund-nav .owl-next:focus,
.fund-slider .owl-theme .fund-nav .owl-next:hover {
	outline: none;
}

.fund-slider .owl-theme .fund-nav .owl-prev img,
.fund-slider .owl-theme .fund-nav .owl-next img {
	height: 30px;
}

.fund-slider .owl-prev {
	left: -50px;
	position: absolute;
}

.fund-slider .owl-next {
	right: -50px;
	position: absolute;
}

/* end of fundrisers */
.trending {
	background: #fcf4e7;
}

.trending img {
	margin-bottom: 30px;
}

.trending p {
	font-size: 16px;
	color: #000;
	line-height: 1.7;
}

.trending .right-content {
	padding-left: 30px;
}

.trending .left-content {
	padding-right: 30px;
}

.trending .cstm-btn {
	margin-bottom: 0;
	margin-top: 50px;
	border-radius: 0;
	text-transform: uppercase;
}

.trending .small-heading {
	color: #000;
}

/* end of trending */

.client-tesimonial .test-p {
	padding-right: 50px;
}

.review-card {
	padding: 20px;
	border-radius: 4px;
	overflow: unset;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../images/poor-child.jpg);
	background-size: cover;
	background-position: center;
	height: 360px;
	width: auto;
	position: relative;
}

.review-card p {
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 15px;
}

.review-card h3 {
	font-size: 22px;
	line-height: 1;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 600;
}

.review-card small {
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
}

.review-card .r-content {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
}

.review-card .r-content p {
	height: 68px;
	overflow: hidden;
	line-height: 1.7;
}


.client-slider .owl-carousel .owl-item {
	position: relative;
}

.client-slider .owl-theme .custom-nav {
	position: absolute;
	left: -57%;
	border: none;
	bottom: 10%;
}

.client-slider .owl-theme .custom-nav .owl-prev,
.client-slider .owl-theme .custom-nav .owl-next {
	font-size: 26px;
	border: none;
	background: #fff;
	border-radius: 50% 50%;
	height: 60px;
	width: 60px;
	margin-right: 30px;
	box-shadow: 0px 0px 3px #000;
}

.client-slider .owl-theme .custom-nav .owl-prev:focus,
.client-slider .owl-theme .custom-nav .owl-prev:hover,
.client-slider .owl-theme .custom-nav .owl-next:focus,
.client-slider .owl-theme .custom-nav .owl-next:hover {
	outline: none;
}

.client-slider .owl-theme .custom-nav .owl-prev img,
.client-slider .owl-theme .custom-nav .owl-next img {
	height: 40px;
}

.client-slider .owl-prev {
	left: 0;
}

.client-slider .owl-next {
	right: 0;
}

/* end of client slider */
.sadaqah-every {
	padding-top: 50px;
}

.sadaqah-card {
	text-align: center;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
	margin-bottom: 30px;
}

.sadaqah-card i {
	font-size: 60px;
	margin-bottom: 10px;
	color: #eab256;
}

.sadaqah-card h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
}

.sadaqah-card p {
	font-size: 13px;
}

.sadaqah-card:hover {
	background: #eab256;
}

.sadaqah-card:hover i,
.sadaqah-card:hover h3,
.sadaqah-card:hover p {
	color: #fff;
}

.invisible {
	margin-bottom: 0rem;
	line-height: 0;
}

/* end of sadaqah every */
.gallery-sec {
	background: #f8f8f8;
}

.gallery-sec ul {
	margin: 0;
	padding: 0;
	column-count: 4;
	column-gap: 20px;
}

.gallery-sec ul li {
	list-style: none;
	margin-bottom: 15px;
	display: inline-block;
}

.gallery-sec ul li a {
	display: inline-block;
	text-align: center;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	/* border: 3px solid $blue;*/
	overflow: hidden;
	/*  border-radius: 3px;*/
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.7);
}

.gallery-sec ul li a img {
	opacity: 0.8;
}

.gallery-sec ul li a:hover {
	background-color: transparent;
}

.gallery-sec ul li a:hover img {
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	opacity: 1;
}

/* end of gallery section*/

footer {
	background: #444;
	padding-bottom: 0 !important;
	color: #fff;
}

footer p {
	font-size: 14px;
	line-height: 26px;
	color: #dfdfdf;
}

footer h5 {
	margin-bottom: 30px;
}

footer .logo {
	margin-bottom: 20px;
}

footer .logo a {
	display: inline-block;
}

footer ul {
	padding: 0;
}

footer ul li {
	list-style: none;
	margin-bottom: 10px;
}

footer ul li a {
	display: inline-block;
	color: #dfdfdf !important;
}

footer ul li a:hover {
	color: #fff;
}

.useful-link li {
	border-bottom: 1px solid #888;
	padding: 0px 0px 7px;
}

.recent-post li a {
	display: inline-block;
	padding-left: 60px;
	position: relative;
}

.recent-post li {
	border-bottom: 1px solid #888;
}

.useful-link li {
	border-bottom: 1px solid #888;
}

.recent-post li a i {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #eab256;
	color: #fff;
	left: 0;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

.recent-post li a h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

.recent-post li a p {
	font-size: 13px;
	margin-bottom: 15px;
}

.contact-location li a {
	position: relative;
	padding-left: 25px;
}

.contact-location li a i {
	position: absolute;
	left: 0;
	top: 2px;
	color: #eab256;
}

footer .copyright {
	font-size: 14px;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: 30px;
}

.ft-social li {
	display: inline-block;
	font-size: 26px;
	padding-right: 25px;
}

.ft-social li a {
	display: inline-block;
}

/* end of footer */
.right-social {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 35%;
	right: 15px;
	z-index: 9;
}

.right-social li {
	list-style: none;
}

.right-social li a {
	color: #eab256;
	font-size: 25px;
	border-color: #eab256;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.right-social li a:hover {
	background-color: #eab256;
	border-color: #eab256;
	border-radius: 50%;
}

/*-------------- end of home page ----------------*/
.bread-sec {
	/*background-image: url(../images/bread-bg.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 0 30px;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.7);
}

.bread-sec h2 {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

.bread-sec p {
	font-size: 14px;
	color: #fff;
}

.donation-card {
	margin-bottom: 30px;
}

.donation-card h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.donation-card p {
	font-size: 14px;
	line-height: 1.7;
	padding-right: 30px;
}

.donation-card .cstm-btn {
	background: #fff;
	color: #000;
	font-size: 14px;
	border: 2px solid #666;
	padding: 7px 30px;
}

.donation-card .cstm-btn:hover {
	color: #fff;
	background: #eab256;
	border-color: #eab256;
}

.more-stories {
	background: #f8e6c7;
	padding: 30px 0 10px;
}

.more-stories .form-group {
	padding: 0 10px;
}

.more-stories .form-group .form-control {
	background: #fff;
	border-color: #fff;
	color: #000;
	border-radius: 0;
}

.more-stories form label {
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	display: block;
	margin-right: 10px;
}

.more-stories .form-group .form-control:focus {
	box-shadow: none;
}

.get-inspiring {
	background: #eab256;
	padding: 100px 0;
}

.get-inspiring h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.get-inspiring form input {
	max-width: 460px;
	display: inline-block;
	height: 40px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #000;
}

.get-inspiring form input:focus {
	box-shadow: none;
}

.get-inspiring form input::placeholder {
	color: #000;
}

.get-inspiring form {
	text-align: center;
}

.get-inspiring form button {
	height: 40px;
	box-shadow: none;
	border: none;
	background: #000;
	line-height: 39px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	padding: 0 30px;
}

.fundf-card {
	position: relative;
	padding-bottom: 100px;
}

.fundf-card a {
	display: inline-block;
}

.fundf-card img {
	position: relative;
	border-radius: 5px;
	padding-bottom: 60px;
}
.fundf-card i {
	position: relative;
	border-radius: 5px;
	padding-bottom: 60px;
}

.fundf-card h3 {
	display: block;
	position: absolute;
	border-radius: 10px;
	height: 100px;
	width: 90%;
	margin: 0 auto;
	bottom: 50px;
	box-shadow: 0 10px 10px 0 rgba(236, 236, 236, 0.5);
	-webkit-box-shadow: 0 10px 10px 0 rgba(236, 236, 236, 0.5);
	-moz-box-shadow: 0 10px 10px 0 rgba(236, 236, 236, 0.5);
	-o-box-shadow: 0 10px 10px 0 rgba(236, 236, 236, 0.5);
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	background: #fff;
	left: 0;
	right: 0;
}

.fundf-card a:hover h3 {
	background: #eab256;
	color: #fff;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.fundraise-for .cstm-btn {
	margin-bottom: 0;
	margin-top: 30px;
	border-radius: 0;
	text-transform: uppercase;
}

.fundraise-for.team .fundf-card h3 {
	font-size: 20px;
}

.wgmtf .head-p {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
	line-height: 1.7;
}

.wgmtf .sadaqah-card {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.wgmtf .sadaqah-card:hover i,
.wgmtf .sadaqah-card:hover h3,
.wgmtf .sadaqah-card:hover p {
	color: #000;
}

.wgmtf .sadaqah-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #000;
}

.wgmtf .sadaqah-card i {
	margin-bottom: 15px;
	color: #eab256;
}

/*--------- end of wgmtf ------------*/

.crowdfunding-sec .main-heading {
	font-size: 36px;
}

.crowdfunding-sec p {
	font-size: 14px;
	margin-bottom: 10px;
}

/*------- end of crowdfunding ----------*/
.contact-sec {
	padding: 50px 0;
}

.contact-sec .contact-info {
	margin-top: 160px;
}

.contact-sec .contact-info ul {
	margin: 0;
	padding: 0;
	display: block;
}

.contact-sec .contact-info ul li {
	position: relative;
	padding-left: 70px;
	list-style: none;
	margin-bottom: 30px;
}

.contact-sec .contact-info ul li a {
	text-decoration: none;
	color: #333;
}

.contact-sec .contact-info ul li i {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
	color: #000;
}

.contact-sec .contact-info ul li p {
	margin-bottom: 0;
	color: #000;
}

.contact-sec .sec-title span {
	background: rgb(234, 178, 86, 0.1);
	padding: 7px 15px;
	border-radius: 30px;
	color: #eab256;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
}

.contact-sec .sec-title h2 {
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

.contact-sec .form {
	margin-top: 30px;
}

.contact-sec .form .form-group {
	margin-bottom: 25px;
}

.contact-sec .form .form-group .form-control {
	height: 50px;
	border-radius: 0;
}

.contact-sec .form .form-group .form-control:focus {
	box-shadow: none;
	border-color: #000;
	color: #000;
}

.contact-sec .form .form-group .form-control.txt-area {
	height: 140px;
	resize: none;
	border-radius: 10px;
}

.contact-sec .form .form-group .form-control {
	height: 50px;
	border-radius: 30px;
	border-color: #333;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	background-color: #fcf4e7;
	border-bottom: 2px solid #eab256 !important;
}

/* end of contact-sec */
.goal-bg {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(208, 208, 208, 0.5);
	padding: 50px 15px;
}

.goal-here .form .form-control {
	border-bottom: 1px solid #979797;
	border-top: none;
	border-left: none;
	border-radius: 0;
	border-right: none;
	padding-left: 0;
	outline: none;
}

.goal-here .form .form-group {
	margin-bottom: 25px;
}

.goal-here .form label {
	color: #fba71c;
}

.form .error {
	color: #ff0000 !important;
}

.goal-here h3 {
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.inputGroup {
	background-color: #ededed;
	display: block;
	margin: 10px 0;
	position: relative;
}



.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #eab256;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}

.inputGroup label:after {
	width: 32px;
	height: 32px;
	content: "";
	border: 2px solid #747474;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 30px;
	top: 45px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
	color: #fff;
}

.inputGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.inputGroup input:checked ~ label:after {
	background-color: #000;
	border-color: #000;
}

.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.goal-here .form .inputGroup label {
	padding: 30px 30px 30px 80px;
	width: 100%;
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	color: #000;
	font-weight: 600;
	font-size: 22px;
	min-height: 170px;
}

.goal-here .form .inputGroup label p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

.goal-here .form .inputGroup label p a {
	color: #086bee;
	font-weight: 500;
}

.goal-here .form .form-p {
	line-height: 1.7;
}

.goal-here .form .form-p a {
	color: #086bee;
	text-decoration: underline;
}

.goal-here .cstm-btn {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	height: 50px;
	margin-top: 0;
	margin-bottom: 10px;
}

.wgmtf.campaignpr .sadaqah-card {
	text-align: left;
	padding: 0 25px 0 55px;
	position: relative;
}

.wgmtf.campaignpr .sadaqah-card span {
	position: absolute;
	left: 5px;
	color: #d6cfc5;
	font-weight: 700;
	font-size: 60px;
	top: 0;
	line-height: 0.5;
}

.wgmtf.campaignpr .sadaqah-card h3 {
	font-size: 18px;
	font-weight: 500;
}

.fast-safe .main-heading {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 500;
}


.fast-safe p {
	font-size: 14px;
	padding-right: 100px;
}

.fast-safe p b {
	font-weight: 500;
}

.video-sec {
	padding: 50px 0;
}

.education-training {
	margin-bottom: 50px;
}

.education-training .edit-view {
	margin-top: 50px;
}

.education-training .edit-view a {
	display: inline-block;
	padding-right: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.goal-bg.acpv-box {
	padding: 50px 30px;
}

/* start youtube-video */

.add-video {
	position: relative;
	margin-bottom: 30px;
}

.add-video::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.add-video .btn-groups {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 60%;
	bottom: 0;
	z-index: 1;
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	width: 100%;
}

.add-video .btn-groups a {
	display: block;
	color: #fff;
}

.add-video .btn-groups a.add-vid {
	font-weight: 600;
	text-decoration: underline;
	margin-top: 5px;
}

.add-video .btn-groups .popup-youtube {
	font-size: 50px;
}

.acpv-inner h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.acpv-inner .cstm-btn.facebook-btn {
	background: #354d94;
	width: 100%;
	text-align: center;
}

.acpv-inner .cstm-btn.facebook-btn i {
	margin-right: 10px;
}

.acpv-inner .custom-file {
	position: relative;
	display: inline-block;
	width: 20%;
	height: 35px;
	margin-bottom: 30px;
	border-radius: 30px;
}



.acpv-inner .custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "";
	display: none;
}

.acpv-inner .custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 40px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	background-color: #fff;
	border: 1px solid #eab256;
	border-radius: 30px;
	text-align: center;
	background: #eab256;
	cursor: pointer;
}

.acpv-inner .custom-file-label:focus,
.acpv-inner .custom-file-input:focus {
	outline: none;
	box-shadow: 0;
	border: 0;
}

.acpv-inner .custom-file-label i {
	margin-right: 10px;
}

.acpv-inner .custom-file-label.selected {
	color: #000;
	outline: none;
	box-shadow: none;
	border: 0;
}

.acpv-inner p {
	font-weight: 500;
	text-align: center;
}

.acpv-inner .back-link {
	font-weight: 600;
	font-size: 15px;
	color: #086bee;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
}

/* end youtube-video */
.camps-box {
	padding: 50px;
	margin-bottom: 30px;
}

.camps-box i {
	font-size: 70px;
	color: #eab256;
	display: block;
	margin-bottom: 10px;
}

.camps-box h2 {
	font-weight: 800;
}

.camps-box-right p {
	text-align: left;
	padding-left: 30px;
	position: relative;
}

.camps-box-right p i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 18px;
	color: #eab256;
}

.camps-box-right p {
	text-align: left;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.camps-box-right .cstm-btn {
	display: block;
	width: 100%;
	text-align: center;
}

.acpv-head .main-heading {
	margin-bottom: 0;
}

.acpv-head {
	margin-bottom: 30px;
}

/*=====================================================
#7.0 case-details-page
=======================================================*/

.wpo-case-details-tab {
	padding: 15px 30px;
	border: 1px solid #ebebeb;
	margin-top: 40px;
}

.wpo-case-details-tab .nav li a {
	display: block;
	width: 160px;
	height: 45px;
	line-height: 24px;
	text-align: center;
	border-radius: 40px;
	color: #2d4277;
	transition: all .5s;
	font-weight: 600;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	margin-right: 10px;
	border: none;
}

.wpo-case-details-tab .nav li.active a,
.wpo-case-details-tab .nav li:hover a {
	background: #eab256;
	color: #fff;
	outline: none;
	border-radius: 40px;
	border: none;
}

.nav-tabs {
	border-bottom: none;
}

.wpo-case-details-text {
	margin-top: 50px;
}

.case-b-text {
	margin-top: 40px;
}

#Description {
	padding: 15px 30px;
	border: 1px solid #ebebeb;
}

.wpo-case-details-text .wpo-case-text-top p {
	margin-bottom: 30px;
}

.wpo-case-details-tab .event-b-text {
	margin-top: 40px;
}

.wpo-case-details-text .wpo-case-content h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.wpo-case-details-text .wpo-case-content h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.case-bb-text ul {
	display: unset;
}

.case-bb-text ul li {
	font-size: 15px;
	font-size: 0.9375rem;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

.case-bb-text ul li:before {
	content: "";
	background: #eab256;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 6px;
}

.wpo-case-details-area .comments-area {
	margin-top: 0;
}

.wpo-donations-amount,
.wpo-donations-details,
.wpo-doanation-payment {
	padding: 30px;
	border: 1px solid #ebebeb;
	margin-bottom: 40px;
}

.wpo-donations-amount h2,
.wpo-donations-details h2,
.wpo-doanation-payment h2 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 0;
}

.wpo-donations-amount input,
.wpo-donations-details input,
.wpo-donations-details textarea {
	background: transparent;
	width: 100%;
	height: 50px;
	border: 0;
	border: 1px solid #ebebeb;
	padding-left: 15px;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #525252;
	border-radius: 5px;
}

.wpo-donations-details textarea {
	height: 135px;
}

.wpo-donations-amount input:focus,
.wpo-donations-details input:focus,
.wpo-donations-details textarea:focus {
	border-color: #eab256;
}

.payment-name ul li input {
	margin-right: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpo-payment-select ul {
	list-style: none;
}

.payment-name ul {
	display: flex;
	margin-top: 30px;
}

.wpo-payment-area form {
	overflow: unset !important;
}

.payment-name ul li {
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.payment-name ul {
	list-style: none;
}

.payment-name ul li input {
	margin-right: 0;
}

.payment-name ul li {
	margin-right: 15px;
}

.wpo-payment-area h2 {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.wpo-payment-select ul {
	display: flex;
}

.wpo-payment-select ul li {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #5B5B5B;
}

.wpo-payment-select label {
	font-size: 18px;
	font-weight: 600;
}

.wpo-payment-area h2 {
	font-size: 20px;
	color: #878787;
	font-weight: 700;
}

.wpo-payment-area h2 span {
	font-size: 30px;
	color: #ff493c;
}

.wpo-payment-area {
	width: 100%;
}

.payment-name ul li input {
	margin-right: 0;
	position: absolute;
	z-index: -1;
}

.payment-name ul li input:checked ~ label {
	background: #fcebbd;
}

.payment-name label {
	width: 100%;
	border: 1px solid transparent;
	cursor: pointer;
}

.payment-name .visa label {
	border: 1px solid #0057A0;
}

.payment-name .mas label {
	border: 1px solid #CC0000;
}

.payment-name .ski label {
	border: 1px solid #691A5F;
}

.payment-name .pay label {
	border: 1px solid #019CDE;
}

.wpo-payment-option {
	padding: 0 15px;
}

.payment-name.active {
	display: block;
}

.wpo-payment-option.active .payment-name {
	display: none !important;
}

.wpo-payment-area .form-style input {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 20px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: none;
	border: 1px solid #ebebeb;
}

.wpo-payment-area .form-style input:focus {
	border: 1px solid #eab256;
}

.wpo-payment-area .contact-form {
	margin-top: 40px;
}

#Donations .theme-btn {
	border: none;
	outline: none;
	border-radius: 40px;
	box-shadow: none;
}

#Donations .submit-area {
	text-align: center;
}

@media(max-width: 992px) {
	.wpo-event-details-wrap {
		margin-bottom: 30px;
	}
}

@media(max-width: 590px) {
	.wpo-case-details-text .wpo-case-content h2 {
		font-size: 18px;
	}

	.wpo-case-details-tab .nav li a {
		margin-bottom: 20px;
	}

	.wpo-case-details-tab .nav li:last-child a {
		margin-bottom: 0;
	}

	.wpo-case-details-text .wpo-case-text-top {
		padding: 8px;
	}

	.wpo-payment-select ul {
		display: flex;
		flex-wrap: wrap;
	}

	.wpo-doanation-payment {
		padding: 20px 10px;
	}

}

.wpo-donate-header h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	margin-top: 0;
}

.comments-area {
	margin-top: 70px;
}

.comments-area li > div {
	border: 1px solid #ebebeb;
	padding: 30px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.comments-area li > div {
		padding: 30px 25px;
	}
}

.comments-area ol {
	list-style-type: none;
	padding-left: 0;
}

.comments-area ol ul {
	padding-left: 30px;
	list-style: none;
}


.comments-area .comments-title {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.comments-area .comments-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.comments-area li > div {
	position: relative;
}

.comments-area .comment-theme {
	position: absolute;
	left: 35px;
}

@media (max-width: 767px) {
	.comments-area .comment-theme {
		position: static;
	}
}

.comments-area .comment-theme img {
	border-radius: 50%;
}

.comments-area .comment-main-area {
	padding-left: 100px;
}

@media (max-width: 767px) {
	.comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px;
	}
}

.comments-area .comment-main-area p {
	margin-bottom: 0px;
}

.comments-area .comments-meta h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 1em;
}

.comments-area .comments-meta h4 span {
	font-weight: normal;
	text-transform: none;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	color: #666;
	margin-top: 8px;
}

.comments-area .comment-reply-link {
	font-size: 16px;
	color: #eab256;
	display: inline-block;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 30px;
	font-weight: 600;
}

.comments-area .comment-reply-link i {
	margin-right: 5px;
}

.comment-respond {
	margin-top: 70px;
}

.comment-respond .comment-reply-title {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 1.5em;
}

@media (max-width: 991px) {
	.comment-respond .comment-reply-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.comment-respond {
		margin-bottom: 60px;
	}

	.comment-respond-2 {
		margin-bottom: 0;
	}

}

@media (max-width: 590px) {
	.comments-area ol ul {
		padding-left: 0;
	}
}

.comment-respond form input,
.comment-respond form textarea {
	background-color: #f8f8f8;
	width: 100%;
	height: 50px;
	border: 1px solid #f8f8f8;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-respond form input:focus,
.comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #eab256;
}

@media (max-width: 991px) {

	.comment-respond form input,
	.comment-respond form textarea {
		height: 40px;
	}
}

.comment-respond form textarea {
	height: 220px;
	padding: 15px;
}

@media (max-width: 991px) {
	.comment-respond form textarea {
		height: 150px;
	}
}

.comment-respond .form-inputs {
	overflow: hidden;
}

.comment-respond .form-inputs > input:nth-child(1) {
	width: 49%;
	float: left;
}

@media (max-width: 767px) {
	.comment-respond .form-inputs > input:nth-child(1) {
		width: 100%;
		float: none;
	}
}

.comment-respond .form-inputs > input:nth-child(2) {
	width: 49%;
	float: right;
}

@media (max-width: 767px) {
	.comment-respond .form-inputs > input:nth-child(2) {
		width: 100%;
		float: none;
	}
}

.comment-respond .form-submit input {
	max-width: 120px;
	background: #eab256;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	border: 0;
	border-radius: 50px;
	outline: 0;
}

@media screen and (min-width: 1200px) {
	.wpo-blog-single-left-sidebar-section .wpo-wpo-blog-content {
		padding-right: 0;
		padding-left: 50px;
	}
}

@media screen and (min-width: 1200px) {
	.wpo-blog-single-fullwidth .wpo-wpo-blog-content {
		padding: 0;
	}
}

.entry-media img {
	width: 100%;
}

.author-btn a {
	padding: 15px 35px;
	background: #f8f8f8;
	display: inline-block;
	border-radius: 40px;
	color: #555555;
}

.author-btn a:hover {
	background-color: #eab256;
	color: #fff;
}

/*--------------------------------------------------------------
#11.0 error-404-section
--------------------------------------------------------------*/
.error-404-section {
	text-align: center;
}

.error-404-section .error-message {
	margin-top: 70px;
	padding: 0 200px;
}

@media (max-width: 991px) {
	.error-404-section .error-message {
		margin-top: 50px;
		padding: 0 100px;
	}
}

@media (max-width: 767px) {
	.error-404-section .error-message {
		padding: 0;
	}
}

.error-404-section .error-message h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 0.8em;
}

.error-404-section .error-message p {
	margin-bottom: 1.8em;
}

.error-message .theme-btn-s4 {
	background-color: #eab256;
	color: #fff;
}

.wpo-case-text-top ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.wpo-case-text-top ul li {
	font-size: 14px;
}

.wpo-case-text-top ul li span {
	font-weight: 700;
	margin-left: -40px;
}

.tag-widget ul {
	overflow: hidden;
	list-style: none;
	margin-left: -8px;
}

.tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0;
}

.tag-widget ul li a {
	font-size: 15px;
	display: inline-block;
	min-width: 130px;
	padding: 10px 18px;
	color: #525252;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

@media(max-width: 1200px) {
	.tag-widget ul li a {
		padding: 10px 6px;
	}
}

.tag-widget ul li a:hover {
	background: #eab256;
	color: #fff;
}

.widget h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
	margin: 0 -30px 30px;
	padding: 0 0 30px 30px;
	position: relative;
	text-transform: capitalize;
}

.input-icon {
	position: relative;
}

.input-icon > i {
	position: absolute;
	display: block;
	transform: translate(0, -50%);
	top: 71%;
	pointer-events: none;
	width: 12px;
	text-align: center;
	font-style: normal;
}

.input-icon > input {
	padding-left: 10px !important;
	padding-right: 0;
}

/* start step bar */
.Container-progessbar {
	display: flex;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	counter-reset: step;
	padding-left: 0;
}

.Container-progessbar li {
	width: calc(100%/3);
	text-align: center;
	counter-increment: step;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #747d8c;
}

.Container-progessbar li::before {
	content: counter(step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 50% 50%;
	background-color: white;
	border: 3px solid #dedede;
	color: #747d8c;
	font-weight: bold;
	margin-bottom: 25px;
	z-index: 1;
}

.Container-progessbar li::after {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #dedede;
	position: absolute;
	left: -50%;
	top: 23px;
	z-index: 0;
}

.Container-progessbar li:first-child::after {
	display: none;
}

.Container-progessbar li.active::before,
.Container-progessbar li.active::after {
	background-color: #eab256;
	color: #fff;
	border-color: #eab256;
	/*z-index: 9;*/
}

.Container-progessbar li.false::before,
.Container-progessbar li.false::after {
	background-color: #EA2027;
	color: #fff;
	border-color: #EA2027;
}

/* end  step bar */
/* start counter */
section.counter-stats {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	background: #f5f5f5;
}

.stats {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}

.stats .fa {
	color: #eab256;
	font-size: 60px;
}

/* end counter */
/* start typewriper*/

.typewriter-text {
	padding-right: 10px;
	color: #eab256;
	font-size: larger;
	border-right: solid #eab256 3px;
	text-transform: uppercase;
	animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
	from {
		border-color: #eab256;
	}

	to {
		border-color: transparent;
	}
}

@media (max-width: 767.98px) {
	.typewriter.main-heading {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.typewriter.main-heading {
		font-size: 36px;
	}
}

/* end typewriper*/

/*back btn*/
.back-btn-link {
	font-weight: 500;
    padding: 0.6rem 0rem;
    font-size: 16px;
    color: #086bee;
}


/*extra css by Rn*/
/*details page share button*/
.share-btn {
	width: 100% !important;
	border: 1px solid #ebebeb;
	padding-top: 10px;
  }
.socialshare {
  color: #eab256;
  padding: 15px;
  margin: 10px;
  box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
  line-height: normal;
}
.facebook:hover {
background-color: #3B5998;
color: #fff;
}
.whatsapp:hover {
background-color: #4AC959;
color: #fff;
}
.instagram:hover {
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
color: #fff;
}
.tumblr:hover {
background-color: #001935;
color: #fff;
}
.twitter:hover {
background-color: #61c5ec;
color: #fff;
}
.youtube:hover {
background-color: #FF0000;
color: #fff;
}
.clipboard:hover {
background-color: #eab256;
color: #fff;
}
.uploading {
	position: absolute;
    top: -26px;
    right: 0;
    left: 0;
    z-index: 1;
    /*height: 40px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    border: 1px solid #eab256;
    border-radius: 30px;
    text-align: center;
    background: #eab256;
    cursor: pointer;*/
}

.default-favicon{
	padding: 45px 60px 45px 60px;
}

.sub-heading{
	letter-spacing: 2px;
}

/*Filter floating btn*/
.filter-float{
	color: white !important;
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#eab256;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top: 19px;
    font-size: 24px;
}
#sidebar-container {
    min-height: 100vh;   
    background-color: white;
    padding: 0;
}

/* Menu item*/
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    /*background-color: #333;*/
    height: 35px;
}

/*Mobile filter button*/
.mob-fltr-btn {
	font-size: 16px;
    font-weight: 500;
    padding: 0.6rem 0rem;
    background-color: #eab256;
    color: #fff;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    width: 99%;
}
.filter-button-mob {
  position: -webkit-sticky;
  position: sticky;
  top: 8.5%;
  z-index: 9999999999;
}

.camp-title {
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   	-webkit-box-orient: vertical;
}

/*---[ Alert validate ]---*/

.validate-input {
  position: relative;
}

.alert-validate .btn-show-pass {
  visibility: hidden;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: 'Montserrat';
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.alert {
	font-weight: bold;
}

//Index slider
.slideshow {
  position: relative;
  width: auto;
  height: 400px;
}
#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

/*Completed mark icon*/
.fund-card{
	position: relative;
}
.completed{
	background-color: rgb(255,255,255,0.75);
	padding-left: 2px;
	border-radius: 0 7px 7px 0px;
	position: absolute;
	top: 20px;
	right: 35px;
	font-size: 18px;
	color: limegreen;
}
.completed-txt{
	background-color: rgb(255,255,255,0.75);
	border-radius: 7px 0px 0px 7px;
	position: absolute;
	top: 20px;
	right: 55px;
	font-size: 12px;
	color: limegreen;
}

.completed-dtl{
	background-color: rgb(255,255,255,0.75);
	border-radius: 0 7px 7px 0px;
	padding-left: 3px;
	position: absolute;
	top: 9px;
	right: 54px;
	font-size: 22px;
	color: limegreen;
}
.completed-txt-dtl{
	background-color: rgb(255,255,255,0.75);
	border-radius: 7px 0px 0px 7px;
	position: absolute;
	top: 9px;
	right: 79px;
	font-size: 15px;
	color: limegreen;
}