  *{box-sizing: border-box;}


.header-section-1{background: #581845;}
.navbar{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); width: 100%;}
.navbar-toggler{border: none;}
.navbar-toggler:focus{box-shadow: none;}
.nav-item{margin-left: 10px;}
.nav-item:hover{background: #581845;}
.nav-link{text-decoration: none; color: #565251;}
.nav-link:hover{color: #FCF8F7;	}
.dropdown-menu{border: none;}


#carouselEnviroment{max-height: 480px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);}
.carousel-item{max-height: 480px;}

.carousel-caption{
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 5%;
	top: 30%;	
}


#noticeBoard{
	height: 480px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.revenue-sources{	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.web-admin-slide-file{
	padding: 2px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.web-admin-slide-file > p{
	padding:0px;
	margin:0px;
}

.card{
	border: none;
	margin: 0 10px;
	padding: 20px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	color: #581845;
}



.table > :not(caption) > * > *{
	border-bottom: none;
}

.main-section-3 > .card-group{
	display: flex;
	flex-wrap: wrap;
}

.main-section-3 > .card-group > .card{
	flex: 1 0 21%;
	margin: auto;
	max-width: 33%;
	
}

.fixed-card-size-home{
	min-height: 320px;
	width: 100%;
}
.officers-in-charge{
	display: inline-block;
	margin: 2px 15px 0px 5px;
}

main{
	min-height: 50vmax;
}

.text-para{text-align: justify;  text-justify: inter-word;}

#chairperson-photo{border: 1px solid #333;width:120px; height:150px;}

.administration_members > img{width: 250px; height: 280px; border-radius: 50%;}
.administration_members > p{padding: 0px; }

.link-text{text-decoration: none;}


@media only screen and (max-width: 768px) {
	
	.nav-item{margin-left: none;}
	
	#noticeBoard{margin-top: 15px;}
	
}

@media only screen and (max-width: 425px) {	
	
	.administration_members > img{
		margin: auto;
	}


}


#try-again-holding-tax > a:link{
	text-decoration: none;
}
.online-account-summary{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.razorpay-payment-button{
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
	
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;

    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
