html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	background: var(--background);
	overflow-x: hidden !important;
}

* {
	box-sizing: border-box;
}

:root {
	--dark-green: #84b280;
	--dark-grey: #333333;
	--medium-grey: #7d7d7d;
	--light-grey: #c5c5c7;
	--off-white: #f9f9f9;

	--background: var(--dark-grey);
	--background-not: var(--off-white);
	--body-text: var(--light-grey);
	--body-text-not: var(--medium-grey);
	--headers: var(--off-white);
}

.light-mode {
	--background: var(--off-white);
	--background-not: var(--dark-grey);
	--body-text: var(--medium-grey);
	--body-text-not: var(--light-grey);
	--headers: var(--dark-grey);
}

.navbar {
	height: auto;
	background: var(--background);
	padding: 1.6rem;
}

.main_logo {
	max-width: 16rem;
}

.navbar.sticky_navigation {
	padding: 1rem 1.5rem;
	box-sizing: border-box;
}

.sticky_navigation {
	margin-top: 0rem !important;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky_navigation .navbar {
	margin-top: 0px !important;
	padding: auto 1rem !important;
}

.mto0 {
	margin-top: 0px !important;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}


.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

body {
	overflow-x: hidden !important;
}

.navbar-nav li:last-of-type {
	margin-right: 1rem;
}

.navbar-nav li a {
	font-size: 1.7rem;
	color: var(--body-text);
	text-transform: capitalize;
	letter-spacing: .1rem;
}

.navbar-nav li a.active {
	color: var(--dark-green) !important;
}

.navbar-nav li a:any-link {
	color: var(--body-text)
}

.navbar-nav li a:hover {
	color: var(--dark-green);
}

.navbar-nav li a:after {
	content: "|";
	padding: 0 2rem;
	opacity: .1;
}

.navbar-nav li .lastLink:after {
	content: "";
}

.navbar-toggler i {
	color: var(--off-white);
	font-size: 2rem;
}

.navbar-toggler {
	color: var(--dark-green);
}

.navbar-toggler:focus {
	outline: none;
}

.close_icon {
	display: none;
}

.loginbtn {
	margin: 0rem 1rem;
}

.navbar-toggler i {
	color: var(--dark-green);
}

.close_icon {
	display: none;
}

.margintop {
	width: 100%;
	margin-top: 11rem;
}


.hero_image_dark {
	width: 73%;
	margin: 0 auto;
	display: block;
}

.hero_text {
	color: var(--body-text);
	text-align: center;
	margin-top: -16rem;
	font-size: 3.5rem;
}

.forflex {
	display: flex;
	align-items: center;
}

.main_heading {
	font-size: 3.5rem;
	color: var(--headers);
	margin-bottom: 1rem;
}

.sub_heading {
	font-size: 2.2rem;
	color: var(--headers);
	margin-bottom: 1rem;

}

.heading_five {
	font-size: 2rem;
	color: var(--headers);
	font-weight: normal;
	margin-bottom: 1rem;

}

.gen_p {
	color: var(--body-text);
	font-size: 1.6rem;
	font-weight: normal;
}

.continue_btn {
	display: inline-block;
	padding: 1rem 3.2rem;
	color: var(--background);
	background: var(--dark-green);
	text-decoration: none;
	font-size: 1.8rem;

}

.continue_btn:hover {
	opacity: .8;

	color: var(--off-white);
	text-decoration: none;
}

.arrow_text {
	color: var(--dark-green);
	font-size: 2.5rem;
}

section {
	padding-top: 12rem;
}

section:nth-of-type(1) {
	padding-top: 0;
}

.contact_section {
	position: relative;
}

.email_link {
	color: var(--body-text);
	font-size: 2rem;
	text-decoration: none;
}

.right_corner_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40rem;
}

.home-newsletter {
	position: relative;
	min-height: 40rem;
}

.home-newsletter .single {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.home-newsletter .single .form-control {
	height: 5rem;
	background: var(--background-not);
	border-color: transparent;
	border-radius: 2rem 0 0 2rem;
	font-size: 1.8rem;
}

.home-newsletter .form-control ::placeholder {
	color: var(--body-text-not)
}

.home-newsletter .single .form-control:focus {
	box-shadow: none;
	border-color: none;
}

.home-newsletter .single .btn {
	min-height: 5rem;
	border-radius: 0 2rem 2rem 0;
	background: var(--dark-green);
	color: var(--background);
	font-size: 1.8rem;
	padding: 0 2rem;
}

.home-newsletter .single .btn:hover {
	opacity: .8;
}

.footer_p {
	font-size: 1.5rem;
	color: var(--body-text);
	display: inline-block;
}

.footer_links ul li {
	list-style: none;
	display: inline-block;

}

.footer_links ul li a {
	font-size: 1.5rem;
	color: var(--body-text);
	text-decoration: none;
}

.gray_text {
	padding: 0 2rem;
	color: var(--body-text);
	font-size: 1.5rem;
}

.social_icons li {
	width: 3rem;
	height: 3rem;
	background: var(--dark-green);
	display: inline-block;
	font-size: 1.8rem;
	text-align: center;
	line-height: 3rem;
	border-radius: 100%;
	margin-left: 1rem;
}

.social_icons li a {
	color: var(--off-white);
	z-index: 1;
}

.social_icons li a:hover {
	opacity: .6;
}

/* light mode */
body.light-mode .dark_mode_icon {
	display: none;
}

body.light-mode .light_mode_icon {
	display: inline-block;
}

/* dark mode */
body .dark_mode_icon {
	display: inline-block;
}

body .light_mode_icon {
	display: none;
}

.w_20 {
	line-height: 3.5rem;
	width: 5rem;
}

nav .social_icons {
	margin-top: 2.5rem;
}


.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 0.25rem;
	margin-top: 70px !important;

}

.slick-dots button {
	display: block;
	width: 1.3rem !important;
	height: 1.3rem !important;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: var(--background-not) !important;
}

.slick-dots li.slick-active button {
	background-color: var(--dark-green) !important;
}

.slick-dots li button:before {
	content: "";
}

.slick-track {
	display: flex;
}

.slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.logo_slider img {
	max-height: 9rem;
	display: block;
	margin: 0 auto;
}

.sec_img {
	max-height: 35rem;
}

.var_los_left {
	position: relative;
}

.corpo_img {
	position: absolute;
	left: 0;
	max-width: 20rem;
}

.qa-main {
	color: white;
	margin-top: 50px;
	width: 100%;
	height: 100%;
	color: var(--body-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 5%;
}

.qa-section {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 1em;
}

.search-bar {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	background-color: var(--background);
	color: white;
	font-size: 2rem;
	padding: 1rem;
	
}

#qna-form {
	display: flex;
	width: 100%;
	height: 100%;
	grid-column: 1 / 4;
	grid-row: 1 / -1;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 2em;
	padding: 2em;
}

#qna-form input {
	width: 80%;
	background-color: var(--background);
	font-size: 2rem;
}

#qna-form label {
	font-size: 2rem;
}

#qna-form button {
	width: 30%;
	background-color: var(--background);
	border: solid var(--headers);
	border-width: 2px;
	font-size: 2rem;
}

.qa-single {
	display: flex;
	flex-direction: column;
	width: 75%;
	height: 100%;
	align-items: center;
	justify-content: start;
	gap: 1em;
	padding-bottom: 2em;
}

.qa-single p {
	min-width: 100%;
	font-size: 2rem;
}

.qa-single h1 {
	text-align: center;
	font-size: 4rem;
}

.search-box {
	min-width: 100%;
	width: 100%;
	min-height: 10%;
	height: 10%;
	justify-content: center;
	align-items: center;
	border: solid white;
	border-width: 2px;
}

.questions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 20%;
	width: 100%;
	height: 90%;
	justify-content: start;
	gap: 2em;
	border: solid white;
	border-width: 2px;
	padding: 1%;
}

.qa-card {
	text-decoration: none;
	padding: 5%;
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		border: solid gray;
	border-width: 0.5px;

}

.qa-card:hover {
	text-decoration: underline;
	text-decoration-color: white;
}

.qa-block-title {
	font-size: 2rem !important;
}

.qa-card * {
	color: white;
	
}

.qa-card-content p {
	font-size: 1.5rem;
}

.qa-card-content {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	text-align: center; 
}

.hr-card {
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 1px;
	border-top: 1px solid var(--headers) !important;
}


.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.blog-main {
	flex: 1;
	margin-top: 50px;
	width: 100vw;
	color: var(--body-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 5%;
}

.blog-article {
	display: flex;
	width: 60%;
	flex-direction: column;
	justify-content: center;
	font-size: medium;
	color: var(--body-text);
	margin-bottom: 4em;
	text-decoration: none;
}

.blog-article:hover {
	color: var(--body-text);
}

.blog-article h1 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 3rem;
}
.blog-article:hover {
	text-decoration: underline !important;
}


.blog-individual {
	display: flex;
	width: 60%;
	flex-direction: column;
	justify-content: center;
	font-size: large;
	color: var(--body-text);
	padding-bottom: 4em;
}

.blog-individual h1 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 4rem;
}

.blog-individual p {
	font-size: 2rem;
}


.Blog-Comment {
	border: 1px solid grey;
	border-radius: 6px;
	width: 700px; 
	padding: 1rem;
	margin: 1rem 0;
	background-color: var(--secondary-bg);
}

.Blog-Comment h2 {
	margin: 0 0 0.5rem 0;
	font-size: 1.1rem;
}

#comment-form textarea, #reply-form textarea {
	background-color: transparent;
	color: var(--headers);
	border: 1px solid grey;
	border-radius: 4px;
	padding: 0.75rem;
}

#comment-form, #reply-form {
	display: flex;
	flex-direction: column;
}

#comment-form input {
	background: var(--secondary-bg);
	border: 1px solid grey;
}

#author,
#email {
  margin-bottom: 0.5rem;
}

.comment-btn {
	margin-top: 30px;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	cursor: pointer;
	background-color: var(--body-text);
	border-radius: 4px;
	color: white;
	transition: background-color 0.2s ease;
	background: var(--secondary-bg);
	float: right;
	
}

.comment-btn:hover {
	background-color: #e0e0e0;
}


.leave-comment {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.comments-title {
    font-size: 2rem;
    color: white;
    margin-bottom: 1.5em;
    width: 100%;
    text-align: center;
}

.comment-system {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 500px;
	padding-bottom: 5%;
}

.comment {
	position: relative; 
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 4em;
	width: 80%;
}

.comment a, p, small, span, button {
	font-size: 2rem !important;
}

.comment-header {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	height: 20px;
}

.username {
	font-weight: bold;
	margin-right: 5px;
}

.comment-date {
	font-size: 0.9em;
	color: #666
}

.comment-body {
	height: fit-content;
	margin: 0.5em 0;
	color: whitesmoke;
}

.comment-actions {
	display: flex;
	flex-direction: column;
}


.comment-replies {
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
  
.reply-box {
    width: 100%;
	min-height: 60px;     
    margin-top: 10px;      
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1rem;
    background-color: var(--secondary-bg);
	color: white;
}

.reply-submit {
    border: none;
	background-color: var(--secondary-bg);
	color: white;
	padding: 0.5rem 1rem;
	cursor: pointer;
	width: 40px;
}

hr {
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
	border-top: 1px solid white;
	margin-top: 2em;
	padding: 0;
}
  
#comment-page hr {
display: none;
}

.content {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
}

footer {
	margin-top: auto;
}

.mode-text {
	color: var(--headers) !important;
}





#reply-form textarea, #reply-form textarea {
	background-color: transparent;
	color: var(--headers);
	border: 1px solid grey;
	border-radius: 4px;
	padding: 0.75rem;
}

#reply-form, #reply-form {
	display: flex;
	flex-direction: column;
}

#reply-form input {
	background: var(--secondary-bg);
	border: 1px solid grey;
}




.reply-form-input {
	display: flex;
	flex-direction: column;
	width: 100%;

}

.comment-form-input {
	display: flex;
	flex-direction: column;
	width: 50rem;

}

#contact-form textarea, #reply-form textarea {
	background-color: transparent;
	color: var(--headers);
	border: 1px solid grey;
	border-radius: 4px;
	padding: 0.75rem;
}

#contact-form, #reply-form {
	display: flex;
	flex-direction: column;
}

#contact-form input {
	background: var(--secondary-bg);
	border: 1px solid grey;
}


#newsletter-group input {
	background-color: transparent;
	color: var(--headers);
	border: 1px solid grey;
	border-radius: 4px;
	padding: 0.75rem;
}





.comment-section {
	width: 50%;
}


.comment-section p {
	font-size: 1.8rem;
}
.comment-section h3 {
	font-size: 2.5rem;
}



.margin-top {
	width: 100%;
	margin-top: 6rem;
}

.margin-bottom {
	width: 100%;
	margin-bottom: 2rem;
}

.good-response {
	background-color: lightgreen !important;
	border: solid white !important;

}



#commentForm * {
	font-size: 2rem;
}

#replyForm * {
	font-size: 2rem;
}

