@charset "utf-8";
/* CSS Document */

/*--- bgcolor ---*/

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#000;
}
.BgColor3 {
	background-color:#d22127;
}
.BgColor4 {
	background-color:#;
}
.BgColor5 {
	background-color:#;
}
/*--Bg--*/
.TopBg{
	/*position:fixed;
	left:0px;
	width:100%;
	border-bottom:3px solid #fff;
	top:0px;
	background-color:#5488c2;
	padding:2px 0px 2px;*/
	z-index:9;
	height:140px;
	/*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.30);*/
}

.IdxHeaderBg {
	position:relative;
	z-index:1;
	
}
/*.InnerHeaderBg {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:409px;
	z-index:1;
}*/
/*.WhatWeDo {
	background:url(../images/bg/what-we-do-bg.jpg) no-repeat center;
	background-size:cover;
}
.Develop {
	background:url(../images/bg/donate-bg.jpg) no-repeat center;
	background-size:cover;
}
.AboutBg {
	background:url(../images/bg/abt-bg.jpg) no-repeat center;
	background-size:cover;
}
.MissionBg {
	background:url(../images/bg/mission-bg.jpg) no-repeat center;
	background-size:cover;
}
.TestimonialBlock {
	background:url(../images/bg/donate-bg.jpg) no-repeat center top;
	background-size:cover;
	text-align:center;
	min-height:435px;
	padding-bottom:20px;
}
.ContactBg {
	background:url(../images/bg/contact-bg.jpg) no-repeat center;
	background-size:cover;
}
.HealthBg {
	background:url(../images/bg/contact-bg.jpg) no-repeat center;
	background-size:cover;
	padding:12px 0px;
}
.SustainBlock {
	background:url(../images/bg/sustain-bg.jpg) no-repeat center;
	background-size:cover;
}*/
/*   End    */

/*   Date   */

/*.DateBg {
	width:55px;
	height:55px;
	text-align:center;
	font-size:14px;
	color:#fff;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-transform:uppercase;
	display:block;
	float:left;
	border:1px solid #7fcb31;
	color: #7fcb31;
	font-family: 'source_sans_proregular';
}
.DateBg h6 {
	font-size:24px;
	padding-top:17px;
	font-family: 'source_sans_probold';
	line-height:10px;
	color: #4d4948;
}
*/
/*   End   */

/*--Line--*/
.SepLine{
	border:0px;
	coloor:#666;
	margin:15px auto;
/*	background:url(../images/line.gif) repeat-x center;*/
	height:1px;
	width:100%;
}
hr{
	border:0px;
	coloor:#666;
	margin:15px auto;
/*	background:url(../images/line.gif) repeat-x center;*/
	height:1px;
	width:100%;
}
/*.DoubleLine {
	background:url(../images/double-line.png) repeat-x center;
}*/
/*.DottedLine	{
	background:url(../images/dotted-line.gif) repeat-x center;
}
*/

/*.HorLine {
	background:url(../images/line.gif) repeat-x center;
}
.VerLine {
	background:url(../images/line.gif) repeat-y center;
}
.Border {
	border:1px solid #FFFFFF;
}
.BorderTable {
	border:1px solid #dcdcdc;
}
.BorderImg {
    border:5px solid #ffffff;
}
*/

/*---------------*/

/*--------  round shadow css   -------------*/

.Radius {
    
	border-radius: 5px;
}

.PicBg img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);	
	padding:2%;
	width:96%;
	background-color:#fff;
}

.ImgPresent Img, .ImgPresent iframe {
	width:100%;
}

/*-----------Text Btn Bg---------------*/

.Button1 {
	display:inline-block;
	color:#ffffff;
	font-size:15.28px;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
	font-family: 'mulibold';
	letter-spacing:0.5px;
}
.Button1 a{
	display:block;
	background-color:#000;;
	color:#fff;
	padding:0px 32px;
	border-radius: 40px;
	/*border:1px solid #fff;*/
}
.Button1 a:hover{
	display:block;
	background-color:#fff;
	color:#000;
}
.Button2 {
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
	font-family: 'mulibold';
	letter-spacing:0.5px;
}
.Button2 a{
	display:block;
	background-color:#d22127;
	color:#fff;
	padding:0px 18px;
	border-radius: 40px;
}
.Button2 a:hover{
	display:block;
	background-color:#000;
	color:#fff;
}
.Button3 {
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	 font-family: 'mulibold';
	letter-spacing:0.5px;
}
.Button3 a{
	display:block;
	background-color:transparent;
	color:#5488c2;
	
	padding-left:30px;
	padding-right:30px;
	
	border:1px solid #5488c2;
	border-radius: 40px;
}
.Button3 a:hover{
	display:block;
	background-color:#5488c2;
	color:#ffffff;
}
/*  End  */

/*All Buttons*/

