@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800');

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

main.container-fluid {
	padding: 0;
}

h1 {
	font-size: 3em;
	margin-bottom: .5em;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	box-shadow: none;
}

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

.no-gutter {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}



.purple-text {
	color: #585476;
}

.orange-text {
	color: #ff8a00;
}

.grey-text {
	color: #7d8a91;
}

.darken-text {
	color: #70676D;
}

.blue-text {
	color: #100084;
}

.lblue-text {
	color: #b1e8ff;
}

.line-section {
	position: relative;
	display: block;
}

.line-center {
	position: absolute;
	height: 1px;
	width: 300%;
	background: #fafafa;
	display: block;
	right: -100%;
	left: -100%;
}

.line-center:before {
	position: absolute;
	content: '';
	height: 8px;
	width: 2%;
	background: transparent;
	top: -4px;
	left: 48.5%;
	border: 3px solid #ff8a00;
}

/**** Nav ****/

#navbar-section {
	padding: 1em 1.2em;
}

#main-nav ul li {
	margin: 0 15px;
}

#main-nav ul li a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
}

#main-nav .nav-link:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: url(../../images/home-img/menu_active.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 30px;
	left: 48%;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}

#main-nav .nav-link.active:after,
#main-nav .nav-link:hover:after {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#main-nav .btn {
	padding: .6em 2em;
	margin: 0 .4em;
}

.navbar-brand img {
	/*max-width: 80%; */
	max-width: 65%;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.navbar {
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

.top-nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	opacity: 1;
	visibility: visible;
}

.is-sticky {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	opacity: 1;
	visibility: visible;
}

.is-sticky .navbar-brand img {
	max-width: 65%;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

/**** Footer ****/

footer {
	background: #04030c;
	padding: 70px 0 0 0;
}

.footer-links {
	padding-inline-start: 0;
}

.footer-links li {
	list-style: none;
	line-height: 1.8em;
}

.footer-links li a {
	color: #fff;
	font-weight: 300;
}

.footer-logo img {
	max-width: 80%;
	margin-top: 8%;
}

.footer-last-col {
	padding-left: 8%;
}

.social-links li {
	list-style: none;
	display: inline-block;
	margin: 0 .3em;
}

.social-links li a {
	color: #fff;
	font-size: 1.3em;
}

.social-links {
	margin-bottom: 0;
	text-align: right;
}

.footer-bottom {
	background: #000000;
	padding: 1em 0;
}

/**** Home ****/
.container-fluid .alternate {
	background: url(https://res.cloudinary.com/dkwon4bkk/image/upload/v1594235532/images/home-img/section_1_bg.png);
}

#top-section {
	/* background: url(../../images/home-img/section_1_bg.png); */
	background-position: center;
	position: relative;
	overflow: hidden;
}

#top-section video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#top-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../../images/home-img/video-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;
}

#top-section .row {
	height: 700px;
	z-index: 2;
	position: relative;
}

#top-section h1 {
	margin-bottom: 100px;
	font-weight: 300;
	font-size: 3em;
	letter-spacing: 1px;
}

.scroll-section {
	position: relative;
	z-index: 2;
	margin-top: -50px;
}

.scroll-arrow {
	margin-top: 40px;
}



#second-section .row {
	margin-top: 100px;
}

#section-three p {
	font-size: 1.3em;
}

#gif-col {
	max-width: 100%;
}

#section-four {
	background: url(../../images/home-img/section_4_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 8%;
	padding: 100px 0;
	overflow: hidden;
}

.impact-col {
	text-align: center;
}

.impact-col img {
	margin-left: 23.5px;
	margin-bottom: -25px;
}

.impact-col p {
	font-size: 1em;
	color: #fff;
}

#section-five .row {
	overflow: hidden;
}

.campaign-list .slick-slide {
	padding: 2em 1.5em;
}

.campaign-col {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 25px 15px rgba(20, 86, 121, .1);
	box-shadow: 0 5px 25px 15px rgba(20, 86, 121, .1);
	border: 1px solid #fff;
	text-align: center;
	color: #585476;
}

.campaign-col .img-container {
	height: 160px;
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
}

.campaign-col .img-container img {
	position: absolute;
	display: block;
	top: 0;
	left: -10%;
	min-width: 120%;
	height: auto;
}

.campaign-col .campaign-text {
	padding: 0em 1em 2em 1em;
}

.campaign-col h5 {
	height: 44px;
	margin: 5% 0;
	font-weight: 300;
	color: #585476;
}

.progress-text {
	text-align: left;
	padding-inline-start: 0;
	margin-bottom: 3px;
}

.progress-text li {
	list-style: none;
	display: inline-block;
	text-align: left;
	padding-inline-start: 0;
}

.current-progress {
	font-weight: 700;
}

.target-progress {
	font-weight: 700;
	float: right;
}

.campaign-text .progress {
	background-color: #fff;
	border: 12px solid #f0eefe;
	height: 40px;
	border-radius: 50em;
}

.campaign-text .progress-bar {
	background: #ff8a00;
	margin: 4px;
	border-radius: 50em 0 0 50em;
}

.slick-dots li button:before {
	font-size: 18px;
	color: #e0ebf7;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ff8a00;
}

#section-five {
	margin: 8vh 0;
}

#section-six {
	background: url(../../images/home-img/newsletter_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.section-six-row {
	padding: 60px 0;
}

.subscription-form {
	padding-right: 3em;
}

.subscription-form input.form-control {
	border-radius: 50em 0 0 50em;
	padding: 1.6em;
	border: 1px solid #fff;
	font-size: 18px;
}

.subscription-form .input-group-append {
	min-width: 20%;
}

.subscription-form .btn {
	padding: 0 3em;
	font-size: 18px;
}

#section-seven {
	overflow: hidden;
	margin-top: 8%;
}

.testimonial-col {
	text-align: center;
}

.testimonial-img-wrap {
	position: relative;
	height: 240px;
	overflow: hidden;
	display: block;
	width: 100%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 5px 25px 15px rgba(20, 86, 121, .1);
	box-shadow: 0 5px 25px 15px rgba(20, 86, 121, .1);
}

.testimonial-img-wrap img {
	position: absolute;
	left: -5%;
	top: -2px;
	min-width: 110%;
	height: auto;
	display: block;
}

.play-button {
	height: 80px;
	width: 80px;
	background: url(../../images/home-img/play-btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	top: 36%;
	left: 42%;
	z-index: 999;
	opacity: .8;
}

.testimonial-col:hover .play-button {
	opacity: 1;
}

.testimonial-col h5 {
	font-weight: 700;
	letter-spacing: .5px;
	color: #100084;
	margin-top: 2em;
}

.testimonial-col p {
	font-weight: 300;
	max-width: 80%;
	margin: 0 auto;
}

.testimonial-list .slick-slide {
	padding: 2em 4em;
}

#section-eight {
	background: url(../../images/home-img/donate_bg.png);
	background-size: cover;
	padding: 60px 0;
	margin-top: 5%;
}

#section-eight .row {
	overflow: hidden;
}

.donate-tabs {
	max-width: 70%;
	margin-left: 10%;
	border-radius: 50px;
	overflow: hidden;
	background: #fff;
}

.donate-tabs .nav {
	background: #140869;
}

.donate-tabs .nav-item a {
	color: #fff;
	padding: 1.2em 2em;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
}

.donate-tabs .nav-item a.active {
	border-bottom: 8px solid #ff8a00;
}

.donate-tabs .tab-pane {
	min-height: 358px;
	padding: 2em 3em 2.5em 3em;
	text-align: center;
}

.donate-tabs .tab-pane h5 {
	margin-top: 15px;
	margin-bottom: 30px;
}

.donate-tabs .input-group-append span {
	background: #fff;
	border: none;
	color: #140869;
	font-size: 1em !important;
}

.donate-tabs .input-group-prepend span {
	background: #fff;
	border: none;
	color: #140869;
	font-size: 1.6em !important;
}

.donate-tabs .form-control {
	border: none;
	color: #140869;
}

.donate-tabs .input-group {
	border: 1px solid #ebeef0;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .05);
}

.donate-tabs .btn {
	display: block;
	font-weight: 700;
}

.donate-tabs .btn-arrow-white:after {
	top: 16px;
	right: 20%;
	height: 15px;
	width: 15px;
	background-size: contain;
}

#section-nine {
	margin: 5% 0;
	padding: 50px 0;
}

#section-nine .row {
	overflow: hidden;
}

.featured-imgs {
	margin-top: 8%;
}

.featured-logo img {
	max-height: 95px;
}

/* Text Rotation */

.word {
	position: absolute;
	width: auto;
	opacity: 0;
	display: block;
	font-weight: 700;
}

.letter {
	display: inline-block;
	position: relative;
	float: left;
	transform: translateZ(25px);
	transform-origin: 50% 50% 25px;
}

.letter.out {
	transform: rotateX(90deg);
	transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
	transform: rotateX(-90deg);
}

.letter.in {
	transform: rotateX(0deg);
	transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Off canvas Menu */

@media (max-width: 991px) {
	#navbar-section {
		background-color: rgba(0, 0, 0, 0.5);
		max-height: 96px;
	}

	#main-nav .form-inline {
		display: inline-grid;
		clear: both;
		margin: auto;
	}

	#main-nav .btn {
		margin: .5rem 0;
	}

	#main-nav .nav-link:after {
		display: none !important;
	}

	.offcanvas-collapse {
		position: fixed;
		top: 96px;
		/* Height of navbar */
		bottom: 0;
		left: 0;
		width: 105%;
		padding-top: 10rem;
		padding-right: 1rem;
		padding-left: 2rem;
		overflow-y: auto;
		background-color: rgba(0, 0, 0, 0.5);
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.offcanvas-collapse.open {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
		/* Account for horizontal padding on navbar */
	}
}

/* Nav animation */

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
	h1 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 1.8rem;
	}

	.btn-lg {
		font-size: 15px;
	}

	.btn-arrow-white:after,
	.btn-arrow-orange:after {
		width: 12px;
		height: 12px;
		background-size: contain;
		top: 20px;
	}

	#second-section {
		margin: 15vh 0;
	}

	#second-section .btn {
		margin-bottom: 1rem;
	}

	#section-three .text-right {
		text-align: center !important;
	}

	#section-four {
		background-size: cover;
	}

	#section-five {
		margin-top: 10vh;
	}

	#section-six .text-right {
		text-align: center !important;
	}

	.testimonial-img-wrap {
		height: 200px;
	}

	.testimonial-img-wrap img {
		left: -20%;
		min-width: 140%;
	}

	.subscription-form .btn {
		padding: 0 1em;
		font-size: 12px;
	}

	.subscription-form input.form-control {
		font-size: 12px;
	}

	.subscription-form {
		padding-right: 0;
	}

	.line-center:before {
		position: absolute;
		content: '';
		height: 10px;
		width: 10%;
		background: transparent;
		top: -12px;
		left: 44.5%;
		border: 4px solid #ff8a00;
		z-index: 1;
	}

	#section-eight .text-right {
		text-align: center !important;
	}

	.donate-tabs {
		max-width: 100%;
		margin-left: 0;
	}

	.donate-tabs .nav-item a {
		padding: 1.2em 1em;
		font-size: 1em;
	}

	.testimonial-list .slick-slide {
		padding: 2em 2em;
	}

	.play-button {
		height: 35px;
		width: 35px;
	}

	.featured-imgs {
		margin-top: 12vh;
	}

	.featured-logo img {
		margin-bottom: 3rem;
		max-width: 200px;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-last-col {
		padding-left: 15px;
	}

	.social-links {
		text-align: center;
		padding-inline-start: 0;
	}
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}