*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'UbuntuRegular';
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}
@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonts/ubuntu-r.eot');
    src: url('../fonts/ubuntu-r.eot') format('embedded-opentype'),
         url('../fonts/ubuntu-r.woff') format('woff'),
         url('../fonts/ubuntu-r.ttf') format('truetype'),
         url('../fonts/ubuntu-r.svg#UbuntuRegular') format('svg');
}

@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: 'UbuntuBold';
    src: url('../fonts/ubuntu-b.eot');
    src: url('../fonts/ubuntu-b.eot') format('embedded-opentype'),
         url('../fonts/ubuntu-b.woff') format('woff'),
         url('../fonts/ubuntu-b.ttf') format('truetype'),
         url('../fonts/ubuntu-b.svg#UbuntuBold') format('svg');
}

.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}

.top_logo_and_nav_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
	z-index:2;
	background:#ec9600;
}

.logo_area
{
	display:block;
	float:left;
	width:331px;
}
.logo_area img
{
	float:left;
	width:100%;
}
.donation_but
{
	display:block;
	float:right;
	width:124px;
	height:44px;
	border-radius:6px;
	background:#EF3E36;
	text-align:center;
	line-height:44px;
	color:#FFF;
    font-family: 'UbuntuBold';
	margin:8px 0 0 10px;
}
.donation_but:hover
{
	background:#8CC63E;
}
.nav_mian_area
{
	display:block;
	float:right;
	width:auto;
	margin-top:20px;
}
.nav_mian_area ul
{
	text-align:right;
}
.nav_mian_area ul li
{
	display:inline;
	list-style-type:none;
	position:relative;	
}
.nav_mian_area ul li a
{
	color:#fff;
	font-size:18px;
	padding:32px 20px;
	margin:0 1px;
}
.nav_mian_area ul li a:hover
{
	background:#845400;
	color:#FFF;
}

.active a
{
	background:#845400 !important;
	color:#FFF !important;	
}
.active2 a
{
	color:#FFFFFF !important;
	background:#86c724 !important;
}


.nav_mian_area ul li ul{position:absolute; width:200px; top:0; left:0px; display:none; margin-top:22px; padding-top:28px; text-align:left;}

.nav_mian_area ul li:hover ul{display:block;}

.nav_mian_area ul li ul li{width:100%; line-height:20px !important;}
.nav_mian_area ul li ul li a{padding:8px; background-color:#8BC53F !important; background-image:none; display:block; border-bottom:1px solid #5d9b3c; font-size:13px; color:#FFF; border-radius:0; }
.nav_mian_area ul li ul li a:hover{background-color:#EE4001 !important; color:#FFF; background-image:none;}





.small_manu
		{
		float:right;
		height:auto;
		margin:-5px 0 0 0px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:center;
		z-index:9999;
		position:relative;
		text-transform:uppercase;	
		}


.toggleMenu {
    display:  none;
	margin-top:12px;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 8px 15px;
    color:#666;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#8BC53F;
	color:#FFF;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:13px;
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:center;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}
.nav2 li i
{
	vertical-align:middle;
    margin-top:-5px;
}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#EE4001 !important;
}


/**************dropdown_menu*************/

.slider_and_news_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:30px 0;
	background:#f3f0cf;
}

.slider_contanear
{
	display:block;
	float:left;
	width:73%;
	position:relative;
	z-index:1;
}


.top_news_area
{
	display:block;
	float:right;
	width:25%;
	background:#FFF;
}
.top_news_area2
{
	display:block;
	float:right;
	width:100%;
	background:#FFF;
}
.top_news_heading
{
	display:block;
	float:left;
	width:100%;
	padding:10px 15px;
	background:#34327D;
	color:#FFFFFF;
	font-size:25px;
	text-transform:uppercase;
    font-family: 'UbuntuBold';	
}
.top_news_boxes_area
{
	display:block;
	float:left;
	width:100%;
	padding:0 15px;
}
.top_news_box1
{
	display:block;
	float:left;
	width:100%;
	padding:13px 0;
	border-bottom:1px solid #DEDEDE
}
.top_news_box1:last-child
{
	border-bottom:none;	
}
.top_news_box1 h2
{
	font-size:16px;
    font-family: 'UbuntuBold';
	color:#2d343a;
}
.top_news_box1 p
{
	font-size:15px;
	color:#2d343a;
	margin-top:4px;
	line-height:22px;
}
.top_news_box1 h3
{
	font-size:16px;
    font-family: 'UbuntuBold';
	color:#2d343a;
	text-transform:uppercase;
	margin-top:6px;
}
.top_news_box1 h3 a
{
	color:#2d343a;
}
.top_news_box1 h3 a:hover
{
	color:#EF3E36;
}
.pannel1_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/pannel1_bg.jpg) center center no-repeat;
	background-size:100% 605px;
	padding:45px 0;
}
.top_boxes_main_area
{
	display:block;
	float:left;
	width:100%;
}
.top_box1
{
	display:block;
	float:left;
	width:33.3%;
	text-align:center;
	padding:30px 3%;
	background:#ef3e36;
}
.top_box1 h2
{
	color:#FFF;
	font-size:25px;
	text-transform:uppercase;
}
.top_box1 p
{
	font-size:15px;
	margin-top:10px;
	line-height:20px;
	color:#FFF;
}
.top_box1 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;	
}
.top_box1:hover img
{
	transform: scale(1.2);	
}

.top_box2
{
	display:block;
	float:left;
	width:33.3%;
	text-align:center;
	padding:30px 3%;
	background:#ffd006;
}
.top_box2 h2
{
	color:#000;
	font-size:25px;
	text-transform:uppercase;
}
.top_box2 p
{
	font-size:15px;
	margin-top:10px;
	line-height:20px;
	color:#000;
}
.top_box2 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;	
}
.top_box2:hover img
{
	transform: scale(1.2);	
}


.top_box3
{
	display:block;
	float:left;
	width:33.3%;
	text-align:center;
	padding:30px 3%;
	background:#8CC63E;
}
.top_box3 h2
{
	color:#FFF;
	font-size:25px;
	text-transform:uppercase;
}
.top_box3 p
{
	font-size:15px;
	margin-top:10px;
	line-height:20px;
	color:#FFF;
}
.top_box3 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;	
}
.top_box3:hover img
{
	transform: scale(1.2);	
}


.section2_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
}
.message_and_donate_area
{
	display:block;
	float:left;
	width:100%;
}
.message_area:hover img
{
	transform: scale(1.1);
}
.message_area
{
	display:block;
	float:left;
	width:63%;
}
.message_area h2
{
	font-size:30px;
	color:#2d343a;
    font-family: 'UbuntuBold';
	text-transform:uppercase;	
}
.message_area img
{
	float:left;
	margin:10px 15px 5px 0;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.message_area h3
{
	font-size:22px;
	color:#8cc63e;
    font-family: 'UbuntuBold';
	margin-top:10px;
}
.message_area p
{
	font-size:14px;
	color:#2d343a;
	line-height:20px;
	font-style:italic;
	margin-top:5px;
}
.donate_but_area
{
	display:block;
	float:right;
	width:35%;
	text-align:right;
}
.donate_but_area img
{
	max-width:100%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.donate_but_area:hover img
{
	transform: scale(1.1);
}
.activities_contanear
{
	display:block;
	float:left;
	width:100%;
	margin-top:35px;
	background:url(../images/activities_bg.jpg) repeat;
	padding:30px 0;
	border:2px dashed #C6C6C6;
	border-radius:15px;
}
.activities_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
    font-family: 'UbuntuBold';
	color:#2d343a;
}







.subscribe_newsletter_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#EC9601;
	padding:20px 0;
}
.subscribe_newsletter_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.subscribe_newsletter_main_area p
{
	display:inline-block;
	font-size:25px;
	color:#FFF;
	vertical-align:middle;
	margin:15px 0 10px 0;

}
.subscribe_newsletter_form_area
{
	display:inline-block;
	width:500px;
	vertical-align:middle;
	margin:10px 0 0 15px;
}
.subscribe_newsletter_input_style
{
	display:block;
	float:left;
	width:70%;
	height:48px;
	background:#FFF;
	padding:0 15px;
	border:none;
	font-size:15px;
	color:#000000;
}
.subscribe_newsletter_submit_style
{
	display:block;
	float:right;
	width:28%;
	height:48px;
	background:#000000;
	padding:0 15px;
	border:none;
	font-size:18px;
	color:#fff;
	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;
}
.subscribe_newsletter_submit_style:hover
{
	background:#8DC643;
}
.footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#242C41;
	padding:40px 0;
}
.footer_box1
{
	display:block;
	float:left;
	width:24%;
	padding-right:15px;
}
.footer_box1 h2
{
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
}
.footer_box1  ul
{
	margin:15px 0 0 20px;
	color:#FFF;
	font-size:15px;
}
.footer_box1  ul li
{
	list-style-image:url(../images/list_type1.png);
	margin-top:10px;
}
.footer_box1  ul li a
{
	color:#FFF;
}
.footer_box1  ul li a:hover
{
	color:#EDC91C;
}

.footer_box3
{
	display:block;
	float:left;
	width:38%;
	padding-right:15px;
}
.footer_box3 h2
{
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
}
.footer_box3 p
{
	font-size:15px;
	color:#FFF;
	position:relative;
	margin-top:20px;
	padding-left:35px;
	line-height:20px;	
}
.footer_box3 p i
{
	position:absolute;
	left:0;
	top:0;
	font-size:25px;
	color:#edc91c;
}
.footer_box3 p a
{
	color:#FFF;
}
.footer_box3 p a:hover
{
	color:#EDC91C;
}
.bottom_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#000000;
	padding:20px 0;
}
.bottom_footer_main_area
{
	display:block;
	float:left;
	width:100%;
}
.bottom_footer_main_area p
{
	font-size:15px;
	color:#FFF;
	float:left;
	margin-top:6px;
}
.bottom_footer_main_area p a
{
	color:#FFFFFF;
	text-transform:uppercase;
    font-family: 'UbuntuBold';	
}
.bottom_footer_main_area p a:hover
{
	color:#EF3E36;	
}
.bottom_footer_main_area p span
{
	margin-left:20px;
	display:inline-block;
}
.bottom_footer_main_area h2
{
	font-size:25px;
	color:#FFF;
	float:right;
}
.bottom_footer_main_area h2 a
{
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0 5px;	
}
.bottom_footer_main_area h2 a:hover
{
	color:#EF3E36;
}
.report_panel{float:left; width:100%; background-color:#efefef; padding:30px 0;}

.report_panel h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'UbuntuBold';
    margin-bottom: 20px;
}

.report_panel h2 span{color:#d91e00}

.report_panel_inner{float:left; width:102%; margin:0 -1%;}

.report_panel_col{display:inline-block; vertical-align:top; background-color:#FFF; border:5px solid #9dc852; padding:15px 5px; width:22%; margin:8px 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;}

.report_panel_col img{width:25%; display:inline-block; vertical-align:middle; padding:0 5px 0 0; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
		-ms-transition: all .5s ;
		-o-transition: all .5s ;
		transition: all .5s ;
		transition-timing-function:ease-out;}

.report_panel_col p{width:72%; display:inline-block; vertical-align:middle; color:#000;  font-family: 'UbuntuBold'; font-weight:bold; text-transform:uppercase; font-size:20px;}

.report_panel_col p span{display:inline-block; color:#bf1900}

.report_panel_col:hover{ border-color:#EC9601;}

.report_panel_col:hover img{margin:-20px 0 0 0;}

.photo_and_media_gallery_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/photo_and_media_gallery_bg.jpg) top center no-repeat;
	background-size:100% 773px;
	padding:46px 0;
}

.images_and_video_area
{
	display:block;
	float:left;
	width:100%;
}

.images_gallery_area
{
	display:block;
	float:left;
	width:48%;
}
.images_gallery_area h1
{
	font-size:30px;
	text-transform:uppercase;
    font-family: 'UbuntuBold';
	margin-bottom:20px;
	color:#FFF;	
}
.images_gallery_area p
{
	font-size:14px;
	color:#2d343a;
    font-family: 'UbuntuBold';	
	margin-top:10px;
	float:left;
	width:100%;
	text-transform:uppercase;
	clear:both;	
}
.images_gallery_area p a
{
	color:#FFFFFF;	
}
.images_gallery_area p a:hover
{
	color:#ffd006;
}
#vlightbox1 .vlightbox1 img{width:100%;}


.video_area
{
	display:block;
	float:right;
	width:49%;
}
.video_area .video_img_area 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;	
}

.video_area:hover .video_img_area img
{
	transform: scale(1.1);	
}
.video_area_main_heading
{
	display:block;
	float:left;
	width:100%;
}
.video_area_main_heading p
{
	font-size:30px;
	text-transform:uppercase;
    font-family: 'UbuntuBold';
	margin-bottom:20px;
	color:#FFF;	
}

/*-----------------------------*/
.video_img_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
	background-image:url(../images/video_img.png);
	background-size:100% 100%;
	padding:20px 75px 30px 80px;
	-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_img_area iframe
{
	width:100%;
	height:255px;
}

.video_img_area:hover{transform:scale(1.05)}

.video_area h2
{
	font-size:14px;
	color:#2d343a;
    font-family: 'UbuntuBold';	
	margin-top:40px;
	float:left;
	width:100%;
	text-transform:uppercase;
	clear:both;		
}
.video_area h2 a
{
	color:#FFF;
}
.video_area h2 a:hover
{
	color:#ffd006;	
}
.activities_slider_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.subpage_header_img_area
{
	display:block;
	float:left;
	width:100%;
}
.subpage_header_img_area img
{
	float:left;
	width:100%;
}
.subpage_body_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
}
.subpage_body_left_area
{
	display:block;
	float:left;
	width:68%;
}
.subpage_body_left_heading
{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	font-size:30px;
    font-family: 'UbuntuBold';
}
.about_text_area
{
	display:block;
	float:left;
	width:100%;
}
.about_text_area p
{
	font-size:15px;
	margin-top:18px;
	text-align:justify;
	line-height:22px;
}
.subpage_body_right_area
{
	display:block;
	float:right;
	width:30%;
	background:#33AFE5;
	padding:15px;
}