
body {
  background: #fff;
  color: #000;
    font-family: 'FiraSans-Regular';
}

@font-face {
    font-family: 'FiraSans-Regular';
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FiraSans-Medium';
    src: url('../fonts/FiraSans-Medium.woff2') format('woff2'),
        url('../fonts/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FiraSans-SemiBold';
    src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'FiraSans-Bold';
    src: url('../fonts/FiraSans-Bold.woff2') format('woff2'),
        url('../fonts/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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


a {
  	color: #196DC7;
  	transition: 0.5s;
}

a:hover, a:active {
  	outline: none;
  	text-decoration: none;
}

ul, p {
  	padding: 0;
	margin:0;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FiraSans-Bold';
  	font-weight: 400;
  	padding: 0;
	margin:0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:5;
	background:#E0CDAC url(../images/header_bottom_bg.png) bottom left no-repeat;
	background-size:100% 533px;
	padding-bottom:90px;
}
.header_contanear_subpage
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:5;
	background:#E0CDAC;
}
.logo_and_right_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:2;
	
}
.logo_and_right_line
{
	display:block;
	float:right;
	width:70%;
	position:absolute;
	z-index:1;
	background:#A8751C;
	top:0;
	right:0;
	height:60px;
}
.logo_area
{
	display:block;
	float:left;
	width:232px;
	text-align:center;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	margin-top:10px;
}
.logo_area:hover
{
	transform: scale(1.1);		
}
.logo_area img
{
	max-width:100%;
}
.top_right_area
{
	display:block;
	float:right;
	width:calc(100% - 232px);
	text-align:right;
}
.top_contact_area
{
	display:block;
	float:right;
	width:100%;
	background:#A8751C url(../images/top_contact_left_bg.png) left center no-repeat;
	background-size:34px 100%;
	padding:6px 0;
	position:relative;
}
.top_contact_area p
{
	font-size:18px;
	color:#FFF;
    font-family: 'FiraSans-Medium';
	display:inline-block;
	margin:4px 10px;	
}
.top_contact_area p i
{
	color:#e00000;
	height:40px;
	width:40px;
	background:#FFF;
	border-radius:100%;
	text-align:center;
	line-height:40px;
}
.top_contact_area p a
{
	color:#FFF;
}


.nav_main_area
{
	display:block;
	float:left;
	width:100%;
	margin:22px 0 0 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
  display:inline-block;
  vertical-align:middle;
  margin:0;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align:left;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}
.nav-menu .home_icon
{
	font-size:16px;
	margin-right:5px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  width:100%;
}


@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 10px 9px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-size: 14px;
	outline: none;
	position:relative;
	text-transform:uppercase;
    font-family: 'FiraSans-SemiBold';
	border-bottom:4px solid transparent;;	
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {	
	border-bottom:4px solid #E90101;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #1f1a17;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #fff000;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
.fa-times
{
  color: #fff;	
}
.fa-bars
{
  color: #E83851 !important;		
}

@media (max-width:992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
   cursor:pointer; 
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #DA251D;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #DA251D;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.header_text_and_slider_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
}
.header_text_area
{
	display:block;
	float:left;
	width:100%;
}
.header_text_area h2
{
	font-size:30px;
    font-family: 'FiraSans-SemiBold';
	color:#FFF;	
}
.header_text_area p
{
	font-size:19px;
    font-family: 'FiraSans-SemiBold';
	color:#FFF;	
	margin-top:20px;
}

#intro
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	border-radius:20px;
	border:6px solid #a8741c;
	overflow:hidden;	
}
#intro .carousel
{
	position:relative;
	float:left;
	width:100%;
}
#intro .slider_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
#intro .img_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	height:440px;	
}
#intro .img_area img
{
	width:100%;
	height:100%;
    object-fit: cover;
    object-position: center;
}
#intro .carousel-indicators
{
	bottom:30px;
}

#intro .carousel-control-prev-icon
{
	background:url(../images/left_arrow.png) no-repeat;
	width:50px;
	height:52px;
}
#intro .carousel-control-next-icon
{
	background:url(../images/right_arrow.png) no-repeat;
	width:50px;
	height:52px;	
}
#intro .carousel-indicators
{
}
#intro .carousel-control-next, .carousel-control-prev
{
	width:auto;
	opacity: 1;
	display:none;
}
#intro .carousel-indicators li {
    width: 15px;
    height: 15px;
	border-radius:100%;
	background:#FFF;
	cursor:pointer;
}
#intro .carousel-indicators .active {
    background-color: #E90101;
}

.pannel1_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/pannel1_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:65px 0 180px 0;
	position:relative;
	z-index:1;
}
.pannel1_box
{
	display:block;
	float:left;
	width:100%;
	padding:20px 15px;
	border-radius:20px;
	text-align:center;
	margin:15px 0;
	min-height:300px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.pannel1_box:hover
{
	border-radius:0;
}
.pannel1_box img
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.pannel1_box:hover img
{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.col-12:nth-child(1) .pannel1_box
{
	background:#A8751C;
}
.col-12:nth-child(2) .pannel1_box
{
	background:#AF0505;
}
.col-12:nth-child(3) .pannel1_box
{
	background:#DD6822;
}
.pannel1_box h2
{
	font-size:19px;
    font-family: 'FiraSans-Bold';
	margin-top:15px;	
	color:#FFF;		
}
.pannel1_box p
{
	font-size:15px;
	margin-top:10px;
	color:#FFF;	
}
.pannel2_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/pannel2_bottom_bg.png), url(../images/pannel2_bg.jpg);
	background-size:100% 81px, cover;
	background-position:bottom center, center;
	background-repeat:no-repeat, no-repeat;
	padding:0 0 180px 0;
	position:relative;
	z-index:2;
}
.pannel2_founder_area
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/founder_bg.png) center center no-repeat;
	background-size:cover;
	padding:30px;
	border-radius:15px;
	margin-top:-120px;
}
.founder_heading h2
{
	font-size:35px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}
.founder_left
{
	text-align:left;
}
.founder_left img
{
	max-width:100%;
}
.founder_right p
{
	font-size:15px;
    font-family: 'FiraSans-Bold';
	color:#FFF;	
}
.founder_bottom_area
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	width:100%;
	margin-top:45px;
}
.founder_bottom_left_area
{
	display:block;
	float:left;
	width:65%;
	padding-right:15px;
	background:url(../images/donation_line.png) right center no-repeat;
	background-size:6px 100%;
}
.founder_bottom_left_img_area
{
	display:block;
	float:left;
	width:40%;
}
.founder_bottom_left_img_area img
{
	max-width:100%;
}
.founder_bottom_left_text_area
{
	display:block;
	float:right;
	width:55%;
}
.founder_bottom_left_text_area h2
{
	font-size:30px;
    font-family: 'FiraSans-Bold';
	text-transform:uppercase;
	margin-top:10px;	
}
.founder_bottom_left_text_area h3
{
	font-size:25px;
    font-family: 'FiraSans-Bold';
	margin-bottom:20px;
}
.founder_bottom_left_text_area p
{
	font-size:16px;
	margin-top:12px;
}
.founder_bottom_left_text_area p strong
{
	display:inline-block;
	width:140px;
}
.donate_but
{
	display:inline-block;
	width:auto;
	height:auto;
	padding:8px 20px;
	border-radius:6px;
	background:#e90000;
	color:#FFF;
	font-size:20px;
    font-family: 'FiraSans-Bold';
	margin-top:20px;	
}
.donate_but:hover
{
	background:#A8751C;
	color:#FFF;
}
.founder_bottom_right_area
{
	display:block;
	float:right;
	width:35%;
	padding-left:25px;
}
.founder_bottom_right_area h2
{
	font-size:30px;
    font-family: 'FiraSans-Bold';
	text-transform:uppercase;
	margin-top:10px;	
}
.founder_bottom_right_area ul
{
	font-size:15px;
    font-family: 'FiraSans-SemiBold';
	margin-top:15px;	
}
.founder_bottom_right_area ul li
{
	margin-top:20px;
	list-style-type:none;
	position:relative;
	padding-left:35px;
}
.founder_bottom_right_area ul li:before
{
	position:absolute;
	left:0;
	top:0;
	content:url(../images/tick.png);
}
.pannel3_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#AF0505;
	padding:20px 0 50px 0;
}
.pannel3_header h2
{
	font-size:35px;
	color:#FFF;
    font-family: 'FiraSans-Medium';
	text-transform:uppercase;
	text-align:center;
}
.pannel3_report_box1
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
	text-align:center;
}
.pannel3_report_box1 img
{
	display:inline-block;
	width:150px;
	height:150px;
    object-fit: cover;
    object-position: center;
	border-radius:100%;
	border:6px solid rgba(0,0,0,.4);	
}
.pannel3_report_box1 h2
{
	font-size:18px;
    font-family: 'FiraSans-SemiBold';
	color:#FFF;
	text-transform:uppercase;
	margin-top:20px;
}

.more_report_but {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 25px;
    border-radius: 6px;
    background: #7959ce;
    color: #FFF;
    font-size: 20px;
    font-family: 'FiraSans-Bold';
    margin-top: 20px;
	text-transform:uppercase;
}
.more_report_but:hover
{
	background:#A8751C;
	color:#FFF;
}

.pannel4_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/pannel5_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:40px 0;
}

.images_gallery_area
{
	display:block;
	float:left;
	width:48%;
}
.images_gallery_area h1
{
	font-size:30px;
	text-transform:uppercase;
    font-family: 'FiraSans-SemiBold';
	margin-bottom:20px;	
	color:#FFF;
}
.images_gallery_area h1 span
{
	color:#a5d156;
}
.images_gallery_area p
{
	font-size:14px;
	color:#2d343a;
    font-family: 'FiraSans-SemiBold';
	margin-top:6px;
	float:left;
	width:1005;
	text-transform:uppercase;
	clear:both;	
}
.images_gallery_area p a
{
	color:#FFF;	
}
.images_gallery_area p a:hover
{
	color:#a5d156;
}
#vlightbox1 .vlightbox1 img{width:100%;}

.video_gallery_area
{
	display:block;
	float:right;
	width:48%;
}
.video_gallery_area img
{
	max-width:100%;
	margin-top:20px;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
		-ms-transition: all .5s ;
		-o-transition: all .5s ;
		transition: all .5s ;
		transition-timing-function:ease-out;	
}
.video_gallery_area:hover img
{
	transform: scale(1.1);	
}
.video_gallery_area h1
{
	font-size:30px;
	text-transform:uppercase;
    font-family: 'FiraSans-SemiBold';
	color:#FFF;
}
.video_gallery_area h1 span
{
	color:#FFF;
}
.video_gallery_area p
{
	font-size:14px;
	color:#2d343a;
    font-family: 'FiraSans-SemiBold';
	margin-top:12px;
	display:inline-block;
	text-transform:uppercase;	
}
.video_gallery_area p a
{
	color:#FFF;	
}
.video_gallery_area p a:hover
{
	color:#a5d156;
}




.footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/footer_bg.jpg) center center no-repeat;
	padding:55px 0 100px 0;
	background-size:cover;
	position:relative;
	z-index:2;
}
.footer_box1 h2
{
	font-size:20px;
	color:#FFF;
    font-family: 'FiraSans-Bold';
	margin-bottom:20px;
	text-transform:uppercase;	
}
.footer_box1 h3
{
	font-size:16px;
	color:#FFF;
    font-family: 'FiraSans-Regular';
}
.footer_input
{
	float:left;
	display:block;
	width:100%;
	max-width:400px;
	height:44px;
	background:#FFF;
	padding:0 15px;
	border:none;
	border-radius:5px;
	margin-top:15px;
}
.footer_submit {
	float:left;
	clear:both;
	border:none;
    width: auto;
    height: auto;
    padding: 8px 20px;
    border-radius: 6px;
    background: #DD6822;
    color: #FFF;
    font-size: 18px;
    font-family: 'FiraSans-Bold';
    margin-top: 10px;
	cursor:pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.footer_submit:hover
{
	background:#7EAE4A;
}
.footer_box1 ul
{
	list-style-type:square;
	font-size:16px;
	margin-top:10px;
}
.footer_box1 ul li
{
	margin-top:5px;
	color:#FFF;
	margin-left:18px	
}
.footer_box1 ul li a
{
	color:#FFF;
}
.footer_box1 ul li a:hover
{
	color:#F3CF24;
}
.footer_box1 p
{
	margin-top:15px;
	color:#FFF;
	font-size:16px;
	position:relative;
	padding-left:40px;
}
.footer_box1 p i
{
	position:absolute;
	left:0;
	top:-3px;
	color:#000;
	font-size:16px;
	background:#FFF;
	width:30px;
	height:30px;
	border-radius:100%;
	text-align:center;
	line-height:30px;
}
.footer_box1 p a
{
	color:#FFF;
}
.footer_box1 p a:hover
{
	color:#F3CF24;
}

.footer_box2 h2
{
	font-size:20px;
	color:#FFF;
    font-family: 'FiraSans-Bold';
	margin-bottom:20px;
	text-transform:uppercase;	
}
.footer_box2 p
{
	margin-top:10px;
	color:#FFF;
	font-size:16px;
	position:relative;
	padding-left:30px;
}
.footer_box2 p i
{
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	font-size:20px;
}
.footer_box2 p a
{
	color:#FFF;
}
.footer_box2 p a:hover
{
	color:#F3CF24;
}
.copy_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/bottom_footer_bg.png) center center no-repeat;
	background-size:100% 100%;
	padding:100px 0 40px 0;
	position:relative;
	z-index:3;
	margin-top:-110px;
}
.copy_footer_main_area
{
	display:block;
	float:left;
	width:100%;
}
.copy_footer_main_area p
{
	font-size:15px;
	color:#FFF;
}
.copy_footer_main_area h2
{
	font-size:25px;
	color:#FFF;
    font-family: 'FiraSans-Regular';	
}
.copy_footer_main_area h2 a
{
	color:#FFF;
	margin:0 4px;
}

.about_us_header
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	z-index:1;
	background:#000;
	margin-top:15px;
}
.about_us_header img
{
	float:left;
	width:100%;
	height:220px;
    /*object-fit: cover;*/
    object-position: center;	
}
.about_body_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:55px 0;
}
.about_left_area
{
	display:block;
	float:left;
	width:100%;
}
.about_left_area h2 {
    color: #000;
    font-size: 28px;
    font-family: 'FiraSans-Bold';
    position: relative;
    padding-bottom: 15px;
}
.about_left_area h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 108px;
    height: 3px;
    background: #0087BC;
}
.about_left_area p
{
	font-size:15px;
	margin-top:16px;
}
.faq_form_area
{
	display:block;
	float:left;
	width:100%;
	padding:40px 25px;
	background:#0AB89D;
	text-align:center;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.faq_form_area:hover
{
	background:#0087BC;
}
.faq_form_area h2
{
	font-size:24px;
	color:#FFF;
	margin-bottom:10px;
    font-family: 'FiraSans-Regular';
	text-align:left;
}
.faq_form_input_style
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
	border:none;	
	border-bottom:1px solid #FFF;
	height:36px;
	font-size:15px;
	background:none;
	outline-style:none;
	color:#FFF;		
}
.faq_form_input_style::placeholder
{
	color:#FFF;
}
.faq_form_textarea_style
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
	border:none;
	border-bottom:1px solid #FFF;
	height:100px;
	font-size:15px;
	background:none;
	outline-style:none;
	color:#FFF;	
}
.faq_form_textarea_style::placeholder
{
	color:#FFF;
}
.faq_form_submit_style
{
	display:inline-block;
	width:100%;
	max-width:290px;
	margin-top:35px;
	border:none;
	height:36px;
	font-size:15px;
	background:#000;
	outline-style:none;
	color:#FFF;
	cursor:pointer;	
    font-family: 'FiraSans-Bold';
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.faq_form_submit_style:hover
{
	background:#FFF;
	color:#000;
}
.faq_form_area p
{
	font-size:14px;
	color:#FFF;
	margin-top:16px;
}
