@font-face {
	font-family: "Noto Sans Devanagari";
	src: url('fonts/NotoSansDevanagari-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lora';
	src: url('fonts/Lora-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.sidebar-close {
	background: transparent
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: "Noto Sans Devanagari", sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	margin: 0;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	font-size: 18px;
	background-color: #f8fafc;
	font-family: 'Noto Sans Devanagari', 'Lora', sans-serif
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0
}

a {
	text-decoration: none;
	background: transparent
}

a:hover {
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

.blockquote {
	margin-bottom: 1rem;
	padding-left: 1rem;
	border-left: 5px solid #0084b4;
	font-size: 1rem
}

.blockquote i {
	float: right;
	font-style: italic;
	font-size: .875rem
}

.blockquote-footer {
	display: block;
	font-size: 80%
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media(min-width:768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px
	}
}

@media(min-width:992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px
	}
}

@media(min-width:1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
	font-family: "Lora", serif;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

table th,
table thead th {
	border-bottom-width: 2px;
	vertical-align: bottom;
	border-bottom: 2px solid #000;
	background-color: #f5f5f5;
	font-family: "Lora", serif
}

table th,
table td {
	padding: 5px 10px;
	vertical-align: top;
	font-size: clamp(16px, 1.5vw, 18px);
	font-family: "Lora", serif;
	border: 1px solid #000;
	font-weight: 800;
	line-height: 30px
}

@media(max-width:600px) {
	table {
		font-size: clamp(16px, 1.5vw, 18px)
	}

	table th,
	table td {
		padding: 4px 6px
	}
}

table.link-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
	font-family: "Lora", serif;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

table.link-table th,
table.link-table thead th {
	border-bottom-width: 2px;
	vertical-align: bottom;
	border-bottom: 2px solid #000;
	background-color: #f5f5f5;
	font-family: "Lora", serif
}

table.link-table th,
table.link-table td {
	padding: 5px 10px;
	vertical-align: top;
	font-size: clamp(16px, 1.5vw, 18px);
	font-family: "Lora", serif;
	border: 1px solid #000;
	font-weight: 800;
	line-height: 30px
}

@media(max-width:600px) {
	table.link-table {
		font-size: clamp(16px, 1.5vw, 18px)
	}

	table.link-table th,
	table.link-table td {
		padding: 4px 6px
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.bg-primary {
	background: #0084b4
}

.bg-secondary {
	background: #6c757d
}

.bg-success {
	background: #28a745
}

.bg-info {
	background: #17a2b8
}

.bg-warning {
	background: beige
}

.bg-danger {
	background: #dc3545
}

.bg-light {
	background: #dee2e6
}

.bg-dark {
	background: #212529
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

a {
	color: #6fd350
}

a,
a:hover {
	transition: all .2s
}

.site-content {
	padding-top: 1.5rem;
	margin-top: 0;
	transition: all .4s;
	background-color: #f8fafc
}

.ampuserimage {
	border-radius: 50%
}

.postimage {
	border-radius: 10px;
	margin-bottom: 10px
}

.wrapper {
	margin-top: 0
}

.impappsection {
	border: 1px solid black;
	padding: 5px
}

.postsection ol,
.postsection ul {
	margin-bottom: 1.5rem;
	padding-left: 1.7em
}

.postsection ol ol,
.postsection ul ul {
	list-style: disc;
	margin-bottom: 0rem
}

.postsection h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 37px;
	font-family: "Lora", sans-serif
}

.prevnextlinks .thepostlink {
	padding: 10px 0;
	font-size: 17px;
	display: block;
	color: #111;
	font-weight: 500
}

.prevnextlinks {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-left: 0;
	margin-right: 0
}

.prevnextlinks .rightborder {
	border-right: 1px solid #eee
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 7px 1.5rem
}

.footer {
	background: linear-gradient(135deg, #1e1e1e, #3a0a0a);
	color: #fff;
	padding: 30px 0 20px;
	margin-top: 50px;
	font-family: "Noto Sans Devanagari", sans-serif;
	text-align: center
}

.footer p {
	font-size: 18px;
	color: #dcdcdc;
	margin-bottom: 25px
}

.footer .inlinelinks {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer .inlinelinks li {
	display: inline-block;
	margin: 0 15px
}

.footer .inlinelinks li a {
	color: #f1f1f1;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .3px;
	transition: all .3s ease;
	position: relative
}

.footer .inlinelinks li a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: #ffd369;
	transition: width .3s ease
}

.footer .inlinelinks li a:hover {
	color: #ffd369
}

.footer .inlinelinks li a:hover::after {
	width: 100%
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 20px;
	margin-top: 30px;
	font-size: 14px
}

.footer-bottom a {
	color: #ffd369;
	text-decoration: none;
	font-weight: 600
}

.footer-bottom a:hover {
	color: #fff
}

.footer-bottom .textleft {
	text-align: left
}

@media(max-width:767px) {
	.footer .inlinelinks li {
		display: block;
		margin: 8px 0
	}

	.footer-bottom .textleft {
		text-align: center;
		margin-bottom: 10px
	}

	.footer-bottom .textright {
		text-align: center;
		margin-bottom: 10px
	}
}

.link-dark {
	color: rgba(0, 0, 0, .8)
}

.postsection {
	font-family: "Lora", serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgba(0, 0, 0, 1)
}

.postsection a {
	color: #0d4bdb
}

.postsection a:hover {
	color: #c50c0c;
	text-decoration: none
}

.applink ul {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	list-style: disc;
	margin: 0
}

.applink ul li {
	margin-bottom: 8px;
	padding-left: 0
}

.applink ul li a {
	color: #0d4bdb;
	font-family: "Lora", serif;
	text-decoration: underline;
	transition: color .3s ease;
	line-height: 1.1em
}

.applink ul li a:hover {
	color: red
}

blockquote {
	border-left: 4px solid #6fd350;
	padding: 0 20px;
	font-style: italic;
	color: rgba(0, 0, 0, .5)
}

.postsection p,
.postsection blockquote {
	margin: 0 0 1.5rem 0
}

.featured-image {
	display: block;
	margin-bottom: 2rem;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1)
}

.postsection img,
.postsection iframe {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1)
}

.postsection p img,
.postsection p iframe {
	margin-bottom: .5rem
}

.share {
	text-align: center
}

.share p {
	margin-bottom: 10px;
	font-size: .95rem
}

.share {
	display: none
}

.share ul li {
	display: inline-block;
	margin-bottom: 9px
}

.share ul {
	padding-left: 0;
	margin-left: 0
}

.share ul li i.fa {
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%
}

.svgIcon {
	vertical-align: middle
}

.card {
	border-radius: 4px;
	margin-bottom: 30px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
	border: 0
}

.card .img-thumb {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.margtop3rem {
	margin-top: 3rem
}

.sep {
	height: 1px;
	width: 20px;
	background: #999;
	margin: 0 auto;
	margin-bottom: 1.2rem
}

.btn {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
	font-size: 15px;
	border-radius: .3rem;
	color: #fff;
	cursor: pointer
}

a.btn {
	color: #fff
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 1rem 2rem;
	border-radius: .3rem;
	font-size: 15px
}

.btn-primary {
	background-color: #675bff;
	border-color: #675bff
}

.btn.follow {
	border-color: #6fd350;
	color: #6fd350;
	padding: 3px 10px;
	text-align: center;
	border-radius: 999em;
	font-size: .85rem;
	display: inline-block;
	box-shadow: none;
	font-weight: 400
}

.btn.subscribe {
	background-color: #1c9963;
	border-color: #1c9963;
	color: rgba(255, 255, 255, 1);
	fill: rgba(255, 255, 255, 1);
	border-radius: 30px;
	font-size: .85rem;
	margin-left: 10px;
	font-weight: 600;
	text-transform: uppercase
}

.post-top-meta .btn.follow {
	margin-left: 5px;
	margin-top: -4px
}

.authorpage h1 {
	font-weight: 700;
	font-size: 30px
}

.post-top-meta.authorpage .author-thumb {
	float: none
}

.authorpage .author-description {
	font-size: 1rem;
	color: rgba(0, 0, 0, .6)
}

.post-top-meta.authorpage .btn.follow {
	padding: 7px 20px;
	margin-top: 10px;
	margin-left: 0;
	font-size: .9rem
}

.graybg.authorpage {
	border-top: 1px solid #f0f0f0
}

.authorpostbox {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	max-width: 100%
}

.authorpostbox .img-thumb {
	width: 100%
}

.sociallinks {
	margin: 1rem 0
}

.sociallinks a {
	background: #666;
	color: #fff;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	font-size: 12px
}

@media(max-width:768px) {
	.author-box {
		text-align: center
	}

	.author-box .row {
		flex-direction: column
	}

	.author-box .col-md-2 {
		text-align: center
	}

	.author-box .social-icons {
		justify-content: center
	}
}

#comments {
	margin-top: 3rem;
	margin-bottom: 1.5rem
}

.sidebartitle {
	font-size: 1.25rem;
	color: #334155;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px
}

.sidebar {
	list-style: none
}

.sidebar ul {
	display: block;
	margin: 0
}

.sidebar ul li {
	list-style: none;
	margin-bottom: 4px;
	display: block;
	border-radius: 4px;
	border: 1px solid lightgray
}

.sidebar ul li a {
	padding: 7px 15px 2px 5px;
	font-weight: 600;
	font-size: 18px;
	display: block;
	color: #5769b3;
	text-decoration: none
}

.sidebar ul li a:hover {
	color: #2e3c72;
	transition: .2s;
	padding-left: 10px
}

.sidebar-section-two {
	margin-bottom: 10px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
	padding: 5px 18px;
	font-weight: 500;
	border: 1px solid lightgray;
	border-radius: 10px
}

.textdnone a {
	text-decoration: none;
	color: #000
}

.textdnone a:hover {
	color: #314253
}

.sidebar #mc_embed_signup form {
	padding: 0
}

.sidebar #mc_embed_signup .button {
	width: 100%;
	background: #675bff;
	height: auto;
	padding: 6px 20px;
	font-weight: 600;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1)
}

.sidebar #mc_embed_signup h2 {
	font-weight: 400;
	font-size: 15px;
	color: #999;
	margin-bottom: 1rem;
	line-height: 1.5;
	text-align: center
}

.sidebar #mc_embed_signup input {
	width: 100%
}

.sidebar #mc_embed_signup .mc-field-group {
	width: 100%
}

.sidebar-right .sidebar {
	max-width: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Sans Devanagari", sans-serif
}

.postsection h1,
.postsection h2,
.postsection h3,
.postsection h4,
.postsection h5,
.postsection h6 {
	font-weight: 800;
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-family: "Lora", sans-serif
}

.postsection h1 {
	font-family: "Lora", sans-serif;
	margin-top: 0;
	font-size: clamp(24px, 2.5vw, 32px);
	margin-bottom: 5px;
	padding: 0
}

.postsection h2 {
	font-size: clamp(20px, 2.5vw, 28px);
}

.postsection h3 {
	font-size: clamp(20px, 2.5vw, 28px);
}

.postsection h4 {
	font-size: clamp(20px, 2.5vw, 28px);
}

.postsection h5 {
	font-size: clamp(20px, 2.5vw, 28px);
}

.postsection h6 {
	font-size: clamp(20px, 2.5vw, 28px);
}

.postsection p {
  font-size: clamp(16px, 1.5vw, 18px);
  font-family: "Lora", serif
}

.postsection .faq_data h1 {
	font-size: 20px
}

.postsection .faq_data h2 {
	font-size: 20px
}

.postsection .faq_data h3 {
	font-size: 20px
}

.postsection .faq_data h4 {
	font-size: 20px
}

.postsection .faq_data h5 {
	font-size: 20px
}

.postsection .faq_data h6 {
	font-size: 20px
}

.postsection .faq_data p {
	font-size: 18px;
	font-family: "Lora", serif
}


.postsection ul li {
	font-size: clamp(16px, 1.5vw, 18px);
	font-family: "Lora", serif;
	line-height: 1.5rem
}

.postsection img.shadow {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30)
}

img {
	max-width: 100%;
	height: 100%
}

.bottompagination span.navigation a {
	background: #fff100;
	color: #333;
	padding: 5px;
	border-radius: 3px;
	text-transform: none;
	font-weight: 500;
	letter-spacing: 0;
	min-width: 100px;
	display: inline-block
}

.pointerup {
	margin-bottom: -18px;
	margin-left: 49%;
	font-size: 30px
}

.pointerup i.fa {
	color: #eaeaea
}

.bottompagination .navigation i {
	display: inline-block
}

.bottompagination .navigation {
	display: block;
	font-size: .93rem;
	font-weight: 700;
	text-align: center;
	position: relative
}

.bottompagination .navigation:before {
	margin-bottom: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 12px;
	height: 1px;
	content: '';
	background-color: #eee
}

.pagination {
	display: inline-block;
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 20px;
	font-size: 13px;
	letter-spacing: .5px;
	font-weight: 500;
	text-transform: uppercase
}

@media(max-width:1199px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}

@media(max-width:991px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		margin-left: 0;
		margin-top: 10px
	}

	.intro {
		padding: 3rem 0
	}

	.wrapintro {
		padding: 2rem 1rem
	}

	.intro h2 {
		margin-top: 1rem;
		margin-bottom: 1rem
	}
}

@media(max-width:575px) {
	.footer {
		text-align: center
	}

	.footer-widget {
		margin-bottom: 1rem;
		margin-top: 1rem
	}

	.sidebar {
		max-width: 100%
	}

	.copyright .pull-left,
	.copyright .pull-right {
		float: none
	}

	.beforefooter {
		text-align: center
	}

	.beforefooter .footersocial {
		text-align: center;
		margin-top: 1rem
	}

	.form-group .col-md-6:first-child {
		margin-bottom: 1rem
	}
}

.fs-20 {
	font-size: 20px
}

.fs-21 {
	font-size: 21px
}

.fs-22 {
	font-size: 22px
}

.fs-23 {
	font-size: 23px
}

.fs-24 {
	font-size: 24px
}

.fs-25 {
	font-size: 25px
}

.fs-26 {
	font-size: 26px
}

.newUltag {
	list-style: square;
	padding-left: 15px;
	color: green
}

.newUltag li a {
	color: #414e41;
	font-size: 18px
}



.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.mt-2 {
	margin-top: 10px
}

.mt-2x {
	margin-top: 20px
}

.metafooter {
	margin-bottom: 10px
}

.category-title {
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #e5e5e5;
	color: #621515
}

.category-title h1 {
	font-weight: 900;
	font-family: "Arial"
}

.imageOverlayEffect {
	position: relative;
	text-align: center;
	color: white;
	overflow: hidden;
	transition: transform .2s;
	border-radius: 10px
}

.imageOverlayText {
	position: absolute;
	top: auto;
	left: 0;
	transition: transform .2s;
	font-size: 18px;
	text-align: center;
	right: 0;
	bottom: 0;
	background-color: rgba(100, 100, 100, 0.5);
	transform: translate(-0, -0)
}

.imageOverlayEffect .imageOverlayText>.overImageText {
	color: #fff;
	font-weight: bold;
	padding: 10px
}

.imageOverlayEffect:hover amp-img {
	transition: transform .2s;
	transform: scale(1.2)
}

.imageOverlayEffect:hover .imageOverlayText {
	transition: transform .2s;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(100, 100, 100, 0.5);
	transform: translate(-0, -0) text-align:center
}

.imageOverlayEffect:hover .imageOverlayText>.overImageText {
	position: absolute;
	transition: transform .2s;
	top: 50%;
	color: #fff;
	text-decoration: underline;
	justify-content: center;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center
}

.menu-padding {
	border-bottom: 1px solid lightgray
}

.menu-padding a {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px
}

.list-unstyled {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: none
}

.list-unstyled li {
	list-style: none;
	display: inline-block;
	padding-right: 5px
}

.m-0 {
	margin: 0
}

.p-0 {
	padding: 0
}

.catetitle {
	margin-bottom: 5px
}

ul.breadcrumb {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	list-style: none
}

ul.breadcrumb li {
	display: inline;
	font-size: clamp(14px, 1.2vw, 18px)
}

ul.breadcrumb li+li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: url("images/rightarrow.svg") no-repeat center;
  background-size: contain;
}	

ul.breadcrumb li a {
	color: #621515;
	text-decoration: none
}

ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline
}

.homeNewbiePostLink {
	padding-left: 25px;
	margin: 0;
	margin-bottom: 30px
}

.homeNewbiePostLink>li {
	font-size: 18px;
	line-height: 28px
}

.homeNewbiePostLink>li>a {
	color: #242424;
	font-weight: 500
}

.homeNewbiePostLink>li>a:hover {
	color: #ff00b1
}

.optitlelink>.oposttitle {
	margin-bottom: 7px
}

.optitlelink>.oposttitle>a {
	color: #242424;
	text-decoration: none
}

.sidebar-section-two amp-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}

.rounded {
	border-radius: 10px
}

.border-bottom-none {
	border-bottom: 0
}

.ltypedisc {
	list-style-type: disc
}

.ltypesquare {
	list-style-type: square
}

.ltypedecimal {
	list-style-type: decimal
}

.ltypecircle {
	list-style-type: circle
}

.fs-10 {
	font-size: 10px
}

.fs-11 {
	font-size: 11px
}

.fs-12 {
	font-size: 12px
}

.fs-13 {
	font-size: 13px
}

.fs-14 {
	font-size: 14px
}

.fs-15 {
	font-size: 15px
}

.fs-16 {
	font-size: 16px
}

.fs-17 {
	font-size: 17px
}

.fs-18 {
	font-size: 18px
}

.fs-19 {
	font-size: 19px
}

.fs-20 {
	font-size: 20px
}

.fs-21 {
	font-size: 21px
}

.fs-22 {
	font-size: 22px
}

.fs-23 {
	font-size: 23px
}

.fs-24 {
	font-size: 24px
}

.fs-25 {
	font-size: 25px
}

.fs-26 {
	font-size: 26px
}

.fs-27 {
	font-size: 27px
}

.fs-28 {
	font-size: 28px
}

.fs-29 {
	font-size: 29px
}

.fs-30 {
	font-size: 30px
}

.fs-31 {
	font-size: 31px
}

.fs-32 {
	font-size: 32px
}

.fs-33 {
	font-size: 33px
}

.fs-34 {
	font-size: 34px
}

.fs-35 {
	font-size: 35px
}

.fs-36 {
	font-size: 36px
}

.fs-37 {
	font-size: 37px
}

.fs-38 {
	font-size: 38px
}

.fs-39 {
	font-size: 39px
}

.fs-40 {
	font-size: 40px
}

.pt-5 {
	padding-top: 2rem
}

::-webkit-scrollbar {
	width: 2px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #888
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

.blogSection>.row {
	margin-left: -25px;
	margin-right: -25px
}

.postsection {
	background-color: #ffffffb5;
	padding: 7px;
	border-radius: 10px;
	padding-bottom: 50px
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}

	.postsection {
		background-color: #ffffffb5;
		padding: 1.5rem;
		border-radius: 10px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}

	.postsection {
		background-color: #ffffffb5;
		padding: 1.5rem;
		border-radius: 10px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}

	.postsection {
		background-color: #ffffffb5;
		padding: 1.5rem;
		border-radius: 10px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.navbar-brand img {
	height: 35px
}

.grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.story-container {
	flex: 0 0 auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform .2s ease
}

.story-container:hover {
	transform: scale(1.03)
}

.story-cover {
	position: relative;
	height: 160px;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.story-content {
	padding: 12px
}

.story-date {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding-bottom: 6px;
	border-bottom: 2px solid #ff3042
}

.story-title {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
	font-weight: 600;
	color: #000
}

.load-more-wrapper {
	text-align: center;
	margin-top: 30px
}

.load-more-btn {
	background-color: #ff3042;
	color: white;
	padding: 10px 25px;
	border: 0;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: background .3s ease
}

.load-more-btn:hover {
	background-color: #e02838
}

@media(max-width:575px) {
	.story-container {
		width: 100%
	}
}

@media(min-width:576px) and (max-width:767px) {
	.story-container {
		width: calc(50% - 10px)
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.story-container {
		width: calc(33.333% - 13.33px)
	}
}

@media(min-width:1024px) {
	.story-container {
		width: calc(20% - 16px)
	}
}

.channel-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 20px
}

.channel-buttons a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	transition: transform .2s
}

.channel-buttons a:hover {
	transform: scale(1.05)
}

.youtube {
	background-color: red
}

.whatsapp {
	background-color: #25d366
}

.telegram {
	background-color: #08c
}

.channel-buttons i {
	font-size: 18px
}

@media(max-width:768px) {
	.channel-buttons {
		flex-direction: column;
		align-items: center
	}

	.channel-buttons a {
		width: 100%;
		justify-content: center;
		text-align: center
	}
}

.newboard {
	background: red
}
/* Menu  */
.signboard {
    background-color: #9c0d0d;
    padding: 15px 15px;
    text-align: center;
}

.signboard amp-img {
	margin: 0 auto;       /* Centers the image */
	max-width: 100%;
}
.signboard h1 {
  
    font-size: 41px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.signboard p {
  
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
}

header {
  width: 100%;
  padding: 6px 0px;
  background: #222;
}

#mobile-menu {
  display: block;
  padding: 5px 15px;
  cursor: pointer;
  text-align: right;
}

#mobile-menu svg {
  fill: #fff;
  margin-bottom: -7px;
}

#mobile {
  display: none;
}

.main-menu {
  display: none;
  list-style: none;
  margin: 0;
  font-family: "Arial";
  background: #000;
}

#mobile:checked + .main-menu {
  display: block;
  padding-left: 0px;
}

.main-menu li.menuitem {
  border-bottom: 1px solid #333;
  margin: 0px 2px;
}

.main-menu li.menuitem a {
    color: #fff;
  
    font-weight: 600;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    text-decoration: none;
}

.main-menu li.menuitem a:hover {
  background: #dc3545;
}

.main-menu li.menuitem.active a {
  background: #b11111;
}

@media (min-width: 992px) {

  #mobile-menu {
    display: none;
  }

  .main-menu {
    display: flex;
    justify-content: center;
    /*padding-top: 0px;
	padding-bottom: 0px;*/
	margin: 0;
    background: #222;
  }

  .main-menu li.menuitem {
    border: none;
  }

  .main-menu li.menuitem a {
    padding: 5px 11px;
    font-weight: 600;
  }

  .main-menu li.menuitem a:hover {
    background: #dc3545;
    border-radius: 4px;
  }

  .main-menu li.menuitem.active a {
    border-radius: 4px;
  }
}
.color-blocks-container {
	padding: 0 10px;
	margin-bottom: 20px
}

.equal-card-section .row>div[class*="col-"] {
	display: flex
}

.equal-card {
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: clamp(16px, 1.1vw, 18px);
	height: 100%;
	width: 100%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
	transition: transform .3s, box-shadow .3s
}

.equal-card a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.equal-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.equal-card a:hover {
	color: #ffd46c
}

.color-one {
	background-color: #8d2222;
	color: #fff;
	font-weight: 800
}

.color-two {
	background-color: #240c6f;
	color: #fff;
	font-weight: 800
}

.color-three {
	background-color: #13707f;
	color: #fff;
	font-weight: 800
}

.color-four {
	background-color: #124d29;
	color: #fff;
	font-weight: 800
}

.color-five {
	background-color: #dc3545;
	color: #fff;
	font-weight: 800
}

.color-six {
	background-color: #9b0a90;
	color: #fff;
	font-weight: 800
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap
}

.row-eq-height>.col-md-4 {
	display: flex
}

.row-eq-height .col-md-4 .custom-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 8px
}

.custom-card .card-header {
	background-color: #6d1212;
	font-family: "Arial";
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
	padding: 12px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.custom-card .card-body {
	flex: 1;
	padding: 5px;
	font-size: 1.1rem;
	color: #333
}

.custom-card .card-footer {
	padding: 10px 15px;
	background-color: #efefef;
	text-align: center
}

.custom-card .card-footer a {
	text-decoration: none;
	color: #07c;
	font-weight: 500
}

.custom-card .card-footer a:hover {
	text-decoration: underline
}

.marquee-container {
	width: 100%;
	height: 120px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden
}

.marquee-line {
	display: inline-block;
	animation: bounce 6s linear infinite alternate
}

.marquee-line:hover {
	animation-play-state: paused
}

@keyframes bounce {
	0 {
		transform: translateX(0)
	}

	100% {
		transform: translateX(100%)
	}
}

.impdates_apfee {
	margin-top: 10px
}

.custom-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-top: -1px
}

.custom-col {
	width: 50%;
	box-sizing: border-box;
	display: flex
}

.customcard-right {
	margin-left: -1px
}

@media(max-width:992px) {
	.custom-col {
		width: 100%;
		margin-bottom: 10px;
		display: block
	}
}

.customcard {
	border: 1px solid rgba(0, 0, 0, 0.9);
	overflow: hidden;
	flex: 1;
	display: flex;
	flex-direction: column
}

.customcard-header {
	background-color: #6a0b0f;
	font-size: 20px;
	border-bottom: 2px solid #000;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	font-weight: bold
}

.customcard-body {
	padding-right: 10px;
	font-size: 17px;
	flex: 1
}

.site-title {
	font-size: clamp(18px, 3vw, 28px);
	font-weight: 700
}

.site-subtitle {
	font-size: clamp(14px, 2vw, 20px);
	color: #333
}

.faqcontainer h3 {
	font-size: clamp(18px, 1.5vw, 20px);
	border-bottom: 1px solid gray;
	background-color: #ededed;
	padding: 5px 10px;
	line-height: 24px;
	border-radius: 0px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 800
}

.faqcontainer p {
	font-size: clamp(16px, 1.5vw, 18px);
	padding: 5px 10px;
	line-height: 25px;
	margin-bottom: 0
}

.image-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px
}

.dynamic-img {
	max-width: 100%;
	border-radius: 8px;
	height: auto;
	border: 1px solid #cfcaca;
	object-fit: contain;
	margin: 0 auto
}

.social-links {
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	border-radius: 12px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08)
}

.social-links p {
	margin: 0;
	padding: 0
}
.post-meta {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.post-date {
  color: #000;
}

.post-date strong {
  color: #9c0d0d;
}

.share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.postsharebtn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.about-us {
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.8;
  padding: 30px 20px;
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.about-title {
  text-align: center;
  color: #9c0d0d;
  margin-bottom: 20px;
  font-size: clamp(24px, 3vw, 32px);
}

.about-us h3 {
  color: #333;
  margin-top: 25px;
}

.about-us ul {
  padding-left: 20px;
}

.about-us ul li {
  margin-bottom: 8px;
}

.team {
  margin-top: 15px;
}

.team-member {
  background: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #9c0d0d;
  margin-bottom: 10px;
  border-radius: 5px;
}

.intro {
  font-size: 17px;
}

.closing {
  margin-top: 20px;
  font-weight: 500;
}