body {
    background-color: white;
    color: green;
}
.headertopbox{
  font-size: 23px;
  padding: 10px;
  color: green;
}
.lolotitle{
  text-decoration: none;
}
.bglightbox{
  background-color: #1d400da6;
}

.postvisitor {
    margin-top: 10px;
    padding: 10px;
    background-color: #d6e8ce;
    border-radius: 5px;
    color: green;
}

.toppara{
  margin-top: -19px;
    margin-bottom: 21px;
    margin-left: 10px;
    color: green;
    font-weight: 500;
}
.hrbox{
  color: #000;
}
.categorytitle{
	color: green;
	
}
/* main title and main content css */

.title-list li {
    padding: 2px;
    background: #f7f7f7;
    margin-bottom: 0px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.title-list li:hover {
    background: #e6e6e6;
    transform: translateX(5px);
}

.title-list li.active {
    background: #d6e8ce;
    font-weight: bold;
}

.title-list li i {
    margin-right: 6px;
}
.rightbox{
    background-color: #d6e8ce;
    border-radius: 6px;
}

/* main manu css */

.custom-menu {
  background-color: #1d400da6;
    padding: 5px 0;
}

.catname{
  text-decoration: none;
    color: #fff;
}
.menu-itemb {
    width: 120px;
    padding: 6px 0;
    border-right: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: 0.3s;
}

.menu-itemb:last-child {
    border-right: none;
}

.menu-itemb span {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 0.6;
    font-weight: 600;
}

.menu-itemb:hover {
    background-color: #255e25;
    transform: scale(1.05);
}







/* footer ccss */
.footer-section {
    background-color: #1d400da6;
    display: flex;
    align-items: center;
}
ul.li.a{
  color: #FFF;
  text-decoration: none;
}
.hrboxf{
  background-color: #1d400da6;
}
.footerpbox{
    border: 1px solid;
    padding: 5px;
    color: #fff;
    font-size: 15px;
}

.footer-menu li {
    display: inline-block;
    margin-right: 15px;
}

.footer-menu li a {
    text-decoration: none;
    color: #000; 
}

.footersection{
  background-color: #1d400da6;
    font-size: 20px;
}

/* Footer Section */
.footer-section {
    background-color: #d6e8ce;
    padding: 25px 0;
}

/* Left aligned heading */
.footer-heading {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* Make menu vertical */
.footer-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* Vertical item */
.footer-menu li {
    display: block !important;
    margin-bottom: 8px !important;
}

/* Links */
.footer-menu li a {
    color: green !important;
    display: block !important;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 16px;
}
.tnp-field label {
    display: none !important;
}

.footer-menu li a::before {
    font-family: "bootstrap-icons";
    content: "\f135"; /* bi-arrow-right icon */
    margin-right: 8px;
    font-size: 14px;
    display: inline-block;
}


/* Hover effect */
.footer-menu li a:hover {
    opacity: 0.7;
}



div#respond {
    background-color: #d6e8ce;
    color: green;
    padding: 10px;
    border-radius: 14px;
}
textarea {
    resize: vertical;
    height: 100px;
    display: flex;
    margin-left: 10px;
}

label {
    display: inline-block;
    margin-left: 10px;
}
input#author {
    display: flex;
    margin-left: 10px;
}
input#email {
    display: flex;
    margin-left: 10px;
}
p.comment-form-url {
    display: none;
}
p.comment-form-author {
    margin-top: -12px;
}
p.comment-form-email {
    margin-top: -14px;
}
p.comment-form-cookies-consent {
    margin-top: -12px;
    margin-left: 10px;
}

p.form-submit {
    margin-top: -12px;
    margin-left: 10px;
}
input#submit {
    background-color: #444444;
    color: white;
    padding: 7px;
    border-radius: 8px;
}
p.comment-form-comment {
    margin-top: -10px;
}
input.tnp-submit {
    border-radius: 5px;
}


.subscriber-box {
    background: #e7f9e7;
    border: 2px solid #34a853;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.subscriber-box h5 {
    margin: 0;
    color: #2c7b2f;
    font-weight: bold;
}

.subscriber-box p {
    font-size: 22px;
    color: #2e9d31;
    font-weight: bold;
    margin-top: 8px;
}

























