
body {
	padding-top: 3.3rem;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mainheading {
	padding: 1rem 0rem;
}

a {
	color: #1877F2;
}

a,
a:hover {
	transition: all 0.2s;
}

.mediumnavigation {
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
}

section {
	margin-bottom: 20px;
}

.section-title h2 {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 27px;
}

.section-title span {
	border-bottom: 1px solid rgb(0, 0, 0);
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: -1px;
}

@media (min-width: 576px) {
.listrecent{display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}
	
	.card-columns.listfeaturedtag {
		-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		column-count: 2 !important;
	}
}

@media (min-width:992px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: .7rem;
		padding-left: .7rem;
	}
}

.card-columns .card {
	margin-bottom: 20px;

}

.listfeaturedtag .wrapthumbnail {
	height: 258px;
	flex: 0 0 auto;
}

.listfeaturedtag .card {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 2px;
	height: 260px;
	padding-left: 0;
	margin-bottom: 15px;
}

.listfeaturedtag .thumbnail {
	background-size: cover;
	height: 100%;
	display: block;
	background-position: 38% 22% !important;
	background-origin: border-box !important;
	border-top-left-radius: 2px;
}

.listfeaturedtag .card-block {
	padding-left: 0;
}
.card-block{
	min-height: 200px;
}
.listfeaturedtag h2.card-title,
.listrecent h2.card-title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.25;
}

.listfeaturedtag h2.card-title a,
.listrecent h2.card-title a {
	color: rgba(0, 0, 0, .8);
}

.listfeaturedtag h2.card-title a:hover,
.listrecent h2.card-title a:hover {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
}

.listfeaturedtag h4.card-text,
.listrecent h4.card-text {
	
	color: rgb(0, 0, 0);
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 400;
	
}

.listfeaturedtag .wrapfooter {
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	display: block;
	width: 85%;
}

.listrecent .wrapfooter {
	font-size: 12px;
	margin-top: 30px;
}

.author-thumb {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 13px;
	border-radius: 100%;
}

.post-top-meta {
	margin-bottom: 2rem;
}

.post-top-meta .author-thumb {
	width: 72px;
	height: 72px;
}

.post-top-meta.authorpage .author-thumb {
	margin-top: 40px;
}

.post-top-meta span {
	font-size: 0.9rem;
	color: rgb(0, 0, 0);
	display: inline-block;
}

.post-top-meta .author-description {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0.95rem;
}

.author-meta {
	flex: 1 1 auto;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
}

span.post-name,
span.post-date,
span.author-meta {
	display: inline-block;
}

span.post-date,
span.post-read {
	color: rgb(0, 0, 0);
	margin-left:15px;
}

span.post-read-more {
	align-items: center;
	display: inline-block;
	float: right;
	margin-top: 8px;
}

span.post-read-more a {
	color: rgb(0, 0, 0);
}

span.post-name a,
span.post-read-more a:hover {
	color: rgba(0, 0, 0, .8);
}

.dot:after {
	content: "·";
	margin-left: 3px;
	margin-right: 3px;
}

.mediumnavigation .form-control {
	font-size: 0.8rem;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.mediumnavigation .form-inline {
	margin-left: 15px;
}

.mediumnavigation .form-inline .btn {
	margin-left: -50px;
	border: 0;
	border-radius: 30px;
	cursor: pointer;
}

.mediumnavigation .form-inline .btn:hover,
.mediumnavigation .form-inline .btn:active {
	background: transparent;
	color: green;
}

.mediumnavigation .navbar-brand {
	font-weight: 500;
}

.mediumnavigation .dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin: .5rem 0 0;
}

.mediumnavigation .nav-item,
.dropdown-menu {
	font-size: 0.9rem;
	
}

.mediumnavigation .search-icon {
	margin-left: -40px;
	display: inline-block;
	margin-top: 3px;
	cursor: pointer;
}

.mediumnavigation .navbar-brand img {
	max-height: 30px;
	margin-right: 5px;
}

.mainheading h1.sitetitle {
	font-family: Righteous;
}
.desgn {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 1rem;
}
.mainheading .desgn {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.footer {
	border-top: 1px solid rgba(0, 0, 0, .05) !important;
	padding-top: 15px;
	padding-bottom: 12px;
	font-size: 0.8rem;
	color: rgb(0, 0, 0);
	margin-top: 50px;
}

.link-dark {
	color: rgba(0, 0, 0, .8);
}

.article-post {

	font-size: 1.2rem;
	line-height: 1.8;
	color: #242424;
}

blockquote {
	border-left: 4px solid #1877F2;
	padding: 0 20px;
	font-style: italic;
	color: rgba(0, 0, 0, .5);
}

.article-post p,
.article-post blockquote {
	margin: 0 0 1.5rem 0;
}

.featured-image {
	display: block;
	margin: 0px auto;
	margin-bottom: 1.5rem;
}

.share {
	text-align: center;
	margin-top: 20px;
}

.share p {
	margin-bottom: 10px;
	font-size: 0.95rem;
}

.share {
	display: none;
}

.share ul li {
	display: inline-block;
	margin-bottom: 5px;
}

.share ul {
	padding-left: 0;
	margin-left: 0;
}

.svgIcon {
	vertical-align: middle;
}

@media (min-width:1024px) {
	.share {
		position: fixed;
		display: block;
	}

	.share ul li {
		display: block;
	}
}

@media (max-width:999px) {

	.listfeaturedtag .wrapthumbnail,
	.listfeaturedtag .col-md-7 {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}

	.listfeaturedtag .wrapthumbnail {
		height: 250px;
	}

	.listfeaturedtag .card {
		height: auto;
	}

	.listfeaturedtag .wrapfooter {
		position: relative;
		margin-top: 30px;
	}

	.listfeaturedtag .card-block {
		padding: 20px;
	}
}

@media (max-width:1024px) {
	.post-top-meta .col-md-10 {
		text-align: center;
	}
}

@media (max-width:767px) {
	.post-top-meta.authorpage {
		text-align: center;
	}
	h1{font-size: 10px;}
	
}

.graybg {
	background-color: #fafafa;
	padding: 40px 0 46px;
	position: relative;
}

.listrelated .card {
	box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
	border: 0;
}

.card {
	border-radius: 4px;
}

.card .img-thumb {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

ul.tags {
	list-style: none;
	padding-left: 0;
	margin: 0 0 3rem 0;
}

ul.tags li {
	display: inline-block;
	font-size: 0.9rem;
}

ul.tags li a {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .6);
	border-radius: 3px;
	padding: 5px 10px;
}

ul.tags li a:hover {
	background: rgba(0, 0, 0, .07);
	text-decoration: none;
}

.margtop3rem {
	margin-top: 3rem;
}

.sep {
	height: 1px;
	width: 20px;
	background: #999;
	margin: 0px auto;
	margin-bottom: 1.2rem;
}

.btn.follow {
	border-color: #02B875;
	color: #1C9963;
	padding: 3px 10px;
	text-align: center;
	border-radius: 999em;
	font-size: 0.85rem;
	display: inline-block;
}

.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: 0.85rem;
	margin-left: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-top-meta .btn.follow {
	margin-left: 5px;
	margin-top: -4px;
}

.alertbar {
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .0785);
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	padding: 14px 0;
	z-index: 1;
}

.form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.form-control:-moz-placeholder {
	color: rgba(0, 0, 0, .5);
}

.form-control::-moz-placeholder {
	color: rgba(0, 0, 0, .5);
}

.form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.form-control::-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

.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: 0.9rem;
}

.graybg.authorpage {
	border-top: 1px solid #f0f0f0;
}

.authorpostbox {
	width: 760px;
	margin: 0px 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;
}




/* Style h2 headings */
h2 {
	font-size: 30px;
	margin-bottom: 0.8rem;
	font-weight: 600;
}

/* Style h3 headings nested under h2 */
h3 {
	font-size: 1rem;
	margin-left: 1rem;
}


/* Responsive styles */
@media (max-width: 767px) {
	
	.mainheading h1.desgn {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 1rem;
	}
	h1.desgn {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 1rem;
	}
	.article-post {
		
		font-size: 17px;
		line-height: 1.8;
		color: #242424;
	}
	#exptable{font-size: 17px;}
	h2 {
		font-size: 24px;
		margin-bottom: 0.5rem;
	}
}

.progress-container {
	z-index: 9999;
  position: fixed;
  top: 56px; /* Adjust this value according to your header's height */
  width: 100%;
  background-color: #f1f1f1;
}

.progress-bar {
  height: 4px;
  background-color: orange;
  width: 0;
}


/*FAQ*/

.accordion {
    display: flex;
    flex-direction: column;
   
    max-width: 991px;
    min-width: 320px;
   
    padding: 0 10px;
}
.accordion h1 {
    
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
   
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
 
    line-height: 22px;
    font-weight: 400;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
  
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
 
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }

}

@media (max-width: 767px) {
	.row.post-top-meta {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.col-md-2 {
		width: auto; /* Ensure the column width adjusts */
	}

	.author-thumb {
		margin: 0 auto; /* Center the image horizontally */
	}
}

.vertical-menu {
	/* Set a width if you like */
  }
  
  .vertical-menu a {

	color: black; /* Black text color */
	display: block; /* Make the links appear below each other */
	padding: 12px; /* Add some padding */
	text-decoration: none; /* Remove underline from links */
  }
  
  .vertical-menu a:hover {
	background-color: #ccc; /* Dark grey background on mouse-over */
    border-radius: 5px;
  }
  
  .vertical-menu a.active {
	background-color: #fff; /* Add a green color to the "active/current" link */
	outline: 2px solid #1877F2;
	border-radius: 5px;
	font-weight: 600;

	color: #1877F2;
  }


  /* MCQ Quiz*/

  .quiz-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

.question {
	font-weight: bold;
	margin-bottom: 10px;
}

.option {
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}

.option:not(.selected):hover {
	background-color: #f0f0f0;
}

.selected {
	background-color: #fff;
	color: white;
}

.correct {
	outline: 2px solid#02B875;
	background-color: #ceffcb;
	color: #000;
}

.wrong {
	outline: 2px solid red;
	background-color: #ffe7e7;
	color: #000;
}

.explanation {
	margin-top: 10px;
	display: none;
}

.report-card {
	margin-top: 20px;
	padding: 10px;
	
	border-radius: 5px;
	background-color: #fff;
	border: 2px solid #1877F2;
}

.report-card h2{
	margin: 0px!important;

}
.report-card p{
	margin:  0.5em 0!important;

}
.qimg{ width: 100%;
border-radius: 5px;}


/* menu*/
@media screen and (max-width: 767px) {
    .vertical-menu {
        display: none;
    }
    .vertical-menu.show {
        display: block;
    }
}

/*footer */



.footer-distributed {
  background: rgb(0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
 
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 40%;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;

  margin: 0;
}

.footer-distributed h3 span {
  color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #222;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: lightseagreen;
  text-decoration: none;
}

.footer-distributed .footer-links a:before {

  font-weight: 300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {


  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
.logo {
  height: 10vh;
  width: 10vh;
}

