@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoblack';
	src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
		url('../fonts/lato-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
		url('../fonts/lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
		url('../fonts/lato-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
		url('../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'asapbold';
	src: url('../fonts/asap-bold-webfont.woff2') format('woff2'),
		url('../fonts/asap-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'asapmedium';
	src: url('../fonts/asap-medium-webfont.woff2') format('woff2'),
		url('../fonts/asap-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'latoregular';
	font-size: 18px;
	color: #474646;
	/* background-color: #737373; */
}

.footer-section {
	background-color: #737373;
}

ul {
	margin: 0;
	padding: 0px;
}

a:focus {
	outline: none;
}

.top-bar {
	background-color: #737373;
	padding: 35px 0;
}

/*.mob-top-bar{
	display: none;
	max-height: 0;
}*/
.mobile-navbar .navbar-toggler {
	line-height: 1.5;
	color: #fff;
	border: 1px solid #fff;
}

.media-container {
	display: inline-block;
	margin-right: 10px;
}

.top-contact h5 {
	margin-bottom: 0;
}

.top-contact h5 a {
	font-family: 'latobold';
	font-size: 15px;
	color: #fff;
	line-height: 23px;
	margin-bottom: 0;
}

.top-contact h5 a:hover {
	color: #58a5ff;
	text-decoration: none;
}

.top-contact a {
	font-family: 'latoregular';
	font-size: 15px;
	color: #bebebe;
	;
	line-height: 23px;
	word-break: break-all;
}

.top-contact a:hover {
	color: #fff;
	text-decoration: none;
}

.social-icon {
	display: inline-block;
}

.social-icon ul {
	margin-bottom: 0;
}

.social-icon .list-inline-item {
	margin-right: 6px;
}

.social-icon .list-inline-item:last-child {
	margin-right: 0;
}

.social-icon .list-inline-item a {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #373737;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.social-icon .list-inline-item a:hover {
	color: #58a5ff;
}

.custom-navbar {
	padding: 0;
	background-color: #373737;
	position: relative;
	z-index: 9;
}

.dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	padding: 0;
}

.dropdown-menu .dropdown-toggle::after {
	vertical-align: middle;
	border-left: 4px solid;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
	left: 100%;
	top: 0%;
	margin: 0 20px;
	border-width: 0;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
	background: #373737;
	color: #373737;
}

.dropdown-menu>li.show>a {
	color: #373737;
}

.custom-navbar {
	font-family: 'asapmedium';
	font-size: 16px;
	color: #373737;
	line-height: 25px;
	position: relative;
}

.custom-navbar:before {
	content: '';
	position: absolute;
	top: 0;
	right: 98%;
	height: 100%;
	width: 500%;
	background-color: #373737;
}

.custom-navbar .navbar-nav .nav-item .nav-link {
	font-family: 'asapmedium';
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding: 23px 15px;
}

.custom-navbar .navbar-nav .nav-item .nav-link:hover {
	color: #58a5ff;
}

.custom-navbar .navbar-nav .current-menu-item .nav-link {
	color: #58a5ff;
}

.custom-navbar .nav-donate-btn {
	background-color: #58a5ff;
	color: #fff;
	font-family: 'asapbold';
	font-size: 14px;
	padding: 26px 53px;
	text-transform: uppercase;
}

.custom-navbar .dropdown-toggle::after {
	display: none;
}

.top-bar {
	max-height: 1000px;
	transition: max-height 1s linear, padding 1s linear;
	transition-delay: 0;
	overflow: hidden;
}

.top-bar.mob-top-bar {
	/*display: none;*/
	overflow: hidden;
	max-height: 0;
	padding: 0 !important;
}

.fixed .fixed-bar-logo {
	display: inline-block !important;
	max-width: 500px;
	margin: 0 25px;
}

.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	width: 100%;
	z-index: 1111;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0px);
	}
}

.mobile-navbar {
	font-family: 'asapmedium';
	font-size: 16px;
	color: #fff;
	background-color: #373737;
	line-height: 25px;
	position: relative;
}

.mobile-navbar .dropdown-menu {
	border: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
	display: block;
	background-color: #ececec;
}

.mobile-navbar .dropdown-menu.show {
	max-height: 1000px;
}

/*.mobile-dropdown-toogle-button[aria-expanded=false]{
	transform: rotate(0deg);
	transition: transform 0.5s ease-in-out;
}
.mobile-dropdown-toogle-button[aria-expanded=true]{
	transform: rotate(45deg);
	transition: transform 0.5s ease-in-out;
}*/
.mobile-navbar .navbar-nav .nav-item .nav-link {
	font-family: 'asapmedium';
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding: 12px 15px;
}

.mobile-navbar .nav-donate-btn {
	background-color: #58a5ff;
	color: #fff;
	font-family: 'asapbold';
	font-size: 14px;
	padding: 26px 53px;
	text-transform: uppercase;
	display: inline-block;
}

.mobile-navbar .nav-link,
.mobile-navbar .dropdown-item {
	display: inline-block;
	width: auto;
}

.mobile-navbar .mobile-dropdown-toogle-button {
	display: inline-block;
	float: right;
	/*border-left: 1px solid #000; */
	padding: 8px 16px;
}

.mobile-navbar .mobile-dropdown-toogle-button:after {
	display: none;
}



.home-banner-section {
	margin-top: -35px;
}

.home-main-banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 750px;
}

.home-main-banner:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(55, 55, 55, 0.68);
}

.home-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 58%;
	z-index: 2;
	max-width: 785px;
}

.home-banner-content h2 {
	font-family: 'asapbold';
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
}

.home-banner-content h2:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 12px auto;
	background-image: url('../images/dots.png');
	width: 50px;
	/*border-bottom: 6px dotted #58a5ff;*/
	background-position: 10% 50%;
	height: 20px;
	background-repeat: no-repeat;
}

.home-banner-content p {
	font-family: 'latoregular';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 35px;
}

.home-banner-content a {
	display: inline-block;
	font-family: 'asapbold';
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	background-color: #FF883E;
	padding: 17px 55px;
	border-radius: 10px;
	text-transform: uppercase;
}

.quat-block-section {
	background-color: #00b749;
	padding: 42px 0;
}

.home-banner-quat {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.home-banner-quat h4 {
	font-family: 'asapbold';
	font-size: 24px;
	line-height: 31px;
	color: #fff;
	padding-left: 65px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.home-banner-quat:before {
	content: url('../images/subscribe.png');
	position: absolute;
	top: 15px;
	left: 70px;
	transform: translate(-50%, -50%);
	width: 98px;
	height: 77px;
}

.about-company {
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 120px 0px;
}

.about-company .about-inner {
	padding: 0px 40px;
}

.about-company h4 {
	font-family: 'asapbold';
	font-size: 32px;
	line-height: 31px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.about-company h4:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 13px auto;
	background-image: url(../images/our-dots.png);
	width: 50px;
	background-position: 10% 50%;
	height: 20px;
	background-repeat: no-repeat;
}

.about-company p {
	font-family: 'latoregular';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
}

.about-company a {
	display: inline-block;
	font-family: 'asapbold';
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	background-color: #FF883E;
	padding: 13px 38px;
	text-transform: uppercase;
	margin-top: 35px;
	border-radius: 10px;
}

.progress-section {
	padding: 50px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.progress-section p {
	font-family: 'latoregular';
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 0px;
}

.progress-list ul li {
	list-style: none;
	display: inline-block;
	width: calc(32% - 7px);
	/*padding: 0px 5px;*/
	text-align: center;

}

.progress-list ul li span {
	font-family: 'asapbold';
	font-size: 35px;
	line-height: 45px;
	color: #3e89ff;
}

.progress-list ul li p {
	font-family: 'latoblack';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 6px;
}

.news-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 380px;
	position: relative;
}

.news-section .container,
.news-section .row {
	height: 100%;
}

.news-section:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(55, 55, 55, 0.5);
}

.news-content {
	max-width: 58%;
	margin: 0 auto;
	z-index: 999;
	position: relative;
}

.news-section h2 {
	font-family: 'asapbold';
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
}

.news-section h2:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 10px auto;
	background-image: url('../images/our-dots.png');
	width: 50px;
	background-position: 10% 50%;
	height: 20px;
	background-repeat: no-repeat;
}

.news-section p {
	font-family: 'latoregular';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 35px;
}

.news-listing-sect {
	background: #737373;
	margin-top: -100px;
	padding-bottom: 50px;
}

.news-listing-inner {
	background: #373737;
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 50, 92, 0.16);
	border-radius: 5px;
	/* 	height: 420px; */
}

.news-listing-sect .owl-stage-outer {
	padding: 50px 0px 20px 0px;
}

.news-listing-inner .news-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 220px;
	margin-top: -50px;
	border-radius: 5px;
	border: 3px solid #373737;
}

.news-details {
	margin-top: 20px;
	text-align: center;
}

.news-details h3 {
	margin-bottom: 0px;
	font-family: 'asapbold';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	min-height: 50px;
}

.news-details ul li {
	display: inline-block;
	font-family: 'asapbold';
	font-size: 12px;
	line-height: 14px;
	color: #00b749;
}

.news-details p {
	margin-top: 10px;
	font-family: 'latoregular';
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.news-details a {
	font-family: 'asapbold';
	font-size: 12px;
	line-height: 28px;
	color: #00b749;
	text-transform: uppercase;
}

.news-details a:hover {
	color: #fff;
	text-decoration: none;
}

#news-slider .owl-dots {
	text-align: center;
	margin-top: 30px;
}

#news-slider .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0px 7px;
	border-radius: 50%;
	background-color: #dbdbdb;
}

#news-slider .owl-dots .owl-dot.active {
	background: #58a5ff;
}

.get-in-touch {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 340px;
	padding-top: 50px;
	background-position: center;
}

.get-in-touch::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.get-involved {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 200px !important;
	padding-top: 50px;
}

/*.get-in-touch::after{
	background-color: rgba(87, 165, 255, 0.7);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}*/
.get-in-touch h2 {
	font-family: 'asapbold';
	font-size: 39px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
}

.get-in-touch h2:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 10px auto;
	background-image: url('../images/white-dots.png');
	width: 50px;
	background-position: 10% 50%;
	height: 20px;
	background-repeat: no-repeat;
}

.get-in-touch p {
	font-family: 'latoregular';
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.map-section {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.map-pins {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}

.footer-section {
	display: inline-block;
	width: 100%;
	padding: 20px 0px;
}

.footer-section p {
	font-family: 'latoregular';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.footer-section p a {
	font-family: 'latoregular';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.footer-section p a:hover {
	color: #58a5ff;
	text-decoration: none;
}

.footer-section ul {
	padding: 0px;
	margin: 0px;
}

.footer-section ul li {
	display: inline-block;
	padding: 0px 10px;
}

.fotoer-menu ul li a {
	font-family: 'latobold';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

.social-icons {
	text-align: center;
}

.social-icons ul li {
	padding: 0px 15px;
}

.social-icons ul li a {
	color: #fff;
	font-size: 35px;
}

.fotoer-menu ul li a:hover,
.social-icons ul li a:hover {
	color: #f5af18;
}

.contact-form {
	background: #FFF;
	margin: 0 auto;
	padding: 20px 35px;
	margin-top: -80px;
	box-shadow: 0px 2px 15px rgba(0, 50, 92, 0.16);
}

/*
	font-family: 'FontAwesome';
	font-family: 'latoblack';
	font-family: 'latobold';
	font-family: 'latolight';
	font-family: 'latoregular';
	font-family: 'asapbold';
	font-family: 'asapmedium';
*/
.news-item .news-img {
	background-size: cover;
	background-position: center;
	height: 300px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	position: relative;
	display: block;
}

.about-news-item .news-img {
	background-size: cover;
	background-position: center;
	height: 100px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.about-news-item .news-img:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(55, 55, 55, 0.44);
}

.about-news-item .news-img:hover:after {
	background-color: rgba(55, 55, 55, 0.08);
}

.about-news-item h3 {
	font-family: 'asapbold';
	font-size: 20px;
	line-height: normal;
	color: #373737;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.about-news-item h3 a {
	color: #373737;
}

.about-news-item h3 a:hover {
	color: #58a5ff;
	text-decoration: none;
}

.news-item .news-img:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(55, 55, 55, 0.44);
}

.news-item .news-img:hover:after {
	background-color: rgba(55, 55, 55, 0.08);
}

.news-item h3 a {
	font-family: 'asapbold';
	font-size: 24px;
	line-height: 31px;
	color: #373737;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.news-item h3 a:hover {
	text-decoration: none;
}

.news-item a p {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #00b749;
	padding: 10px 20px;
	z-index: 999;
	font-family: 'asapbold';
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.news-item a p:hover {
	color: #00b749;
	background-color: #fff;
}

.about-content h4 {
	font-family: 'asapbold';
	font-size: 32px;
	line-height: 31px;
	color: #373737;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about-content h2 {
	font-family: 'asapbold';
	font-size: 32px;
	line-height: 31px;
	color: #373737;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about-content p {
	font-family: 'latoregular';
	font-size: 16px !important;
	line-height: 24px;
	color: #373737;
	margin-bottom: 15px;

}

.about-content ul li {
	list-style-type: none;
	margin-bottom: 12px;
}

.about-content ul li a {
	font-family: 'asapbold';
	font-size: 18px;
	line-height: normal;
	color: #373737;
	position: relative;
	text-transform: uppercase;
}

.about-content ul li a:hover {
	color: #58a5ff;
	text-decoration: none;
}

@media (min-width: 991px) {
	.dropdown-menu .dropdown .dropdown-menu {
		margin: 0;
		border-width: 1px;
	}

	.mobile-navbar {
		display: none;
	}

	.mobile-top-bar {
		display: none;
	}

	.fixed-bar-logo {
		display: none;
	}

	.progress-list ul li {
		width: calc(32% - 14px);
		margin: 15px auto;
	}

	.social-icons {
		text-align: center;
	}

	.page-contents {}

}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.progress-list ul li {
		width: calc(32% - 7px);
		margin: 15px auto;
		padding: 0px 5px;
	}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 1024px) {
	.home-main-banner {
		height: 500px;
	}

	.home-banner-content {
		width: 75%;
	}

	.about-company .about-inner {
		padding: 0px 20px;
	}
}

@media (max-width: 992px) {
	.progress-list ul li {
		width: calc(54% - 20px);
		margin-bottom: 15px;
	}

	.news-content {
		max-width: 75%;
	}

	.social-icons ul li {
		padding: 0px 9px;
	}

	.mobile-pad0 {
		padding: 0px !important;
	}

	.footer-section ul li {
		padding: 0px 4px;
	}

	.social-icons ul li {
		padding: 0px 5px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	/* .custom-navbar,
	.main-header-logo,
	.custom-top-bar {
		display: none;
	} */

	.home-banner-section {
		margin-top: 0;
	}

	.media-container {
		width: 33.33%;
	}

	.top-bar {
		padding: 15px 0;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	/* .custom-navbar,
	.main-header-logo,
	.custom-top-bar {
		display: none;
	} */

	.home-banner-section {
		margin-top: 0;
	}

	.media-container {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.social-icon {
		text-align: center;
		width: 100%;
	}

	.top-bar {
		padding: 15px 0;
	}

	.home-banner-content {
		width: 90%;
	}

	.home-banner-content h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.home-banner-content a {
		padding: 12px 35px;
	}

	.home-banner-quat h4 {
		font-size: 18px;
	}

	.about-company {
		padding: 40px 0px;
		height: auto;
	}

	.progress-list {
		text-align: center;
	}

	.progress-list ul li {
		margin: 15px auto;
		padding: 0px 5px;
	}

	.news-section h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.footer-section,
	.footer-section ul {
		text-align: center;
	}
}



.page-template-upcoming-events .sponsors-grid {
	background-color: #F4F4F4 !important;
}