
*{margin: 0; padding: 0;}

body {
    background: #FFF;
    color: #000;
	font-family: 'Ubuntu';
    font-size:16px;
    overflow-x: hidden;
}


@font-face {
	font-family: 'Ubuntu-Bold';
	src: url('../fonts/Ubuntu-Bold.eot');
	src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu-Bold.woff') format('woff'),
		url('../fonts/Ubuntu-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/Ubuntu.eot');
	src: url('../fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu.woff') format('woff'),
		url('../fonts/Ubuntu.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-Light';
	src: url('../fonts/Ubuntu-Light.eot');
	src: url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu-Light.woff') format('woff'),
		url('../fonts/Ubuntu-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-Medium';
	src: url('../fonts/Ubuntu-Medium.eot');
	src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu-Medium.woff') format('woff'),
		url('../fonts/Ubuntu-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'NotoSerif-Italic';
    src: url('../fonts/NotoSerif-Italic.woff2') format('woff2'),
        url('../fonts/NotoSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico.woff2') format('woff2'),
        url('../fonts/Pacifico.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: 'Ubuntu-Bold';
  	font-weight: 400;
  	padding: 0;
	margin:0;
	opacity: .80;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}
.body_top_padding
{
	padding-top:100px;
}


section
{
	display: 
	inline-block; 
	width:100%; 
	vertical-align: top; 
	position: relative; 
}

header
{
	width:100%; 
	display:block; 
	float:left; 
	position: relative; 
	z-index: 10;
	padding:15px 0 0 0;
	background:#000241;
}
header:after
{
	position:absolute;
	content:'';
	z-index:1;
	left:0;
	bottom:-40px;
	width:100%;
	height:41px;
	background:url(../images/top_wave.png) center center no-repeat;
	background-size:100% 100%;
}
.header_logo
{
	display:inline-block;
	vertical-align:middle;
	width:250px;
}
.header_logo img{width:100%;transition: 0.5s;}

.header_logo img:hover{transform:scale(1.1)}

.header_right_area
{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 255px);
}
.header_right_top_area
{
	display:block;
	float:left;
	width:100%;
	text-align:right;
}
.header_right_top_area .contact
{
	display:inline-block;
	vertical-align:middle;
}
.header_right_top_area .contact p
{
	color:#FFF;
	font-size:15px;
}
.header_right_top_area .contact p a
{
	color:#FFF;
}
.header_right_top_area .contact p a:hover
{
	color:#EE734E;
}
.header_right_top_area .contact p span
{
	margin:0  0 0 10px;
	display:inline-block;
}
.header_right_top_area .contact p i
{
	margin-right:5px;
}

.header_right_top_area .lang
{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
}

.header_right_top_area .lang p
{
	color:#FFF;
	font-size:15px;
}
.header_right_top_area .lang p a
{
	color:#FFF;
	margin:0 2px;
}
.header_right_top_area .lang p a:hover
{
	color:#EE734E;
}

.header_right_top_area .social
{
	display:inline-block;
	vertical-align:middle;
}
.header_right_top_area .social i
{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 2px 0 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    color: #000;
	line-height:22px;
	text-align:center;
	font-size:15px;
}
.header_right_top_area .social i:hover
{
	background:#ACD26B;
	color:#FFF;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}

.nav_and_donation_section
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	text-align:right;
	margin-top:15px;
}
.donation_but
{
	display:inline-block;
	width:76px;
	height:40px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	background:#ee734e;
}
.donation_but:hover
{
	background:#96C555;
	color:#FFF;
}

.nav_main_area
{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 81px);
	text-align:right;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
	display: inline-block;
}

.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: "\f0d7";
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {

transition: 0.5s;
display:inline-block;
vertical-align:middle;

}


.nav-menu-container_wrapper{text-align:text;}



@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
	padding:8px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    outline: none;
    font-family: 'Ubuntu';
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	background:#96C555;
	
}


.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #000000;
  text-align: left;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding:5px 10px ;
  color: #FFFFFF;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
	border-bottom: 2px solid transparent;	
}

.nav-menu ul li:hover > a {
	border-bottom: 2px solid #FFFFFF;
	background-color: #ff0000;
}

.nav-menu ul ul {
  margin: 0;
}


/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 20px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  top:20px;
}

#mobile-nav-toggle i {
  color: #F6BC10;
}

@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;
 
}

#mobile-nav ul li a:hover {
  color: #fff; background-color: #004780;
}

#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: #d5d5d5;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #d5d5d5;
}

#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;
}

.mobile-nav-active #mobile-nav-toggle i{color:#FFF;}


.slider_panel
{
	display:inline-block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.slider_main_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.slider_img_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.slider_img_area img
{
	float:left;
	width:100%;
	height:490px;
    object-fit: cover;
    object-position: center;	
}
.section2
{
	display:block;
	float:left;
	width:100%;
	z-index:2;
	background:#FFF8B9;
	position:relative;
}
.section2:after
{
	position:absolute;
	content:'';
	z-index:2;
	left:0;
	top:-40px;
	width:100%;
	height:41px;
	background:url(../images/section2_wave.png) center center no-repeat;
	background-size:100% 100%;
}
.section2_main_area
{
	display:block;
	float:left;
	width:100%;
	padding:60px 0;
	position:relative;
}
.section2_text_area
{
	display:block;
	float:left;
	width:calc(100% - 440px);
	position:relative;
}
.section2_text_area h2
{
	font-size:40px;
    font-family: 'Pacifico';	
}
.section2_text_area h3
{
	font-size:30px;
	font-family: 'Ubuntu-Bold';
	color:#1a3fa5;
	margin-top:10px;
}
.section2_text_area p
{
	margin-top:20px;
}
.section2_text_area h4
{
	font-size:18px;
    font-family: 'Pacifico';
	margin-top:20px;	
}
.section2_text_area h4 a
{
	color:#000;
}
.section2_text_area h4 a:hover
{
	color:#EF734F;
}
.section2_testimonial_area
{
	display:block;
	float:left;
	width:100%;
	padding:0 70px;
	min-height:80px;
	background:url(../images/testimonial_icon1.png), url(../images/testimonial_icon2.png);
	background-position:top left, bottom right;
	background-repeat:no-repeat, no-repeat;
	margin-top:30px;
}
.section2_testimonial_area p
{
    font-family: 'NotoSerif-Italic';
	font-size:28px;
}

.section2_img_area
{
	display:block;
	float:right;
	width:430px;
	position:absolute;
	right:0;
	bottom:0;
}
.section2_img_area img
{
	max-width:100%;
}

.section3
{
	display:block;
	float:left;
	width:100%;
	z-index:2;
	background:#382F6E;
	position:relative;
	padding:60px 0;
}
.our_work_heading h2
{
	text-align:center;
	font-size:40px;
	color:#FFF;
}
.our_work_box1
{
	display:block;
	float:left;
	width:100%;
	background:#FFF;
	padding:15px;
	border-radius:15px;
	text-align:center;
	margin-top:25px;
}
.our_work_box1 .our_work_img_box
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.our_work_box1:hover .our_work_img_box
{
	border-radius:0;
}
.our_work_img_box
{
	display:inline-block;
	width:240px;
	height:240px;
	border-radius:100%;
	overflow:hidden;	
	-webkit-box-shadow: 6px 6px 0px 0px rgba(173,173,175,1);
-moz-box-shadow: 6px 6px 0px 0px rgba(173,173,175,1);
box-shadow: 6px 6px 0px 0px rgba(173,173,175,1);
position:relative;
z-index:1;
}
.our_work_img_box img
{
	width:100%;
	height:100%;
    object-fit: cover;
    object-position: center;	
}
.our_work_box_heading
{
	display:inline-block;
	width:90%;
	margin:-30px 5% 0 5%;
	background:#0B97EE;
	padding:10px 12px;
	text-align:center;
	font-size:20px;
	font-family: 'Ubuntu-Bold';
	border-radius:8px;
	color:#FFF;
	line-height:22px;
	position:relative;
	z-index:2;
}
.our_work_box_textarea
{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:15px 0;	
}
.our_work_box_textarea p
{
	font-size:16px;
}
.our_work_box_textarea h2
{
	font-size:18px;
    font-family: 'Pacifico';
	margin-top:12px;	
}
.our_work_box_textarea h2 a
{
	color:#000;
}
.our_work_box_textarea h2 a:hover
{
	color:#0a88da;
}
.green_heading
{
	background:#27A61B;
}
.orange_heading
{
	background:#FA7D51;
}

.partneer_section
{
	display:block;
	float:left;
	width:100%;
	z-index:2;
	background:#fff;
	position:relative;
	padding:60px 0;
}
.partneer_heading h2
{
	text-align:center;
	font-size:40px;
	color:#000;
}
.partneer_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
}
.partneer_box1
{
	display:block;
	float:left;
	width:100%;
	height:120px;
	padding:10px 15px;
	border:1px solid #999999;
}
.partneer_box1 img
{
	float:left;
	width:100%;
	height:100%;
    object-fit: contain;
    object-position: center;
}

.president_panel{padding:50px 0; }

.president_panel h2{font-size:40px; font-family: 'Ubuntu-Bold'; margin-bottom:25px; color:#FFF;}

.president_panel_whitebox{width:100%; display:inline-block; vertical-align:top; padding:20px; background-color:#FFF; border-radius:15px; box-shadow:2px 2px 3px rgba(0,0,0,0.5)}

.president_panel_whitebox .image{float:left;  width:100%; height:280px; max-width:306px; object-fit:cover; margin-right:10px;}

.president_panel_whitebox .video{float:right; width:100%; height:309px; max-width:520px;  margin-left:10px;}

.president_panel_whitebox p{font-size:16px; margin:10px 0;}

.president_panel_whitebox h4{font-size:28px; font-family: 'Ubuntu-Medium';}


.president_panel_green{background-color:#8bbe44;}

.president_panel_orange{background-color:#ee734e;}

footer{display:inline-block; vertical-align:top; width:100%; background-image:url(../images/footer_bg.jpg); background-size:cover; padding:50px 0 80px; color:rgba(255,255,255,0.7); margin-bottom:-63px}

footer h2{font-size:20px; font-family: 'Ubuntu-Medium'; margin-bottom:10px; color:#FFF;}

footer p{width:100%; display:inline-block; vertical-align:top; margin:7px 0; font-size:14px;}

footer p strong{text-transform:uppercase;}

footer ul{padding-left:0px; width:100%; display:inline-block; vertical-align:top;}

footer ul li{list-style-type:none; width:100%; display:inline-block; vertical-align:top;}

footer ul li a{display:inline-block; vertical-align:top; padding:4px 0; color:rgba(255,255,255,0.7); }

footer ul li a:hover{color:#FFF;}


footer input[type=text], footer textarea{width:100%; display:inline-block; vertical-align:top; background-color:transparent; padding:10px; height:35px; border:1px solid #FFF; color:#FFF; margin:4px 0; outline-style:none;}

footer textarea{height:90px;}

footer input[type=submit]{display:inline-block; vertical-align:top; background-color:#00a2e1; color:#FFF; padding:10px 20px; text-align:center; border:none; outline-style:none; text-transform:uppercase; cursor:pointer; margin:10px 0 0 0; }


footer input[type=submit]:hover{background-color:#e3000f;}

.footer_bottom_top{width:100%; height:37px; position:relative; display:inline-block; z-index:2; object-fit:cover; object-position:top center;}

.footer_bottom{background-color:#e3000f; color:#FFF; vertical-align:top; padding:10px 0 20px 0;}

.footer_bottom img{margin-bottom:5px;}

.footer_bottom .social{display:inline-block;}

.footer_bottom .social a{display:inline-block; vertical-align:top; width:26px; height:26px; border-radius:100%; background-color:#fff; color:#e3000f; text-align:center; padding-top:2px; 	transition: 0.5s;}

.footer_bottom .social a:hover{background-color:#e3000f; color:#fff;}

.subpage_header_contanear
{
	display:block;
	float:left;
	width:100%;
}
.subpage_header_contanear img
{
	float:left;
	width:100%;
}

.subpage_body_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 40px 0 60px 0;
}
.about_pannel h2 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
	font-family: 'Ubuntu-Bold';
    margin-bottom: 20px;
}

.about_pannel h3 {
    font-size: 18px;
    font-weight: bold;
    color: #323aa8;
    font-family: 'Muli';
    margin-bottom: 10px;
}
.about_pannel h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1d2261;
    font-family: 'Muli';
    margin-bottom: 10px;
}
.about_pannel p
{	
	font-family: 'Muli', sans-serif; 
	font-size: 15px;
	margin-top: 20px;
	text-align: justify;
}

.news_contanear_right_area2
{
	display: block;
	float:right;
	width: 100%;
	padding: 25px;
	background: rgba(249,243,59,1);
	background: -moz-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,243,59,1)), color-stop(100%, rgba(251,165,59,1)));
	background: -webkit-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: linear-gradient(135deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f33b', endColorstr='#fba53b', GradientType=1 );
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.news_contanear_right_area2:hover
{
background: #9ce450; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9ce450 0%, #dae74f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9ce450 0%,#dae74f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9ce450 0%,#dae74f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce450', endColorstr='#dae74f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.news_contanear_right_area2 h2
{
	font-size: 20px;
	font-family: 'Ubuntu-Bold';
}
.news_box2
{
	display: block;
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.80);
	padding: 15px;
	margin-top: 15px;
}
.news_box2 h3
{
	font-size: 15px;
	font-family: 'Ubuntu';
	color: #FFFFFF;
	background: #E1582E;
	padding: 6px 12px;
	display: inline-block;
}
.news_box2 p
{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	color: #000000;
}

