
@font-face { font-family: OpenSans-Regular; src: url('../fonts/OpenSans-Regular.ttf'); } 
@font-face { font-family: Gobold Bold; src: url('../fonts/Gobold Bold.ttf');}
@font-face { font-family: MyriadPro-Regular; src: url('../fonts/MyriadPro-Regular.ttf');}


body{
	padding:0;
	margin:0;
	font-size:12px;
	color:#000;
	font-family: OpenSans-Regular;
	}
h1,h2,h3,h4,h5,h6{
    color: #000;
	font-family: Gobold Bold;
	text-transform:uppercase;
	}
h1{
	font-size: 31px;
	}
h2{
	font-size:31px;
	}
h3{
	font-size: 21px;
	}
h4{
	font-size:19px;
	}
	
h5{
	font-size:15px;
	}	
h6{
	font-size:11px;
	}
	
p{
	font-size: 12px;
    color: #000;	
	line-height:25px;
	}
:focus {
	outline:none;
	}	
ul {
	padding:0;
	margin:0;
	list-style:none;
	}
	
a{
	font-size: 12px;
    color: #000;	
	line-height:25px;
	text-decoration:none;
	transition:0.4s linear;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	}
a:hover{
    color: #2d2c2c;
	text-decoration:none;
	}
section {
	float:left;
	width:100%;
	}	
.padding0 {
	padding:0;
	}
.padiing32 {
	padding:0 32px;
	}
.padding70 {
	padding:70px 0;
	}	
html|* > svg {
    transform-origin:0px 0px 0px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
	width:100%;
	height:40px;
	border:1px solid #dedede;
	font-size:14px;
	padding:0 15px;
	}
textarea {
	width:100%;
	height:100px;
	border:1px solid #dedede;
	font-size:14px;
	padding:15px;
	resize:none;
	}
	
input[type="submit"] {
	background-color:#f7d23b;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	border:none;
	padding:8px 20px;
	transition:0.4s linear;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	}
input[type="submit"]:hover {
	box-shadow:1px 1px 10px rgba(0,0,0,0.2);
	}		
.caption_heading {
	font-size:37px;
	margin:30px 0;
	display:block;
	text-transform:uppercase;
	}	
.caption_heading span {
	color:#fbd433;
	
	}		
/********back to top*********/

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #ffbb01;
	color: #2c2c2c;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #000;
}
#back-to-top.show {
    opacity: 1;
}
	
/*++++++++++++++++++++++++++++++++++
index page start
+++++++++++++++++++++++++++++++++++*/
header {
 	background-color: #fbd433;
    border-bottom: 4px solid #e5c026;
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
	}
.logo_area {
    position: relative;
    width: 200px;
	}	
.logo_area img {
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	}
.logo {
	display:none;
	}
.header_sociallist {
	padding:8px 0;
	text-align:right;
	position:relative;
	}
.header_sociallist::before {
	content: '';
    display: block;
    width: 1px;
    height: 109%;
    background-color: #000;
    position: absolute;
    left: 33px;
    top: 1px;
	}					
.header_sociallist ul li {
	display:inline-block;
	padding:0 5px;
	}
.header_sociallist ul li a {
	font-size:16px;
	color:#9c800c;
	}
.header_sociallist ul li:hover a {
	color:#000;
	}	
.header_sociallist span {
	color:#494747;
	font-size:14px;
	text-transform:uppercase;
	font-family: Gobold Bold; 
	
	}
.header_sociallist span a {
		color: #494747;
		font-size: 15px;
		font-family: OpenSans-Regular;
		text-transform: lowercase !important;
	}
.header_button {
	padding:16px 0;
	text-align:center;
	}	
.header_button a{
	background-color: #e5c026;
    border-radius: 12px;
    color: #010101;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Gobold Bold;
    padding: 9px 17px;
    display: inline-block;
    width: 105px;
    text-align: center;
    margin-right: 12px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	}
.header_button a:last-child{
	margin:0;
	}
.header_button a:hover {
	background-color:#000;
	color:#fbd433;
	}
.banner_home .caption_banner {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.41);
    width: 100%;
    max-width: 500px;
    padding: 10px 40px;
	
	}
.banner_home .caption_banner h1 {
	color:#fff;
	font-size:37px;
	font-family: Gobold Bold;
	text-transform:uppercase;
	line-height:55px;
	}
.banner_home .caption_banner span {
	color:#fbd433;
	}
.banner_home.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
.banner_home.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
	background: #000;
}	
.banner_home.owl-theme .owl-dots .owl-dot.active span { 
	background: #fbd433;
	border:3px solid #6f6f6f;
}	
.banner_below {
	border-bottom:1px solid #dcdcdc;
	}	
.banner_below p {
	font-size:18px;
	color:#000;
	line-height:35px;
	font-style:italic;
	}
.campaing_section {
	background-color:#fbd433;
	background-image:url(../images/campain.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding:20px;
	width:100%;
	float:left;
	}
.campaing_section h3 {
	text-align:center;
	font-family: OpenSans-Regular;
	font-size:19px;
	font-style:italic;
	}
.campaing_section ul {
	padding-top:150px;
	}
.campaing_section ul li {
	float:left;
	width:100%;
	margin-bottom: 15px;
	}	
.campaing_section ul li h4 {
	font-size:15px;
	}	
.campaing_section ul li p {
	font-size:13px;
	line-height:20px;
	font-style:italic;
	text-align:justify;
	}			
.campaing_section ul li img {
	float:left;
	margin:0 20px 20px 0;
	}
.campaing_section .view_all {
	border:1px solid #000;
	font-size:12px;
	padding:5px 10px;
	display:inline-block;
	width:115px;
	}
.campaing_section .view_all:hover {
	background-color:#000;
	color:#fff;
	}
.we_work {
	border-bottom:1px solid #dcdcdc;
	}	
.where_we_work {
	padding:10px 0 40px 0;
	}
.map_area {
	overflow: hidden;
    height: 600px;
	position:relative;
	}	
.map_area,.location_mapping,.work_field {
	margin-top:20px;
	}	
.map_area svg {
    height: 800px;
    width: 583px;
    float: none;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(0.6) translateY(-30%);
    -moz-transform: scale(0.6) translateY(-30%);
    -ms-transform: scale(0.6) translateY(-30%);
    transform: scale(0.75) translateY(-29%);
}

.land{
		fill: #fff;
		fill-opacity: 1;
		stroke:#333;
		stroke-opacity: 1;
		stroke-width:0.5;
	}
/*.land:hover {
	    fill: #fbd433;
	}*/ 
.location_mapping ul {
	border-left:1px solid #dedede;
	margin-left:20px;
	}
.location_mapping ul li h3 {
	font-size:31px;
	}
.location_mapping ul li p {
	font-size: 18px;
    font-style: italic;
    line-height: 30px;
	}
	
.location_mapping ul li {
    padding-top: 30px;
    position: relative;
    padding-left: 40px;
	}
.location_mapping ul li::before {
	content:'';
	display:block;
	position:absolute;
	left:-10px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	margin-top:-60px;
	width:17px;
	height:17px;
	background-color:#acacac;
	border-radius:100px;
	}
.location_mapping ul li:hover h3{
	color:#fbd950;

	}
.location_mapping ul li:hover::before {
	background-color:#fbd950;

	}
.work_field {
	background-color:#fbd433;
	padding:50px 40px;
	}
.work_field ul {
	display:table;
	float:none;
	width:100%;
	}
.work_field ul li {
	display:inline-block;
	width:49%;
	float:none;
	vertical-align:middle;
	padding:30px 30px 30px 20px;
	border-bottom:1px dashed #a89168;
	border-right:1px dashed #a89168;
	height: 120px;
	}
.work_field ul li:nth-child(7),
.work_field ul li:nth-child(8) {
	border-bottom:none;
	}
.work_field ul li:nth-child(2),
.work_field ul li:nth-child(4),
.work_field ul li:nth-child(6),
.work_field ul li:nth-child(8)   {
	border-right:none;
	}		
.work_field ul li img {
	float:left;
	margin-right:20px;
	}
.work_field ul li span {
    color: #866d04;
    font-size: 20px;
    font-style: italic;
    line-height: 1;
	
	}
.work_field ul li p {
	color:#866d04;
	font-size:12px;
	font-style:italic;
	}
.donate_page {
	float:left;
	width:100%;
	margin: 0 0 50px;
	}	
.donate_page a {
    background-color: #fbd433;
    padding: 6px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-left: 19%;
	}
.donate_page:hover a {
	background-color:#000;
	color:#fbd433;
	
	}
.take_stand,.Sustainable_development,.words_valunteers {
	padding:50px 0;
	}
.border_right {
	border-right:1px solid #fbeaa3;
	}		
.take_stand h2,.Sustainable_development h2,.words_valunteers h2 {
	font-size:30px;
	}
.take_a_stand .item img {
    margin-bottom: 36px;
}
.take_a_stand .item h3{
	font-size:22px;
	margin-bottom:27px;
	
	}
.take_a_stand .item span {
	color:#494848;
	font-size:18px;
	font-family: Gobold Bold;
	margin-bottom:20px;
	display:block;
	}
.take_a_stand .item p {
	font-size:18px;
	line-height:35px;
	font-style:italic;
	}
.donate_now {
	background-color:#454545;
	padding:8px 10px;
	color:#f7d23b;
	width:185px;
	text-align:center;
	display:inline-block;
	margin-right:38px;
	font-size:18px;
	}
.pledge_btn {
	background-color:#f7d23b;
	padding:8px 10px;
	color:#454545;
	width:185px;
	text-align:center;
	display:inline-block;
	font-size:18px;
	}
.donate_now:hover ,
.pledge_btn:hover {
	background-color:#000;
	color:#f7d23b;
	}
.take_a_stand.owl-theme .owl-nav ,
.chlid_education.owl-theme .owl-nav,
.volunteers_speeks.owl-theme .owl-nav,
.doner_speeks.owl-theme .owl-nav  {
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.volunteers_speeks.owl-theme .owl-nav ,
.doner_speeks.owl-theme .owl-nav  {
    bottom: 20px;
}
.take_a_stand.owl-theme .owl-nav [class*=owl-],
.chlid_education.owl-theme .owl-nav [class*=owl-],
.volunteers_speeks.owl-theme .owl-nav [class*=owl-],
.doner_speeks.owl-theme .owl-nav [class*=owl-] {
    color: #454545;
    font-size: 20px;
    background: transparent;
	margin: 0;
}
.chlid_education iframe {
	width:100%;
	height:300px;
	margin-bottom:20px;
	}
.volunteers_speeks .item {
	padding-bottom:100px;
	border-bottom:1px dashed #ffd732;
	}	
.volunteers_speeks .item p{
	font-size:17px;
	line-height:30px;
	font-style:italic;
	
	}
.volunteers_speeks .item span{
	font-size:17px;
	line-height:30px;
	font-style:italic;
	font-weight:bold;
	
	}
.doner_speeks .item {
	padding-bottom:100px;
	}	
.doner_speeks .item p{
	font-size:17px;
	line-height:30px;
	font-style:italic;
	
	}
.doner_speeks .item span{
	font-size:17px;
	line-height:30px;
	font-style:italic;
	font-weight:bold;
	
	}
.newsletter {
	background-color:#ebebeb;
	}
.subscribe_newsletter {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.subscribe_newsletter h4 {
	font-size:22px;
	}
.subscribe_newsletter p {
	text-transform:uppercase;
	}
.subscribe_newsletter form {
	float: right;
    position: relative;
    width: 100%;
    min-width: 338px;
    margin-top: 14px;
	}
.subscribe_newsletter form input[type="email"] {
	width:100%;
	height:44px;
	border:1px solid #b7b7b7;
	background-color:transparent;
	padding:0 15px;
	font-size:17px;
	}
.subscribe_newsletter form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f7d23b;
    color: #000;
    padding: 11px 23px;
    text-transform: uppercase;
    border: none;
	}
footer{
	background-color:#32302f;
	float:left;
	width:100%;
	padding-top:60px;
	}
.footer_links h6 {
	color:#fffffe;
	font-size:20px;
	margin-bottom:30px;
	}
.footer_links ul li a {
	color:#a5a4a4;
	font-size:16px;
	margin-bottom:8px;
	display:block;
	}
.footer_links ul li:hover a {
	color:#fff;
	}	
.follow_payment {
    float: left;
    width: 100%;
    padding-bottom: 60px;
	}
.followus {
	text-align:left
	}
.followus ul li {
	display:inline-block;
	float:none;
	vertical-align:middle;
	color:#a5a4a4;
	font-size:16px;
	}
.followus ul li a{
	color:#a5a4a4;
	font-size:16px;
	margin:0 10px;
	}		
.payment_area {
	text-align:right
	}
.payment_area ul li {
	display:inline-block;
	float:none;
	vertical-align:middle;
	color:#a5a4a4;
	font-size:16px;
	margin-right:20px;
	}
.copy_right {
	float:left;
	width:100%;
	background-color:#575352;
	color:#a5a4a4;
	font-size:16px;
	}
.inner_copy {
	padding:20px 0;
	float:left;
	width:100%;
	}	
.powerd_link {
	text-align:right;
	color:#a5a4a4;
	font-size:16px;
	}
.powerd_link a{
	color:#a5a4a4;
	font-size:16px;
	}
.powerd_link:hover a {
	color:#f7d23b;
	}

/***content***/
.breadcrumb_area {
	margin-bottom:15px;
	}
.breadcrumb_area ul li {
	display:inline-block;
	}
.breadcrumb_area ul li {
	color:#d6ae0a;
	font-size:14px;
	position:relative;
	padding:0 8px;
	text-transform:capitalize;
	}
.breadcrumb_area ul li::after {
	content: '/';
    position: absolute;
    right: -6px;
    top: 3px;
    color: #000;
	}
.breadcrumb_area ul li:last-child::after {
	display:none;
	}		
.breadcrumb_area ul li::first-child {
	padding-left:0;
	}			
.breadcrumb_area ul li a {
	color:#000;
	font-size:14px;
	text-transform:capitalize;
	}	
.inner_banner {
	width:100%;
	}
.content_base h3 {
	font-size:20px;
	color:#f7d23b;
	}
.content_base p {
	font-size:14px;
	line-height:30px;
	text-align:justify;
	}
.content_base ul {
	margin:15px 0;
	}
.content_base ul li {
	position:relative;
	font-size:14px;
	line-height:30px;
	text-align:justify;
	padding-left:15px;
	}
.content_base ul li:before {
    content:"\f111"; 
    font-family: FontAwesome;
    left:0;
    position:absolute;
    top:0;
	color:#242424;
	font-size:10px;
 }
 /***contact us***/
 .contact_area iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #dedede !important;
    padding: 5px;

	 }
.contact_area {
    font-size: 14px;
    line-height: 30px;
}
.contact_area h3 {
	margin-bottom:15px;
	}
.volunteerouter h2{font-size:18px;margin-bottom:30px}
.volunteerouter{margin-top:60px;margin-bottom:60px;    background: #eee;padding-bottom:30px;padding-top:15px;}
.volunteerouter p{text-align:left;}
																																																		 								 															
																																																																									