@font-face{
	src:url('fonts/Open_Sans/OpenSans-Regular.ttf');
	font-family: openR;
}
@font-face{
	src:url('fonts/Open_Sans/OpenSans-Semibold.ttf');
	font-family: openSB;
}
@font-face{
	src:url('fonts/Open_Sans/OpenSans-Light.ttf');
	font-family: openL;
}
body{
	font-size: 16px;
    text-align: justify;
	font-family: inter-regular,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; 
}
/* Common Css */
.margin-top10{
	margin-top:10px;
}

.margin-top20{
	margin-top:20px;
}

.margin-top30{
	margin-top:30px;
}

.margin-bottom10{
	margin-bottom:10px;
}

.margin-bottom20{
	margin-bottom:20px;
}

.margin-bottom30{
	margin-bottom:30px;
}

.hide{
	display:none;
}
footer{
	background: #222;
	padding: 10px;
	border-top:5px solid #111;
}
footer p{
	padding: 0px;
	margin: 0px;
	color: #fff;
}
.list-group-heading{
	background: black;
	border: 1px solid black;
	color: #fff;
}
.copy-right{
	text-align: center;
}

.page-content h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.post-title{
	font-size: 30px;
	font-weight:700;
	margin-bottom:20px !important;
}

.single-post{
	font-size: 16px;
    text-align: justify;
	font-family: inter-regular,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; 
}

.search-result h3{
	margin-bottom:30px !important;
}
.query-string{
	font-family: openSB;
}

.table tr th{
	font-weight: normal;
	font-family: openSB;
}

.right-content{
	display: flow-root !important;
}

.post-categories{
	max-height: 200px;
	overflow: auto;
}

.post-categories label{
	display: block !important;
	font-weight:normal !important;
	font-family:openSB;
	float:left;
	padding-right:10px;
}
.single-error{
	margin:0px;
	padding: 0px;
	margin-bottom:5px;
	padding: 7px 5px;
	color: #fff;
	background: brown !important;
	border-radius:2px;
}
.remove-error{
	color: #fff;
	cursor: pointer;
}
.required{
	color:red;
	font-size:9px;
}



