body{
	font-family: 'ABeeZee', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	color: #000000;
}
#header-nav{
	border-radius: 0;
	border: 0;
	min-height: 80px;
	box-shadow: 0.5px 0.5px #222;
}
#logo-img{
	height: 180px;
	width: 300px;
	margin: 0px 15px 5px 0;
	border: 0;
	padding-top: 10px;
}
#nav-list{
	margin-top: 30px;
	margin-right: -15px;
}
/*#nav-list>li{
	font-size: 1.5em;
	text-align: center;
}*/
#nav-list a:hover{
	background-color: #E7E7E7;
	border-radius: 100em;
	color: rgb(0,127,199);
	transition-duration: 0.7s;
}
#nav-list>li>a{
	font-weight: 100;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.container-fluid{
	position: relative;
}
.navbar-default .navbar-nav>.active>a{
	background-color: #E7E7E7;
	border-radius: 100em;
	color: rgb(0,127,199);
	border: 1px solid rgb(0,127,199);
}
.navbar-default .navbar-nav>li>a{
	color: #000000;
}
.navbar-header button.navbar-toggle{
	clear: both;
	/*margin-top: -30px;*/
}

.carousel-indicators li{
	height: 17px;
	width: 17px;
	border: 3px solid  #ffffff;
	background-color: #E7E7E7;
}
.carousel-indicators .active{
	width: 19px;
	height: 19px;
	border: 3px solid #000000;
	background-color:  #ffffff;
}
.row{
	margin-top: 10px;
}
.image{
	margin-top: 5px;
	margin-bottom: 10px;
}
.kims{
	/*border: 10px solid rgb(0,127,199);*/
	min-height: 450px;
	padding: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000000;
	font-size: 1.1em;
	overflow: hidden;
}
#kindheart{
	background-color: #C9DAF9;
}
#mission{
	background-color: #ffd699;
}
#our-services{
	background-color: 	#00BFFF;
	color: #f3f3f3;
	height: 250px;
	overflow: auto;
}
.read{
	color: rgb(0,127,199);
}
.read:hover{
	color: 		#FA8072;
	text-decoration: none;
	transition-duration: 0.7s;
}
hr{
	border: 0px;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-bottom: 15px;
	margin-top: 15px;
}
.container12{
	font-size: 1.1em;
	min-height: 450px;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #efdcc3;
	overflow: hidden;
}
.mail-id{
	color: #DC143C;
	font-weight: bolder;
}
.mail-id:hover{
	text-decoration: none;
	color:  rgb(0,127,199);
	transition-duration: 0.7s;
}
#news{
  	background-color: #f3f3f3;
 	border: 1px solid #cacaca;
 	padding: 25px;
 	margin-right: -15px;
  }
#news-nest{
  	background-color: #f3f3f3;
 	border: 10px solid #ffffff;
  	padding: 10px;
  }
#news h2{
 	color: rgb(0,127,199);
 }
 #featured-head{
 	margin-top: 50px;
 }
 
.featured_project1{
 	background: url("../images/K.jpg") no-repeat;
 	background-size: cover;
 	overflow: hidden;
 	position: relative;
	height: 250px;
	width: 100%;
	border: 5px solid #fff;
	margin-bottom: 15px; 
 }
 .featured_project2{
 	background: url("../images/o.jpg") no-repeat;
 	background-size: cover;
 	overflow: hidden;
 	position: relative;
	height: 250px;
	width: 100%;
	border: 5px solid #fff;
	margin-bottom: 15px; 
 }
 .featured_project3{
 	background: url("../images/A.jpg") no-repeat;
 	background-size: cover;
 	overflow: hidden;
 	position: relative;
	height: 250px;
	width: 100%;
	border: 5px solid #fff;
	margin-bottom: 15px; 
 }
 .featured_project1 span, .featured_project2 span, .featured_project3 span{
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	background-color: #fff;
 	width: 100%;
 	height: 50px;
 	padding: 8px;
 	opacity: 0.8;
 }
 .featured{
 	background-color:#fff0b3;
 	min-height: 200px;
 	margin-right: 0;
 	margin-left: 0; 
 }
 #feature{
 	margin-top: 50px;
 }
 .featured-hr{
 	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #333, #333, #333);
 }
 #featured-header{
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 1.5em;
 	color: #283747;
 	vertical-align: middle;
 	padding-left: 0;
 	padding-right: 0;
 }
 
 .panel-footer div.row{
	margin-bottom:100px;
}
 .panel-footer{
 	background-color: 	#FF7F50;
 	margin-top: 30px;
 	font-size: 0.8em;
 }
 .social-media{
 	position: absolute;
 	bottom: 20px;
 	right: 25px;
 }
 .social-media-footer{
 	position: absolute;
 	bottom: 45px;
 	right: 540px;
 }
 .donate{
	position: absolute;
 	bottom: 40px;
 	right: 620px;
}
 #services{
 	list-style: none;
 }
 #footer-nav{
 	list-style: none;
 	text-decoration: underline;
 }
 #footer-nav li{
 	line-height: 2;
 	padding-bottom: 5px;
 }

 a{
 	color: #000000;
 }
 #footer-nav a:hover{
 	text-decoration: none;
 	font-weight: bolder;
 	color: #FAEBD7;
 	background-color: transparent;
 	transition-duration: 0.7s;
 }
 #footer-nav{
 	margin-left: -20px;
 }
 #footer-list, #address, #email, #Phone{
 	line-height: 2;
 }
 #email span, #address span, #Phone span{
 	font-size: 1.2em;
 }
 .earphone:hover{
 	color: 	#00FF00;
 	transition-duration: 0.7s;
 }

 /* About us page */

 .about-content{
 	min-height: 450px;
	padding: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #000000;
	border-bottom: none;
	font-size: 1.1em;
	overflow: hidden;
	background-color:#FFEBCD;

 }
 #profile{
 	font-size: 1.1em;
 	padding: 15px;
 	padding-left: 30px;
 	border: 1px solid #E7E7E7;
 	margin-top: 30px;
 	overflow: hidden;
 	background-color:#efdcc3;
 	color:#752424;
 }
 #about-list{
 	list-style: none;
 }
 #profile span{
 	color: #000000;
 }

 /* Projects Page */

  .project-content.about-content{
 	min-height: 0;
 }
 .about-content#project-title{
 	background-color: #efdcc3;
 	color: #752424;
 	padding: 0;
 	min-height: 0;
 	text-align: left;
 	margin-bottom: 5px;
 	padding-bottom: 5px;
 	padding-left: 30px;
 	margin-bottom: -30px; 
 	border-bottom: none;
 }
#recent-event-image{
	height: 30%;
	width: 100%;
}


.navbar-header button.navbar-toggle{
	clear: both;
	/*margin-top: -30px;*/
}

/* Responsive CSS */
@media (min-width: 1400px){
	div.social-media-footer{
 	position: absolute;
 	bottom: 45px;
 	right: 500px;
 }
 .donate{
	position: absolute;
 	bottom: 40px;
 	right: 800px;
}
}
@media (min-width: 1200px){
	#logo-img{
	height: 180px;
	width: 300px;
	margin: 0px 15px 5px 0;
	border: 0;
	padding-top: 10px;
  }
}
@media (min-width: 1080px) and (max-width: 1125px){
  	#logo-img{
	height: 180px;
	width: 150px;
	margin: 0px 15px 5px 0;
	border: 0;
	padding-top: 10px;
  }
 }
@media (min-width: 992px) and (max-width: 1199px){
	#logo-img{
	height: 180px;
	width: 150px;
	margin: 0px 15px 5px 0;
	border: 0;
	padding-top: 10px;
  }
  div.social-media-footer{
 	 bottom: 45px;
 	 right: 380px;
 }
    .donate{
    	position: absolute;
    	right: 460px;
    }
    #kindheart{
    	height: 420px;
    }
}
@media (min-width: 770px) and (max-width: 999px){
	#logo-img{
	height: 180px;
	width: 300px;
	margin: 0px 15px 5px 0;
	border: 0;
	padding-top: 10px;
  }
  .social-media{
		top: 30px;
		right: 25px;
	}
}

@media (max-width: 769px){
	.navbar-brand{
		padding-top: 10px;
		padding-left: 10px;
		height: 80px;
	}
	.container-fluid{
		margin-right: 0px;
		margin-left: 0px;
	}
	.container12{
		font-size: 1em;
		padding: 2px;
	}
	#news{
		margin-right: 2px;
		padding: 5px;
	}
	.about-content{
		font-size: 1em;
		padding: 2px;
		padding-top: 10px;
		padding-left: 10px;
	}
	#profile{
		font-size: 1em;
		padding: 10px;
	}
	#how-it-works{
		overflow-x: auto;
	}
	.social-media{
		top: 30px;
		right: 25px;
	}
	div.social-media-footer{
 	 bottom: 45px;
 	 right: 250px;
 }
    .donate{
    	position: absolute;
    	right: 340px;
    }
    .kims{
    	padding: 5px;
    	font-size: 1em;
    }
}
@media (max-width: 500px){
	.social-media{
		top: 70px;
		right: 15px;
	}
	div.social-media-footer{
		position: absolute;
		bottom: 45px;
		right: 110px;
	}
	.donate{
		position: absolute;
		right: 190px;
	}

	
}

@media (max-width: 420px){
	.social-media{
		top: 70px;
		right: 15px;
	}
	div.social-media-footer{
		position: absolute;
		bottom:45px;
		right: 70px;
	}
	.donate{
		position: absolute;
		right: 150px;
	}

	
}
@media (max-width: 330px){
	.social-media{
		top: 30px;
		right: 25px;
	}
	div.social-media-footer{
		position: absolute;
		bottom: 40px;
		right: 25px;
	}
	.donate{
		position: absolute;
		left: 20px;
		bottom: 5px;

	}
}







