body {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	color: #4e4e4e;
}

h1, h2, h3, h4, h5, h6 {
	cursor: default;
	color: #4e4e4e;
}

p {
	cursor: default;
}

a {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.text-muted {
	color: #fff;
}

div.mobile-menu div.logo-wrap img {
	height: 75px;
	margin: 10px 0px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

section#contact {
	display: none;
	background-color: #4475d4;
}

nav.navbar-default {
	z-index: 1001;
	background-color: transparent;
	width: 100%;
	position: relative;
}

ul#menu-primary {
	position: relative;
	left: 48%;
	transform: translate(-50%, 0);
	padding: 30px 0px;
}

nav.navbar-default ul.nav a {
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
	transition: all .5s ease;
	font-weight: bold;
	font-family: "Satisfy", sans-serif;
}

nav.navbar-default ul.nav a:hover, nav.navbar-default ul.nav a:focus {
	background-color: transparent;
	color: #cf7a17;
}

nav.navbar-default div.logo-wrap {
	width: 175px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}

nav.navbar-default div.logo-wrap img {
	height: 155px;
	width: auto;
	background-color: #fff;
	padding: 5px 15px;
	border-radius: 30%;
}

ul#menu-primary li:nth-child(4) {
	margin-right: 175px;
}

@media only screen and (max-width: 1362px) {
	ul#menu-primary {
		left: 50%;
		position: absolute;
		bottom: 0%;
		width: 70%;
	}
	
	ul#menu-primary li:nth-child(4) {
		margin: 0px;
	}
	
	div.logo-wrap {
		position: relative !important;
		width: 75px;
		margin: 0 auto;
		margin-bottom: 77px;
	}
	
	nav.navbar-default ul.nav a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1220px) {
	ul#menu-primary {
		width: 72%;
	}
}

@media only screen and (max-width: 1050px) {
	ul#menu-primary {
		width: 90%;
	}
}

nav.navbar-default ul.dropdown-menu {
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	border: none;
	z-index: 1001;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
	padding: 15px 0;
	text-align: center;
	min-width: 175px;
	border-bottom: 1px solid #ccc;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
	border-bottom: none;
}

section#about-section {
	margin: 30px 0px;
}

@media only screen and (max-width: 767px) {
	section#about-section {
		font-size: 13px;
	}
}

div.home-banner {
	text-align: center;
}

section#about-section div.home-banner {
	text-align: center;
}

.home_video {
	max-width: 100%;
	height: 65vh;
	overflow: hidden;
}

.home_video video {
	position: relative;
	left: 50%;
	transform: translate(-50%, -18%);
}

section#event-section {
	margin: 30px 0px;
}

div.event-image {
	position: relative;
}

div.event-status {
	position: absolute;
	top: 1px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
	div.event-item {
		margin-bottom: 15px;
	}
}

div.date-posted {
	position: absolute;
	bottom: 10px;
	background-color: #ffc500;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	left: 27px;
	width: 25%;
	text-align: center;
}

div.event-title {
	position: absolute;
	bottom: 16px;
	right: 75px;
	color: #fff;
	font-size: 20px;
	width: 46%;
	font-family: "Montserrat", sans-serif;
}

section#statement-section {
	background-color: rgba(0, 0, 0, .1);
	padding: 30px 0px;
}

@media only screen and (max-width: 767px) {
	section#statement-section div.statement-header-text {
		font-size: 13px;
	}
}

div.statement-icon {
	display: inline-block;
}

div.statement-icon img {
	height: 40px;
}

div.statement-header {
	display: inline-block;
}

section#latest-blogs {
	margin-bottom: 30px;
}

section#about-header {
	margin-top: 30px;
	text-align: center;
}

section#about-boxes {
	margin-bottom: 30px;
}

section#videos {
	margin: 30px 0px;
	text-align: center;
}

section#donations {
	margin: 30px 0px;
}

section#sp-container {
	margin: 30px 0px;
}

footer#main-footer {
	background-color: #303030;
}

footer#main-footer p {
	margin: 0;
}

footer#main-footer div.copyright {
	padding: 10px 0;
}

footer#main-footer div.copyright p.powered-by {
	float: right;
}

footer#main-footer div.copyright p.powered-by a {
	color: #fff;
	text-decoration: underline;
}

footer#main-footer div.social-media {
	padding: 15px 0;
	text-align: center;
}

footer#main-footer div.social-media a {
	background-color: transparent;
	color: #fefefe;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 18px;
}

footer#main-footer div.social-media a:last-of-type {
	margin-right: 0;
}

@media screen and ( max-width: 767px ) {
	footer#main-footer div.copyright p {
		float: none !important;
		text-align: center;
		margin-bottom: 7px;
	}
	
	footer#main-footer div.copyright p:last-of-type {
		margin-bottom: 0;
	}
}

footer#main-footer div.social-media a.facebook {
	background-color: #3b5998;
}

footer#main-footer div.social-media a.twitter {
	background-color: #1da1f2;
}

footer#main-footer div.social-media a.instagram {
	background: -webkit-gradient(linear, 333 0, 0 337, from(#8043af), color-stop(.029, #8442aa), color-stop(.029, #8740a9), color-stop(.042, #8842a8), color-stop(.059, #8d3fa7), color-stop(.067, #8d41a4), color-stop(.164, #9d3d9c), color-stop(.164, #9f3c9a), color-stop(.202, #a63b96), color-stop(.202, #a73a97), color-stop(.23, #a83b96), color-stop(.23, #aa3a92), color-stop(.253, #ac3990), color-stop(.312, #b63a8b), color-stop(.35, #b93a88), color-stop(.35, #bb3986), color-stop(.374, #bc3986), color-stop(.374, #be3884), color-stop(.397, #c03a83), color-stop(.403, #c13c83), color-stop(.412, #c4397f), color-stop(.443, #c63b7a), color-stop(.469, #ca3d75), color-stop(.475, #cb3c75), color-stop(.494, #ca3e74), color-stop(.494, #cc3d74), color-stop(.503, #ce3e75), color-stop(.503, #cf3d74), color-stop(.591, #d84466), color-stop(.591, #d94367), color-stop(.904, #ef6744), color-stop(.951, #f26a43), color-stop(.951, #f26c42), color-stop(.978, #f3703f), color-stop(.978, #f46f40), color-stop(.997, #f57041), color-stop(.997, #f47141), to(#f47141));
	background: -webkit-linear-gradient(225.34206029135854deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
	background: -moz-linear-gradient(225.34206029135854deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
	background: -o-linear-gradient(225.34206029135854deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
	background: linear-gradient(224.65793970864146deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
}

div.phone-number, div.email, div.address, h3.footer-header {
	color: #fff !important;
}

div.information-image, div.information-text {
	display: inline-block;
}

div.information-image img {
	height: 160px;
	background-color: rgba(255, 255, 255, .6);
}

div.information {
	margin-top: 20px;
	color: #fff;
}

div.popular-pages {
	color: #fff;
}

a.tag-link-7.tag-link-position-2, a.tag-link-39.tag-link-position-1, a.tag-link-40.tag-link-position-3, a.tag-link-5.tag-link-position-4, a.tag-link-9.tag-link-position-5, a.tag-link-13.tag-link-position-6, a.tag-link-41.tag-link-position-7, a.tag-link-11.tag-link-position-8 {
	border: 1.5px solid #a8a8a8;
	padding: 5px;
	background-color: #303030;
	border-radius: 3px;
	color: #fff;
	margin: 6px;
	text-align: center;
}

@media only screen and ( max-width: 767px) {
	a.tag-link-7.tag-link-position-2, a.tag-link-39.tag-link-position-1, a.tag-link-40.tag-link-position-3, a.tag-link-5.tag-link-position-4, a.tag-link-9.tag-link-position-5, a.tag-link-13.tag-link-position-6, a.tag-link-41.tag-link-position-7, a.tag-link-11.tag-link-position-8 {
		margin-right: 10px;
	}
}

.event-location {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #303030;
	font-size: 19px;
	font-weight: bold;
	opacity: .9;
	font-family: "Montserrat", sans-serif;
}

section#contact-page {
	margin-bottom: 50px;
	margin-top: 50px;
}

section#contact-page h3 {
	text-align: center;
	color: #fff;
}

div.button {
	text-align: center;
	margin-bottom: 10px;
	width: 49%;
}

@media only screen and (max-width: 767px) {
	div.button {
		width: 49%;
		display: inline-block;
		text-align: left;
	}
}

div.mobile-menu {
	background-color: #fff !important;
}

section#gallery-section {
	margin: 30px 0px;
}

section#gallery-section img {
	min-height: 250px;
	max-height: 250px;
}

section#content-wrap {
	margin: 30px 0px;
}

.page-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

div.events-view-all {
	text-align: center;
	margin-top: 30px;
}

div.events-view-all a {
	background-color: #ffc500;
	color: #000;
	border: 2px solid #ffc500;
	border-radius: 3px;
	padding: 10px 25px;
	transition: .3s ease-in-out;
}

div.events-view-all a:hover {
	background-color: #fff;
	color: #000;
}

.contact-infomation .phone-number a {
	color: #fff;
}

.contact-infomation .phone-number a:hover {
	color: #fff;
	text-decoration: underline;
}

.home-heading a {
	word-break: break-all;
}

.footer-register {
	color: #fff;
}

.footer-register-div {
	padding: 15px 0;
	text-align: center;
}