@charset "utf-8";

*{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#202020;
}

img{
	border:0;	
}

body {
	background:url(../img/page-gradient.gif) repeat-y center;
	background-color:#dedede;
	
	margin-top:0px;
	
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	line-height:17px;
	font-size:12px;
}

#myCarousel{
margin: -22px 51px;
}
/**********************************LAYOUT DEFINITIONS*************************************/
#wrapper {
	width:960px;
	margin:0 auto;
}

#navbar {
	height:157px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	background:transparent url(../img/header_banner.png) no-repeat 0px -90px;
}

#sidebar-left { /**Optional left sidebar**/
	float:left;
	width:200px;
	margin:0 0 0 8px;
}

#content { /**Content area**/
	float:left;
	height:auto; /*important*/
	/* min-height:420px; */
}

.onecolumn { 
	width:920px;
	margin:0 15px 0 8px;
}

.twocolumn { /**defines width for contentarea**/
	width:720px;
	margin:0 15px 0 8px;
}

.threecolumn { /**defines width for contentarea**/
	width:515px;
	margin:0 15px 0 15px;
}


#sidebar-right { /**right compulsory sidebar**/
	float:left;
	width:200px;
	margin-left:3px;
	margin-top:0px;
}

.clearfloat {
	clear:both
}

#footer {
	height: 23px;
    padding: 40px 0 0 140px;
    background: url(../img/footer-gradient.gif) repeat-x;
    /* margin-top: 20px; */
    width: 820px;
    margin-left: -8px;
}

#footer .volunteerNotice{
	border-top: 1px solid #F2F2F2;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
    width: 690px;
    font-size: 11px;
    
}

#footer a{
	color: #202020;
}

#womo {
	font-size:11px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*****************************************************************************/
/*****************************header elements*********************************/

#hyderabad-logo {
	display:block;
	position:absolute;
	left:80px;
	top:0px;
	width:140px;
	height:63px;
	/* background:transparent url(../img/hyderabad_header_banner.png) no-repeat 0px 0px; */
}

#tagline {
	width:435px;
	height:43px;
	position:absolute;
	left:29px;
	top:14px;
}

#banner {
	position:absolute;
	left:220px;
	top:11px;
	width:658px;
	height:63px;
	background:transparent url(../img/header_banner.png) no-repeat -140px 0px;
}

#banner #currently-tracking {
	position:absolute;
	top:35px;
	left:488px;
	width:250px;
	color:#0171AD;
	font-size:11px;
}


/**********************************MENUBAR*************************************/
ul#menu {
	list-style:none;
	position:absolute;
	padding:0px;
	top:123px;
	left:75px;
}
ul#menu li {
	float:left;
	padding-right:25px;
	padding-left:20px;
	background:url(../img/spacer.gif) no-repeat;
}

#menu a{
	font-size:13px;
	font-weight: 600;
}

#menu li a.selected:visited,
#menu li a.selected:link
{ /*style for selected link*/
	color:#800404;
}

#menu a:link {
	text-decoration:none;
	color:#006699; /*style for unselected link*/
	
}

#menu a:visited {
	text-decoration:none;
	color:#006699; /*style for unselected link*/
}

#menu a:hover,
#menu a:focus {
	text-decoration:none;
	color:#800404;
}

/*****************************************************************************/


/*****************************Sidebar Content*********************************/
/*For direct content under a sidebar*/
.sidebar {
	margin-top:7px;
}

/*For Sidebar blocks*/
.sidebar-block {
	padding-bottom:28px;
	background:url(../img/sidebar-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;	
	width:200px;
	
	margin-bottom:17px;
}

.sidebar-block .heading {
	background:url(../img/sidebarblue-top.png);
	background-repeat:no-repeat;
	background-color:#0171AD;

	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	
	padding:7px 0 8px 10px;
}

.sidebar-block .body {
	
	min-height:35px;
	
	border-left:#006699 1px solid;
	border-right:#006699 1px solid;
	padding:10px 10px 10px 10px;
}
/*****************************************************************************/


/*****************************Content Styling for #content*******************/
#content p{
	font-size:16px;	
	line-height:19px;
	text-align: justify;
    margin: 30px;

}

#content p a{
	color:#298EAA;
	font-weight:500;
}

#content p a:hover{
	background-color:#EFEFF0;
	font-weight:500;
}

h1.title{
	font-size:15px;
	color:#800404;
	
	border-bottom:1px solid #E9E9E9;
	
	margin-bottom:10px;
	padding-bottom:8px;
}
/*****************************************************************/

#navbar{
    height: 155px;
}
#homeintro{
    text-align: center
}
#content-centre {
    width: 810px;
}

#content-centre {
    width: 790px;
    margin: 0px auto;
}
#countdown {
    position: relative;
    margin-left: 70px;
}
#countdown #countdown-number {
    position: absolute;
    top: 32px;
    left: 449px;
    color: #820608;
    font-size: 13px;
    font-weight: bold;
}
.current {
    position: absolute;
    top: 80px;
    left: 245px;
}
.current a {
    color: rgb(0, 102, 153);
    text-decoration: underline;
}
.container{
    text-align: left;
	margin-left: 65px;
    margin-right: 66px;
}
.pera h2{
    margin-bottom: 30px;
	color: #810505;
}

/* Styles for the round button */
.round-button {
    width: 35px;
    height: 35px;
    border-radius: 50%; /* Make it round */
    background-color: #3e8e41;
    color: white;
    font-size: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
}

/* Change button color when hovered */
.round-button:hover {
    background-color: darkgreen;
}

/* Change button color when active (clicked) */
.round-button:active {
    background-color: #c50507;
}

/* Styles for the donate button */
.donate-button {
    background-color: #02679a;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
strong {
    color: white;
}

/* Hover effect */
.donate-button:hover {
    background-color: darkblue; /* Darker green */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Pressed effect */
.donate-button:active {
    background-color: darkblue; /* Even darker green */
}
/* Styles for anchor tags */
.carousel-item a {
    text-decoration: none; /* Remove underline */
    color: #007bff; /* Link color */
	font-size: small;
    transition: color 0.3s; /* Smooth transition for color change */
}

/* Change link color on hover */
.carousel-item a:hover {
    color: #0056b3; /* Darker link color */
}

/* Styles for the strong element within anchor tags */
.carousel-item a strong {
    font-weight: bold;
    color: #555; /* Strong text color */
}

/* Styles for the link container paragraph */
.link-container {
    margin-bottom: 10px; 
	font-size: larger;
	margin-top: 10px;
}

#bottone1:hover {
	background-color: #800405;
	background-image: none !important;
}
#bottone1 {
	margin-right: 15px;
	display: inline-block;
	outline: 0;
	border: 0;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(to right, #02679a, #02679a) !important;
	border-radius: 3px;
	padding: 10px 10px 10px;
	white-space: nowrap;
}
#bottone2:hover {
	background-color: #800405;
	background-image: none !important;
}
#bottone2 {
	display: inline-block;
	outline: 0;
	border: 0;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(to right, #02679a, #02679a) !important;
	border-radius: 3px;
	padding: 10px 14px 10px;
	white-space: nowrap;

}

#bottone3:hover {
	background-color: #800405;
	background-image: none !important;
}
#bottone3 {
	display: inline-block;
	outline: 0;
	border: 0;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(to right, #02679a, #02679a) !important;
	border-radius: 3px;
	padding: 10px 10px 10px;
	white-space: nowrap;
	margin-left: 160px;
	margin-top: 3px;

}
	.link-container a {
		background-image: linear-gradient(to right, #800404, #800404 50%, #02679a 50%);
		background-size: 200% 100%;
		background-position: -100%;
		display: inline-block;
		padding: 5px 0;
		position: relative;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: all 0.3s ease-in-out;
	}
  
	.link-container  a:before{
		content: '';
		background: #02679a;
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 0;
		height: 3px;
		transition: all 0.3s ease-in-out;
	}
  
	.link-container a:hover {
	background-position: 0;
	}
	
	.link-container a:hover::before{
		width: 100%;
	}

	.location-link{
		/* margin: 10px 2px 10px 5px; */
		text-align: left;
	  }
	  .header-location{
		margin-top: 8px;
	  }
	  .header-location h3 {
		color: #800404;
		/* text-decoration: underline; */
		text-transform: capitalize;
	}
	.link-container a {
		background-image: linear-gradient(to right, #800404, #800404 50%, #02679a 50%);
		background-size: 200% 100%;
		background-position: -100%;
		display: inline-block;
		padding: 5px 0;
		position: relative;

		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: all 0.3s ease-in-out;
		
	}
	/* .location-link{
		width: 790px;
		margin: 0px auto;
		text-align: left;
		border: solid 1px;
		height: 60px;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	} */
		
		.header-location {
	
			width: 790px;
			margin: 0px auto;
			text-align: left;
			padding-bottom: 5px;
		}
		.location-link span {
			font-size: 16px;
			font-weight: 700;
			color: #800404;
		}