*{
	padding: 0px;
	margin: 0px;
}
html,body{
	max-width: 100%;
	overflow-x: hidden;
}
a, a:hover{
	text-decoration: none !important;
}
.techno-green-text{
	color: #18a854 !important;
}
.techno-green-background{
	background-color: #18a854 !important;
}
/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */
.theme-default-color{
	background-color: #18a854 !important;
}
body{
    font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	/*background-image: url('../images/pat-back.svg');*/
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 47px;
	width: auto;
	display: block;
  filter: brightness(100%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #ffffff !important;
	font-weight: 600;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #222 !important;
}
.nav-item.active .nav-link{
	color: #ffffff !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #222;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}

h2.partnerships-heading{
	font-size: 42px;
	line-height: 1.5;
	font-weight: 700;
	color: #25a758;
}


p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}


body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -19px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	div.legacy-circle-images{
		width: 90vw;
		height: 90vw;
	}
	div#legacy-image-2{
		width: 70vw;
		height: 70vw;
	}
	p.legacy-footer-para{
		width: 100% !important;
		position: relative !important;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
.dropdown-sub-menu .dropdown-item:hover{
	background-color: #b5b3b3;
	color:white;
}
a.btn-custom-css{
	border-radius: 40px;
	color: white;
	font-weight: 600;
}

a.btn-custom-css:hover {color: #222;
}


a.btn-custom-css:after {
}


/*
.nav-item:hover .nav-link{
	color: 222 !important;
}
.nav-item.active .nav-link{
	color: #ffffff !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #222;
	opacity: 0;
    transition: all 200ms linear;
}
*/


.circle-box{
	border-radius: 50%;
	min-width: 250px; 
	min-height: 250px;
	max-width: 250px; 
	max-height: 250px;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 900;
	color: white;
}
.circle-box-big{
	border-radius: 50%;
	min-width: 320px; 
	min-height: 320px;
	max-width: 250px; 
	max-height: 250px;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 900;
	color: white;
}

.circle-box-big cite {padding-top:10px; font-weight:400; }


.amount-circle{
	width:100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: #18a854;
	border-radius: 50%;
	left: -30px;
    bottom: 0px;
	color: white;
	font-weight: 900;
	font-size: 2rem;

}




@media only screen and (min-width: 991px){
	div#circle-box-1{
		/*margin-left: -23px;*/
	}
	div#parent-circle-box-1{
		overflow: hidden;
	}
}
.circle-box-image{
	height: 450px;
	width: 450px;
	border-radius: 50%;
	background: url('../images/child.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.circle-box-footer-image{
	height: 450px;
	width: 450px;
	border-radius: 50%;
	margin-right: 40px;
	background: url('../images/footer-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.section1-text{
	/*color: #18a854;*/
	color: #222;
	font-size: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	  margin: 10px 0px 15px 0px;
}

a.text-success {color:#18a854 !important; text-decoration: underline!important;}


.footer-section-text{
	/*color: #18a854;*/
	color: #222
	font-size: 24px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.circle-box-3{
	height: 450px;
	width: 450px;
	border-radius: 50%;
	margin: 5px;
	background: url('../images/child2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.circle-box-4{
	height: 450px;
	width: 450px;
	border-radius: 50%;
	margin: 5px;
	background: #18a854;
	
	font-size: 46px;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	color: white;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: 0.2s linear;
}
.circle-box-4:hover{
	color:white;
	background: #fec02f;
}
.donation-going{
	width: 250px;
    height: 250px;
    margin: 10px;
    border-radius: 50%;
}
.donation-help{
	width: 200px;
    height: 200px;
    margin: 10px;
    border-radius: 50%;
    position: relative;
}
#don-pic1{
	background: url('../images/syria.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#don-pic2{
	background: url('../images/iraq.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#don-pic3{
	background: url('../images/yeman.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#don-pic4{
	background: url('../images/southsudan.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#don-help-pic1{
	background: url('../images/help-pic1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#don-help-pic2{
	background: url('../images/help-pic2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#don-help-pic3{
	background: url('../images/help-pic3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#ways-pic1{
	background: url('../images/ways-pic1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#ways-pic2{
	background: url('../images/ways-pic2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#ways-pic3{
	background: url('../images/ways-pic3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#ways-pic4{
	background: url('../images/ways-pic4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.legacy-page-background{
	background: url('../images/legacy-page-background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.partnerships-page-background{
	background: url('../images/corporate-partnerships-background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.partnerships-box-1{
    position: absolute !important;
    right: 30px;
    bottom: 30px;
    max-width: 1230px;
    box-sizing: border-box;
    padding: 44px 60px 40px;
}
.partnerships-box-1 h1{
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 60px;
	letter-spacing: -1px;
}
.partnerships-box-1 p{
	margin: 0px;
	padding: 0px;
	color: white;
	line-height: 1.5;
	font-size: 28px;
}
.partnerships-box-2{
    box-sizing: border-box;
    padding: 5px 15px 20px;
    margin-left: auto;
    margin-right: 0px; 
}

.partnerships-box-3{
	box-sizing: border-box;
    padding: 20px 10px 20px;
    margin-left: auto;
    margin-right: 0px;
    border-radius: 30px;
}

.partnerships-box-3 h1{ 	
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 46px;
	letter-spacing: -2px; }


.text-block-padding {padding: 30px;}


.legacy-box-3{
	box-sizing: border-box;
    padding: 20px 15px 20px;
    margin-left: auto;
    margin-right: 0px;
}

.legacy-box-4{
	width: 110%;
	box-sizing: border-box;
    padding: 24px 15px 20px;
    margin-left: auto;
    margin-right: 0px;
}
.partnerships-box-2 h1, .legacy-box-3 h1{
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 57px;
	letter-spacing: -1px;
}
.legacy-box-4 h1{
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 51px;
	letter-spacing: -2px;
}
.legacy-box-2 p, .legacy-box-3 p{
	margin: 0px;
	padding: 0px;
	color: white;
	line-height: 28px;
	font-size: 22px;
}
.legacy-circle-images{
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
}

#partnerships-image-1{
	background: url('../images/partnerships-image-1.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#partnerships-image-2{
	background: url('../images/partnerships-image-2.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#partnerships-image-3{
	background: url('../images/partnerships-image-3.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


#legacy-image-1{
	background: url('../images/legacy-image-1.jpg');
	background-size: 168%;
	background-position: center;
	background-repeat: no-repeat;
}
#legacy-image-2{
	background: url('../images/legacy-image-2.jpg');
	background-size: 168%;
	background-position: center;
	background-repeat: no-repeat;
}
#legacy-image-3{
	background: url('../images/legacy-image-3.jpg');
	background-size: 168%;
	background-position: center;
	background-repeat: no-repeat;
}
#legacy-image-10{
	background: url('../images/legacy-footer.jpg');
	background-size: 184%;
	background-position: center;
	background-repeat: no-repeat;
}
.legacy-text-para{
	line-height: 1.4;
    font-size: 22px;
    text-transform: none;
    color: #000000;
}
.supporter-image{
	height: 100%;
	background: url('../images/supporter1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.supporter-review{
	background: url('../images/block-quotas.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 59px;
	line-height: 1.4;
    font-size: 33px;
    font-weight: 400;
    text-transform: none;
    color: #000000;
     max-width: 600px;
}
/**************************Animation**********************************/
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element.slide-left.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-left.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .rating{}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}



/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	div.donation-going{
		width: 150px;
    height: 150px;
	}
	div.donation-help{
		width: 150px;
    	height: 150px;
	}
	div.donation-help div.amount-circle{
		width: 70px;
    	height: 70px;
	}
	div#donation-help-box{
		padding-right: 30px;
		justify-content: flex-end !important;
	}
	div.circle-box-3{
		height: 280px;
    	width: 280px;
	}
	a.circle-box-4{
		font-size: 25px;
		height: 280px;
    	width: 280px;
	}
}
@media only screen and (max-width: 500px){
	div.circle-box-footer-image,div.circle-box-3,div.circle-box-image{
		height: 280px;
    	width: 280px;
	}
	a.circle-box-4{
		font-size: 25px;
		height: 280px;
    	width: 280px;
	}

	.partnerships-box-1{
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    max-width: 430px;
    box-sizing: border-box;
    padding: 34px 50px 30px;
}
	.partnerships-box-1 h1{
font-size: 36px;
}
}



/* Shopping Donation page */

.shopping-box {
    display:block; 
    clear:both; 
    vertical-align: middle;
}

.shopping-box p{
    text-align: left;
    padding-top: 20px;
}

   /* .shopping-box .challenge-box {margin: 0px 50px 80px 0px;}*/


.circle-shopping-box-image{
    height: 320px;
    width: 320px;
    border-radius: 50%;
    background: url('../images/shop-bags.jpg');
    background-size: 124% 101%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.shopping-inside-box{
	height: 300px;
    width: 300px;
    background: #18a854;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    font-weight: 900;
    border-radius: 50%;
    position: absolute;
    right: -176px;
    top: -190px;
}
.challenge-box{
    background-color: #18a854;
    margin-top: 10px;
    width: 180px;
    height: 180px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
}

@media only screen and (max-width: 560px){
    div.circle-shopping-box-image {
        width: 220px;
        height: 220px;
    }
    
}
@media only screen and (max-width: 1300px) and (min-width: 992px){
    div.shopping-inside-box{
           height: 300px;
            width: 300px;
            right: -128px;
            top: -198px;
            font-size: 2.3rem;
    }


}

@media only screen and (max-width: 1200px) and (min-width: 991px){
    div.circle-shopping-box-image{
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width: 991px){
div.shopping-inside-box{
        height: 160px;
        width: 160px;	
        right: -77px;
        top: -81px;
        font-size: 1.5rem;
    }

/* @media only screen and (max-width: 2450px) and (min-width: 1450px){    
    	.shopping-box .challenge-box {margin: 20px 50px 80px 0px;
 } */

   /* @media only screen and (max-width: 2449px) and (min-width: 992px){    
    	.shopping-box.challenge-box {margin: 20px 50px 180px 0px;
 } */


}

.shopping-box .challenge-box {margin: 20px 50px 90px 0px;}

    	/*.shopping-box .challenge-box {margin: 20px 50px 80px 0px;}*/


/* Challenge page */

.challenge-page-background {
	background: url('../images/challenge-hero.jpg');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 120vh;
}	
/*.challenge-page-background-2{
	background: url('../images/challenge-hero.jpg');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
}*/
.challenge-box-1{
    position: absolute !important;
    left: 0px;
    bottom: 20px;
    max-width: 630px;
    box-sizing: border-box;
    padding: 50px 30px;
}
.challenge-box-1 h1{
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 80px;
	letter-spacing: -2px;
}
.challange-box-2{
	box-sizing: border-box;
    padding: 20px 15px;
    max-width: max-content;
    margin-left: auto;
    margin-right: 10px;
}
.challange-box-2 h1{
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 57px;
	letter-spacing: -2px;
}
.challange-box-left{
	box-sizing: border-box;
    padding: 40px 25px;
    max-width: max-content;
}
.challange-box-left h1{
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: 900;
	font-size: 57px;
	letter-spacing: -2px;
}
.texchno-challange-circle{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	position: relative;
}
.techno-challange-inner-circle{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	bottom: -20px;
	left: -20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
#c-bg-img-1{
	background: url('../images/c-bg-img-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#c-bg-img-2{
	background: url('../images/c-bg-img-2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#c-bg-img-3{
	background: url('../images/c-bg-img-3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#c-bg-img-4{
	background: url('../images/c-bg-img-4.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#c-bg-img-5{
	background: url('../images/c-bg-img-5.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#c-bg-img-6{
	background: url('../images/c-bg-img-6.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.chalenge-text-info{
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	font-weight: 500;
}
.chalenge-text-info a{
	color: black !important;
	text-decoration: underline !important;
}
