@charset "utf-8";
/* CSS Document */


/*
 *
 * charity pages html template
 * Author: Jitu Chauhan
 *
 */

/*@import "responsive.css";*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600);

/*------------------------------------------------
		Index of charity template html
			
			
			Index : 
			Program :
									- Program Detail :

			Event :
									- Event 2 :
									- Event Detail :
			
			Blog :
									- Blog-detail :
			
			Pages :
								    - About-us :
								    - Contact-us :
									- Donate :
									- Faq :
									- Our Sponser :
									- Shortcode Alerts :
									- Shortcode Columns :
									- Shortcode Tabs :
									- Shortcode Typography :
									- Shortcode List :
									- Team :
									- Team Detail :
									- Volunteer :
									- 404 error :
	
-----------------------------------------*/
/*----------------------------------------
			COLORS
			
			      	Primary color								: #297efc;
				  	Secondry 	color							: #302f2c;
					h1, h2, h3, h4, h5, h6 				: #302f2c;
	                p : color											: #686868;
					a : color											: #302f2c;
				    a:hover 										: #297efc;
				    footer : color								:#2c2c2a;


----------------------------------------*/

/*-------------------------------
			FONT FAMILY
			
	h1, h2, h3, h4, h5, h6	: 	font-family: 'Dosis', sans-serif;
						 					p	: 	font-family: 'Roboto', sans-serif;
						 				    a	: 	font-family: 'Dosis', sans-serif;

-------------------------------*/

/*-------------------------------
			FONT SIZE based on Golden Ration
			
					body : font-size:16px;
					    h1 : font-size: 42px
						h2 : font-size: 26px
						h3 : font-size: 20px
						h4 : font-size: 17px
						 p : font-size: 16px

-------------------------------*/

/*------------------------------
		General Styles
-------------------------------*/		


body {
	font-size:16px;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #000;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;
	color:#302f2c;
	font-weight:500;
	margin-bottom:20px;
	margin-top:0px;
	-webkit-font-smoothing:antialiased;
	letter-spacing:0px;
	text-rendering: optimizeSpeed;
}
h1 {
	font-size:42px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:17px;
}
p {
	color:#000;
	line-height:26px;
	margin-bottom:20px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
}
a {
	color:#302f2c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration:none;
	color:#5290f3;
}
ul {
	padding:0px;
}
ul li {
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	list-style:none;
	font-weight:300;
}
.mb-50{
	margin-bottom: 50px;
}
.hero-content p.mb-0{
	margin-bottom: 0;
}
.lead-font {
	font-size:18px;
	line-height:24px;
	color:#000;
}
.list-style {
	margin-bottom:30px;
}
 .list-style li {
	margin-bottom: 12px;
}
.btn-yellow {
	background:#5290f3;
	border:none;
	border-radius:2px;
	color:#fff;
	padding:8px 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-yellow:hover {
	background:#302f2c;
	color:#fff;
}
.blk {
	margin-bottom:40px;
	margin-top:40px;
}
.icon-size {
	margin-bottom:20px;
	margin-top:10px;
	font-size:32px;
}
.pic {
	margin-bottom:30px;
	position: relative;
}
.pic img {
	border-radius: 4px;
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pic img:hover {
	border-radius: 4px;
	opacity: 1;
}
::selection {
 background: #297efc;
 color:#302f2c;
}
input.form-control {
	height: 50px;
	border: #dedcd7 solid 1px;
	border-radius: 0px;
}

/**** menu-bar  ***/

.header .navbar-default {
	background-color:#fff;
	border: 0px;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header .navbar-brand {
	float: left;
	height: 85px;
	padding: 5px 10px;
	font-size: 24px;
	font-weight:700;
	letter-spacing:-2px;
	line-height: 20px;
	color:#f5f5f5;
	margin-top: -12px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
	font-size:16px;
	font-family: 'Dosis', sans-serif;
	font-weight:500;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #287dfe;
	background-color: transparent;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
#top-search {
	float: left;
	height: 40px;
	background: #3d3c3a;
	border: none;
	outline: none;
	line-height: 24px;
	padding: 7px 15px;
	color: #777777;
	display: none;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:5px;
}
li.search a {
	float:left;
}
/*****drop down menu******/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #297efc;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #297efc;
	background-clip: padding-box;
	border:none;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
}
.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
	font-weight: 300;
}
/*****   menu-bar end *****/
/****     banner section   ******/
.banner {
	background-color:#fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 100px;
	left: 16%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.carousel-caption h1 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size: 38px;
	text-transform:uppercase;
	font-weight:600;
}
.carousel-caption p {
	color:#fff;
}

.form-box .sidebar-blk p{ color:#000;}
.form-box .sidebar-blk h1{ color:#3d3c3a;}
.form-box .sidebar-blk label{ color:#3d3c3a;}
.form-box .sidebar-blk .btn-yellow{ font-size:20px; padding:8px 0px; margin-top:20px;}
/****     banner section - end    ******/

/****     about-intro section   ******/

.about {
	background-color:#fff;
	/*background-image:url(../images/bg-ptrn.jpg);*/
	padding-bottom:40px;
	padding-top:80px;
}
.donate-info {
	margin-bottom: 50px;
}
.donate-box strong {
	font-size:40px;
	font-family: 'Dosis', sans-serif;
	margin-bottom:30px;
	display:block;
	margin-top: 30px;
	font-weight:600;
	line-height:45px;
	color: #fff;
}
.donate-box h2 {
	font-size:32px;
	margin-bottom:0px;
	color: #fff;
}
.btn-donate {
	background-color:#fff;
	margin-top:30px;
	border: none;
	padding: 10px 25px;
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	border-radius: 2px;
	font-weight:500;
}
.donate-box {
	background-color:#5290f3;
	padding: 40px 40px;
	margin-bottom: 30px;
	border-radius: 10px;
}
/****     about section end   ******/

/****     service section start   ******/

.service {
	background-color:#fff;
	/*padding-bottom:80px;
	padding-top:80px;*/
}
.service btn:hover {
	border:#297efc;
}
.service-blk {
	margin-bottom:40px;
	margin-top:40px;
	display: inline-block;
}

.things {
	padding-bottom:80px;
	padding-top:80px;
	background-color:#dedcd4;
	background-image:url(../images/bg-ptrn.jpg);
}
.yellow-blk {
	background-color:#ffd752;
	padding:20px;
	max-height:265px;
}
.yellow-blk .heading {
	color:#5e4a07;
	text-transform:uppercase;
	margin-bottom:30px;
}
/********** news section **********/

.news {
	padding-bottom:60px;
	padding-top:60px;
	background-color:#fff;
	border-top:1px solid #f1f1f1;
}
.latest-news {
	margin-bottom:30px;
}
/***** testimonials ********/

.testimonials {
	padding-bottom:80px;
	padding-top:80px;
	background-color:#dedcd4;
	background-image:url(../images/bg-ptrn.jpg);
	text-align:center;
}
.name {
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	display: inline-block;
	font-weight:600;
}
.testimonials-ct {
	margin-top:35px;
	display:inline-block;
}
.testimonials-ct p {
	font-size:21px;
	line-height:34px;
}
/****** footer section  *****/
.footer {
	background:#2c2c2a;
	padding-bottom:40px;
	padding-top:40px;
	color:#FFF;
}
.footer h2 {
	color:#fff;
}
.footer .help a {
	color:#686868;
	font-family: 'Roboto', sans-serif;
	
}
.footer a:hover {
	color:#297efc;
}
.footer-icon a {
	color:#2d2c27;
}
/****** footer section end *****/
/****  sub-footer  ****/

.sub-footer {
	background: #2c2c2a;
	padding-top: 21px;
	padding-bottom: 40px;
}
.sub-footer i {
	color:#7f7d77;
	font-size:26px;
	margin-left: 10px;
}
.sub-footer i:hover {
	color:#297efc;
	font-size:26px;
	margin-left: 10px;
}
.sub-footer p {
	margin-bottom:0px;
	color:#aaa;
	padding-top: 38px;
}
.news-letter .input-group .form-control {
	background-color: #3e3d3b;
	border: none;
	border-radius: 0px;
	height: 46px;
}
.news-letter .input-group-btn .btn-yellow {
	background-color: #297efc;
	border: none;
	border-radius: 0px;
	height: 46px;
	margin-top: 0px;
}
/****  sub-footer end  ****/

/****************** Inner Page Start ***********************/
.title {
	margin-bottom:30px;
	text-align:center;
}
.main-container {
	padding-bottom:0px;
	padding-top:100px;
	background-color:#fff;
}
.color-blk {
	background-color:#f7f6f1;
	padding-bottom: 40px;
	padding-top: 40px;
	border-radius: 4px;background-image: url(../images/bg-ptrn.jpg);

}
.margin-space {
	margin-top:70px;
}
/***** Team*****/
.page-title {
	background-color:#2c2c2a;
}
.page-title h2 {
	color:#fff;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ptn-bg {
	background:url(../images/ptn.png) no-repeat 270px 0px;
	padding-top: 52px;
	margin-top: 0px;
}
.page-title .breadcrumb {
	padding: 8px 0px;
	margin-bottom: 35px;
	list-style: none;
	background:none;
	border-radius: 4px;
	text-transform: lowercase;
}
.breadcrumb li a {
	color:#686868;
	font-size: 12px;
}
.breadcrumb li a:hover {
	color:#fff;
	font-size: 12px;
}
.page-title .breadcrumb > .active {
	color: #fff;
	text-transform:  lowercase;
	font-size: 12px;
}

.team {
	margin-bottom:70px;
}
.positions {
	font-size:14px;
	color:#000;
	height: 150px;
	display: block;
}
.yellow-line {
	margin-bottom:30px;
	margin-top:30px;
	border-bottom:	3px solid #5290f3;
}
.destaurate {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	filter:grayscale(100%);
}
.destaurate:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	filter:grayscale(0%);
}
.team-profile h3 {
	margin-bottom:10px;
}
.team-profile h4 {
	margin-bottom:10px;
}
.become-team {
	padding-bottom: 80px;
	padding-top: 80px;
}
/************** Program***************/

.we-do {
	padding-left:40px;
	padding-right:40px;
	margin-bottom:30px;
}
.pic-caption {
	position: absolute;
	bottom: 0px;
	margin: 20px;
	border-radius: 4px;
	width: 94%;
	padding:30px;
}
.right-sidebar {
}
.sidebar-blk {
	padding:40px;
	/*background-color:#f7f6f1;*/
	margin-bottom:20px;
	border-radius: 4px;
	
	background-image:url(../images/bg-ptrn.jpg);
}
.right-sidebar .btn-block {
	font-size:24px;
	font-family: 'dosismedium';
}
.event-ct {
}

/************** Event-Detail ***************/

.event-detail {
}
.event-detail .blockquote {
	padding: 30px 20px;
	margin: 0 0 40px;
	font-size: 17.5px;
	border-left: 9px solid #fdcd27;
	background-color: #f7f6f1;
}
.event-detail .sidebar-blk h2 {
	
}
.event-detail .sidebar-blk i {
	margin-right:10px;
}
.event-detail .sidebar-blk ul {
	margin-bottom:20px;
}
.event-detail .sidebar-blk {
}
.event-info ul li{
	display: inline-block;
	font-size:14px;
	margin-right:10px;
}
.event-info ul li i{
	margin-right:5px;
}
.event-listing{}
.list{
	margin-bottom:40px;
	margin-top:15px;
}

/*********** blog ************/

.feature-img {
	margin-bottom:50px;
}
.feature-post {
	margin-bottom:50px;
	margin-top:50px;
}
.video {
	margin-bottom:50px;
	margin-top:50px;
}
.meta {
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
	font-size:14px;
}
.meta span {
	margin-right:10px;
}
.meta span i {
	margin-right:5px;
}
.blog .blockquote {
	margin-top: 50px;
	margin-bottom: 50px;
}
.blog .blockquote-ct {
	margin-top:35px;
	display:inline-block;
	background-color:#f3f1ea;
	text-align:center;
	padding-bottom:80px;
	padding-top:80px;
}
.blog .blockquote-ct h2 {
	line-height: 40px;
}
.blog .pagination li {
	margin-right:10px;
}
.blog .pagination a {
	background-color:#302f2c;
	color:#fff;
	margin-right: 10px;
	border: none;
}
.blog .pagination a:hover {
	background-color:#fdcd27;
	color:#fff;
}
.blog .pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.blog .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.about-author{display: inline-block;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;}
input[type="radio"] {
	margin-bottom:10px;
}
.video {
	opacity:.9;
}
.video-wrapper {
	padding-bottom: 61%;
	position: relative;
	width: 100%;
}
/*.video-wrapper {padding-bottom: 61%;}*/
	.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/************** Blog Detail ***************/

.blog-detail {
}
.post-content {
	margin-bottom:60px;
}
.blog-detail .blockquote {
	padding: 30px 20px;
	margin: 0 0 40px;
	font-size: 17.5px;
	border-left: 9px solid #fdcd27;
	background-color: #f7f6f1;
}
.reply .btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	background: #297efc;
}
.comments-form {
	padding:40px;
	margin-top:50px;
}
.comments-form h2 {
	margin-bottom:30px;
}
.comments-form .form-group {
	margin-bottom:30px;
}
.comments-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.comments-form .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.comments-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}

.blog-detail .right-sidebar .form-group {
	margin-bottom:30px;
}
.blog-detail .right-sidebar .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.blog-detail .right-sidebar .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.blog-detail .right-sidebar .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.comments {
}
.comments .media-heading {
	margin-bottom:15px;
}
.search-widget {
}
.search-widget .btn-yellow {
	padding: 15px;
	margin-top: 0px;
}
.recent-post, .post-categories, .archives, .tags {
	margin-bottom:30px;
	margin-top:40px;
}
.tags a {
	padding: 6px 15px;
	background-color: #686868;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5PX;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
}
.tags a:hover {
	padding: 6px 15px;
	background-color:#fdcd27;
	color:#3c3b36;
}

/************** About Us***************/

.about-us {
}
.about-blk {
	margin-bottom: 70px;
}
.core-blk{
	background-image:url(../images/bg-ptrn.jpg);
	padding-bottom:70px;
	padding-top:100px;
}
/************** Contact us ***************/

.contact-detail {
	margin-bottom:50px;
}
.office-address {
}
.office-address:hover {
	background-color:#efebe3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
carsa
}
.support {
}
.support .btn-yellow {
	margin-top:30px;
}
.support i {
	margin-right:10px;
}

/******** Donate ********/

.donate{
	padding:70px 60px 60px 60px;
	background-color:#f7f6f3;
	background-image: url(../images/bg-ptrn.jpg);
}
.donate-form {
	padding:70px 40px 40px 40px;
}
.donate-form .form-group {
	margin-bottom:30px;
}
.donate-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.donate-form .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.donate-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.bill-info{
	margin-bottom:50px;
	margin-top:50px;
}
.pay-info{
	margin-bottom:30px;
	margin-top:30px;
}
.pay-info a{
	text-decoration:underline;
}
.donate-ct{
	position: absolute;
	top: 130px;
	margin-left: 50px
}
.donate-ct h1{
	color:#297efc;
}
.donate-ct p{
	color:#fff;
}
.donate-title{
	margin-top:50px;
}

/************ FAQ ***************/

.faq {
}
.faq .panel-title {
	font-size:20px;
}
.faq .panel-default > .panel-heading {
	background-color: #f7f6f3;
	border-color: #ecebe7;
	border-radius:0px;
}
.faq ul {
	margin-bottom:20px;
}
.faq li i {
	margin-left:10px;
	margin-right:15px;
}

/***********  Sponsorship ************/

.sponsorship {
}
.sponsorship-detail {
	margin-bottom:50px;
}
.work {
	margin-bottom:70px;
	background-color:#f7f6f3;
	padding-bottom:60px;
	padding-top:60px;
}
.logo {
	font-family: 'Pacifico', cursive;
	font-weight:400;
	text-transform:lowercase;
	color:#9bb649;
}
.logo-brand {
	font-weight:700;
}
.client-logo .item img {
opacity: 0.5;
}
.pe-icon{
	margin-bottom:30px;
	color: #302f2c;
}
/**************Shortcode ****************/

.alert-standard{
color: #b9b5b4;
background-color: #f8f8f8;
border-color: #dedede;
}
.ch-columns, .ch-alerts, .ch-tab, .ch-typography, .ch-list{ margin-top:60px;}
.ch-tab .nav-tabs>li.active>a {
background-color:#297efc;
color:#302f2c;
border: none;
border-radius: 2px 2px 0 0;  font-family: 'dosissemibold';
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #297efc;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;  font-family: 'dosissemibold';
font-size:20px;
}
.ch-tab .tab-content {
padding-top: 60px;
padding-bottom: 60px;
}
.product-tab {
padding-left: 40px;
padding-right: 40px;
}
.ch-tab .nav-tabs > li {
float: left;
margin-bottom: -2px;  font-family: 'dosissemibold';font-size:20px;
}

/**************Team Form ***************/

.temp-form .form-group {
	margin-bottom:30px;
}
.temp-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.temp-form .form-group input.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}

.temp-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
/************ Team Detail ************/

.team-detail {
}

.team-profile-pic {
}
.team-profile {
}
.team-detail i {
	font-size:21px;
	color:#686868;
	margin-bottom:30px;
	margin-right:5px;
}
.team-detail i:hover {
	font-size:21px;
	color:#297efc;
	margin-bottom:30px;
	margin-right:5px;
}
.team-detail .team {
	margin-top:40px;
	margin-bottom:10px;
}
/*********** Volunteer *************/

.volunteer {
}
.volunteer .color-blk {
	padding-left:40px;
	padding-right:40px;
	background-image: url(../images/bg-ptrn.jpg);
}

.volunteer-form {
	padding:80px;
	margin-top:50px;
}
.volunteer-form .form-group {
	margin-bottom:30px;
}
.volunteer-form .form-group label {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.volunteer-form .form-group input.form-control, select.form-control {
	height:50px;
	border:#dedcd7 solid 1px;
	border-radius:0px;
}
.volunteer-form .form-group textarea.form-control {
	border:#dedcd7 solid 1px;
	border-radius:0px;
}

/********** Erorr *************/

.erorr{}
.erorr-ct{
	margin-top:70px;
}
.erorr h1{
	font-size:200px;
	color:#297efc;
}
.erorr p{
	font-size:20px;
}

/*************  Causes Section  ***************/

.causes{
	padding-top:100px;
}
.causes-blk{
	padding-bottom:100px;
	padding-top:70px;
	border-radius: 4px;
	background-image: url(../images/bg-ptrn.jpg);
	margin-top: 30px;
}

.causes-date, .causes-category, .causes-post{}

.causes-info .progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #297efc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.causes-info .progress-bar {
	float: left;
	font-family: 'Dosis', sans-serif;
	width: 50%;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #377bba;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	font-weight:500;
}
.causes-info{}
.causes-info strong{
	font-family: 'Dosis', sans-serif;
	font-weight:600;
}
.progress-info p{
	color:#377bba;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	font-weight:500;
}

/********   **************/
.causes-service{
	padding-bottom:100px;
	padding-top:70px;
	border-radius: 4px;
	background-image: url(../images/bg-ptrn.jpg);
	margin-top: 30px;
}
.causes-about{
	padding-bottom:80px;
}
.new-event{
	padding:100px 0px;
}
.causes-ct{
	margin-top:40px;
}
.causes-ct .blk{
	margin-top:15px;
}




@media(max-width:767px) {


/*****Header *****/
	
.navbar-default .navbar-toggle{ background:#297efc;
border:0px;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar{ background:#fff;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{ border:0px;}

/*** Banner ***/
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.carousel-caption h1 {
	color:#fff;
	font-family: 'Dosis', sans-serif;
	font-size: 26px;
	text-transform:uppercase;
	font-weight:600;
}
.carousel-caption p {
	color:#fff;
	font-size: 16px;
	display:none;
}
.bnr-donate-box{ display:none;}
	.text-left-mobile{
		text-align:left;
	}
	.hero-content h3{
		margin-top: 20px;
	}
}




/********************* 18.05.2016 *************************/

.navbar-right{
	margin-top:13px;
}
.footer .list-style li a{
	color:#aaa;
}
.footer_link{
	float:left;
}
.footer_link ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_link ul li{
	margin:0;
	padding:0 5px;
	display:inline;
}
.footer_link ul li a{
	color:#aaa;
	font-size:20px;
}
.footer_link ul li a:hover{
	color:#fff;
}
.news-letter ul li{
	color:#aaa;
}
.footer p{
	color:#aaa;
}
.help ul li a:hover{
	color:#fff;
}
.footer_text_p{
	line-height:24px;
}
.footer_text_a{
	color:#aaa;
}
.footer_text_a:hover{
	color:#fff !important;
}
.footer_border_1{
	border-top:1px solid #666;
}
.h2_back{
	background:#ffd752;
}
.blk ul{
	margin:0 0 0 18px;
	padding:0;
}
.blk ul li{
	margin:0;
	padding:0;
	display:list-item;
	list-style:outside;
	font-size: 14px;
}
.blk2{
	height:auto;
	margin: 0;
}
.banner2_text{
	font-family: 'Roboto', sans-serif !important;
	color: #1d4a95 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	padding: 5px 0;
}
.banner2_text2{
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:24px;
	background:#4c4c4c;
	padding:20px;
	font-weight:normal;
	float: left;
	margin: 10px 0;
}
.banner2_text3{
	font-family: 'Roboto', sans-serif;
	color:#131313 !important;
	font-size:14px;
	font-weight:normal;
}
.banner_3_text{
	font-family: 'Roboto', sans-serif !important;
	color: #fff !important;
	font-size: 26px !important;
	font-weight: bold !important;
}
.banner_3_text2{
	font-family: 'Roboto', sans-serif !important;
	color: #fff !important;
	font-size: 24px !important;
	font-weight: normal !important;
}
.border_new{
	border:1px solid #ffea00;
}
.contact_page{
	margin:0;
	padding:0;
}
.contact_page ul li{
	margin:0;
	padding:0;
	list-style:none !important;
	font-size:16px;
	padding: 10px 0;
}
.contact_link_2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.contact_link_2 ul li{
	margin:0;
	padding:0 3px;
	display:inline;
	font-size:24px;
}
.blk3 ul{
	margin:0 0 0 20px;
	padding:0;
}
.blk3 ul li{
	margin:0;
	padding:10px 0;
	list-style:outside;
}
/********************* 18.05.2016 *************************/

.owl-carousel{
	margin-bottom: 5rem;
}
.owl-carousel .owl-stage-outer{
	margin-bottom: 1.5rem;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav{
	display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.footer_border_1 p{
	width: 70%;
	margin: 0 auto;
}
.color-blue{
	color: #5290f3;
}
.you-help a.color-blue{
	font-weight:500;
}

.advisor-det{
	margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}
.advisor-det.mb-15{
	margin-bottom: 15px;
}


.hero-img {
    position: relative;
}
.hero-img img {
    position: relative;
    z-index: 2;
	filter: grayscale(0%);
}
.hero-img::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    bottom: -20px;
    right: -20px;
    border: 7px solid rgba(0, 0, 0, 0.05);
    background: transparent;
    z-index: 1;
}
.hero-content {
    margin: 0 10px;
}
.hero-content h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.hero-content p{
	line-height: 21px;
	margin-bottom: 10px;
}
.about .donate-info p.lead-font{
	text-align: justify;
}
.donate-btn-head a.btn.btn-default.btn-yellow{
	padding: 10px 30px;
    color: #fff;
	margin-left: 10px;
}
.donate-btn-head a.btn.btn-default.btn-yellow:hover, .donate-btn-head a.btn.btn-default.btn-yellow:focus{
	background:#2c2c2a;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
	z-index: 99;
	transition: 0.4s  ease-in-out;
}
.fixed-header.header .navbar-default{
	padding-top: 5px;
    padding-bottom: 5px;
	transition: 0.4s  ease-in-out;
}
.fixed-header.header .navbar-brand{
	height: auto;
	transition: 0.4s  ease-in-out;
}
.fixed-header.header .navbar-brand img{
	width: 75px;
	transition: 0.4s  ease-in-out;
}
.fixed-header.header .navbar-right {
    margin-top: 2px;
	transition: 0.4s  ease-in-out;
}
@media(max-width:480px) {
	h1{
		font-size: 30px;
	}
	.donate-box strong{
		font-size: 32px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.carousel-caption{
		right: 8%;
		left: 8%;
		top: 5%;
	}
	.blk2{
		height: auto;
		margin-bottom: 0;
		margin-top: 0;
	}
	.positions{
		height: auto;
	}
	.hero-img::after{
		display: none;
	}
}
.header .nav.navbar-nav.navbar-right .dropdown-menu{
	left: 0;
	right: auto;
}
@media(min-width:768px) {
.header .nav.navbar-nav li.dropdown:hover > .dropdown-menu{
	display: block;
}
}

.about-us-btn{
	padding: 10px 20px;
    background: rgba(0,0,0,.8);
    border-radius: 0px;
    font-size: 18px;
    color: #fff;
    border: none;
    font-weight: 400;
    margin-top: 13px;
    display: inline-block;
}
a.about-us-btn:hover{
	color: #fff;
}
.pic-btn{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-inline-box;
}
.pic:hover .about-us-btn{
	background: #5290f3;
}
.ngo-govt{
	width: 100%;
	float: left;
	margin-top: 20px;
	background: rgba(255,255,255,.9);
    padding: 10px 0;
}
.ngo-govt ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    padding: 0 20px;
	margin-bottom: 0;
}
.ngo-govt ul li{
	flex-grow: 1;
    flex-basis: 0;
    flex: 0 0 44%;
}
.ngo-govt ul li img{
	max-width: 100%;
}
