/* By Ushan Adithya @Introps IT on 28.09.2023 */

/* Quick Facts Section */
.blkbg .bottom-pattern-layer-dark{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 74px;
		background: url(../images/background/pattern-2-dark.png) center top repeat-x;
		z-index: 2;
		top: 1%;
}
	
.blkbg .sec-title {
	  position: relative;
	  padding-bottom: 20px;
	  margin-bottom: 20px;
}
	
.blkbg .contact-section {
	position: relative;
	padding: 100px 0px !important;
}

.privacy-policy {
	/* background-color: #222; */
	border-radius: 10px;
	padding: 20px;
	margin: 20px;
}
.privacy-policy h1 {
	font-size: 24px;
}
.privacy-policy h2 {
	font-size: 20px;
	margin-top: 30px;
}
.privacy-policy p {
	font-size: 16px;
	line-height: 1.7rem;
	text-align: justify;
	margin-top: 10px;
}

.privacy-policy ul {
	list-style-type: disc;
	margin: 20px;
	padding-left: 20px;
}
.privacy-policy li {
	font-size: 16px;
	margin-bottom: 5px;
	list-style-type: disc;
	
}

/* Upload Logo Section */
.frm{
	width: 50%;
	display: grid;
	left: 25%;
	position: relative;
	border: 1px solid #605f5f;
	padding: 15px;
	background: #090a14;
}

.txt{
	text-transform: uppercase;
	font-weight: bold;
}

.custom-dropdown {
	background: #0d0e1b;
	color: #fff;
	border-width: 2px;
}

.custom-dropdown option {
	background: #0d0e1b;
	color: #fff;
}
.mb-20{
	margin-bottom: 20px;
}

.lbl{
	border: 2px solid #fff;
	padding: 1px 7px;
	margin: 5px 0px;
}

.form-check-input:checked + .form-check-label.lbl {
	background: #fff; /* Background color when radio input is checked */
	color: #000; /* Text color when radio input is checked */
}

.upload_form .form-check-inline .form-check-input {
	position: absolute;
	z-index: -9;
}

.lft{
	left: 2.5%;
	position: relative;
}