@charset "UTF-8";
/*===========================
    1. COMMON css 
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
html {
	font-size: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif;
	color: #282828;
	margin: 0px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 20px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	color: #626262;
	margin: 0px;
}

input,
textarea {
	display: inherit;
}

input::placeholder {
	color: #b8b8b8;
	opacity: 1;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #191919;
	font-size: 16px;
	line-height: 28px;
	overflow-x: hidden;

	display: flex;
	flex-direction: column;
	min-height: 100vh;

}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slick-slide {
	outline: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

ul.social-link li {
	display: inline-block;
}

.form_group {
	position: relative;
}

.form_control {
	width: 100%;
	padding: 0 30px;
	height: 60px;
}

textarea.form_control {
	padding-top: 15px;
}


/*===== All bg =====*/

.main-bg {
	background-color: #f9580e;
}
.light-bg {
	background: #f7f7f7;
}

/*===== All Button Style =====*/
.main-btn {
	display: inline-block;
	padding: 14px 43px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #19719F;
	line-height: 27px;
	text-transform: capitalize;
	border-radius: 10px;
	transition: all 0.3s ease-out 0s;
}
.main-btn:hover,
.main-btn:focus {
	background: #282828;
	color: #fff;
}
.main-btn:disabled {
	background-color: #00d1766e;
}

button {
	border: none;
}
/*
    nice select css
*/


/*
    Start Preloader css
*/
.preloader {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.lds-ellipsis {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	text-align: center;
	z-index: 9999;
}
.lds-ellipsis span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f9580e;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(1) {
	animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(2) {
	animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}
@keyframes ball-pulse-sync {
	33% {
		transform: translateY(10px);
	}
	66% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

/*
    End Preloader css
*/

/*
    Start scroll_up css
*/
.back-to-top {
	background: #00BEDD;
	border-radius: 50%;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 30px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	z-index: 337;
}
.back-to-top:hover,
.back-to-top:focus {
	background: #282828;
	color: #fff;
}
/*
    End scroll_up css
*/

/*---=======================
   02. Start Header css 
===========================---*/
.header-area-v1 .header-navigation .nav-container{
	background-color: var(--main-color, #19719F);
	padding: 6px 0;
}
.nav-social{
	float: right;
	font-size: 20px;
	align-items: center;
}
.nav-social .social-link li{
	margin-left: 15px;
}
.nav-social .social-link li a{
	color: #fff;
	transition: all .3s;
}
.nav-social .social-link li a:hover,
.nav-social .social-link li a:focus{
	color: #00bedd;
}
/*---=======================
   End Header css 
===========================---*/

.donate-row {
	padding-top: 30px;
}

/*---=======================
   Start Donation section css 
===========================---*/
.donate-details-section .donate-details-wrapper .dontact-content h3.title{
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 20px;
}
.donate-details-section .donate-details-wrapper .dontact-content img{
	margin-bottom: 25px;
	min-width: 100%;
}
.donate-details-section .donate-details-wrapper .dontact-content h4.title{
	font-size: 27px;
	line-height: 36px;
	color: #19719F;
	margin-bottom: 20px;
}

.donate-details-section .donate-details-wrapper h4.title{
	font-size: 27px;
	line-height: 36px;
	color: #19719F;
	margin-bottom: 20px;
}

.donate-details-section .donate-details-wrapper .dontact-content p{
	/*margin-bottom: 20px;*/
	margin-right: 10px;
}

.donate-details-section .donate-details-wrapper .dontact-content .readmorelink {
	color: #19719F;
	font-size: 14px;
}


.donate-details-section .content-supporters {
	border: 2px solid #F0F4F9;
	border-radius: 10px;
	padding: 20px;
}

.content-supporters .title {
	overflow-wrap: anywhere;
	font-size: 1.4vw;
}

.content-supporters .cs-table-td1 {
	padding-right: 10px;
}

.content-supporters .cs-table-td2 {
	width: 110px;
}

.content-supporters .cs-table-td2-div {
	float: right;
}

.donate-details-section .content-supporters .button{
	float: right;
}
.donate-details-section .content-supporters .support-item {
	padding-bottom: 25px;
	border-bottom: 2px solid #E4E4E4;
	margin-bottom: 20px;
}
.donate-details-section .content-supporters .support-item:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.donate-details-section .content-supporters .support-item .icon{
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	margin-right: 15px;
	background-color: rgba(25, 113, 159, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.donate-details-section .content-supporters .support-item .info{
	position: relative;
	width: 100%;
}
.donate-details-section .content-supporters .info div.price {
	width:100px;
	/*position: absolute;
	top: 0px;
	right: 0;*/
	padding: 9px 0px;
	text-align: center;
	font-weight: 500;
	background-color: rgba(25, 113, 159, 0.1);
	color: #19719F;
	border-radius: 26px;
	display: block;
	font-size: 24px;
}

.donate-details-section .content-supporters .info .name-msg {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow-wrap: anywhere;
}


@media (max-width: 736px) {
	.donate-details-section .content-supporters .info div.price{
		margin-top: 10px;
		position: relative;
	}
	.donate-details-section .content-supporters .info .name-msg {
		margin-right: 0px;
	}
}

.donate-details-section .content-supporters .info .name-msg span {
	font-weight:400;float: right;
}

@media (max-width: 1400px) {
	.donate-details-section .content-supporters .info .name-msg span {
		float: initial;
		display: block;
	}
}

.supporters-container {
	background-color: white;
	border: 2px solid #F0F4F9;
	border-radius: 8px;
	box-shadow: 5px 5px 3px #F0F4F9;
	padding: 20px;
	margin-bottom: 20px;
}

.supporters-container .supporters-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.supporters-container .supporters-header h2 {
	margin: 0;
	font-size: 1.25em;
}

.supporters-container .supporters-header .view-all {
	background-color: var(--main-color, #19719F);
	color: white;
	border: none;
	padding: 5px 20px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 700;
}

.supporters-container .supporter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.supporters-container .supporter:not(:last-child) {
	border-bottom: 2px solid #E4E4E4;
}

.supporters-container .supporter .supporter-info {
	display: flex;
	flex: 6;
	padding-bottom: 5px;
	flex-direction: column;
}

.supporters-container .supporter .supporter-icon {
	background-color: rgba(25, 113, 159, 0.1);
	border-radius: 50%;
	min-width: 60px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin-right: 10px;
	flex: 1;
}

.supporters-container .supporter .supporter-info .supporter-details {
	display: flex;
	justify-content: space-between;
}

.supporters-container .supporter .supporter-info .supporter-details .supporter-name {
	font-weight: bold;
}

.supporters-container .supporter .supporter-info .supporter-details .supporter-time {
	color: #888;
	font-size: 0.9em;
}

.supporters-container .supporter .supporter-info .supporter-message {
	margin: 5px 0 0 0;
	font-size: 0.9em;
	color: #555;
}

.supporters-container .supporter .supporter-info .supporter-amount {
	font-size: 1.5em;
	font-weight: 500;
	color: #19719F;
	background-color: rgba(25, 113, 159, 0.1);
	border-radius: 26px;
	width: 100px;
	text-align: center;
	padding: 9px 0;
}

@media (max-width: 480px) {
	.supporters-container .supporter .supporter-info .supporter-details {
		flex-direction: column;
	}
}

.donate-details-section .donate-details-wrapper .post-share .social-link li a{
	position: relative;
	border-radius: 5px;
	padding: 12px 50px 12px 90px;
	color: #fff;
}
.donate-details-section .donate-details-wrapper .post-share h4.title{
	margin-bottom: 15px;
}
.donate-details-section .donate-details-wrapper .post-share .social-link li{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.donate-details-section .donate-details-wrapper .post-share .social-link li a i{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.05);
}
.donate-details-section .donate-details-wrapper .post-share .social-link li a.facebook{
	background-color: #365899;
	width: 200px;
}
.donate-details-section .donate-details-wrapper .post-share .social-link li a.twitter{
	background-color: #1DA1F2;
	width: 200px;
}
.donate-details-section .donate-details-wrapper .post-share .social-link li a.envelope{
	background-color: #F14236;
	width: 200px;
}


.donate-details-section .donate-details-wrapper .campaign-block {
	display:inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.donate-details-section .donate-details-wrapper .campaign-p {
	white-space: pre-line;
	display:inline !important;
}

.donate-details-section .donate-details-wrapper .campaign-image {
	width: 250px;
	height: 250px;
	max-width: 250px;
	min-width: 250px;
	max-height: 125px;
	margin-bottom: 10px !important;
}

.donate-details-section .donate-details-wrapper .campaign-findoutmore {
	margin: auto;
	text-align: center;
	font-weight: 400;
	width: 150px;
	display: block;
	padding: 2px 20px;
}



.sidebar-widget-area {
	/*position: sticky;
	top:20px;*/
}

@media (max-width: 736px) {
	.sidebar-widget-area {
		position: initial;
	}
}

.sidebar-widget-area .widget.donate-widget.donate-widget .chart_1{
	position: relative;
	min-width: 180px;
    max-width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    margin: auto;
	margin-bottom: 20px;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .chart_1 h2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 45px;
	color: #00BEDD;
	font-weight: 500;
	margin-bottom: 0px;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .main-btn{
	position: relative;
	display: block;
	border: 2px solid rgba(0, 190, 221, 0.4);
	background-color: rgba(240, 244, 249, 0.4);
	color: #19719F;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progess-title{
	margin-bottom: 10px;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progess-title h5 span{
	font-weight: 700;
	font-size: 22px;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progess-title h5 span.raised-price{
	color: #00D176;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progess-title h5 span.terget-price{
	float: right;
	color: #00BEDD;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progress{
	margin-bottom: 10px;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progress-content{
	margin-bottom: 30px;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progress-content h5{
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #19719F;
}
.sidebar-widget-area .widget.donate-widget .donate-bar .progress-content h5 span{
	float: right;
}
.sidebar-widget-area .widget.donate-widget .main-btn i{
	position: absolute;
	top: 15px;
	right: 15px
}
.sidebar-widget-area .widget.donate-widget .main-btn:hover,
.sidebar-widget-area .widget.donate-widget .main-btn:focus{
	background-color: #00D176;
	color: #fff;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .main-btn.donate-btn {
	background-color: #00D176;
	color: #fff;
	margin-bottom: 15px;
	font-size: 27px;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .main-btn.share-btn {
	font-size: 27px;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .main-btn.register-btn {
	background-color: #19719F;
	color: #fff;
	margin-bottom: 15px;
	font-size: 27px;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .title {
	color: #19719F;
	margin-bottom: 15px;
	font-size: 35px;
	font-weight: 800;
}
.sidebar-widget-area .widget.donate-widget.donate-widget .supporters {
	margin-bottom: 20px;
	color: #00D176;
	font-weight: 500;
}
.sidebar-widget-area .widget{
	border: 2px solid #F0F4F9;
	border-radius: 10px;
	padding: 20px 30px;
}
.sidebar-widget-area .widget.donate-info-widget ul li {
	position: relative;
    padding-left: 60px;
    margin-bottom: 26px;
    padding-top: 9px;
}
.sidebar-widget-area .widget.donate-info-widget ul li:last-child{
	margin-bottom: 0px;
}
.sidebar-widget-area .widget.donate-info-widget ul li i{
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	color: #00BEDD;
	background-color: rgba(0, 190, 221, 0.2);
	vertical-align: middle;
}

.amount_form {
	margin-left: 30px;
	margin-right: 30px;
}
@media (max-width: 736px) {
	.amount_form {
		margin-left: 0px;
		margin-right: 0px;
	}
	.donation-amount-page .wrapper-box .content-box .form_group .nice-select {
		font-size: 26px !important;
	}
}

.additional-amounts .nice-select {
	min-width: 100px;
	height: 42px;
	line-height: 40px;
}

.additional-amounts .nice-select.open .list {
	max-height: 170px;
	overflow-y: scroll;
	scrollbar-width: 10px;
}
.additional-amounts .nice-select.open .list::-webkit-scrollbar {
	width: 10px;
	background-color: lightgray;
}
.additional-amounts .nice-select.open .list::-webkit-scrollbar-thumb {
	background-color: gray;
}


/*---=======================
   End Donation section css 
===========================---*/

/*---===========================
   Start page-wrapper section css 
=================================---*/
.page-wrapper .wrapper-box{
	padding: 20px 50px 50px 50px;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.page-wrapper .wrapper-box h1,
.page-wrapper .wrapper-box h2,
.page-wrapper .wrapper-box h3,
.page-wrapper .wrapper-box h4,
.page-wrapper .wrapper-box h5,
.page-wrapper .wrapper-box h6{
	color: #19719F;
}
.page-wrapper .wrapper-box .title-box h2{
	font-size: 46px;
	line-height: 56px;
	font-weight: 500;
}
.page-wrapper .wrapper-box h4{
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 500;
}
.page-wrapper .wrapper-box .main-btn{
	background-color: var(--main-color, #00D176);
	border-radius: 30px;
}
.page-wrapper .wrapper-box .main-btn:disabled {
	background-color: #00d1766e !important;
}

.page-wrapper .wrapper-box .main-btn i{
	margin-right: 10px;
}
.form_check .input_check{
	display: none;
}
.form_check .input_check:checked + .input_check_label::before{
	opacity: 1;
}
.form_check .input_check_label{
	position: relative;
	padding-left:30px;
	line-height: 18px;
	color: #19719F;
	cursor: pointer;
}
.form_check .input_check_label:after{
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 17px;
    height: 18px;
    border: 2px solid #19719F;
    border-radius: 2px;
}
.form_check .input_check_label:before{
	position: absolute;
    top: 0px;
    left: 4px;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 600;
	opacity: 0;
}
/*---===========================
   End page-wrapper section css 
=================================---*/

/*---===========================
   Start Donation-amount-page  css 
=================================---*/
.donation-amount-page .wrapper-box .title-box h3{
	font-size: 36px;
	line-height: 45px;
	font-weight: 500;
}
.donation-amount-page .wrapper-box .content-box .form_group .form_control {
	max-width: 650px;
	margin: auto;
	background-color: rgba(240, 244, 249, 0.4);
	border: 2px solid var(--main-color, #19719F);
	border-radius: 10px;
	font-size: 48px;
	font-weight: 700;
	color: var(--main-color, #19719F);
	height: 80px;
}
.donation-amount-page .wrapper-box .content-box .form_group{
	position: relative;
}

.donation-amount-page .wrapper-box .content-box .form_group .amount_input {
	flex: 1;
}
.donation-amount-page .wrapper-box .content-box .form_group .amount_input input {
	text-align: center;
	flex: 0 0 65%;
	border-radius: 10px 0 0 10px;
}

.donation-amount-page .wrapper-box .content-box .form_group .nice-select{
	border: 0;
    border-radius: 0 10px 10px 0;
    background-color: var(--main-color, #19719F);
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 160px;
    font-size: 36px;
    font-weight: 700;
}
.donation-amount-page .wrapper-box .content-box .form_group .nice-select:after{
	content: '\f107';
    border: none;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(0deg);
    height: auto;
    margin: 0;
    top: 0;
    right: 50px;
}
.donation-amount-page .wrapper-box .content-box .form_group .nice-select .list{
	margin-top: 0px;
	width: 100%;
}
.donation-amount-page .wrapper-box .content-box .form_group .nice-select .option{
	color: #000;
}
.content-box .form_group .form_control::placeholder{
	color: #19719F;
}
.content-box p{
	font-size: 15px;
	margin-bottom: 25px;
}
.content-box h4.select{
	font-size: 22px;
	font-weight: 500;
	float: left;
	vertical-align: middle;
}
.content-box h4.select .nice-select{
	float: right;
	vertical-align: middle;
	margin-top: -8px;
	margin-left: 10px;
}
.content-box h3.amount{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}

.donation-amount-page .wrapper-box .content-box .optional-amount{
	display: inline-block;
	width: 100px;
	margin: auto;
	padding: 5px 15px 5px 15px;
	background-color: rgba(240, 244, 249, 0.4);
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	font-size: 16px;
	color: #19719F;
	height: 40px;
	text-align: center;
}


/*---===========================
   End Donation-amount-page  css 
=================================---*/

/*---===========================
   Start fundrising-page  css 
=================================---*/
.fundrising-page .wrapper-box{
	padding: 20px 50px 50px 50px;
}
.fundrising-page .wrapper-box .title-box h3{
	font-size: 30px;
	font-weight: 500;
}
.fundrising-page .wrapper-box .content-box .fund-form .form_group label{
	color: black;
	font-size: 20px;
}
.fundrising-page .wrapper-box .content-box .fund-form .form_group .form_control{
	width: 100%;
	height: 45px;
	padding: 0 25px;
	border: 2px solid #E8E8E8;
	color: #19719F;
	border-radius: 5px;
}
.fundrising-page .wrapper-box .content-box .fund-form .form_group textarea{
	width: 100%;
	height: 120px;
	padding: 10px;
	border: 2px solid #E8E8E8;
	color: #19719F;
	border-radius: 5px;
	resize: none;
}

.fundrising-page .wrapper-box .content-box .fund-form .form_group .form_control::placeholder {
	color: lightgray;
}

.fundrising-page .wrapper-box .content-box .fund-form .form_text p{
	color: rgba(25, 113, 159, 0.6);
}
.fundrising-page .wrapper-box .button-box .main-btn{
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 250px;
}
.button-box .main-btn.next-btn i{
	margin-right: 0px;
	margin-left: 10px;
}

.fundrising-page .wrapper-box .content-box .fund-form .radio-group {
	color: #19719F;
}
.fundrising-page .wrapper-box .content-box .fund-form .radio-group .bc_radio {
	display: inline;
	padding-left:30px;
	line-height: 18px;
	color: #19719F;
	cursor: pointer;
	margin-right: 5px;
}


/*---===========================
   End fundrising-page  css 
=================================---*/
/*---===========================
   Start Payment section css 
=================================---*/
.payment-page .wrapper-box .content-box h6{
	font-size: 20px;
	color: rgba(25, 25, 25, 0.6);
	margin-bottom: 10px;
}
.payment-page .wrapper-box .content-box h3.amount{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 25px;
}
.payment-page .wrapper-box .content-box img{
	margin-top: 30px;
}
.payment-page .wrapper-box .content-box .box-wrap .single-box{
	margin-left: 10px;
	margin-right: 10px;
}
.payment-page .wrapper-box .content-box .box-wrap .single-box .single_input{
	display: none;
}
.payment-page .wrapper-box .content-box .box-wrap .single-box .input_label{
	position: relative;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
}
.payment-page .wrapper-box .content-box .box-wrap .single-box .single_input:checked + .input_label{
	color: #fff;
}
.payment-page .wrapper-box .content-box .box-wrap .single-box .single_input:checked + .input_label:after{
	background-color: #19719F;
}
.payment-page .wrapper-box .content-box .box-wrap .input_label:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(25, 113, 159, 0.1);
	overflow: hidden;
	z-index: -1;
}
.payment-page .wrapper-box .content-box .box-wrap .input_label span i{
	margin-right: 10px;
}
/*---===========================
   End Payment section css 
=================================---*/

/*---===========================
   Start Confirmation section css 
=================================---*/
.confirmation-page .wrapper-box .content-box{
	padding-bottom: 90px;
}
.confirmation-page .wrapper-box .title-box{
	padding-bottom: 30px;
}
.confirmation-page .wrapper-box .content-box ul.social-link li{
	margin-left: 10px;
	margin-right: 10px;
}
.confirmation-page .wrapper-box .content-box ul.social-link li a{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	margin-bottom: 15px;
}
.confirmation-page .wrapper-box .content-box ul.social-link li a.facebook{
	background-color: #395196;
}
.confirmation-page .wrapper-box .content-box ul.social-link li a.whatsapp{
	background-color: #00B456;
}
.confirmation-page .wrapper-box .content-box ul.social-link li a.twitter{
	background-color: #00A9FF;
}
.confirmation-page .wrapper-box .content-box ul.social-link li a.instagram{
	background: linear-gradient(#5d3fd2 0%, #b829a9 42.44%, #be289d 50.09%, #cf257e 63.83%, #e62256 78.49%, #e83055 81.47%, #ee5754 87.18%, #f89553 94.95%, #ffc153 100%);
}
.confirmation-page .wrapper-box .content-box ul.social-link li a.linkedin{
	background-color: #3D83D9;
}
.confirmation-page .wrapper-box .content-box ul.social-link li a.youtube{
	background-color: #D40C18;
}

/*---===========================
   End Confirmation section css 
================================---*/


/*---=======================
   03. Start Footer css 
===========================---*/
.footer-area{
	background-color: slategray;

	flex-shrink: 0;

}
.footer-widget .widget h4.widget-title{
	color: #fff;
	margin-bottom: 30px;
}
.footer-widget .widget p{
	color: #fff;
}
.footer-widget .widget.about-widget img{
	margin-bottom: 25px;
}
.footer-widget .widget.about-widget .info-box{
	margin-bottom: 20px;
}
.footer-widget .widget.about-widget .info-box:last-child{
	margin-bottom: 0px;
}
.footer-widget .widget.about-widget .info-box p{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.footer-widget .widget ul.widget-link li{
	margin-bottom: 5px;
}
.footer-widget .widget ul.widget-link li:last-child{
	margin-bottom: 0px;
}
.footer-widget .widget ul.widget-link li a{
	color: #fff;
	transition: all .3s;
}
.footer-widget .widget ul.widget-link li a:hover,
.footer-widget .widget ul.widget-link li a:focus{
	color: #00BEDD;
	padding-left: 10px;
}
.contact-widget .map_box{
	margin-top: 15px;
}
.contact-widget .map_box iframe{
	border: none;
	width: 100%;
	height: 110px;
	display: inherit;
}
.copyright-area{
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright-area .copyright-text p{
	color: #fff;
}
.copyright-area .copyright-social{
	float: right;
}
.copyright-area .copyright-social .social-link li{
	margin-left: 10px;
}
.copyright-area .copyright-social .social-link li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.56);
	border-radius: 50%;
	transition: all .3s;
}
.copyright-area .copyright-social .social-link li a:hover,
.copyright-area .copyright-social .social-link li a:focus{
	background-color: #00BEDD;
	color: #fff;
}
/*---=======================
   End Footer css 
===========================---*/

.progress-bar-image {
	background-image: url(/fundraising/resources/images/progress_bar.gif) !important;
	background-repeat: no-repeat !important;
	background-size: 14%  !important;
	background-position: center !important;
}

/* ===================================================== */
.floating-header {
	background-color: white;
	height:91px;
	z-index: 999999;
	display: none;
	border-bottom: 1px #19719F solid;
}

.floating-header-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	display: block !important;
}

.floating-header-sticky + .content {
	padding-top: 92px;
}

.floating-header .fh-col {
	height: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.floating-header .fh-item {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	height: 70px;
}

.floating-header .fh-donate-button {
	background-color: var(--main-color,#00D176);
	color: #fff;
	font-size: 27px;
	border: 2px solid var(--main-color, rgba(0, 190, 221, 0.4));
	font-weight: 700;
	padding: 8px 20px 9px 20px;
	border-radius: 6px;
	transition: all 0.3s ease-out 0s;
}

.floating-header .fh-share-button {
	background-color: var(--main-color,#00D176);
	color: #fff;
	font-size: 27px;
	border: 2px solid var(--main-color, rgba(0, 190, 221, 0.4));
	font-weight: 700;
	padding: 8px 20px 9px 20px;
	border-radius: 6px;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.copyurl-input {
	display: inline-block;
	margin: 10px;
	width: 240px;
}

.copyurl-btn {
	width: 100px;
	margin: 10px;
	margin-left: 0px;
	background-color: #19719F;
	border-radius: 5px;
	color: white;
}

.amount_selector {
	width:20%;
	padding: 10px;
	margin: 5px;
	color: var(--main-color, #19719F);
	font-weight: 700;
	font-size: 35px;
	background-color: white;
	border: 1px var(--main-color, #19719F) solid;
	border-radius: 5px;
	box-shadow: 2px 2px;
}

.fundrising-page .wrapper-box .button-box .dd-back {
	width:160px;
	font-size: 26px;
	padding: 14px 25px;
	background-color: slategray;
}

.fundrising-page .wrapper-box .button-box .dd-continue {
	width:200px;
	font-size: 26px;
	padding: 14px 15px;
}

.fund-form .gogreen {
	border: 2px solid green !important;
}

.register .gogreen{
	border: 2px solid green !important;
}

.gored {
	border: 2px solid red !important;
}

.name-search {
	border: 2px solid #E8E8E8;
	color: #19719F;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 17px;
	max-width: 250px;
	display: inline-block;
	height: 34px;
}

/* ========================== */

.floating-footer {
	background-color: white;
	height:91px;
	z-index: 999999;
	display: none;
	border-top: 1px #19719F solid;
}

.floating-footer-sticky {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: block !important;
}

.floating-footer-sticky + .content {
	padding-top: 92px;
}

.floating-footer .fh-col {
	height: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.floating-footer .fh-item {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	height: 70px;
}

.floating-footer .fh-donate-button {
	background-color: var(--main-color,#00D176);
	color: #fff;
	font-size: 27px;
	border: 2px solid var(--main-color, rgba(0, 190, 221, 0.4));
	font-weight: 700;
	padding: 8px 20px 9px 20px;
	border-radius: 6px;
	transition: all 0.3s ease-out 0s;
}

.floating-footer .fh-share-button {
	background-color: var(--main-color,#00D176);
	color: #fff;
	font-size: 27px;
	border: 2px solid var(--main-color, rgba(0, 190, 221, 0.4));
	font-weight: 700;
	padding: 8px 20px 9px 20px;
	border-radius: 6px;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.row .register .nice-select{
	padding-left: 10px;
}

.register input.form_control2{
	height: 45px;
	padding: 0 10px;

}

.register span.readonly{
	padding: 10px;
}
.register textarea.form_control2{
	padding: 10px;
}
.register .nice-select{
	padding-left: 10px;
}

.register .btn{
	min-width: 150px;
	min-height: 40px;
}

/* LOGIN PAGE */
.login-page .wrapper-box .content-box .form_group label {
	color: black;
	font-size: 20px;
}
.login-page .wrapper-box .content-box .form_group .form_control {
	width: 100%;
	height: 45px;
	padding: 0 25px;
	border: 2px solid #E8E8E8;
	color: #19719F;
	border-radius: 5px;
}

.slider-img {
	display: none;
	max-height: 400px;
	min-height: 400px;
}

/* CAMPAIGN PAGE */
.campaign-container {
	margin-top: 25px;
}

.table-header {
	background-color: #00B774;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
}

.table-header .search {
	float: right;
	color: #000000;
	border-radius: 15px;
	background-color: #FFFFFF;
	border: none;
	padding: 0 5px;
	align-content: center;
	width: 150px;
}

.table-header .search::placeholder {
	color: #000000;
}

.table-overflow {
	display: block;
	max-height: 500px;
	overflow-y: auto;
}

.table-overflow tr {
cursor: pointer;
}

.table-overflow::-webkit-scrollbar {
	width: 7px;
	background-color: #f9f9fd;
}

.table-overflow::-webkit-scrollbar-thumb {
	background-color: #E1E1E1;
}

.border-content {
	border: 2px solid #F0F4F9;
	border-top: none;
	width: 100%;
	box-shadow: 5px 5px 3px #F0F4F9;
	font-size: 14px;
}

.border-content-full {
	border: 2px solid #F0F4F9;
	width: 100%;
	padding: 10px 20px;
	box-shadow: 5px 5px 3px #F0F4F9;
	display: inline-block;
}

.border-content td {
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
}
.border-content tr {
	display: inline-block;
	width: 100%;
}

.border-content td.total-amount {
	display: inline-block;
	text-align: right;
	color: #00B774;
	min-width: 80px;
	float: right;
}

.border-content h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner-addon {
	position: relative;
}

.inner-addon .fas {
	position: absolute;
	padding: 6px;
	pointer-events: none;
	color: #000000;
}

.right-addon .fas {
	right: 0;
}
.parent {
	display: flex;
}

 .parent .img {
	float: left;
	width: 25%;
	margin-right: 5px;
	margin-left: -10px;
}

 .parent .child {
	float: left;
	font-size: 12px;
}

.parent .qr-code {
	width: 20%;
	min-width: 50px;
	cursor: pointer;
}
.parent .qr-code > img{
	float: right;
}

.parent .item {
	float: left;
	margin-right: 30px;
}
.parent .item p{
	margin-top: 5px;
}

.charity-info {
	display: inline-block;
	float: left;
}

.charity-info .img {
	width: 25%;
	float: left;
	margin-right: 5px;
}

.charity-info .qr-code {
	min-width: 50px;
	cursor: pointer;
}

.charity-info .qr-code > img {
	float: right;
}

.btn-campaign-event {
	background-color: #00B774;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 5px;
}

.btn-campaign-event:hover {
	color: #FFFFFF;
}

.col-form-label span.commentary {
	display: block;
	font-size: 15px;
	color: grey
}

/* Responsive styles for share button */
@media (max-width: 736px) {
	.floating-header .fh-share-button,
	.floating-footer .fh-share-button {
		font-size: 20px;
		padding: 6px 12px;
	}
}

@media (max-width: 480px) {
	.floating-header .fh-share-button,
	.floating-footer .fh-share-button {
		font-size: 16px;
		padding: 4px 8px;
	}

	.floating-header .fh-donate-button,
	.floating-footer .fh-donate-button {
		font-size: 16px;
		padding: 4px 8px;
	}

	/* Make buttons take up 50% width in mobile footer */
	.floating-footer .float-right {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.floating-footer .fh-item {
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
	}

	.floating-footer .fh-donate-button,
	.floating-footer .fh-share-button {
		width: 100%;
		text-align: center;
	}
}
