/*----------Our Causes 01----------*/
.causes-one img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.content-box h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--dark);
	margin-bottom: 7px;
}

.swp-description {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: var(--medium-dark);
}

.p-bar {
	margin: 50px 0 20px 0;
	display: flex;
	align-items: center;

}

.bar {
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 0;
	background: var(--light-green);
	;
	border-radius: 5px;
}

.bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	background: var(--green);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.count-text {
	position: absolute;
	right: -15px;
	bottom: 16px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.bar-inner.counted .count-text {
	opacity: 1;
	background: var(--green);
	color: var(--white);
	border: 1px solid var(--green);
	border-radius: 3px;
	line-height: 1.5;
	padding: 2px 3px;
}

.down-arrow {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid var(--green);
	position: absolute;
	left: 99.5%;
	top: -100%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.down-circle {
	border-radius: 10px;
	border: 1px solid var(--white);
	height: 16px;
	width: 16px;
	position: absolute;
	background: var(--green);
	right: -7px;
	top: -4px;
}

.swp-v-price {
	display: flex;
	justify-content: space-between;
}

.swp-v-price p {
	color: var(--medium-dark);
}

.swp-v-price p span {
	color: var(--dark);
	font-weight: 700;
}

.d-button {
	text-decoration: none;
	border: 1px solid #58d999;
	color: #58d999;
	padding: 12px 35px;
	display: inline-block;
	margin-top: 25px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.5s;
}

.d-button:hover {
	background: #58d999;
	color: #fff;
}


/*----------Our Causes 02----------*/
.causes-two {
	background: var(--sec-background);
}

.mix {

	margin-bottom: 30px;
}

.causes-mix .mix img {
	width: 100%;
}

.mixdiv {
	display: flex;
	justify-content: center;
	margin-top: -60px;
}

.mixdiv a {
	color: var(--white) !important;
}

.mixbtn {
	text-decoration: none;
	border: 5px solid #ffffff;
	color: #ffffff;
	background: #58d999;
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.5s;
}

.mixbtn:hover {
	color: var(--green);
	background: var(--white);
	border: 1px solid var(--green);
	margin-bottom: 8px
}

.causes-two .content-box {
	text-align: center;
	background: var(--white);
	border: 1px solid var(--light);
}

.causes-two .content-box h3 {
	margin: 20px 0 20px 0;
}

.controls {
	margin: 20px 0;
	display: flex;
	justify-content: center;
}

button.control {
	padding: 8px 20px;
	color: var(--medium-dark);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 3px;
	margin-right: 10px;
	cursor: pointer;
	text-transform: uppercase;
}

button.mixitup-control-active,
button.control:hover {
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
}

.p-percent {
	margin-left: 10px;
}

.p-bar.progress-two {
	border: 1px solid var(--light);
	padding: 12px 12px;
	border-radius: 29px;
	margin: 20px 0 10px 0;
}

/*----------Our Causes 03----------*/
.timg-box {
	display: flex;
	justify-content: center;
}

.m-img {
	width: 100%;
}

.causes-three .content-box {
	background: var(--white);
	border: 1px solid var(--light);
}

.o-img {
	margin-top: -90px;
	background: var(--white);
	padding: 15px;
	width: auto !important;
}

.causes-three .content-box h3 {
	margin-top: 25px;
}


svg.radial-progress {
	height: auto;
	max-width: 110px;
	padding: 1em;
	transform: rotate(-90deg);
	width: 100%;
}

svg.radial-progress circle {
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-dashoffset: 219.91148575129;
	/* Circumference */
	stroke-width: 3;
}

svg.radial-progress circle.incomplete {
	opacity: 0.25;
}

svg.radial-progress circle.complete {
	stroke-dasharray: 219.91148575129;
	/* Circumference */
}

svg.radial-progress text {
	fill: var(--dark);
	font: 400 1em/1 'Nunito', sans-serif;
	text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n+1) circle {
	stroke: var(--green);
}


.prigress {
	display: flex;
	justify-content: space-between;
}

.pri-one {
	color: var(--green);
	font-size: 18px;
	font-weight: 700;
	margin-top: 40px
}

.pri-two {
	color: var(--medium-dark);
	margin-top: 10px;
	font-weight: 400;
}


/*----------Our Causes 04----------*/
.timg-box-b {
	margin-top: -75px;
}

.timar {
	background: var(--green);
	border-radius: 60px;
}

.timg-box .progress {
	color: var(--white);
	background: var(--green);
	margin: 0;
}

.timg-box svg.radial-progress {
	height: auto;
	max-width: 85px;
	padding: 5px;
	width: 100%;
	margin-bottom: -3px;
}

.timg-box svg.radial-progress circle {
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-width: 5;
}

.timg-box svg.radial-progress:nth-of-type(6n+1) circle {
	stroke: var(--white);
}

.timg-box svg.radial-progress text {
	fill: var(--white);
}



.timg-box .swp-v-price {
	margin-top: 10px;
}

.pri-four {
	color: var(--dark);
	font-weight: 700;
	font-size: 18px;
}

.pri-ftwo {
	color: var(--green);
	font-weight: 700;
	font-size: 18px;
}

.swp-v-price-b {
	margin-top: 20px;
}

h3.c-title {
	margin-top: 20px;
}

.four-btn {
	border: 1px solid var(--border);
	background: none;
	color: var(--dark);
	border-radius: 30px;
}

.four-btn:hover {
	border: 1px solid var(--green);
	background: var(--green);
	color: var(--white);
	border-radius: 30px;
}



/*----------Our Causes 05----------*/

.causes-five .swp-sectitle {
	color: var(--white);
}

.causes-five .content-box {
	background: var(--white);
}

.sp-name {
	font-size: 14px;
	font-weight: 900;
	color: var(--dark);
	margin-bottom: 5px;
	line-height: 3;
}

.swp-v-price-b {
	margin-top: 20px;
	font-size: 18px;
}

.sp-one {
	color: var(--dark);
	font-size: 18px;
	font-weight: 700;
}

.sp-two {
	color: var(--green);
	font-size: 18px;
	font-weight: 700;
}

.causes-five .progress-two .p-pro {
	width: 100%;
}

.btn-five {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	margin-top: 25px;
	line-height: initial;
	color: var(--green);
	background: var(--white);
	border: 1px solid var(--green);
	transition: .5s;
}

.btn-five:hover {
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
}

.p-bar.progress-five {
	margin: 15px 0 20px 0;
}


/*----------Our Causes 06----------*/
.causes-six .p-bar {
	margin: 0;
	margin-top: -55px;
	padding: 15px;
	background: var(--white);
	border: 1px solid #dddddd;
	border-radius: 30px;
	position: relative;
	z-index: 9;
	box-shadow: 4px 4px 4px #dddddd;
}

.causes-six .btn-five {
	color: var(--dark);
	background: none;
	border: 1px solid var(--border);
	border-radius: 30px;
}

.causes-six .btn-five:hover {
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
}

button.js-give-embed-form-modal-opener {
	border: transparent;
	background: transparent !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #58d999;
	transition: 0.5s;
	font-family: 'Nunito', sans-serif;
	text-decoration: none;
	border: 1px solid #58d999;
	padding: 12px 35px;
	display: inline-block;
	margin-top: 25px;
	transition: 0.5s;
	cursor: pointer;
}

.swp-donate-btn button.js-give-embed-form-modal-opener:hover {
	background: #58d999 !important;
	color: #fff;
}


.swp-four-btn button.js-give-embed-form-modal-opener {
	border: 1px solid var(--border);
	background: none;
	color: var(--dark);
	border-radius: 30px;
}

.four-btn:hover {
	border: 1px solid var(--green);
	background: var(--green);
	color: var(--white);
	border-radius: 30px;
}



.mixdiv button.js-give-embed-form-modal-opener {
	border: transparent;
	background: transparent !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.5s;
	font-family: 'Nunito', sans-serif;
	text-decoration: none;
	display: inline-block;
	margin-top: 0;
	transition: 0.5s;
	border: 5px solid #ffffff;
	color: #ffffff;
	background: #58d999 !important;
	padding: 15px 35px;
}


/********* swp-page-navigation **********/
.swp-page-navigation .pagination {
	display: inline-flex;
	margin: 0;
	padding: 0;
}

.swp-page-navigation .pagination .pagination-arrow a {
	transition: 0.4s;
	border: 0;
}

.swp-page-navigation .pagination .pagination-arrow a:hover {
	border: 0;
}

.swp-page-navigation .pagination li {
	list-style: none;
}

.swp-page-navigation .pagination li a,
.swp-page-navigation a,
.swp-page-navigation span {
	height: 48px;
	width: 48px;
	line-height: 50px;
	margin-right: 10px;
	border: 0;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	transition: 0.4s;
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	border-radius: 0;
	background: #2e2e36;
}

.swp-page-navigation .pagination li:last-child a {
	margin-right: 0;
}

.swp-page-navigation .pagination li a:active,
.swp-page-navigation .pagination li a:focus,
.swp-page-navigation .pagination li a:hover,
.swp-page-navigation a:hover {
	background: var(--green);
	color: #fff;
}

.swp-page-navigation .pagination li a.active,
.swp-page-navigation span {
	background: var(--green)
}

nav.swp-page-navigation {
	display: inline-flex;
	align-content: center;
	justify-content: center;
}

.modal {
    display: block;

}

.give-embed-form-wrapper.modal {
    height: 100%!important;
    left: 0;
    margin: 0!important;
    max-width: none!important;
    overflow: hidden auto;
    padding: 0!important;
    position: fixed;
    top: 0;
    width: 100%!important;
    z-index: 999999;
}