@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Bold.woff2') format('woff2'),  url('../fonts/Oswald-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Light.woff2') format('woff2'),  url('../fonts/Oswald-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2'),  url('../fonts/Oswald-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Medium.woff2') format('woff2'),  url('../fonts/Oswald-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.woff2') format('woff2'),  url('../fonts/Oswald-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),  url('../fonts/Oswald-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.woff2') format('woff2'),  url('../fonts/Oswald-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
}
body {
	padding-top: 0px;
	font-family: 'Oswald';
	font-weight: normal;
   overflow-x: hidden;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 50%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	margin: 50px 0;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 0px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: relative;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar {
	position: relative;
	min-height: 0;
	margin-bottom: 0;
	border: 0px solid transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color: #2C2C2C;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #75130D;
	background-color: transparent;
}
.navbar-nav>li>a {
	margin: 0 20px;
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.header {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	position: absolute;
	z-index: 99;
}
.logo_area {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.donate_btn {
	margin: 0;
	padding: 19px 0;
	width: 100%;
	text-align: center;
}
.donate_btn a {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 160px;
	height: 48px;
	display: inline-block;
	color: #FFF;
	line-height: 48px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #75130D;
	border-radius: 40px;
}
.nav_area {
	margin: 0;
	padding: 29px 0;
	width: 100%;
}
.navbar-nav>li:last-child a span {
	position: absolute;
	bottom: -5px;
	left: 12px;
	background: #75130D;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
}
.banner_section {
	margin: 0;
	padding: 97px 0 20px 0;
	width: 100%;
	position: relative;
	background: #FFFFFF;
}
.banner_section:before {
	right: 0;
	top: 0;
	background: #E7E7E7;
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
}
.full_container {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
.full_row {
	margin: 0;
}
.main_banner {
	margin: 0;
	padding: 30px 50px;
	width: 100%;
	position: relative;
}
.main_banner:before {
	right: 0;
	top: 0;
	width: 40%;
	background: #75130D;
	height: 100%;
	position: absolute;
	content: '';
}
.main_banner img {
	width: 100%;
	position: relative;
}
.banner_area:after {
	left: 0;
	top: 10%;
	width: 40%;
	background: url(../images/banner_logo.png);
	height: 80%;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.banner_caption {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.banner_caption h2 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.banner_caption h2 strong {
	color: #75130D;
	font-weight: 600;
}
.mid_slides_section {
	margin: 0;
	padding: 60px 0;
	width: 100%;
	background: #000;
}
.mid_slides {
	margin: 0;
	padding: 0;
	width: 100%;
}
.mid_banner {
	margin: 0;
	padding: 40px 0px 40px 40px;
	width: 100%;
	position: relative;
}
.mid_banner:before {
	left: 0;
	top: 0;
	width: 50%;
	background: #75130D;
	height: 100%;
	position: absolute;
	content: '';
}
.mid_banner img {
	width: 100%;
	position: relative;
}
.display_table {
	display: table;
	height: 420px;
	overflow: hidden;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.midslide_details {
	margin: 0;
	padding: 0;
width:100%:
}
.midslide_details p {
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
}
.testimonial_section {
	margin: 0;
	padding: 80px 0 50px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.testimonial_post {
	margin: 0;
	padding: 80px 0 0 0;
	background: url(../images/icon.png) no-repeat 50% 0%;
}
.testimonial_post p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	color: #2C2C2C;
	line-height: 40px;
    font-family: 'Oswald';
}
.testimonial_post h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #000000;
}
.testimonial_post h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	color: #2C2C2C;
	font-weight: 300;
    font-family: 'Oswald';
}
.footer {
	margin: 0;
	padding: 90px 0 40px 0;
	width: 100%;
	background: #151515;
}
.footer_post {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}
.footer_post p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
}
.social_area ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.social_area ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.social_area ul li a {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
}
.footer_mono_post {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.footer_mono_post p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
}
.footer_mono_post ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.footer_mono_post ul li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
}
.footer_details_post {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.footer_details_post p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
}
.footer_details_post a {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 240px;
	height: 54px;
	background: #75130D;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 54px;
	border-radius: 40px;
	display: inline-block;
}
.footer_bottom {
	margin: 0;
	padding: 30px 0;
	width: 100%;
	background: #000;
}
.footer_bottom p {
	margin: 0;
	padding: 0px 0;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.inner_banner_section {
	margin: 0;
	padding: 97px 0 90px 0;
	width: 100%;
	position: relative;
	background: #FFFFFF;
}
.inner_banner_section:before {
	right: 0;
	top: 0;
	background: #E7E7E7;
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
}
.inner_banner_section .banner_area:after {
	display: none !important;
}
.mission_section {
	margin: 0;
	padding: 90px 0 30px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.mission_section h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 36px;
	color: #000000;
	font-family: 'Oswald';
    font-weight: bold;
}
.mission_section p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	color: #2C2C2C;
	font-family: 'Oswald';
    font-weight: 400;
}
.executive_section {
	margin: 0;
	padding: 0px 0 50px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.executive_section h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 36px;
	color: #000000;
	font-family: 'Oswald';
    font-weight: bold;
}
.executive_post_section {
	margin: 0;
	padding: 90px 0 90px 0;
	width: 100%;
	background: #000;
}
.executive_post {
	margin: 0 0 60px 0;
	padding: 0;
	width: 100%;
}
.executive_post_banner {
	margin: 0 !important;
	padding:0px;
	width: 100%;
	position: relative;
}
/*.executive_post_banner:before {
	left: 0;
	top: 0;
	width: 40%;
	background: #75130D;
	height: 100%;
	position: absolute;
	content: '';
}
*/
.elementor-element-6fd7cea .elementor-element-populated:before {
    left: 0;
    top: 0;
    width: 40%;
    background: #75130D;
    height: 100%;
    position: absolute;
    content: '';
}


.elementor-element-6fd7cea .elementor-element-populated{ position:relative;    padding: 30px !important;}

.executive_post_banner img {
	width: 100%;
	position: relative;
}
.executive_post_details {
	margin: 0;
	padding: 0;
	width: 100%;
}
.executive_post_details h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 24px;
	color: #fff;
	font-family: 'Oswald';
    font-weight: bold;
}
.executive_post_details h3 strong {
	font-weight: normal;
	font-size: 20px;
}
.executive_post_details p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-family: 'Oswald';
    font-weight: 400;
}

.elementor-element-6fd7cea .elementor-element-populated h4 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: center;
	position: relative;
	font-family: 'Oswald';
    font-weight: bold;
}
.elementor-element-6fd7cea .elementor-element-populated h4 strong {
	font-weight: normal;
	font-size: 20px;
}
#executive_post_white {
	background: #fff;}

.executive_post_banner h4 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: center;
	position: relative;
}
.executive_post_banner h4 strong {
	font-weight: normal;
	font-size: 20px;
}
#executive_post_white {
	background: #fff;
}
#executive_post_white .executive_post_details h3 {
	color: #2C2C2C;
}
#executive_post_white .executive_post_details p {
	color: #2C2C2C;
}
#executive_post_banner {
	margin: 0;
	padding: 0px;
	width: 100%;
	position: relative;
}



.elementor-element-820d922 .elementor-element-populated:before {
	right: 0;
	top: 0;
	width: 40%;
	background: #75130D;
	height: 100%;
	position: absolute;
	content: '';
}


.elementor-element-820d922 .elementor-element-populated{ position:relative;    padding: 30px !important;}



.elementor-element-820d922 .elementor-element-populated h4 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: center;
	position: relative;
	font-family: 'Oswald';
    font-weight: bold;
}
.elementor-element-820d922 .elementor-element-populated h4 strong {
	font-weight: normal;
	font-size: 20px;
}

#executive_post_banner img {
	width: 100%;
	position: relative;
}
#executive_post_banner h4 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: center;
	position: relative;
}
 .#xecutive_post_banner h4 strong {
font-weight:normal;
font-size:20px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: -50px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #75130D;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}










.elementor-element-93192e3 .elementor-element-populated:before {
	left: 0;
	top: 0;
	width: 40%;
	background: #75130D;
	height: 100%;
	position: absolute;
	content: '';
}


.elementor-element-93192e3 .elementor-element-populated{ position:relative;    padding: 30px !important;}



.elementor-element-93192e3 .elementor-element-populated h4 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: center;
	position: relative;
	font-family: 'Oswald';
    font-weight: bold;
}
.elementor-element-93192e3 .elementor-element-populated h4 strong {
	font-weight: normal;
	font-size: 20px;
}








.elementor-element-962c62a .elementor-element-populated:before {
	right: 0;
	top: 0;
	width: 40%;
	background: #75130D;
	height: 100%;
	position: absolute;
	content: '';
}


.elementor-element-962c62a .elementor-element-populated{ position:relative;    padding: 30px !important;}



.elementor-element-962c62a .elementor-element-populated h4 {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: center;
	position: relative;
	font-family: 'Oswald';
    font-weight: bold;	
}
.elementor-element-962c62a .elementor-element-populated h4 strong {
	font-weight: normal;
	font-size: 20px;
}





/* Responsive Styles */

@media(max-width:991px) {
.customer-img,  .img-related {
	margin-bottom: 30px;
}
}
 @media(max-width:767px) {
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
 @media (min-width: 0px) and (max-width: 480px) {
.header {
	position: relative;
}
.header:before {
	right: 0;
	top: 0;
	background: #E7E7E7;
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
}
.logo_area {
	margin: 0;
}
.donate_btn {
	display: none;
}
.nav_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.banner_section {
	margin: 0;
	padding: 0px 0 20px 0;
}
.inner_banner_section {
	margin: 0;
	padding: 20px 0 20px 0;
}
.main_banner {
	margin: 0;
	padding: 10px;
}
.banner_area::after {
	display: none !important;
}
.banner_caption h2 {
	font-size: 24px;
}
.mid_banner {
	margin: 0;
	padding: 20px 0px 20px 20px;
	width: 100%;
	position: relative;
}
.footer_post {
	text-align: center;
}
.footer_post ul {
	text-align: center;
}
.executive_post_details {
	margin-top: 30px;
}
}
 @media (min-width: 481px) and (max-width: 767px) {
.header {
	position: relative;
}
.header:before {
	right: 0;
	top: 0;
	background: #E7E7E7;
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
}
.logo_area {
	margin: 0;
}
.donate_btn {
	display: none;
}
.nav_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.banner_section {
	margin: 0;
	padding: 0px 0 20px 0;
}
.inner_banner_section {
	margin: 0;
	padding: 20px 0 20px 0;
}
.main_banner {
	margin: 0;
	padding: 10px;
}
.banner_area::after {
	display: none !important;
}
.banner_caption h2 {
	font-size: 24px;
}
.mid_banner {
	margin: 0;
	padding: 20px 0px 20px 20px;
	width: 100%;
	position: relative;
}
.footer_post {
	text-align: center;
}
.footer_post ul {
	text-align: center;
}
.executive_post_details {
	margin-top: 30px;
}
}
 @media (min-width: 768px) and (max-width: 992px) {
.header {
	position: relative;
}
.header:before {
	right: 0;
	top: 0;
	background: #E7E7E7;
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
}
.donate_btn {
	display: none;
}
.navbar-nav > li > a {
	margin: 0 10px;
}
.banner_section {
	margin: 0;
	padding: 0px 0 20px 0;
}
.inner_banner_section {
	margin: 0;
	padding: 20px 0 20px 0;
}
.banner_area::after {
	display: none !important;
}
}



/************************/


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #75130D;
    background-color: transparent;
}

.executive_post  .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block !important;
}