/* body bg */

body {
	font-family: 'Open Sans', sans-serif;
	!important;
}

.tumblr {
	display: none !important;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400 !important;
	color: #333 !important;
	font-size: 18px;
}

button.dollar2::before {
	content: "$";
}

.tiloh {
	width: 700px;
	max-width: 100%;
	margin: 20px auto;
	display: block;
}

.videoleft {
	margin-left: 11px;
}

.google-recaptcha {
	width: 302px;
	max-width: 100%;
}

.google-recatcha-input {
	position: absolute;
	z-index: 1;
	margin-top: 22px;
	right: 85%;
	width: 10% !important
}

.google-recatcha-img {
	position: relative;
}

.merchantHeader img {
	vertical-align: middle;
	width: 145px !important;
	margin: auto !important;
	display: block !important;
}

.merchantHeader .headerWrapper {
	max-width: 780px;
	margin: 0 auto;
	overflow: hidden;
	max-height: 90px;
	line-height: 90px;
	background: #009cde;
}

.dollaro {
	cursor: pointer;
	line-height: 1.2em;
	color: #fff !important;
	display: inline-block;
	padding: 12px 22px 12px 22px;
	border: 2px solid;
	border-width: 0px;
	border-radius: 40px !important;
	margin-left: 5px;
	height: 50px;
	font-size: 24px !important;
	font-family: 'Roboto';
	font-weight: 600 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}

.dollar2 {
	cursor: pointer;
	line-height: 1.2em;
	color: #fff !important;
	display: inline-block;
	padding: 12px 22px 12px 22px;
	border: 2px solid;
	border-width: 0px;
	border-radius: 40px !important;
	margin-left: 5px;
	height: 50px;
	font-size: 24px !important;
	font-family: 'Roboto';
	font-weight: 600 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}

.dollar4 {
	cursor: pointer;
	width: 125px;
	line-height: 1.2em;
	color: #fff !important;
	display: inline-block;
	padding: 12px 22px 12px 22px;
	border: 2px solid;
	border-width: 0px;
	margin-left: 1px;
	height: 50px;
	font-size: 24px !important;
	font-family: 'Roboto';
	font-weight: 600 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}


.video-text {
	font-size: 12px;
	background: #333;
	color: #fff;
	padding: 3px 30px 3px 10px;
	border-radius: 50px;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	margin-top: 9px;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background: #a806ea;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background: #a806ea;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: darken(#fa183d, 10%);
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	position: absolute;
	top: 30px;
	left: 35px;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}



.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	transition: all ease 500ms;
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #fa183d;
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}








.dropdown-menu.show {
	position: absolute !important;
	left: -41px !important;
}

.thankyou {
	display: none;
	background: #fff;
	font-size: 14px;
	padding: 60px 20px;
	text-align: center;
}

#exampleModalLabelvol {
	display: none;
}

#exampleModalLabelvol1 {
	display: none;
}

#exampleModalLabelvol2 {
	display: none;
}

#exampleModalLabelvol3 {
	display: none;
}

#exampleModalLabelvol4 {
	display: none;
}



#hidev1 {
	display: block;
}

#hidev2 {
	display: block;
}

#hidev3 {
	display: block;
}

#hidev4 {
	display: block;
}


#vol {
	display: none;
	color: #fff !important;
	text-align: center;
	padding: 45px 10px;
}

#app {
	color: #fff !important;
	text-align: center;
	padding: 45px 10px;
}

#vol1 {
	display: none;
	color: #fff !important;
	text-align: center;
	padding: 45px 10px;
}

#vol2 {
	display: none;
	color: #fff !important;
	text-align: center;
	padding: 45px 10px;
}

#vol3 {
	display: none;
	color: #fff !important;
	text-align: center;
	padding: 45px 10px;
}

#vol4 {
	display: none;
	color: #fff !important;
	text-align: center;
	padding: 45px 10px;
}



.free-d {
	text-align: center;
	padding-bottom: 0px;
	line-height: 1em;
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 30px;
}

.free-34 img {
	width: 291.2px;
	height: 420px;
	margin-top: 15px !important;
}


.dropdown-item {
	font-size: 16px !important;
}

.cube-box span {
	font-family: 'Open Sans', sans-serif;
	!important;
}

.dropbtn {
	color: white;
	font-size: 16px;
	border: none;
}

.dropdown-2 {
	position: relative;
}



.dropdown-content-2 a {
	color: #fff;
	padding: .25rem 1.5rem;
	text-decoration: none;
	display: block;
}

.dropdown-content-2 a:hover {}

.dropdown-2:hover .dropdown-content-2 {
	display: block;
}

.dropdown-2:hover .dropbtn {}

a {
	font-family: 'Open Sans', sans-serif;
	!important;
}

body.custom-background {
	background-color: #ededed;
	background-image: url("../images/Background-Graphic-1400-9-.jpg");
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}

body.et_cover_background {
	background-size: cover !important;
	background-position: top !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
}

.carousel-indicators {

	bottom: -1px !important;

}

.start-a-help h3 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

.start-a-help p {
	font-size: 14px;
	text-align: left;
}


.give-now-box {
	text-align: center;
	padding-top: 14px;
}

.e-button {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	overflow: hidden;
	max-width: 30px;
	-webkit-transition: max-width 0.3s ease-in-out;
	-moz-transition: max-width 0.3s ease-in-out;
	-o-transition: max-width 0.3s ease-in-out;
	transition: max-width 0.3s linear
}

.e-button-text {
	display: block;
	white-space: nowrap;
	color: #fff
}

.e-button:hover {
	background-color: #000;
	color: #fff;
	max-width: 280px
}

.our-team-container {
	padding-left: 42px;
}

* give-Now */ .give-now-box {
	text-align: center;
}

.give-now-box h3 {
	font-size: 26px;
	font-weight: 700;
}

.give-now-box p {
	color: #333333;
}

.give-now-box img {
	padding-bottom: 16px;
}

p.donate {
	font-size: 26px;
	font-weight: 700;
	color: #808080;
	margin-top: 54px;
	margin-bottom: 0px;
}

p.donate-small {
	font-size: 13px;
	color: #666666;
	font-weight: 600;
	max-width: 357px;
	line-height: 25px;
	margin-bottom: 40px;
}

.symbol p.dollar {
	background-color: #a75de8;
	color: #fff !important;
	height: 50px;
	font-weight: 600 !important;
	line-height: 45px;
	font-size: 24px;
	font-family: 'Roboto';
	display: inline-block;
	padding: 0px 12px;
}

.symbol {
	display: flex;
}

.symbol p.text {
	cursor: pointer;
	line-height: 1.2em;
	color: #fff !important;
	display: inline-block;
	padding: 10px 22px 10px 0px;
	border: 2px solid;
	border-width: 0px;
	margin-left: 1px;
	height: 50px;
	width: 125px;
	font-size: 24px !important;
	font-family: 'Roboto';
	font-weight: 600 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}

.symbol-2 {
	display: flex;
	margin-bottom: 28px;
}

p.dollar-t {
	cursor: pointer;
	line-height: 1.2em;
	color: #fff !important;
	display: inline-block;
	padding: 12px 22px 12px 22px;
	border: 2px solid;
	border-width: 0px;
	border-radius: 40px;
	margin-left: 1px;
	height: 50px;
	font-size: 24px !important;
	font-family: 'Roboto';
	font-weight: 600 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}

p.dollar-t+p.dollar-t {
	margin-left: 5px;
}

.give input {
	margin-bottom: 1rem;
	padding: 14px;
}

p.text.padding {
	padding: 12px;
	width: 113.8px;
}

.action img {
	width: 187px;
	max-width: 187px;
	margin-top: 45px;
	min-height: 134px;
}

input#give-purchase-button {
	cursor: pointer;
	line-height: 0px;
	color: #fff !important;
	display: inline-block;
	padding: 14px 26px 14px 26px;
	border: 2px solid;
	border-width: 0px;
	border-radius: 40px;
	margin-left: 1px;
	height: 58px;
	margin-top: 25px;
	font-size: 24px !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%)
}

p.thankyou {
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 0px;
	color: #333333;
}

p.thankyou-small {
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: 50px;
	color: #333333;
}

p.thankyou-small span {
	font-weight: 700;
}

p.living {
	text-align: left;
	font-size: 14px;
	color: #333333;
	max-width: 680px;
	margin-top: 40px;
	line-height: 1.5;
	font-family: 'Roboto';
}

.help-process-container {
	padding-top: 20px;
}

p.living span {
	font-weight: 700;
}

.inner-page-mt {
	padding: 0% 7.5% !important;
	margin-top: 5.5%;
	margin-bottom: 3%;
}

.inner-page-mt-2 {
	padding: 0% 2.5% !important;
	margin-top: 7%;
	margin-bottom: 3%;
}



.help-process-s {
	padding-top: 68px !important;
}



/************ media-help**********************/

p.mediaa {
	font-size: 13px;
	color: #6600cc !important;
	line-height: 19px;
	margin-top: 11px;
}

.modal-dialog {
	max-width: 1220px !important;
	height: 590px;
}

.modal-body {
	background-color: black;
	height: 590px;
}

.modal-content {
	background-color: black !important;
}

.modal-content button.close {
	width: 25px;

}

.modal-body video {
	height: 530px;
}

a.navbar-brand img {
	height: 58px !important;
}

a.navbar-brand .brand-text {
	line-height: 17px;
	font-weight: 700;
	font-size: 14px;
}

a.navbar-brand .brand-text span {
	color: #e5cd47;
}



.form-control {
	border: none !important;
	border-radius: 0px !important;
}


/*************our journey*****************/

.help-process2 {
	margin-top: 62px;
}

.help-process2 h5 {
	font-size: 20px;
	text-align: center;
}

.help-process2 p {
	font-size: 14px;
	line-height: 23px;
}


/* help-process */

.help-process-container h2 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.help-process-container p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 20px !important;
}

.take-container {
	padding: 0px 0px;
}


.take-container h2 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

.help-process-container {
	padding: 0px 54px;
}

.help-process-img-1 {
	margin-bottom: 33px;
}

.help-process-img-1 img {
	max-width: 200px;
	width: 200px;
	margin: auto;
	display: block;
}

.help-education img {
	width: 220px;
	max-width: 220px;
}

.help-media p {
	margin-right: -50px;
}

.help-media-2 p {
	margin-left: -48px;
}

.help-media img {
	width: 200px;
	max-width: 200px;
}

.help-media-2 img {
	width: 200px;
	max-width: 200px;
	margin-left: -47px;
}

.help-education-2 img {
	width: 220px;
	max-width: 220px;
	margin-left: -33px;
}



.help-process-img-2 {
	margin-bottom: 33px;
}

.help-process-img-2 img {
	max-width: 200px;
	width: 200px;
	display: block;
	height: auto;
	margin: auto;
}

.help-process-img-3 {}

.help-process-img-3 img {
	max-width: 100%;
	width: 142px;
}

.help-process-img-4 {
	margin-top: 50px;
	margin-bottom: 33px;
}

.help-process-img-4 img {
	max-width: 100%;
	width: 142px;
}

.container-fluid.width {
	width: 1200px;
}


/* reset css */

.dropdown-toggle::after {
	display: none !important;
}

.mr-47 {
	margin-right: 58px;
}

.bg-dark {
	background-color: #000 !important;
}

nav.navbar.navbar-expand-lg {
	background-color: black;
	height: 62px;
}

ul.navbar-nav {
	padding-top: 6px;
}

.navbar-nav li {
	display: inline-block;
	margin-right: 13px;
	margin-bottom: .5em;
	margin-top: 6px;
}

a.nav-link {
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #9C4FBF !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #9C4FBF !important;
}

.et_pb_text_inner.box-upper-text p {
	color: #333 !important;
}

.colmd2 {
	padding: 0px 8px !important;
}

a#navbarDropdown {
	color: white;
	font-size: 18px;
	font-weight: 400;
}

li.nav-item.dropdown {
	margin-top: 6px !important;
}


.lazy-img {
	margin: 30px 3px 32px 3px;
	margin-top: 20px;
	padding: 0px 3px 0px 1px;
}

.box-upper-text {
	padding-bottom: 45px;
	padding-top: 36px;
	padding-left: 48px;
}

.mt-60 {
	margin-top: 48px;
	padding-left: 12px;
}

.mt-38 {
	margin-top: 38px;
	margin-bottom: 45px;
}

.mb-38 {
	margin-bottom: 38px;
	margin-top: 45px;
}

.expand-btn:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
	color: #fff !important;
}

a.expand-btn {
	position: relative;
}

.expand-btn a {
	display: inline-block;
}

.expand-btn:after {
	transition: all 300ms ease 0ms;
}

.expand-btn:before {
	opacity: 0 !important;
}


.expand-btn:hover:after {
	opacity: 1;
	margin-left: 0;
}

.expand-btn:after {
	font-size: 32px;
	line-height: 1em;
	content: "\f054";
	font-family: 'FontAwesome';
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 100;
	font-size: 21px;
	text-shadow: none;
	right: 26px;
	color: #fff;
	top: 30px;
}



.expand-btn-g:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
	color: #fff !important;
}

a.expand-btn-g {
	position: relative;
}

.expand-btn-g a {
	display: inline-block;
}

.expand-btn-g:after {
	transition: all 300ms ease 0ms;
}

.expand-btn-g:before {
	opacity: 0 !important;
}


.expand-btn-g:hover:after {
	opacity: 1;
	margin-left: 0;
}

.expand-btn-g:after {
	font-size: 32px;
	line-height: 1em;
	content: "\f054";
	font-family: 'FontAwesome';
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 100;
	font-size: 14px;
	text-shadow: none;
	right: 19px;
	color: #fff;
	top: 22px;
}

.expand-btn-g {
	text-shadow: 0.06em 0.06em 0.08em rgb(0 0 0 / 40%);
}

.expand-btn-g {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

.expand-btn-g {
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #000000;
	border-radius: 40px;
	font-size: 24px;
	font-weight: 500 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%);
	background-color: rgba(0, 0, 102, 0.14);
	display: block;
	width: fit-content;
	margin: auto;
}

a.expand-btn-e i {
	border-right: solid 1px;
	padding-right: 7px;
}

a.expand-btn-e {
	position: relative;
}

.expand-btn-e a {
	display: inline-block;
}


.expand-btn-e {
	text-shadow: 0.06em 0.06em 0.08em rgb(0 0 0 / 40%);
}

.expand-btn-e {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

.expand-btn-e {
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #000000;
	border-radius: 40px;
	font-size: 24px;
	font-weight: 500 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%);
	background-color: rgba(0, 0, 102, 0.14);
	display: block;
	width: fit-content;
	margin: auto;
}


.help-education p {
	font-weight: normal !important;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 11px;
	padding-left: 9px;
	width: 124%;
}

.expand-btn {
	text-shadow: 0.06em 0.06em 0.08em rgb(0 0 0 / 40%);
}

.expand-btn {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

.expand-btn {
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #000000;
	border-radius: 40px;
	font-size: 34px;
	font-weight: 300 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%);
	background-color: rgba(0, 0, 102, 0.14);
	display: block;
	width: fit-content;
	margin: auto;
}

.download-btn:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
}

.download-btn a {
	display: inline-block;
}

.download-btn:after {
	transition: all 300ms ease 0ms;
}

.download-btn:after,
.download-btn:before {
	font-size: 32px;
	line-height: 1em;
	content: ">";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
}

.download-btn {
	text-shadow: 0.06em 0.06em 0.08em rgb(0 0 0 / 40%);
}

.download-btn {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

.download-btn {
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #000000;
	border-radius: 40px;
	font-size: 24px;
	font-weight: 300 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%);
	background-color: rgba(0, 0, 102, 0.14);
	display: block;
	width: fit-content;
	margin: auto;
}

.dropdown-menu.show {
	width: 200px;
	position: absolute;
	background: #000;
	padding: 18px 0px;
	right: 0px;
	text-align: right;
	text-align: center;
}

.dropdown-menu.show a:hover {
	color: #9C4FBF !important;
}

.dropdown-menu.show a {
	color: white;
	font-size: 18px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	text-decoration: none;
	background-color: transparent !important;
}

ul.nav.m-auto.d-block li {
	display: inline-block;
}

ul.nav.m-auto.d-block li a {
	color: white;
}

ul.nav.m-auto.d-block li a {
	color: white;
	padding: 10px;
	font-size: 18px;
}

.dropdown-menu.show {
	position: absolute !important;
	left: -46px;
}

a:hover {
	color: #0056b3;
	text-decoration: none !important;
}

div#carouselExampleIndicators {
	width: 623.77px;
	height: 400px;
}

section.take-action h2 {
	text-align: center;
	font-size: 26px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}

strong a {
	cursor: pointer;
}


/* you-can */

.you-can p.para-title {
	font-family: 'Maiandra GD' !important;
	color: #c39915 !important;
	margin-bottom: 31px !important;
	font-weight: 400 !important;
	font-size: 29px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 22px !important;
}

.et_pb_text_inner p {
	font-size: 18px !important;
	font-weight: 400 !important;

}

.help-each-other {
	text-align: center;
	margin-left: 0px;
}

.help-each-other img {
	width: 291.2px;
	height: 420px;
}

.you-can-center {
	padding-top: 0px;
	padding-left: 0px;
	margin-left: -5px;
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: none !important;
}

.you-can-para p {
	align-self: normal;
	/* margin: 5px; */
	font-size: 19px;
	font-weight: 400;
	font-family: 'Open Sans';
	/* margin-bottom: 10px; */
}

section.you-can {
	padding-top: 66px;
}

.help-each-other2 img {
	width: 291.2px;

}

.navbar-dark .navbar-brand {
	color: #fff;
	margin-left: 10px !important;
}

p.help-book {
	text-align: center;
	margin-top: 22px;
	padding: 13px 12px 12px 13px;
}

p.help-book-2 {
	text-align: center;
	margin-top: 36px;
	padding-left: 0px;
}


.no-dream p {
	text-align: right;
	padding-top: 45px;
	padding-bottom: 60px;
	padding-right: 26px;
	color: #333 !important;
}

p.help-book-2 a {
	color: #9e06ea;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto';
}

p.help-book a {
	color: #9e06ea;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto';
}

p.help-book a:hover {
	text-decoration: none;
}

p.help-book-center {
	text-align: center;
	margin-top: 56px;
	padding-left: 3px;
}

.help-book-center i {
	color: #2f2f2f !important;
	font-size: 28px;
	font-weight: 700;
	padding: 0px 14px;
}

button.navbar-toggler {
	position: absolute;
	right: 30px;
	font-size: 24px;
}

p.help-book-center a {
	color: #2f2f2f !important;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Roboto';
}

p.help-book-center a:hover {
	text-decoration: none;
}


/*************map***************/

.worldmapbox {
	width: 900px;
	height: 530px;
	background-size: 900px 530px !important;
}

.mappoints.State-of-Rio-brazil {
	left: 290px;
	bottom: 100px;
}

.worldmapbox {
	position: relative;
	background: url(../images/worldmap.png) no-repeat !important;
}

.mappoints {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.ourclientsinglobe {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: ripple1 .7s linear infinite;
	animation: ripple1 .7s linear infinite;
}

.mappoints span.countrynm {
	font-display: swap;
	position: absolute;
	left: -20px;
	top: -25px;
	font-size: 14px;
	font-weight: bold;
	color: #4ec14e;
	text-transform: uppercase;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	opacity: 0;
}


/********************* help process********************/

.p-text p {
	color: #333333;
	font-weight: normal;
	text-align: justify;
}

.p-text h6 {
	font-size: 14px
}

.help-process-container {}

.p-text p span {}

.left-text p {
	margin-bottom: 5px;
	text-align: center;
}

.mediaa {
	margin-right: -32px !important;
}

.pan-raja {
	margin-right: 0px !important;
}

.left-text span {
	font-size: 14px;
	color: #6600cc;
	font-weight: 700;
}

.left-text p span a {
	color: #6600cc;
}

.search-box {
	margin-top: 35px;
	letter-spacing: -10px
}


/*************our team********************/

.container.content {
	margin-top: 100px;
}

.Our-team-content {
	margin-bottom: 50px;
}

.container.content {
	margin-top: 55px;
}

section.Our-team h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.our-team-container p {
	font-size: 17px;
	color: #333333;
	line-height: 23px;
	font-family: Open Sans;
}

button.btn.btn-link.collapsed {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #6600cc !important;
}

button.btn.btn-link.collapsed:hover {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #6600cc !important;
	text-decoration: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none;
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #6600cc !important;
}

.our-team-image {
	text-align: center;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
}

.collapse {
	display: none;
	visibility: visible !important;
}

.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
}

.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
}


/*********************help-book-download-page************************/

.scroll-box {
	height: 500px;
	min-height: 512px;
	width: auto;
	border: 2px solid #ccc;
	overflow: auto;
	text-align: center;
}

.scroll-box-2 {
	height: 200px;
	min-height: 200px;
	width: auto;
	border: 2px solid #ccc;
	overflow: auto;
	text-align: center;
}

.scroll-box-2 p {
	font-size: 17px !important;
	line-height: 26px;
}

.scroll-box-3 {
	height: 300px;
	min-height: 300px;
	width: auto;
	border: 2px solid #ccc;
	overflow: auto;
	text-align: center;
}

.scroll-box-3 p {
	font-size: 17px !important;
	line-height: 26px;
}

.box-6 {
	line-height: 1.2em;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	border: solid 2px #000;
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
}

.box-6 h3 {
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 400;
	font-size: 22px;
}

.box-6 p {
	color: #333;
	font-weight: 400;
	font-size: 14px;
}

.scroll-box p {
	font-size: 17px;
	line-height: 26px;
}

.first-box p {
	font-size: 16px;
	line-height: 1.1;
}

.text-s h1 {
	font-weight: 700;
}

.first-box h1 {
	font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: #2d2d2d !important;
	text-align: center;
}

.help-each-other-2 img {
	width: 356.2px;
	height: 502px;
	box-shadow: 8px 6px 2px 0px rgb(0 0 0 / 30%);
	margin: auto;
	display: block;
}


.module-text h1 {
	font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #2d2d2d !important;
	text-align: center;
	margin-bottom: 15px;
}

.help-each-other-6 img {
	width: 340px;
	height: 433px;
	box-shadow: 8px 6px 2px 0px rgb(0 0 0 / 30%);
	margin: auto;
	display: block;
}

.book-2 p {
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 10px;
}

.book-2 strong {
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 10px;
}

.book-2 h1 {
	font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	color: #2d2d2d !important;
	text-align: center;
}

.book p {
	line-height: 1.3;
	text-align: center;
	padding-bottom: 10px;
	color: #333333 !important;
	font-family: 'Open Sans';
	font-size: 16px;
}

.book h1 {
	padding-bottom: 0px;
	margin-top: 0px;
	font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	color: #2d2d2d !important;
	text-align: center;
}

iframe {
	border-width: 5px;
	border-color: #8300E9;
	box-shadow: 0px 2px 18px 0px #000000;
	border-radius: 2px 2px 2px 2px;
	overflow: hidden;
}


/*************** flip box*******************/

.cubeb {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
}

.cube-mr {
	float: left;
	width: 25%;
	padding: 0px 34px;
}

.cube-box:hover {
	transform: translateZ(-100px) rotateY(-90deg);
}

.cube-box {
	width: 200px;
	height: 200px;
	position: relative;
	transform-style: preserve-3d;
	transform: translateZ(-100px);
	transition: transform 1s;
	transform: translateZ(-100px) rotateY(0deg);
}

.cube-box__face--front {
	background: #fff !important;
	box-shadow: 2px 2px 16px -1px rgb(0 0 0 / 55%);
	transform: rotateY(0deg) translateZ(100px);
}

.cube-box__face {
	position: absolute;
	padding: 20px 10px;
	width: 200px;
	height: 200px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	font-family: 'Verdana Pro';
}

.cube-box__face--right {
	background: #6c2eb9;
	color: #000 !important;
	transform: rotateY(90deg) translateZ(100px);
}

.cube-box__face .apply_btn {
	display: block;
	width: 50%;
	margin: 12px auto 0px;
}

.cube-box__face .apply_btn {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px 10px;
}

.cube-box__face {
	position: absolute;
	padding: 20px 10px;
	width: 200px;
	height: 200px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	font-family: 'Verdana Pro';
}

.flip-box {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	background-color: #bbb;
	color: black;
}

.flip-box-back {
	background-color: dodgerblue;
	color: white;
	transform: rotateY(180deg);
}

.give-btn {
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #000000;
	border-radius: 40px;
	font-size: 34px;
	font-weight: 300 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%);
	background-color: rgba(0, 0, 102, 0.14);
	padding: .3em 1em;
	line-height: 1.7em !important;
}

.give-btn {
	font-size: 32px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 40px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

.give-btn {
	display: block;
	margin: auto;
	width: fit-content;
	margin-bottom: 2.75%;
	margin-top: 2.75%;
}

.give-btn:after {
	font-size: 1.6em;
}

.give-btn:after {
	transition: all 300ms ease 0ms;
}

.give-btn:hover,
.give-btn:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
}

.give-btn {
	text-shadow: 0.06em 0.06em 0.08em rgb(0 0 0 / 40%);
}

.give-btn {
	position: relative;
}

p {
	font-size: 18px;
	font-weight: 500;
}

@media (min-width: 981px) {

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%;
	}
}

@media only screen and (min-width: 981px) {
	.et_pb_image_5 {
		width: 70%;
	}
}

video {
	width: 100%;
}

.et_pb_image_5 {
	margin-bottom: 16px !important;
	text-align: center;
}


/****footer******/

.widget_search input#s,
.widget_search input#searchsubmit {
	padding: .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

input#searchsubmit {
	margin-left: -30px !important;
}

footer {
	background-color: #ffffff;
}

#footer-widgets {
	padding: 5% 0 0 !important;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
	width: 20% !important;
	margin-right: 1% !important;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(2) {
	width: 55% !important;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
	width: 20% !important;
	margin-right: 1% !important;
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
	color: #ffffff;
}

.footer-social-container .icon-container {
	width: 55px;
	height: 55px;
	border: 2px solid #333333;
	border-radius: 50%;
	display: inline-block;
	color: #333333;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}

.footer-social-container .icon-container i {
	font-size: 30px;
	margin-top: 12px;
}


/******* social icons*********/


/*=========================
  Icons
 ================= */


/* footer social icons */

ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */

.footer-social-container .facebook:hover {
	border: 2px solid #3b5998;
	color: #3b5998;
}

.footer-social-container .twitter:hover {
	border: 2px solid #2daae1;
	color: #2daae1;
}

.footer-social-container .pinterest:hover {
	border: 2px solid #c40000;
	color: #c40000;
}

.footer-social-container .linkedin:hover {
	border: 2px solid #007ab9;
	color: #007ab9;
}

.footer-social-container .mail:hover {
	border: 2px solid #3eb449;
	color: #3eb449;
}

.footer-social-container .youtube:hover {
	border: 2px solid #c4302b;
	color: #c4302b;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.footer-social-container .icon-container:hover {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.cube-box {
	width: 200px;
	height: 200px;
	position: relative;
	transform-style: preserve-3d;
	transform: translateZ(-100px);
	transition: transform 1s;
	transform: translateZ(-100px) rotateY(0deg)
}

.cube-box:hover {
	transform: translateZ(-100px) rotateY(-90deg)
}

.cube-box__face {
	position: absolute;
	padding: 20px 10px;
	width: 200px;
	height: 200px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	font-family: 'Verdana Pro'
}

.cube-box__face--front {
	background: #fff !important;
	box-shadow: 2px 2px 16px -1px rgba(0, 0, 0, 0.55);
	transform: rotateY(0deg) translateZ(100px)
}

.cube-box__face--right {
	background: #6c2eb9;
	color: #000 !important;
	transform: rotateY(90deg) translateZ(100px)
}

.cube-box__face .apply_btn {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px 10px
}

.cube-box__face .apply_btn:hover {
	background: #fff;
	cursor: pointer
}

.text-center {
	text-align: center
}

.et_pb_contact_form_display-none_tmp {
	display: none
}

.et_pb_row_9 {
	background-color: #ededed;
}

.mappoints {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer
}

.ourclientsinglobe {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: ripple1 .7s linear infinite;
	animation: ripple1 .7s linear infinite
}

.worldmapbox {
	position: relative;
	background: url(../images/worldmap.png) no-repeat !important
}

.vision-text p {
	padding-left: 16px;
	line-height: 19px;
	color: #333333 !important;
	margin-bottom: 2.75%;
}

.f-text strong {}

.mt-38 p {
	padding-top: 8px;
	line-height: 18px;
	padding-left: 17px;
}

@media only screen and (max-width:1400px) {
	.worldmapbox {
		width: 900px;
		height: 530px;
		background-size: 900px 530px !important;
		margin-top: -19px;
		margin-left: 20px;
	}

	.mappoints.State-of-Rio-brazil {
		left: 290px;
		bottom: 100px
	}

	.mappoints.atlanta-ga {
		left: 185px;
		top: 235px
	}

	.mappoints.toronto-ca {
		left: 210px;
		top: 190px
	}

	.mappoints.london-uk {
		left: 408px;
		top: 177px
	}

	.mappoints.moscow-russia {
		left: 508px;
		top: 157px
	}

	.mappoints.nairobi-kenya {
		right: 360px;
		bottom: 165px
	}

	.mappoints.cairo-egypt {
		right: 380px;
		bottom: 252px
	}

	.mappoints.mumbai-india {
		right: 260px;
		top: 280px
	}

	.mappoints.beijing-china {
		right: 157px;
		top: 204px
	}

	.mappoints.seoul-south-korea {
		right: 125px;
		top: 217px
	}

	.mappoints.tokyo-japan {
		right: 93px;
		top: 223px
	}

	.mappoints.sydney-australia {
		right: 53px;
		bottom: 61px
	}
}

@media only screen and (max-width:639px) {
	.worldmapbox {
		width: 340px;
		height: 200px;
		left: -30px;
		background-size: 340px 200px !important
	}

	.mappoints.State-of-Rio-brazil {
		left: 99px;
		bottom: 32px
	}

	.mappoints.atlanta-ga {
		left: 62px;
		top: 83px
	}

	.mappoints.toronto-ca {
		left: 65px;
		top: 67px
	}

	.mappoints.london-uk {
		left: 145px;
		top: 60px
	}

	.mappoints.moscow-russia {
		left: 185px;
		top: 50px
	}

	.mappoints.nairobi-kenya {
		right: 125px;
		bottom: 54px
	}

	.mappoints.cairo-egypt {
		right: 135px;
		bottom: 85px
	}

	.mappoints.mumbai-india {
		right: 88px;
		top: 97px
	}

	.mappoints.beijing-china {
		right: 48px;
		top: 68px
	}

	.mappoints.seoul-south-korea {
		right: 38px;
		top: 73px
	}

	.mappoints.tokyo-japan {
		right: 24px;
		top: 76px
	}

	.mappoints.sydney-australia {
		right: 15px;
		bottom: 12px
	}
}

@media (min-width:684px) and (max-width:1023px) {
	.worldmapbox {
		width: 612px;
		height: 387px;
		background-size: 612px 387px !important
	}

	.mappoints.State-of-Rio-brazil {
		left: 198px;
		bottom: 75px
	}

	.mappoints.atlanta-ga {
		left: 124px;
		top: 170px
	}

	.mappoints.toronto-ca {
		left: 132px;
		top: 145px
	}

	.mappoints.london-uk {
		left: 274px;
		top: 127px
	}

	.mappoints.moscow-russia {
		left: 334px;
		top: 110px
	}

	.mappoints.nairobi-kenya {
		right: 238px;
		bottom: 117px
	}

	.mappoints.cairo-egypt {
		right: 256px;
		bottom: 179px
	}

	.mappoints.mumbai-india {
		right: 171px;
		top: 205px
	}

	.mappoints.beijing-china {
		right: 99px;
		top: 145px
	}

	.mappoints.seoul-south-korea {
		right: 81px;
		top: 154px
	}

	.mappoints.tokyo-japan {
		right: 59px;
		top: 159px
	}

	.mappoints.sydney-australia {
		right: 30px;
		bottom: 42px
	}
}

.mappoints span.countrynm {
	font-display: swap;
	position: absolute;
	left: -20px;
	top: -25px;
	font-size: 14px;
	font-weight: bold;
	color: #4ec14e;
	text-transform: uppercase;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	opacity: 0;
	width: 200px;
}

.mappoints:hover span.countrynm {
	opacity: 1;
	cursor: pointer
}

@keyframes ripple1 {
	0% {
		box-shadow: 0 0 0 0 rgba(108, 199, 121, .5), 0 0 0 5px rgba(108, 199, 121, .5), 0 0 0 9px rgba(108, 199, 121, .5)
	}

	100% {
		box-shadow: 0 0 0 5px rgba(108, 199, 121, .5), 0 0 0 9px rgba(108, 199, 121, .5), 0 0 0 13px rgba(108, 199, 121, 0)
	}
}

#csbwfs-bottom {
	text-align: right !important;
	bottom: 10px !important
}

.footer-social-container .icon-container i {
	font-size: 30px;
	margin-top: 12px
}

.footer-social-container .icon-container {
	width: 55px;
	height: 55px;
	border: 2px solid #333333;
	border-radius: 50%;
	display: inline-block;
	color: #333333;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out
}

.footer-social-container .icon-container:hover {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg)
}

.footer-social-container .facebook:hover {
	border: 2px solid #3b5998;
	color: #3b5998
}

.footer-social-container .twitter:hover {
	border: 2px solid #2daae1;
	color: #2daae1
}

.footer-social-container .google-p:hover {
	border: 2px solid #dd4b39;
	color: #dd4b39
}

.footer-social-container .pinterest:hover {
	border: 2px solid #c40000;
	color: #c40000
}

.footer-social-container .linkedin:hover {
	border: 2px solid #007ab9;
	color: #007ab9
}

.footer-social-container .mail:hover {
	border: 2px solid #3eb449;
	color: #3eb449
}

.footer-social-container .youtube:hover {
	border: 2px solid #c4302b;
	color: #c4302b
}

@media (min-width:981px) {
	.et_pb_gutters3 .footer-widget {
		margin-bottom: 2% !important
	}


}

@media (max-width:991px) {

	#subscription_popup .et_pb_subscribe,
	#subscription_volunteer_popup .et_pb_subscribe,
	#subscription_helpgroup_popup .et_pb_subscribe,
	#subscription_coordinate_popup .et_pb_subscribe,
	#subscription_teach_popup .et_pb_subscribe {
		max-width: 100%
	}
}

@media (max-width:475px) {
	.et_pb_row_6.et_pb_row .scene-box-cus2 {
		margin: 0px auto
	}
}

.page-id-7.et_pb_text_5 {
	max-width: 64% !important
}

p.txt-align {
	position: relative;
	right: 54px
}

.donation-head {
	font-weight: 600 !important;
	font-size: 13px !important;
	padding-top: 9px;
	color: #333333 !important;
	line-height: 1.8 !important;
}

.et_pb_column.et_pb_column_3_5.et_pb_column_11 {
	position: relative;
	left: 70px
}

li.nav-item.dropdown::marker {
	display: none !important;
	color: #000 !important;
}

[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
	border-top-right-radius: none;
	border-bottom-right-radius: none;
	background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59)) !important;
}




.f-text {
	text-align: center;
	width: 100% !important;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

div#carouselExampleIndicators {
	width: 100%;
	height: auto;
}

.footer-social-container {
	width: 100%;
	text-align: center;
	padding-left: 79px;
	margin-top: -3px;
}

.help-each-other2 {
	text-align: left;
	margin-left: -27px;
}

.an-act-t {
	justify-content: left;
	display: grid !important;
}

.cross-btn {
	padding: 0px !important;
	width: 35px !important;
	height: 35px !important;
	margin: -10px -1rem -1rem auto !important;
	background: #000 !important;
	color: #fff !important;
	border-radius: 50% !important;
}

.header-t {
	text-align: center !important;
	width: 100% !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #fff !important;
	margin-bottom: 18px !important;
	font-family: Open Sans, Arial, sans-serif;
	margin-top: 6px;
}

.form-3 input {
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 8px 12px;
	color: #333;
	border-radius: 2px;
	height: calc(1.5em + .75rem + 10px) !important;
	margin-bottom: 22px !important;
}

a:hover {
	color: #6600cc;
	text-decoration: none !important;
}


h4.panel-title i {
	color: #fff;
	background: #000066;
	font-size: 9px;
	padding: 3px;
	height: 15px;
	width: 15px;
	border-radius: 50px;
	line-height: 6px;
}

.panel-title {
	font-size: 14px;
}


.help-education p {
	width: 127%;
}


@media (min-width: 992px) {
	.help-each-other2 {
		text-align: center;
		margin-left: 0px;
	}
}

@media (max-width: 1024px) {

	.help-process-img-1 img {
		max-width: 100%;
		width: 100%;
		margin: auto;
		display: block;
	}

	.help-process-img-2 img {
		max-width: 100%;
		width: 100%;
		display: block;
		height: auto;
		margin: auto;
	}

	.help-process-container {
		padding: 0px 70px;
	}

	.help-education img {
		width: 100%;
		max-width: 100%;
	}

	.help-education p {
		width: 100%;
	}

	.help-education-2 img {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}

	.help-education p {
		font-weight: normal !important;
		color: #333333;
		font-size: 14px;
		line-height: 1.3;
		margin-top: 11px;
		padding-left: 0px;
		width: 100%;
	}

	.audio {
		margin-left: 0px;
		width: 100% !important;
	}

	.inner-page-mt {
		padding: 0% 7.5% !important;
		margin-top: 8.5%;
		margin-bottom: 3%;
	}

}


@media (max-width: 1024px) {

	p.help-book-trailer {
		text-align: center !important;
		margin-top: 36px;
		padding-left: 0px;

	}


}



@media (max-width: 768px) {

	p.help-book-trailer {
		text-align: left;
		margin-top: 36px;
		padding-left: 0px;
		display: inline-block;
		justify-content: center;
		margin-left: 150px;
	}

	.help-process-img-1 {
		margin-bottom: 0px;
	}

	.help-process-s {
		padding-top: 30px !important;
	}

	.help-process-img-1 img {
		max-width: 200px;
		width: 200px;
		margin: auto;
		display: block;
	}

	a.navbar-brand img {
		height: 52px !important;
	}

	div#search-3 {
		display: flex;
		justify-content: center;
	}

	.help-process-container {
		padding: 0px 0px !important;
	}

	.give-now .col-md-8.padding {
		padding: 0px 0px !important;
	}

	.container.content {
		margin-top: 10% !important;
		margin-bottom: 3%;
	}

	.help-process-img-2 img {
		max-width: 200px;
		width: 200px;
		display: block;
		height: auto;
		margin: auto;
	}

	.help-process-img-4 img {
		max-width: 100%;
		width: 142px;
		margin: auto;
		display: block;
	}

	.help-process-img-3 img {
		max-width: 100%;
		width: 142px;
		margin: auto;
		display: block;
	}

	.inner-page-mt {
		padding: 0% 7.5% !important;
		margin-top: 10.5%;
		margin-bottom: 3%;
	}

	.help-education-2 img {
		width: 220px;
		max-width: 220px;
		margin-left: -33px;
		margin: auto;
		display: block;
	}

	.audio {
		margin-left: inherit;
		width: 210px !important;
		margin: auto;
		display: block;
	}

	.help-education img {
		width: 220px;
		max-width: 220px;
		margin: auto;
		display: block;
	}

	.help-education p {
		width: 100%;
	}


	.mr-47 {
		margin-right: 0px;
	}

	a.dropbtn {
		margin-bottom: 0px;
		margin-top: -4px;
		display: inline-block;
	}

	.action img {
		width: 187px;
		max-width: 187px;
		margin-top: 45px;
		min-height: 134px;
		display: block;
		margin: auto;
		padding: 49px 0px 0px 0px;
	}

	.dropdown-2 li {
		margin-bottom: .5em;
		margin-top: 6px;
	}

	a#navbarDropdown {
		color: white;
		font-size: 18px;
		font-weight: 400;

	}

	.dropdown-menu.show {
		display: contents !important;
	}

	.help-each-other-6 img {
		margin: 38px auto;
		display: block;
	}


	.help-each-other-2 img {
		width: 356.2px;
		height: 502px;
		box-shadow: 8px 6px 2px 0px rgb(0 0 0 / 30%);
		margin: 38px auto;
		display: block;
	}

	.mappoints span.countrynm {
		width: fit-content;
	}

	.navbar-collapse {
		margin-top: -10px;
		margin-left: -16px;
		margin-right: -16px;
		text-align: center;
		background: black;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	p.help-book {
		text-align: center;
		margin-top: 22px;
		padding: 12px 12px 12px 12px;
	}

	.help-each-other2 {
		text-align: center;
		margin-left: 0px;
	}

	.help-each-other {
		text-align: center;
		margin-left: 24px;
	}

	.cube-mr {
		float: left;
		width: 50%;
		padding: 27px 34px;
		display: flex;
		justify-content: center;
	}

	.f-text strong {
		padding-left: 0px;
		text-align: center;
	}

	.footer-social-container {
		width: 100%;
		text-align: center;
		padding-left: 0px !important;
		margin-top: -3px;
	}

}

.you-can-para p {
	line-height: 0.8;
}

.p90 {

	padding: 0px 90px;
}

.p80 {
	padding: 0px 80px;
}

.p74 {
	padding: 0px 67px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-left: 3px !important;
	}

	.mappoints span.countrynm {
		width: fit-content;
	}

}


.our-journey {

	padding: 0 11% !important;
}

.media-2 {
	padding: 0 11% !important;
}


/****************checkbox*******************************/

.check-box-title h3 {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 15px !important;
	color: #000000 !important;
	text-align: left !important;
}

.check-box-title h5 {
	margin-bottom: .5em;
	font-weight: 600;
	color: #666666 !important;
	text-align: left !important;
}

input.largerCheckbox {
	width: 20px;
	height: 20px;
	border: none;
}

/*******************checkbox****************************/


p.help-book-trailer {
	text-align: left;
	margin-top: 36px;
	padding-left: 0px;
	margin-left: 0px;


}

p.help-book-trailer a {
	color: #9e06ea;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Roboto';
	margin-left: 10px;
}


@media (max-width: 320px) {
	.video-play-button {
		position: absolute;
		z-index: 10;
		top: 85.5%;
		left: 77% !important;
		transform: translateX(-50%) translateY(-50%);
		box-sizing: content-box;
		display: block;
		width: 32px;
		height: 44px;
		border-radius: 50%;
		padding: 18px 20px 18px 28px;
	}
}


.mt-40 {
	margin-top: 40px;
}


.hf {
	display: none !important;
}


span.ourclientsinglobe .countrynm {
	width: 204px !important;
}



.help-3 {
	margin-bottom: 40px;
}

.moble {
	display: none;
}


@media (max-width: 767px) {
	.tiloh {
		display: none;
	}

	.moble {
		display: block;
		width: 100%;
		margin: 20px auto;
	}

	.videoleft {
		margin-left: 0px;
	}

	.dollar2 {
		margin-bottom: 10px;
		width: 103px;
	}

	.help-each-other-6 img {
		width: 100%;
		height: 433px;
		box-shadow: 8px 6px 2px 0px rgb(0 0 0 / 30%);
		margin: auto;
		display: block;
	}


	.colmd2 h3 {
		margin-top: 10px;
	}


	.help-process2 {
		margin-top: 5px;
	}

	.left-text p {
		margin-bottom: 5px;
		text-align: center;
		width: 100%;
	}

	.help-media-2 img {
		width: 200px;
		max-width: 200px;
		margin-left: 0px;
	}

	.help-media-2 p {
		margin-left: 0px;
	}


	.help-process-img-2 {
		margin-bottom: 10px;
	}


	.help-3 {
		margin-bottom: 10px;
	}

	.help-process-s {
		padding-top: 10px !important;
		padding-bottom: 30px;
	}

	.vision-text p {
		padding-left: 16px;
		line-height: inherit;
		color: #333333 !important;
		margin-bottom: 2.75%;
	}

	.mt-38 p {
		padding-top: 8px;
		line-height: inherit;
		padding-left: 17px;
	}

	p.help-book-2 {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		padding-left: 0px;
	}

	.hf {
		display: block !important;
	}


	span.ourclientsinglobe .countrynm {
		width: 0px !important;
	}


	.mt-40 {
		margin-top: 0px;
	}


	p.help-book-trailer a {
		color: #9e06ea;
		font-size: 20px;
		font-weight: 600;
		font-family: 'Roboto';
		margin-left: 0px;

	}

	p.help-book-trailer {
		margin-left: 0px;
		text-align: center;
		margin-top: 36px;
		padding-left: 0px;
		display: block;
	}

	.video-text {
		cursor: pointer;
		font-size: 12px;
		background: #333;
		color: #fff;
		padding: 3px 39px 3px 10px;
		width: fit-content;
		border-radius: 50px;
		display: block;
		position: relative;
		margin: 10px auto;
	}

	.expand-btn-g {
		color: #ffffff !important;
		border-width: 0px !important;
		border-color: #000000;
		border-radius: 40px;
		font-size: 20px;
		font-weight: 500 !important;
		background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%);
		background-color: rgba(0, 0, 102, 0.14);
		display: block;
		width: fit-content;
		margin: auto;
	}


	.video-play-button {
		position: absolute;
		z-index: 10;
		top: 30%;
		left: 65%;
		transform: translateX(-50%) translateY(-50%);
		box-sizing: content-box;
		width: 32px;
		height: 44px;
		border-radius: 50%;
		padding: 18px 20px 18px 28px;
		display: inline-block;
	}

	.m-btn {
		margin-bottom: 10px;
	}

	.container.content {
		margin-top: 24% !important;
		margin-bottom: 3%;
	}

	.help-each-other-2 img {
		width: 100%;
		height: auto;
		box-shadow: 8px 6px 2px 0px rgb(0 0 0 / 30%);
	}

	.media {
		padding: 0 20px !important;
	}

	.our-journey {

		padding: 0 20px !important;
	}

	.give-now .col-md-8.padding {
		padding: 0px 20px !important;
	}

	.help-process-container {
		padding: 0px 20px !important;
	}

	.our-team-container {
		padding-left: 20px !important;
	}

	li.nav-item.dropdown {
		margin-top: 0px !important;
		display: block;
	}


	p.help-book-center {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 3px;
	}

	.mt-60 {
		margin-top: 10px;
		padding-left: 0px;
	}

	.p90 {

		padding: 0px 0px;
	}

	.help-each-other {
		text-align: center;
		margin-left: 0px;
	}

	.box-upper-text {
		padding-bottom: 18px;
		padding-top: 30px;
		padding-left: 0px;
	}

	.et_pb_text_inner p {
		font-size: 18px !important;
		font-weight: 400 !important;
		line-height: 22px;
	}

	.f-text strong {
		padding-left: 0px;
	}

	.dropdown-2 a {
		vertical-align: text-top;
		font-size: 17px !important;
	}

	.symbol-2 {
		display: inherit;
		margin-bottom: 28px;
	}

	.inner-page-mt {
		padding: 0% 5.5% !important;
		margin-top: 20% !important;
		margin-bottom: 3%;
	}

	.help-process-img-2 img {
		max-width: 200px;
		width: 200px;
		display: block;
		margin: auto;
		height: auto;
	}

	.action img {
		width: 220px;
		max-width: 220px;
		margin: 45px auto;
		display: block;
	}

	.cube-mr {
		margin-right: 0px;
		width: 100%;
		padding: 18px 34px;
		display: flex;
		justify-content: center;
	}

	.help-each-other2 {
		text-align: center;
		margin-left: 0px;
	}

	p.help-book {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 0px;
	}

	.footer-social-container {
		width: 100%;
		text-align: center;
		padding-left: 20px !important;
		margin-top: -3px;
	}

	.audio {
		margin: auto !important;
		display: block;
		width: 221px !important;
		background: #f1f3f4;
	}

	.help-education-2 img {
		width: 220px;
		max-width: 220px;
		margin: auto;
		display: block;
	}

	.help-education img {
		width: 220px;
		max-width: 220px;
		margin: auto;
		display: block;
	}

	.help-education p {
		font-weight: normal !important;
		color: #333333;
		font-size: 14px;
		line-height: 1.3;
		margin-top: 15px;
		margin-bottom: 20px;
		padding-left: 9px;
		width: 100%;
	}

	.help-each-other-2 img {
		margin: 20px auto;
		display: block;
	}

	.inner-page-mt {
		padding: 0% 5.5% !important;
		margin-top: 12%;
		margin-bottom: 3%;
	}

	.inner-page-mt-2 {
		padding: 0% 5.5% !important;
		margin-top: 24%;
		margin-bottom: 3%;
	}

	.search-box #s {
		width: 82% !important;
	}

	.footer-width {
		padding: 0px 12.5% !important;
	}

	.help-process-img-4 img {
		max-width: 100%;
		width: inherit;
		margin: auto;
		display: block;
	}

	.help-process-img-3 img {
		max-width: 100%;
		width: inherit;
		margin: auto;
		display: block;
	}

	.m-auto {
		margin: auto !important;
		display: flex;
		justify-content: center !important;
	}

	a#navbarDropdown {
		color: white;
		font-size: 17px;
		font-weight: 600;
		display: none;
	}

	.navbar-nav {
		display: none !important;
	}

	.dropdown-menu {
		text-align: center !important;
		display: block !important;
		position: inherit !important;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: none !important;
		min-width: 10rem;
		padding: .5rem 0;
		margin: auto !important;
		font-size: 1rem;
		color: #ffffff;
		text-align: center !important;
		list-style: none;
		background-color: #fff0 !important;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: .25rem;
	}

	.dropdown-item {
		text-align: center !important;
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #ffffff !important;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}

	.navbar-collapse {
		margin-top: 0px;
		margin-left: -16px;
		margin-right: -16px;
		text-align: center;
		background: black;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 1rem;
	}

	a.navbar-brand img {
		width: auto;
		height: 40px;
	}

	.navbar-dark .navbar-brand {
		color: #fff;
		float: none;
		width: 100%;
	}

	nav.navbar.navbar-expand-lg {
		background-color: black;
		height: 72px;
	}

	.navbar-dark .navbar-toggler {
		color: rgb(255 255 255);
		border-color: rgb(255 255 255 / 0%) !important;

	}

	.navbar-toggler {
		padding: 0px !important;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: .25rem;
	}
}

button:focus {
	outline: 1px dotted;
	outline: none !important;
}



/******************give now****************************************/


.give-form-title {
	padding: 0;
	margin: 0 0 40px !important;
	/*color: #333;*/
	font-weight: 700;
	text-align: center;
	text-transform: none;
	font-size: 26px;
	font-family: "Open Sans", Arial, sans-serif;
}

.give-now-box p {
	color: #333333 !important;
	font-family: 'Open Sans';
	font-size: 17px;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	color: #7a7a7a !important;
}

.give-form-title {
	color: #333 !important;
	margin-top: 60px !important;
}


/**************************our-team**********************/

.container.content {
	margin-top: 100px;
}

.Our-team-content {
	margin-bottom: 50px;
}

.container.content {
	margin-top: 6%;
	margin-bottom: 3%;
}

section.Our-team h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.our-team-container p {
	font-size: 17px;
	color: #333333;
	line-height: 23px;
	font-family: Open Sans;
}

button.btn.btn-link.collapsed {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #6600cc !important;
}

button.btn.btn-link.collapsed:hover {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #6600cc !important;
	text-decoration: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none;
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #6600cc !important;
}

.our-team-image {
	text-align: center;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title>a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #6600cc !important;
	font-size: 16px !important;
	border: 1px solid #d9d9d9;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: solid 1px #d9d9d9;
	background: #fff;
	padding: 20px;
	margin-top: -6px;
	font-family: 'Open Sans';
	font-size: 17px;
	color: #333333;
}

.collapse {
	display: none;
	visibility: visible !important;
}


/********************top-scroll*************************/

html {
	scroll-behavior: smooth;
}

.scroll {
	color: #fff;
	margin-top: 100px
}

#toTopBtn {
	position: fixed;
	bottom: 153px;
	right: -1px;
	z-index: 98;
	padding: 21px;
	background-color: hsl(0deg 0% 48% / 80%);
	border-radius: 3px;
}

.js .cd-top--fade-out {
	opacity: .5
}

.js .cd-top--is-visible {
	visibility: visible;
	opacity: 1
}

.js .cd-top {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
	position: fixed;
	bottom: 20px;
	bottom: var(--cd-back-to-top-margin);
	right: 20px;
	right: var(--cd-back-to-top-margin);
	display: inline-block;
	height: 40px;
	height: var(--cd-back-to-top-size);
	width: 40px;
	width: var(--cd-back-to-top-size);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
	background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
	background-color: hsla(5, 76%, 62%, .8);
	background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}


/*************************contact us**************************/

.contact_right {
	display: inline-block;
	min-width: 105px;
	margin: 0;
	text-align: right;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

.contact_right p input {
	max-width: 50px;
	padding: 16px;
	font-size: 14px;
}

.contact_right .input[type="checkbox"]+label i,
.contact_right .input[type="radio"]+label i {
	background-color: #ffffff;
	border: none;
}

input.input.et_pb_contact_captcha {
	border: solid 1px #fff0;
}

span.et_pb_contact_captcha_question {
	font-size: 12px;
}

.et_pb_contact_right .et_pb_contact_captcha_question {
	vertical-align: middle;
}

.give-now .form-group {
	margin-bottom: 0px !important;
}

.give input {
	margin-bottom: 0px;
	padding: 16px;
	font-size: 14px;
	font-family: Open Sans;
	color: black;
}

.give-now-box {
	text-align: center;
	padding-top: 0px;
}

textarea#message {
	max-width: 100%;
	border-color: lightgrey;
	padding: 20px 0px 0px 15px;
	border: none !important;
}

input[type="checkbox"] {
	border: none !important;
	outline: none !important;
}

.give-now .col-md-8.padding {
	padding: 0px 70px;
}

p.thank-you {
	font-size: 26px;
}

button.expandd {
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #000000;
	border-radius: 40px !important;
	font-size: 20px;
	padding: 16px 20px;
	font-weight: 300 !important;
	background-image: linear-gradient(259deg, rgba(131, 0, 233, 0.61) 0%, rgba(12, 113, 195, 0.6) 100%) !important;
	background-color: rgba(0, 0, 102, 0.14);
	display: block !important;
	width: fit-content;
	float: right;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

button.expandd {
	font-size: 20px;
	font-weight: 500;
	padding: .5em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
}

button.expandd {
	cursor: pointer;
	position: relative;
	transition: 0.5s;
	margin-top: 15px;
}

button.expandd:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: 8px;
	left: -20px;
	transition: 0.3s;
	font-size: 30px;
}

button.expandd:hover {
	padding-right: 30px;
	padding-left: 15px;
}

button.expandd:hover:after {
	opacity: 1;
	left: 85px;
}

p.thank-you {
	font-size: 22px;
	margin-top: 100px;
}

.footer-social-container {
	padding: 0 !important;
}


















.home-center-text-block {
	padding-bottom: 100px;
}

.home-center-text-block p {
	font-size: 30px;
	color: #cc9900 !important;
	text-align: center;
	padding-bottom: 8px;
	/* font-family: serif; */
	font-family: "Papyrus", fantasy, serif;
	font-weight: bold !important;
	line-height: 30px;
	word-spacing: 8px;
}

@media (max-width: 992px) {
	.home-center-text-block {
		padding-bottom: 0px;
	}

	.navbar .navbar-brand:nth-of-type(2) {
		display: none;
	}


	.help-each-other2 {
		text-align: center;
		margin-left: 0px;
	}


}

#myBtn:hover {
	cursor: pointer;
}

#myBtn {
	height: 70%;
}



/**************************our team*****************************/