.rajdhani-light {
	font-family: "Rajdhani", serif;
	font-weight: 300;
	font-style: normal;
}

.rajdhani-regular {
	font-family: "Rajdhani", serif;
	font-weight: 400;
	font-style: normal;
}

.rajdhani-medium {
	font-family: "Rajdhani", serif;
	font-weight: 500;
	font-style: normal;
}

.rajdhani-semibold {
	font-family: "Rajdhani", serif;
	font-weight: 600;
	font-style: normal;
}

.rajdhani-bold {
	font-family: "Rajdhani", serif;
	font-weight: 700;
	font-style: normal;
}
.about_founder,
.about_section {
	display: flex;
	flex-direction: column;
	padding: 150px 0;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.about_section
	.about_section_image_container
	.founder_section
	.founder_section_image_container {
	z-index: 6;
	color: rgb(255, 255, 255);
	width: 400px;
	height: 400px;
	transform-origin: 50% 50% 0px;
	opacity: 1;
	transform: translate(0px);
	visibility: visible;
	-webkit-box-shadow: 20px 30px 50px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 20px 30px 50px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 20px 30px 50px 0 rgba(0, 0, 0, 0.35);
}


.founder_section .founder_section_image_container img,
.about_section .about_section_image_container img {
	position: relative;
	height: 100%;
	width: 100%;
}
.founder_section .founder_section_content,
.about_section .about_section_content {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}

.founder_section .founder_section_content h1,
.about_section .about_section_content h1 {
	z-index: 12;
	font-family: "Roboto", serif;
	color: rgb(2, 95, 173);
	text-align: left;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 35px;
	transform-origin: 50% 50% 0px;
}

.founder_section .founder_section_content p,
.about_section .about_section_content p {
	z-index: 13;
	font-family: "Roboto";
	color: rgb(0, 0, 0);
	width: 100%;
	text-align: left;
	line-height: 32px;
	font-weight: 400;
	font-size: 20px;
	transform-origin: 50% 50% 0px;
}
.about_section .about_section_content .action {
	display: inline-block;
	width: 100%;
	transform-origin: 50% 50% 0px;
	transform: translate(0px);
	overflow: hidden;
	margin-top: 20px;
}
.about_section .about_section_content .about-btn {
	z-index: 17;
	font-family: "Roboto";
	cursor: pointer;
	display: inline-block;
	color: rgb(0, 0, 0);
	text-decoration: none;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 18px;
	border-color: transparent;
	padding: 0px;
	transform-origin: 60.8417px 14.1px 0px;
}

.founder_section {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #025fad;
}

.founder_section_inner {
	display: flex;
	flex-direction: column;
	padding: 150px 0;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}

.main_founder{
	display: flex;
	flex-direction: column;
	padding: 150px 0;
	width: 100%;
}

.main_founder,
.main_founder_image{
	z-index: 6;
	color: rgb(255, 255, 255);
	width: 400px;
	height: 400px;
	transform-origin: 50% 50% 0px;
	opacity: 1;
	transform: translate(0px);
	visibility: visible;
	-webkit-box-shadow: 20px 30px 50px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 20px 30px 50px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 20px 30px 50px 0 rgba(0, 0, 0, 0.35);
}
.main_founder_image img{
	height: 100%;
	width: 100%;
}
.video_slider {
	padding: 150px 0;
	height: 70vh;
	position: relative;
}

.video_slider video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(2);
	transition: transform 10s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.video_slider .content {
	position: absolute;
	left: 10%;
	top: 25%;
	width: 40%;
	max-width: 80%;
	z-index: 1;
}
.video_slider .content h1 {
	z-index: 12;
	font-family: "Roboto", serif;
	color: #fff;
	text-align: left;
	line-height: 90px;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 100px;
	transform-origin: 50% 50% 0px;
}

.vision_section {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #d37022;
}
.get_involved,
.about_founder_inner,
.vision_section_inner {
	display: flex;
	flex-direction: column;
	padding: 50px 0;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}
.vision_section h1 {
	font-family: "Roboto", serif;
	color: #fff;
	border-bottom: 4px solid #025fad;
	text-align: left;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 28px;
	width: fit-content;
}
.vision_section p {
	font-family: "Roboto", serif;
	color: #fff;
	font-size: 22px;
}
.about_founder_image_container {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.about_founder_image_container img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.about_founder_content {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	padding-left: 50px;
}
.about_founder_content h1 {
	font-size: 24px;
	color: #de7522;
	text-align: left;
	margin: 0;
}
.about_founder_content .action {
	display: flex;
	justify-content: flex-end;
	align-items: end;
}
.about_founder_content .action a {
	background-color: #de7522;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
}
.about_founder_content .action a:hover {
	background-color: rgba(222, 117, 34, 0.7);
}
.blog_section {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	min-height: 100vh;
	transition: opacity 0.5s ease;
	overflow: hidden;
}
.blog_section.blog_section_image {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
	background: #fff url("/static/images/work/new/8.jpeg") !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat; 
	background-size: auto;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.blog_section_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 13, 13, 0.8);
}

.blog_section_inner {
	display: flex;
	flex-direction: column;
	padding: 50px 0;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}
.blog_section_inner h2 {
	font-size: 40px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	letter-spacing: 1px;
}

.slick-prev, .slick-next {
top: 17% !important;
}

.blog_content {
	width: 376px !important;
	margin-right: 6px;
	padding:0 45px;

}
.blog_content .blog_content_thumbnail {
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #444;
	border-radius: 3px;
}
.blog_content .blog_content_thumbnail img {
	max-width: 100%;
	height: auto;
}
.blog_content .post_caption {
	position: relative;
	padding: 30px 15px;
}
.blog_content .post_term_date {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: -0.5px;
	color: #e17521;
}
.blog_content .post_term_date span {
	font-size: 30px;
	font-weight: 800;
	line-height: 0.87;
	letter-spacing: -1.1px;
	display: block;
	font-family: "Poppins";
	color: #fff;
}
.blog_content .bt_church_meta {
	display: inline-block;
	width: calc(100% - 80px);
}
.blog_content .post_title_link {
	text-decoration: none;
}
.blog_content .post_title {
	margin-top: 0;
	font-size: 20px;
	letter-spacing: -0.5px;
	text-align: left;
	line-height: 22px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 0;
}
.blog_content .post_comment {
	color: #e17521;
	font-size: 13px;
	width: 50%;
	display: inline-block;
}
.blog_content .post_more {
	width: 50%;
	display: inline-block;
}
.blog_content .post_more a {
	font-size: 13px;
}


.bt-footer-widgets {
	padding-top: 100px;
	background-color: #282828;
	background-image: url("uploads/2019/02/bg-footer.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.bt-row {
	margin-left: -26px;
	transition-property: height, width;
	-webkit-transition-property: height, width;
	width: calc(100% + 30px);
	position: relative;
}
.bt-row *,
.bt-row ::before,
.bt-row ::after {
	box-sizing: border-box !important;
}

.bt-row .bt-col-4 {
	width: calc(100% / 4);
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	padding-left: 30px;
}

.bt-footer-widgets .widget,
.bt-footer-widgets .widget li {
	color: #aeaeae;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget {
	font-size: 17px;
	line-height: 26px;
}
.widget ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget .widget-title {
	margin-bottom: 25px;
}
.widget .widget-title {
	font-family: "Questrial";
	font-weight: 300;
	position: relative;
	color: #333;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}

.bt-footer-widgets .widget_text .textwidget {
	font-size: 16.2px;
}
.bg--wrapper {
	overflow: hidden;
	position: relative;
}
.bg--wrapper .bg-item-inner {
	position: relative;
	overflow: hidden;
}
.bg--wrapper .thumb {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
}

.bg--wrapper .bg-light-gallery .bg--item .info {
	height: 100%;
}
.bg--wrapper .info {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%) translateZ(1px);
	text-align: center;
	z-index: 2;
	transition: all 1.5s;
}

.bg--wrapper .bg-light-gallery .bg--item .info .zoom {
	width: 40px;
	height: auto;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 0;
	opacity: 0;
	text-align: center;
	transition: all 0.5s;
}
.bg--wrapper .bg--item .info .zoom > * {
	fill: #fff;
	color: #fff;
	font-size: 25px;
}
svg:not(:root) {
	overflow: hidden;
}
.footer-sidebar-item #recent-posts-2 ul > li a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.footer-sidebar-item .widget_social_widget .social-wrap > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #e79f23;
	margin-right: 5px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.widget_social_widget .social-wrap > a.bt-facebook {
	background: #507cbe;
}
.widget_social_widget .social-wrap > a.bt-twitter {
	background: #00abef;
}
.site-banner {
	background-color: rgb(234, 234, 234);
}
.site-banner::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.site-banner .site-content {
	padding-top: 170px;
	padding-bottom: 170px;
}
.site-banner img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
	transition: transform 10s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-banner .site-main-row-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.fw-content-align-center {
	text-align: center;
}
.site-banner .fw-heading .fw-special-title {
	font-family: "Montserrat";
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -1.5px;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	max-width: 700px;
	display: inline-block;
	padding-top: 50px;
	position: relative;
}
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 35px;
}
.bt-section-space {
	padding-top: 100px;
	padding-bottom: 100px;
}
.bt-inner,
.bt-col-inner {
	position: relative;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}
.vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.vc_custom_1501490752055 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}
.vc_section {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1200px) {
	.vc_col-lg-offset-0 {
		margin-left: 0;
	}
}
.nf-form-cont .nf-form-layout .nf-form-content input[type="button"]:hover {
	background: #cd691c;
}
.nf-form-cont .nf-form-layout .nf-form-content input[type="button"] {
	background: #e17521;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	padding: 8px 22px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width: 768px) {
	.vc_col-sm-6 {
		width: 50%;
	}
	.video_slider .content h1 {
		font-size: 50px; /* Smaller font size for mobile */
		line-height: 60px; /* Adjust line height */
	}
}

/* Mobile-specific styles */
@media (max-width: 767px) {
	.about_founder,
	.about_section {
		padding: 50px 0; /* Reduce padding for mobile */
	}

	.about_section .about_section_image_container,
	.founder_section .founder_section_image_container {
		width: 100%; /* Full width for mobile */
		height: auto; /* Auto height for responsiveness */
		margin-bottom: 20px; /* Add spacing */
	}

	.founder_section .founder_section_content h1,
	.about_section .about_section_content h1 {
		font-size: 28px; /* Smaller font size for mobile */
		line-height: 36px; /* Adjust line height */
	}

	.founder_section .founder_section_content p,
	.about_section .about_section_content p {
		font-size: 16px; /* Smaller font size for mobile */
		line-height: 24px; /* Adjust line height */
	}

	.founder_section_inner,
	.vision_section_inner,
	.get_involved,
	.about_founder_inner {
		padding: 50px 20px; /* Adjust padding for mobile */
	}

	.video_slider {
		padding: 50px 0; /* Reduce padding for mobile */
		height: 50vh; /* Adjust height for mobile */
	}

	.video_slider .content {
		width: 80%; /* Adjust width for mobile */
		top: 20%; /* Adjust positioning */
	}

	.video_slider .content h1 {
		font-size: 40px; /* Smaller font size for mobile */
		line-height: 50px; /* Adjust line height */
	}

	.vision_section h1 {
		font-size: 24px; /* Smaller font size for mobile */
	}

	.vision_section p {
		font-size: 18px; /* Smaller font size for mobile */
	}

	.about_founder_content {
		padding-left: 0; /* Remove padding for mobile */
		text-align: center; /* Center align content */
	}

	.about_founder_content h1 {
		font-size: 20px; /* Smaller font size for mobile */
	}

	.about_founder_content .action {
		justify-content: center; /* Center align button */
	}

	.blog_section_inner h2 {
		font-size: 30px; /* Smaller font size for mobile */
	}

	.blog_content {
		width: 100%; /* Full width for mobile */
		margin-right: 0; /* Remove margin */
		margin-bottom: 20px; /* Add spacing */
		padding: 0 80px;
	}

	.bt-footer-widgets .bt-row .bt-col-4 {
		width: 100%; /* Full width for mobile */
		margin-bottom: 30px; /* Add spacing */
	}

	.site-banner img {
		height: 30vh; /* Adjust height for mobile */
	}

	.site-banner .site-content {
		padding: 120px 0;
	}

	.site-banner .fw-heading .fw-special-title {
		font-size: 24px; /* Smaller font size for mobile */
		line-height: 30px; /* Adjust line height */
		padding-top: 0; /* Adjust padding */
	}

	.vc_custom_1501490752055 {
		padding-top: 30px !important; /* Adjust padding for mobile */
		padding-bottom: 30px !important;
	}

	.vc_column_container > .vc_column-inner {
		padding-left: 10px; /* Adjust padding for mobile */
		padding-right: 10px;
	}
}

ul#menu-main-menu {
	background: #025fad;
	position: relative;
	padding-left: 35px;
	border-radius: 10px;
}
header.header-3-top.bt-logo-no-retina {
	position: absolute;
	width: 100%;
}
.header-3-top
	.bt-header-logo-sidebar-wrap
	.header-sidebar-item
	.widget.widget_nav_menu
	ul.menu
	li.menu-item
	> a
	> i {
	margin-right: 3px;
	color: #fff;
	font-size: 16px;
}
.header-3-top .bt-header-logo-sidebar-wrap {
	background: transparent;
}
header.bt-header.header-3 {
	top: 89px;
	position: relative;
}
.header-but {
	position: absolute !important;
	right: 0;
}
.header-3-top .bt-header-logo-sidebar-wrap {
	z-index: auto;
}
.bt-header.header-3
	.bt-header-main
	.bt-nav-wrap
	.bt-site-navigation
	> ul.bt-nav-menu
	li.menu-item.menu-item-custom-type-button_donate.header-but
	.give-form-wrap
	form.give-form
	.give-btn {
	padding: 1px 18px;
	line-height: 50px;
	border-radius: 0 30px 30px 0;
}
.bt-btn-lager-main {
	transition: all 0.4s;
	display: inline-block;
	padding: 12px 25px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	letter-spacing: 0.04em;
	word-spacing: 2px;
	line-height: 19.2px;
	text-align: center;
	background-color: transparent;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 23px;
	border: 2px solid #de7522;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.48px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	background: #025fad;
	padding: 18px 30px;
}
.bt-btn-lager-main:hover,
.bt-btn-lager-main:focus,
.bt-btn-lager-main:active {
	color: #025fad;
	background: transparent;
}
.row-style-30-top {
	transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}
#page
	.row-style-30-top
	.wpb_theme_custom_element.wpb_give_forms_slider
	.item
	.item-inner.give-forms-slider-layout-style-1
	.entry-content {
	min-height: 270px;
	background: #fff;
}
#page
	.wpb_theme_custom_element.wpb_carousel_blog_card.bt-huminity
	.owl-nav
	> div.owl-next {
	right: 25px;
}
#page
	.row-style-30-top
	.wpb_theme_custom_element.wpb_give_forms_slider
	.item
	.item-inner.give-forms-slider-layout-style-1
	.entry-content
	.entry-content-inner
	.extra-meta {
	margin-bottom: 10px;
}
#page
	.row-style-30-top
	.wpb_theme_custom_element.wpb_give_forms_slider
	.item
	.item-inner.give-forms-slider-layout-style-1
	.featured-image
	.readmore-link {
	display: none;
}
#page
	.wpb_theme_custom_element.wpb_events_slider.charity-event
	.item
	.item-inner.layout-default {
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 0 4px 0 rgba(16, 16, 16, 0.3);
	margin: 2px;
}
.wpb_carousel_blog_card.bt-huminity .owl-carousel .owl-item .item .item-inner {
	display: none !important;
}
.bt-number span.counterUp {
	position: relative;
	display: inline-block;
	font-family: Montserrat;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 0.16px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
.bt-number span.counterUp:after {
	content: "''''''";
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 0.5;
	color: #29af8a;
	height: 4px;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.style-border_line > a {
	border: 2px solid #ec1c33 !important;
	border-radius: 2px !important;
	color: #025fad !important;
	display: inline-block !important;
	padding: 13px 20px !important;
	background: transparent !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-family: montserrat;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.style-border_line > a:hover {
	background: #025fad !important;
	color: #fff !important;
}
.bt-heading-underline:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 58px;
	height: 8px;
	border: 2px dashed #025fad;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bt-poor .featured-box-title strong {
	color: #025fad;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 4px;
	display: block;
	letter-spacing: 1px;
}
.bt-poor .featured-box-title {
	font-weight: 600 !important;
	letter-spacing: 1px !important;
}
.bt-poor a.featured-button {
	margin-top: 0 !important;
	border-bottom: none !important;
	font-size: 35px !important;
}
.bt-poor .featured-box-alignment:hover .icon-wrap .type-image img {
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fix-bt {
	background-attachment: fixed;
}
.bt-inline {
	display: inline-block;
}
.bt-heading-underline {
	position: relative;
}
.footer-sidebar-item .tnp-widget input {
	color: #aeaeae;
	background: transparent;
	border: 1px solid #555 !important;
	margin-bottom: 50px;
	padding: 12px 20px;
}
.footer-sidebar-item .tnp-widget input.tnp-submit {
	position: absolute;
	top: 35px;
	right: 0;
	width: 50px;
	opacity: 0;
	z-index: 9;
}
.footer-sidebar-item .tnp.tnp-widget {
	position: relative;
}
.footer-sidebar-item .tnp.tnp-widget:after {
	content: "\f1d9";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 38px;
	right: 15px;
	color: #ec1c33;
}
.widget_newsletterwidget {
	font-size: 16.2px;
}
.footer-sidebar-item .widget h4.wg-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.64px;
	margin-bottom: 35px;
	padding-bottom: 15px;
}
.footer-sidebar-item .widget h2.widget-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 45px;
	background: rgba(255, 255, 255, 0.2);
}
.footer-sidebar-item .widget h2.widget-title:after {
	content: "|||||||";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 45px;
	line-height: 2px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3.6px;
	overflow: hidden;
	transform: skewX(60deg);
}
.footer-sidebar-item .widget .bt-desc {
	margin-bottom: 20px;
}
.footer-sidebar-item .widget ul.tb-info-list {
	margin: 0;
	padding: 0;
}
.footer-sidebar-item .widget ul.tb-info-list > li {
	list-style: none;
	margin-bottom: 15px;
}
.footer-sidebar-item .widget ul.tb-info-list > li > span {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #025fad;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.footer-sidebar-item #recent-posts-2 ul > li {
	transition: all 0.4s;
	background: #0d0d0d;
	margin-bottom: 5px;
	padding: 15px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.footer-sidebar-item #recent-posts-2 ul > li:hover {
	background: rgba(205, 105, 28, 0.5);
}
.footer-sidebar-item #recent-posts-2 ul > li a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.footer-sidebar-item #recent-posts-2 ul > li .post-date {
	transition: all 0.4s;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.64px;
	color: #de7522;
}
.footer-sidebar-item .widget_social_widget .social-wrap > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #e79f23;
	margin-right: 5px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.widget_social_widget .social-wrap > a.bt-facebook {
	background: #507cbe;
}
.widget_social_widget .social-wrap > a.bt-twitter {
	background: #00abef;
}
.widget_social_widget .social-wrap > a.bt-twitter {
	background: #00abef;
}
.widget_social_widget .social-wrap > a.bt-linkedin {
	background: #00649b;
}
.widget_social_widget .social-wrap > a.bt-dribbble {
	background: #ea4c89;
}
.widget_social_widget .social-wrap > a.bt-google-plus {
	background: #cb4437;
}
.widget_social_widget .social-wrap > a:hover.bt-facebook,
.widget_social_widget .social-wrap > a:hover.bt-twitter,
.widget_social_widget .social-wrap > a:hover.bt-google-plus,
.widget_social_widget .social-wrap > a:hover.bt-linkedin,
.widget_social_widget .social-wrap > a:hover.bt-dribbble {
	background: #ec1c33;
	color: #fff;
}
.bt-header.header-3
	.bt-header-main
	.bt-nav-wrap
	.bt-site-navigation
	> ul.bt-nav-menu
	li.menu-item
	a
	span:after {
	content: none !important;
}
.bg-team-wrapper.lily .bg--item .info {
	padding: 80px 10px;
}
.bg-team-wrapper.lily .bg--item .info .heading {
	bottom: 100px;
	padding: 10px 0 15px;
	position: absolute;
	margin: 10px 20px 10px 10px;
}
.bg-team-wrapper.lily .bg--item .info .description {
	bottom: 25px;
	position: absolute;
	margin-left: 10px;
}
.bg-team-wrapper.lily .bg--item .info .description p {
	line-height: 25px;
	letter-spacing: -1px;
	font-size: 15px;
}
.bg-team-wrapper.lily .bg--item .info .description p a {
	color: #ec1c33;
}
.bg-team-wrapper .bg--item .info .heading a {
	font: 20px "Montserrat", "Open Sans", "Arial", sans-serif;
	font-weight: 700;
	color: #000;
}
.bt-invoi .vc_btn3-style-custom:hover {
	background-color: #025fad !important;
	opacity: 1 !important;
}
.bt-contact-info li {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}
.bt-contact-info li i {
	margin-right: 5px;
}
#page
	.wpb_theme_custom_element.wpb_carousel_blog_card
	.owl-carousel
	.owl-item
	.item {
	padding-bottom: 0;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.bg-team-wrapper.lily .bg--item .info .heading {
		padding: 10px 0 45px;
	}
}
@media only screen and (max-width: 992px) {
	.row-style-30-top {
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
}
@media only screen and (max-width: 767px) {
	.bt-grid .bg--wrapper .bg--item {
		width: calc((100% - 15px) / 3) !important;
		padding: 7px;
	}
	.style-border_line {
		text-align: center !important;
	}
}
.sweet-overlay {
	display: none !important;
}
.showSweetAlert {
	display: none !important;
}
.bg-single .bg-single-content .bg-meta-container {
	background-color: #d9edf7;
	padding: 20px 0 30px;
	padding-top: 20px;
	display: none;
}
#page
	.wpb_theme_custom_element.wpb_give_forms_slider
	.item
	.item-inner.give-forms-slider-layout-style-1
	.entry-content
	.entry-content-inner
	.meta-donor {
	border-radius: 2px;
	color: #fff;
	display: none;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: normal;
	padding: 7px 12px;
	text-transform: uppercase;
	background: #e17521;
	margin-bottom: 10px;
}
::before,
::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::selection {
	background: rgba(225, 117, 33, 0.1);
}
::selection {
	background: rgba(225, 117, 33, 0.1);
}
element {
}
#page
	.wpb_theme_custom_element.wpb_give_forms_slider
	.item
	.item-inner.give-forms-slider-layout-style-1
	.entry-content
	.entry-content-inner
	.give-goal-progress-wrap
	.give-price-wrap {
	font-weight: bold;
	letter-spacing: -1px;
	display: none;
}
.give-single-layout-style-2
	.give_forms
	.give-single-heading
	.give-progress-bar-wrap
	.raised {
	padding-left: 20px;
	color: #fff;
	display: none;
}
#page
	.wpb_theme_custom_element.wpb_posts_grid_resizable
	.vc-custom-inner-wrap
	.grid-item.item-skin-give_forms-default
	.grid-item-inner
	.entry-progress-bar
	.goal-progress-bar-wrap
	.give-price-wrap {
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	display: none;
}
.give-single-layout-style-2
	.give_forms
	.entry-container
	.give-content-wrap
	.title-heading
	.extra-meta
	.meta-item.meta-donors {
	background: #e17521;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	padding: 4px 10px;
	display: none;
}
.bt-contact-info li {
	display: inline-block;
	padding: 0 10px;
	color: #000;
}
.bt-header.header-1
	.bt-header-main
	.bt-nav-wrap
	.bt-site-navigation
	> ul.bt-nav-menu
	li.menu-item
	ul.sub-menu,
.bt-header.header-2
	.bt-header-main
	.bt-nav-wrap
	.bt-site-navigation
	> ul.bt-nav-menu
	li.menu-item
	ul.sub-menu,
.bt-header.header-3
	.bt-header-main
	.bt-nav-wrap
	.bt-site-navigation
	> ul.bt-nav-menu
	li.menu-item
	ul.sub-menu,
.bt-header-mobi.header-mobi
	.bt-header-mobi-main
	.bt-nav-wrap
	.bt-site-navigation
	> ul.bt-nav-menu
	li.menu-item
	ul.sub-menu {
	position: absolute;
	min-width: 200px;
	padding: 0;
	opacity: 0;
	background: #de7522;
	border-radius: 1px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-sidebar-item .widget ul.tb-info-list > li > span {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #025fad;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcr3_button_1 {
	border: 1px solid;
	border-color: #e6e6e6 #ccc #ccc #e6e6e6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -moz-linear-gradient(top, #025fad 0%, #025fad 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #025fad),
		color-stop(100%, #025fad)
	);
	background: -webkit-linear-gradient(top, #025fad 0%, #025fad 100%);
	background: -o-linear-gradient(top, #025fad 0%, #025fad 100%);
	background: -ms-linear-gradient(top, #025fad 0%, #025fad 100%);
	background: linear-gradient(to bottom, #025fad 0%, #025fad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 );
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
	padding: 5px 12px 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	float: none;
	height: auto;
	text-indent: 0;
	margin-bottom: 15px;
}
.wpcr3_button_1:hover {
	background: #dedede;
	background: -moz-linear-gradient(top, #de7522 0%, #de7522 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #de7522),
		color-stop(100%, #de7522)
	);
	background: -webkit-linear-gradient(top, #de7522 0%, #de7522 100%);
	background: -o-linear-gradient(top, #de7522 0%, #de7522 100%);
	background: -ms-linear-gradient(top, #de7522 0%, #de7522 100%);
	background: linear-gradient(to bottom, #de7522 0%, #de7522 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b8b8',GradientType=1 );
	border-color: #9cf;
	color: #000;
	cursor: pointer;
	font-weight: normal;
}
.entry-date published {
	display: none !important;
}
.vc_custom_1522914514739 {
	padding-top: 0 !important;
	padding-bottom: 70px !important;
}
.vc_custom_1522914514739 {
	padding-top: 0 !important;
	padding-bottom: 70px !important;
}
.vc_custom_1598429448492 {
	padding-bottom: 70px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.vc_custom_1681141054967 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
	background: #fff url("static/uploads/2023/04/bg-foot55be.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.vc_custom_1549993888590 {
	margin-top: 10px !important;
	padding-bottom: 25px !important;
}
