html,
body{
	overflow-x: hidden;
	
	font-family: 'Montserrat', sans-serif !important;
}
/*Comman Color Of Websites*/
/*Green Text - All */
.green-text{
	color: #19e58c;
}
/*white Text - All */
.white-text{
	color: #fffff !important;
}

/*Orange Text - All*/
.orange-text{
	color: #e5b719;
}
/*Blue Text - All*/
.blue-text{
	color: #2199ff;
}
/*	Gray Text - Heading Big*/
.grey-text{
	color: #565656;
}
/*	Place Holder Text*/
.place-holder-text{
	color: #757575;
}
/*	Button - Blue Color*/
.btn-blue{
	color: #2199ff;
}
/*		Navbar menu item - Hover*/
.nav-hover-color{
	color: #19e58c !important;
}
.nav-font{
	font-size: 13px !important;
}
.font-one{
	font-size: 45px !important;
}
.font-two{
	font-size: 50px !important;
}
.font-three{
	font-size: 30px !important;
}
.font-four{
	font-size: 25px !important;
}
.font-five{
	font-size: 20px !important;
}
.font-six{
	font-size: 13px !important;
}

.hero {
	background-image: url("../images/Comitee_BG4.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.active-text{
	color: #19e58c !important;
}
.top-menu {
	padding: 20px 0px;
}

.logo{
	width: 80%;
	margin-top: -5px;
} 

.logo-second {
	/*width: 210px;*/
	height: 50px;
}

.side-menu {
	display: inline-grid;
	text-align: right;
}

.top-link {
	/*font-size: larger;*/
	color: #19E58C;
	font-size:13px;
	
	text-decoration: none !important;
}

.top-info {
	text-align: right;
	color: #ffffff;
	font-size:13px;
	text-decoration: none !important;
}

.top-link:hover {
	font-size: 13px;
	color: #19E58C;
	text-decoration: none !important;
}


@media (max-width:768px){
.top-link {
	text-align: right;
	color: #19E58C;
	font-size:9px;
	margin-top:-40px;
	text-decoration: none !important;
}

.top-link:hover {
	font-size: 9px;
	color: #19E58C;
	text-decoration: none !important;
}

.top-info {
	text-align: right;
	color: #ffffff;
	font-size:9px;
	margin-top:-25px;
	text-decoration: none !important;
}
}





.name-text{
	color: #565656;
	font-size: 12px;
	font-weight: 600;
}
.position-text{
	font-size: 12px;
	font-weight: 500;
	color: #2199ff; 
}
.member-code-text{
	color: #818181;
	font-size: 11px;
	font-weight: 500;
}
/* .nav-item a {
text-decoration: none;
color: #fff;
} */

.bg {
	background-color: #041429;
	/*background-color: #000;*/
	height: 80px;
}

@media (max-width:768px){
.bg {
	background-color: #041429;
	height: 55px;
}

.main-logo-one{
    width:30px;
    height:30px;
    margin-top:-13px;
}
.logo-second {
	/*width: 210px;*/
	height: 30px;
	margin-top:-13px;
}

}


hr.hr-line {
	border: 2px solid #E3E3E3;
	width: 120px;
	float: left;
	margin-top: -1px;
}

.section-one-image {
	padding-top: 68px;
}

/* notice section */
.notice-section {

	color: white;
	background-image: url("../images/Commitee_BG.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.notice-part {
	padding: 10px;
	background-color: black;
	opacity: 0.6;
}

.link-part {
	padding: 10px;
	background-color: black;
	opacity: 0.6;
}

.link-sub-part {
	padding: 10px;
	background-color: gray;
	opacity: 0.6;
}
 
/* notice section */

/* vision section */

/* .vision {} */

.footer {
	background: rgb(21, 24, 79);
	background: -moz-linear-gradient(90deg, rgba(21, 24, 79, 1) 0%, rgba(0, 81, 128, 1) 68%);
	background: -webkit-linear-gradient(90deg, rgba(21, 24, 79, 1) 0%, rgba(0, 81, 128, 1) 68%);
	background: linear-gradient(90deg, rgba(21, 24, 79, 1) 0%, rgba(0, 81, 128, 1) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15184f", endColorstr="#005180", GradientType=1);
}

.footer h4 {
	color: #19e58c;
	font-weight: bold;
}

.footer span {
	color: #fff;
}

.text-center h5 {
	color: #2199ff;
	font-size: 15px;
	font-weight: bold;
}

.copy-text{
	font-size: 12px;
	font-weight: 300;
}

@media (max-width:768px){
.copy-text{
	font-size: 12px;
	font-weight: 300;
}
}


.text-footer{
	font-size: 14px;
	font-weight: 300;
	
}
.text-footer-align{
	text-align: left;
}
.terms{
	/*color: #c9c9c9 !important;*/
	color: #f9f9f9 !important;
}

@media (max-width:768px){
.terms{
	/*margin-top: 500px;*/
	margin-bottom:-20px;
	color: #f9f9f9 !important;
}
}

.py-5,
.col-md-4 a {
	color: #fff;
}
.py-6{
	margin-top: 40px;
}

.py-8{
	margin-top: 100px;
}


.float-style-one {
	float: right;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: gray !important;
}

.right-float {
	float: right !important;
}

.txt-style-one {
	text-align: right;
}

.follow{
	text-align: center;
	
}

/* vision section */
@media screen and (max-width: 600px) {
	.image-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		padding-bottom: 18px;
	}

	.side-menu {
		display: inline-grid;
		text-align: center;
	}

	.about-hero-section h1 {
		color: #2099FE;
		text-align: center;
		margin-top: 319px;
	}

	.h-align {
		margin: auto;
	}

	.small-center {
		text-align: center;
	}

	.float-style-one {
		float: none;
	}

	.txt-style-one {
		text-align: center;
	}
	.txt-style-two {
		text-align: center;
	}

	.center-sm {
		text-align: center;
	}

	.center-img {
		width: 200px;
	}

	.commitee-one-bg {
		/*background-color: black;
		opacity: 0.6;*/
		background: rgba(0, 0, 0, 0.6);
		padding: 20px;
		margin-top: 10px;
		text-align: justify;
	}


	.margin-sm-one {
		margin-top: 20px;
	}
}
	
	
.commitee-card-shadow {
	box-shadow: 0px 0px 12px #bbbbbb;
	background-color: white;
	z-index: auto;
	margin-top: 5px;
}
.commitee-card-shadow-sub {
	box-shadow: 0px 0px 12px #bbbbbb;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	z-index: auto;
}




.center-president-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

.center-vice-president-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 10px;
}

/*
.center-president-img {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 180px;
margin-top: 25px;
margin-bottom: 10px;
}

.center-vice-president-img {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
height: 130px;
margin-top: 25px;
margin-bottom: 10px;
}
*/
/* about section */
.about-hero-section {
	/*color: white;*/
	background-image: url("../images/Commitee_BG.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 120vh;

}

.about-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

/*commitee section one sub*/
	
@media (max-width:768px){
	#mobile{ 
		display: block;} 
	#desktop{
		display: none;}
}
@media (min-width:768px){	
	#mobile{ 
		display: none;} 
	#desktop{
		display: block;}
}
		
.commitee-one {
	color: white;
	background-image: url("../images/Commitee_BG2.jpg");
	background-position: center;
	/*background-repeat: no-repeat;*/
	background-size: cover;
	padding: 20px;
	margin: 0 40px;
}
.commitee-one-sub {
	color: white;
	background-image: url("../images/Commitee_BG2 - Copy.jpg");
	background-position: center;
	/*	background-repeat: no-repeat;*/
	background-size: cover;
	/*padding: 20px;
	margin: 0 40px;*/
}

.commitee-two {
	color: white;
	background-image: url("../images/Commitee_BG3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	/*position: absolute;
	width:102%;
	background-repeat: no-repeat;*/
}
@media (max-width:768px){	
	.commitee-two {
		width: auto;
		background-image: url("../images/Commitee_BG3.jpg");
	}
}

.commitee-one-bg {
	/*background-color: black;
	opacity: 0.6;*/
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
}
.commitee-one-bg-sub {
	/*background-color: black;
	opacity: 0.6;*/
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	margin-left: 20px;
	/*text-align:justify;*/
}
.commitee-two-bg {
	/*background-color: black;
	opacity: 0.6;*/
	background: rgba(0, 0, 0, 0.6);
	padding: 30px;
	margin: 10px;
	text-align: justify;
}
/* about section */

/* commitee section two */
/* .card-img,
.card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
border-radius: 50%;
padding: 20px;
} */

.span-text-color {
	color: #31a0fc;
}

.card-shadow {
	box-shadow: 0px 0px 12px #bbbbbb;
	
}

.img-shadow {
	box-shadow: 0px 0px 12px #bbbbbb;
	
}
.card-deck {
	margin-bottom: 10px;
}
/*@media (min-width: 576px) {
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: 2px;
margin-left: 2px;
margin-bottom: 15px;
}
	
}
*/

/* commitee section two */

/* former-member */
.former-member {
	background-image: url("../images/Comitee_BG4.jpg");
	/* opacity: 0.6; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.former-member h1,
span {
	color: #31a0fc;
}
.img-circle{
	border-radius: 50%;
	width: 100%;
	margin: 15px;
	
}
.center-img1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	/* margin-top: 25px;*/
	/*margin-bottom: 10px;*/
}
.custom-card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 0.35rem;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.custom-card h6 {
	color: #31a0fc;
}

/* former-member */
.Former{
	margin-bottom: 35px;
	
}

/* join page */
.join-hero-section {
	background-image: url("../images/Join_kdba_bg.jpg");
	/* opacity: 0.6; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.join-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

.bg-join-div {
	background-color: #eea91d;
	/*background-image: linear-gradient(45deg, #eea91d 0%, #35f15e 50%, #1d9c48 100%);*/
	background-image: linear-gradient(#1565C0 0%, #1565C0 50%, #3F51B5 100%);
	padding: 20px;
}

.gray-bg {
	/*background-color: rgb(8, 104, 129, 0.2);*/
	background-color: rgb(0, 0, 0, 0.2);
}

.odd-border {
	border-color: gray;
	border-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

/* join page */

/* gallery page */
.gallery-hero-section {
	background-image: url("../images/Gallery_BG.jpg");
	/* opacity: 0.6; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.gallery-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

.bg-gallery {
	background-color: #f5f5f5;
	color: gray !important;
}

.v-align {
	display: flex;
	justify-content: center;
	align-items: center;
}



.padding-ten {
	padding: 10px;
}

.custom-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0;
}

.text-over-image {
	background-color: rgb(4, 20, 41, 0.8);
	position: absolute;
	top: 79%;    
	left: 50%;
	width: 90%;
	height:60px;
	color: #19E58C;
	font-size:14px;
	font-weight:400;
	padding:5px;
	transform: translate(-50%, -50%);
}

.album-img-padd{
    
    padding:10px;
}

@media (max-width:768px){	
	.text-over-image {
		background-color: rgb(4, 20, 41, 0.8);
		position: absolute;
		top: 75%;    
		left: 50%;
		width: 80%;
		height:60px;
		color: #19E58C;
		font-weight:400;
		padding:5px;
		transform: translate(-50%, -50%);
	}

    .album-img-padd{
    
     padding:30px;
     margin-top:-40px;
}
}

/* gallery page */

/*Event/Notice*/
							

.notice-hero-section {
	color: white;
	background-image: url("../images/Notice_BG.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.notice-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

.notice {
	width: 100%;
	/*height: 237px;*/
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #ccc;
	padding: 10px;
	/*margin-left: 10px;*/
		
	background-color: white;

}




.content {
	/*height: 50px;*/
	background-image: linear-gradient(to right,#15184f, #0f2a5f,#054576,#005281);
	margin: 10px;
}
.subject-text{
	display: inline-block;
	width: 214px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*margin: 10px;*/
}
	
@media (min-width: 768px) {
	.notice-mob {
		width: 100%;
		height: 280px;
		border: 1px solid #ccc;
		box-shadow: 0px 0px 10px #ccc;
		padding: 10px;
		background-color: white;

	}
	.notice-card-shadow {
		box-shadow: 0px 0px 12px grey;
	}
	.content-mob {
		height: 80px;
		margin: -10px;
		background-image: linear-gradient(to right,#15184f, #0f2a5f,#054576,#005281);
   
	}



	
}
	
  
.notice-card-img{
	margin-top: -18px;
	width: 30%;
	/*height:40px;*/
	margin-left: 10px;
	float: left;
}
.event-id{
		
	float: right;
	color: black;
	/*//margin-top: 10px;*/
	font-size: 12px;
	margin-right: 15px;
	margin-top: 10px;
}
/*margin-div{
	
margin-bottom: 60px;
}*/
	
.cart-date{
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.cart-date-sub{
	font-weight: bold;
	float: left;
	margin-left: 0px;
	margin-top: 35px;
}
.card-pospond{
	font-weight: bold; 
	float: right;
	color: #FFFF00;
	margin-right: 10px;
	margin-top: 5px;
}
	
.Notice-BG2{
	
	background-image: url(../images/Notice_BG2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.img-mobile{
	width: 35%;
	margin-left:250px;

		
}


.btn-download{
	background-color: #19e58c;
	color: white;
	font-weight: bold;
	width: 120px;
	height: 50px;
	border-radius: 25px;
	margin: 10px;
}
@media (min-width: 768px) {
	/*.notification-text{*/
	/*	color: white;*/
	/*	font-size: 50px;*/
	/*	font-weight: bold;*/
	/*	margin-top: 40px;*/
		
	/*}*/
	/*.app{*/
	/*	color: white;*/
	/*	font-size: 15px;*/
		
	/*}*/
}
.schemes{
	border-bottom: 2px solid #dee2e6;
	border-right: 2px solid #dee2e6;
	/*height: 350px;*/
		
	/*margin-left: 10px;*/
	margin-top: 10px;
}
.schemes-two{
	border-bottom: 2px solid #dee2e6;
		
	/*height: 350px;*/
		
	/*margin-left: 10px;*/
	margin-top: 10px;
}
.schemes-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 18%;
	margin-top: 25px;
	margin-bottom: 30px;
}
/*Advocate Dirctory Page*/
	
.director-hero-section {
	color: white;
	background-image: url("../images/Directory_BG.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.director-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

/*	SERVICES PAGE*/
.services-hero-section {
	color: white;
	background-image: url("../images/Services_BG_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.services-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

.forms {
	width: 100%;
	/*height: 230px;*/
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #ccc;
	background-color: white;
	margin-bottom: 25px;
		

}
	.heading-table{
		color: #565656;
		font-size: 13px;
		font-weight: 400;
	}
	.body-table{
		color: #3d3d3d;
		font-size: 13px;
		font-weight: 400;
	}
@media (max-width: 768px) {
	.heading-table{
		color: #565656;
		font-size: 10px;
		font-weight: 400;
	}
	.body-table{
		color: #3d3d3d;
		font-size: 10px;
		font-weight: 400;	
	}
	}
/*@media (min-width: 576px) {
.card-form {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: 2px;
margin-left: 2px;
margin-bottom: 15px;
}
}*/
.card-shadow-form {
	box-shadow: 0px 0px 12px #bbbbbb;
	
	margin-bottom: 25px;
}
.max-lines-card {
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 4.8em;
	line-height: 1.6em;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.p-text{
	margin-bottom: 10px;
}
.btn-view{
	margin-bottom: 10px;
	float: left;
 	
}
.d{
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}
 
.service-img2 {

	background-image: url(../images/Services_BG_2.jpg);
	background-repeat: no-repeat;
	background-position: cover;
	/*height: 510px;
	width: 100%;*/
	margin-top: 0px;
}
.service-img3 {

	background-image: url(../images/Services_BG_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 510px;
	width: 100%;*/
	margin-top: 0px;
}

	
.services-one-bg {
	/*background: rgba(0, 0, 0, 0.4);
		
	padding: 20px;
	text-align: justify;
	width: 80%;
	height: 200px;
	margin: 80px;*/
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	text-align: justify;
	height: 300px;
	margin: 80px;
	padding-top: 80px;
}

@media (max-width:768px){	
	.services-one-bg {
	background: rgba(0, 0, 0, 0.4);
	/*padding: 20px;*/
	/*text-align: justify;*/
	height: 300px;
	margin: 40px;
	padding-top: 80px;
	}
}


.calender{
	font-size: 35px;
	color: #2199ff;
	text-align: center;
}
	
.seating{
	border-bottom: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
		
	margin-top: 10px;
}
.seating-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	margin-top: 25px;
	margin-bottom: 25px;
}
/*Downloads Page*/
						
.downloads-hero-section {
	color: white;
	background-image: url("../images/Download_BG.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.downloads-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}
.btn-downloads {
	background-color: #2199ff;
	border: none;
	color: white;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
	width: 20%;
	height: 30px;
}
.download-img{
	width: 30px;
	height: 30px;
	margin-top: 0px;
}
  
/*Links*/
  	
.links-hero-section {
	color: white;
	background-image: url("../images/Links_BG.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.links-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

.links{
	border-bottom: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	height: 220px; 
	/*height: 350px;*/
		
	/*margin-left: 10px;*/
		
		
}
.links-form {
	box-shadow: 0px 0px 12px #bbbbbb;
	padding: 20px;
}
.links-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	margin-top: 25px;
	margin-bottom: 10px;
}
/*Contact Page*/
.contact-form {
	box-shadow: 0px 0px 12px #bbbbbb;
	padding: 50px;
}
			
.contact-hero-section {
	color: white;
	background-image: url("../images/Contac_BG1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.contact-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}

.contact-img {
	color: white;
	background-image: url("../images/Contac_BG2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	

}
.join-text{
	color: #19e58c;
	font-size: 45px;
	text-align: center;
	margin-top: 180px;
}
.a-text{
	color: #e5b719 !important;
	margin-left: 200px;
	margin-top: 200px;
}
@media screen and (max-width: 768px) {
	.join-text{
		color: #19e58c;
		font-size: 40px;
		text-align: center;
		margin-top: 60px;
		padding:20px;
	}
	
	.join-text-clhr{
		
		margin-top: -20px;
		margin-bottom:50px;
		
	}
	.a-text{
		color: #e5b719 !important;
		margin-left: 100px;
		margin-top: 100px;
	}
	
}
}
	
/* press release */

@media screen and (max-width: 768px) {
	.card-img{
		width: 100%;
		height: 150px;
		margin-right: 10px;
	}
}
.press-hero-section {
	background-image: url("../images/Press_Release_BG_1.jpg");
	/* opacity: 0.6; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.press-hero-section h1 {
	color: #2099FE;
	margin-top: 319px;
}
.card-text-bg{
	background: rgb(21,24,79);
	background: -moz-linear-gradient(90deg, rgba(21,24,79,1) 0%, rgba(4,72,121,1) 86%);
	background: -webkit-linear-gradient(90deg, rgba(21,24,79,1) 0%, rgba(4,72,121,1) 86%);
	background: linear-gradient(90deg, rgba(21,24,79,1) 0%, rgba(4,72,121,1) 86%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15184f",endColorstr="#044879",GradientType=1);
}

.press-img2 {

	background-image: url(../images/Press_Release_BG_3.jpg);
	background-repeat: no-repeat;
	background-position: cover;
	/*	height: 510px;
	width: 100%;*/
	margin-top: 0px;
}
.press-img3 {

	background-image: url(../images/Press_Release_BG_4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 510px;
	width: 100%;*/
	margin-top: 0px;
}
/*
.press-one-bg {
/*background-color: black;
opacity: 0.6;*/
/*background: rgba(0, 0, 0, 0.4);
padding: 20px;
text-align: justify;
width: 80%;
height: 200px;
margin: 100px;
}*/

.press-one-bg {
	/*background-color: black;
	opacity: 0.6;*/
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	text-align: justify;
	height: 300px;
	margin: 80px;
	padding-top: 80px;
}

@media (max-width:768px){	
	.press-one-bg {
	background: rgba(0, 0, 0, 0.4);
	/*padding: 20px;*/
	/*text-align: justify;*/
	height: 300px;
	margin: 40px;
	padding-top: 80px;
	}
}
	
.h1-text{
	color: #565656 !important;
	font-size: 30px;
	padding: 10px;
	font-weight: 400;
		
}
.social-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	padding-bottom: 18px;
}

/*Calender Css*/
#open-popup {
	padding: 20px}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 40px;
	width: auto;
	max-width: 200px;
	margin: 20px auto;
	text-align: center;
}
/*Khandpith page*/
	
.khand-bg{
	
	background-image: url("../images/Khandpith - BG2.jpg");
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	background-attachment: fixed;
	
	
}
.khand-text{
	color: #fff;
	font-size: 14px;
	padding: 20px;
	
}
.text-over-image-khand {
	background-color: rgb(0, 0, 0, 0.6);
	position: absolute;
	top: 74%;    
	left: 50%;
	width: 86%;
	color: #fff;
	transform: translate(-50%, -50%);
}

.nav-link p:hover{
	color: #19e58c;
}
.nav-item a:hover{
	color: #19e58c !important;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rightBorderNone{
	border-right: none;
}
			/*Home Page*/
	.home-bg-one{
	
	background-image: url("../images/Home_BG_3.jpg");
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}
.home-bg-two{
	
	background-image: url("../images/Home_BG_4.jpg");
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}
.home-text{
	color: #fff;
	font-size: 14px;
	padding: 20px;
	
}

.home-section-bg {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	/*margin-left: 20px;*/
	margin-bottom: 10px;
}
.home-card-img{
	margin-top: -18px;
	width: 10%;
	/*height:40px;*/
	/*margin-left: 10px;*/
	float: left;
}
/*00eaff*/
.home-event-id{
		
	float: right;
	color: #00eaff;
	/*//margin-top: 10px;*/
	font-size: 12px;
	/*margin-right: 15px;*/
	margin-top: 10px;
}
.home-notice-text{
	
	color: #fffff !important;
	font-size: 14px;
}
.home-date{
	font-size: 12px;
	float: left;
	/*margin-left: 10px;*/
	/*margin-top: 5px;*/
	color:#ffba00;
	margin-bottom: 0px;
}
.home-pospond{
	font-size: 12px;
	float: right;
	color: #FFFF00;
	/*margin-right: 10px;*/
	/*margin-top: 5px;*/
	margin-bottom: 0px;
}

.links-section-bg-two {
	width: 100%;
	background: rgba(255,255,255, 0.20);
	padding: 3.5px;
	margin-bottom: 10px;
}

@media (max-width:768px){	
	.links-section-bg-two{
	width: 100%;
	background: rgba(255,255,255, 0.20);
	padding: 3.5px;
	margin-bottom: 10px;
	    
	}
}




.links-text{
	color:#fff;
	font-size: 16px;
	
}



@media (max-width:768px){
.links-text-url{
	font-size:13px; 
	color:#007bff;
}
}

@media (max-width:600px){
.links-text-url{
	font-size:11px; 
	color:#007bff;
}
}


/*@media (max-width:768px){	*/
/*	.links-text-url{*/
	/*width: 100%;*/
/*	font-size:12px; */
/*	color:#00eaff;*/
/*	word-wrap: break-word;*/
/*	}*/
/*}*/



.section-one-text{
	color: #565656;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify !important;
}
.home-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 15%;
	padding-bottom: 28px;
	
}
.kolhapur-text{
	color:#565656;
	font-size: 15px;
	text-align: justify;
}
.judgements{
	color: white;
	background-image: url("../images/Home_BG_4.jpg");
	background-position: center;
	background-attachment: fixed;
	/*	background-repeat: no-repeat;*/
	background-size: cover;
	/*padding: 20px;
	margin: 0 40px;*/
}



.judgements-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0;
	 
}
.judgement-slider-imd{
	 display: block;
  margin-left: auto;
  margin-right: auto;
  width:12%;
  margin-bottom: 20px;
}
.judgement-slider-text{
	 font-size: 18px;
	 text-align: center;
}
.judgement-slider-text-sub{
	 font-size: 16px;
	 text-align: center;
	 color: #19e58c;
    
}
.vision-mision-img{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width:12%;
  margin-bottom: 20px;
}
.vision-text{
	color:#565656;
	font-size: 45px;
	text-align: center;
}
.vision-text-sub{
	color:#565656;
	font-size: 16px;
	text-align: justify;
}
.line-text{
	/*border-bottom: 5px solid #666;
	width: 40%;*/
	
}

			/*About Page*/
.about-kolhapur-img{
	display: block;
  margin: auto;
  /*margin-right: auto;*/
  width:40%;
  
}
.about-kolhapur-text{
	color:#565656;
	font-size: 16px;
	text-align: justify;
}

.archives{
	color: white;
	background-image: url("../images/About_BG_2.jpg");
	background-position: center;
	/*	background-repeat: no-repeat;*/
	background-size: cover;
	background-attachment: fixed;
	
}
.archives-img{
	width: 100%;
	margin-bottom: 20px;
}
.archives-bg {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	/*padding: 20px;
	margin-left: 20px;
	margin-bottom: 10px;*/
}
.pdf-img{
	width: 25%;
	margin-bottom: 20px;
   display: block;
  margin-left: auto;
  margin-right: auto;
}
.pdf-text{
	font-size: 18px;
	color: #19E58C;
	
	}
#verticle-line{
	border: solid 1px red;
	height: 300px;
	/*background-color: red;*/
	
}
.archives-text{
	text-align: center;
	font-size: 25px;
	color: #blue;
	
}
.archives-text-sub{

	font-size: 18px;
	color: #e5b719;
}
.archives-sub-img{
	color: white;
	background-image: url("../images/Comitee_BG4.jpg");
	background-position: center;
	/*	background-repeat: no-repeat;*/
	background-size: cover;
	
}
.archive-part-1{
	border-right: solid 1px #565656;
	

}
.archive-part-2{
	border-top: solid 1px #565656;
	
}

@media (max-width:768px){	
.archive-part-1{
	border-right: none;
	

}
.archive-part-2{
	border-top: none;
	
}
}
/*@media (max-width:768px){	
	 
		 .archive-part-1 {
         display:none !important;
    }
	.archive-part-2{
		 display:none !important;}
}*/

.webheading{
	font-size:45px;
	color:#565656;
	font-weight:400;
}

.webheading-two{
	font-size:45px;
	color:#ffffff;
	font-weight:400;
}

.webheading-sub{
	font-size:30px;
	color:#ffffff;
	font-weight:400;
}

.section-text{
	color: #565656;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify !important;
}

.para-text{
	font-size: 16px;
	color:#565656;
	font-weight:400;
}

.para-text-white{
	font-size: 16px;
	color:#ffffff;
	font-weight:400;
}
.para-text-three{
	font-size: 12px;
	color:#ffffff;
	font-weight:400;
}


.forms-btn {
		width: 45%; 
		font-size: 13px; 
		margin-left:70px;'
	}


@media (max-width:768px){	
	.forms-btn {
		width: 45%; 
		font-size: 13px; 
		margin-left:100px;
	}
}


@media (max-width:768px){	
	.press-cont {
		margin-left:-20px;
	}
}

.court-central {

    margin-left: 80px;
}

@media (max-width:768px){	
	.court-central {
	    
	margin-left:40px;
	margin-top:-20px;
	margin-bottom:40px;
	    
	}
}



.population{
	font-size: 16px;
	color:#565656;
	font-weight:400;
}


@media (max-width:768px){	
	.population {
	    
	padding:10px;
	font-size: 11px;    
	}
}


.about-arc-pic-1{
	margin-top: 100px; 
	padding:50px;
}

.about-arc-pic-2{
	margin-top: 100px; 
	padding:50px;
}

.about-arc-pic-3{
	margin-top: 100px; 
	padding:50px;
}

.about-arc-pic-4{
	margin-top: 100px; 
	padding:50px;
}

.about-arc-pic-5{
	margin-top: 100px; 
	padding:50px;
}

.about-arc-pic-6{
	margin-top: 100px; 
	padding:50px;
}





@media (max-width:768px){	

	
	.about-arc-pic-1{
	margin-top: -400px; 
	padding:50px;
	/*margin-bottom:100px;*/
}

.about-arc-pic-2{
	margin-top: -40px; 
	padding:50px;
}

.about-arc-pic-3{
	margin-top: -370px; 
	padding:50px;
}

.about-arc-pic-4{
	margin-top: -30px; 
	padding:50px;
}

.about-arc-pic-5{
	margin-top: -405px; 
	padding:50px;
}

.about-arc-pic-6{
	margin-top: -30px; 
	padding:50px;
}


}


@media (max-width:768px){
    
    
.about-arc-tx-1{
    margin-top: 160px;
	
}

.about-arc-tx-2{
    margin-top: -10px;
	
}

.about-arc-tx-3{
	
	 margin-top: 160px;
}

.about-arc-tx-4{
    
    margin-top: -10px;
}

.about-arc-tx-5{
	
	margin-top: 200px;
}

.about-arc-tx-6{
    
    margin-top: -10px;

}

}


@media (max-width:768px){
.footer-loc-mrgn{
    margin-top:30px; 
    margin-bottom:-15px;
}

.footer-cnt-mrgn{
    margin-top:40px; 
    margin-bottom:-15px;
}

.footer-mail-mrgn{
    margin-top:40px; 
    margin-bottom:-15px;
}
}

@media (max-width:768px){
.cnt-tch{
	font-size:30px;
	color:#565656;
	font-weight:400;
}
}


.notice-modal{
	width:150%;
	margin-left:-185px;
}

@media (max-width:768px){
.notice-modal{
	width:85%;
	margin-left: 30px;
}
}



.join-form-size{
	width:150%;
	margin-left:-185px;
}

@media (max-width:768px){
.join-form-size{
	width:85%;
	margin-left: 30px;
}
}

.join-form-heading{
    font-weight:600;
    font-size:13px;
}

.join-form-headtext{
    color:#565656;
    font-weight:400;
    font-size:28px;
}

.join-form-headtext-sub{
    color:#565656;
    font-weight:400;
    font-size:18px;
}

.join-form-placeh-text{
    
    font-size:14px;
}

.join-form-logo{
    
    width:8%;
}

@media (max-width:768px){
.join-form-logo{
    
    width:22%;
}
}


.upload-img-prev{
    background:#e1e1e1;
    width:300px;
    padding:50px;
    height:300px;
    margin-top:0px
}

@media (max-width:768px){
.upload-img-prev{
    background:#e1e1e1;
    width:240px;
    padding:50px;
    height:240px;
    margin-top:25px
    
}
}

.social-icons{
    margin-left:50px;
    width:10%;
}

@media (max-width:768px){
.social-icons{
    margin-top:-100px;
    margin-left:5px;
    width:7%;
}
}

.nav-btn-bg{
    background: rgba(black, 0.5);
}

@media (max-width:768px){
.nav-btn-bg{
    background: rgba(black, 0.5);
}
}

.pgn-lnk{
    margin-right:215px;
}

@media (max-width:768px){
.pgn-lnk{
    margin-right:40px;
}
}


.notification{
	color: white;
	font-size: 50px;
	font-weight: bold;
	/*margin: 20px;*/
	margin-top: 40px;
}

@media (max-width:768px){
.notification{
	color: white;
	font-size: 25px;
	font-weight: bold;
	/*margin: 20px;*/
	margin-top: 0px;
	margin-left:30px;
}
}

.app{
	color: white;
	font-size: 20px;
	/*margin: 20px;*/
}

@media (max-width:768px){
.app{
	color: white;
	font-size: 20px;
	margin: 20px;
	margin-left:30px;

}
}

.download-text{
	/*color: #19e58c;*/
	color: #FFFFFF;
	font-size: 20px; 
	/*font-weight: bold;*/
	/*margin: 20px;*/
}

.app-dwnld-btn{
    margin:20px;
    margin-left:0px;
    
}


@media (max-width:768px){
.download-text{
	/*color: #19e58c;*/
	color: #FFFFFF;
	font-size: 20px; 
	margin: 20px;
	margin-left:30px;
}

.app-dwnld-btn{
    margin:0px;
    margin-left:30px;
    
}
}




/*Download Android App CSS*/


.dwnld-divone-bg{
    
    background-color: #1A237E;
    /*width:50px;*/
    height:370px;
}

.app-feature-head{
    
    color:#ffffff;
    font-size:22px;
    font-weight:600;
    margin-left:20px;
    margin-bottom:20px;
}

.app-feature-icon{
    
    margin-left:20px;
}

.app-feature-txt{

    color:#ffffff;
    font-size:14px;
    margin-left:10px;
    margin-bottom:10px;
}

@media (max-width:768px){
    
    .dwnld-divone-bg{
    
    background-color: #1A237E;
    /*width:50px;*/
    height:370px;
}

.app-feature-head{
    
    color:#ffffff;
    font-size:22px;
    font-weight:600;
    margin-left:20px;
    margin-bottom:20px;
}

.app-feature-icon{
    
    margin-left:20px;
}

.app-feature-txt{

    color:#ffffff;
    font-size:14px;
    margin-left:10px;
    margin-bottom:10px;
}

}



.dwnld-divtwo-bg{
    
    background-color: #303F9F;
    /*width:50px;*/
    height:370px;
}

.app-support-txt{

    color:#ffffff;
    font-size:11px;
    margin-left:20px;
    margin-bottom:14px;
}

@media (max-width:768px){
    
    .dwnld-divtwo-bg{
    
    background-color: #303F9F;
    /*width:50px;*/
    height:370px;
}

.app-support-txt{

    color:#ffffff;
    font-size:11px;
    margin-left:20px;
    margin-bottom:14px;
}

}


.dwnld-divthree-bg{
    
    background-color: #3949AB;
    /*width:50px;*/
    height:370px;
}

.dwnld-head{
    
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    margin-top:40px;
}

.dwnld-img{
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

@media (max-width:768px){
    
    
    .dwnld-divthree-bg{
    
    background-color: #3949AB;
    /*width:50px;*/
    height:370px;
}

.dwnld-head{
    
    color:#ffffff;
    font-size:22px;
    font-weight:600;
    margin-top:-15px;
}

.dwnld-img{
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

}

/*Download Android App CSS End*/


.gal-img-grp{
    
    height:200px; 
    padding:12px;
}


@media (max-width:768px){
    
    .gal-img-grp{
    
    height:200px; 
    padding:08px;
    margin-left:20px;
}

}    



.album-img-grp{
    
    height:188px;
    width:100%;
}


@media (max-width:768px){
    
.album-img-grp{
    
    height:200px;
    width:100%;
}

}    


@media (max-width:768px){

.commitee-card-shadow-sub {
	box-shadow: 0px 0px 12px #bbbbbb;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	z-index: auto;
    margin-right:30px;
    padding:30px;
    
}


.commitee-one-bg-sub {

	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	margin-left: 20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	
	text-align:justify;
}

.nav-item-mar{
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
}

}


.up-img-pre{
    
    width:100%;
}

@media (max-width:768px){
.up-img-pre{
    
    /*width:240px;*/
    /*height:240px;*/
    /*margin-left:5px;*/
    
    width:50%;
}

.upimg-pre{
    margin-left:-30px;
    margin-top:-30px;
}


.pass-reset-frm-mrgn{
    
    /*margin-left: 10px;*/
}

}



.pass-reset-headtext{
    color:#565656;
    font-weight:400;
    font-size:22px;
}

.pass-reset-headtext-sub{
    color:#565656;
    font-weight:400;
    font-size:15px;
}


.play_icon{
    
    width:100%;
}

@media (max-width:768px){

    .play_icon{

    width:50%;
}