/************************ reset css starts here ************************/
* {
	margin: 0;
	padding: 0; }
  
  body, html {
	position: relative; }
  
  html {
	height: 100%; }
  
  ol, ul {
	list-style: none; }
  
  blockquote, q {
	quotes: none; }
  
  blockquote:after, blockquote:before, q:after, q:before {
	content: ''; }
  
  table {
	border-collapse: collapse;
	border-spacing: 0; }
  
  .btn:active:focus, .btn:focus, a:focus, button:focus {
	outline: 0;
	text-decoration: none;
	box-shadow: 0 0 !important; }
  
  input::-ms-clear, input::-ms-reveal {
	display: none; }
  
  input {
	filter: none; }
  
  textarea {
	resize: none; }
  
  select {
	-webkit-appearance: none;
	-moz-appearance: none; }
  
  select::-ms-expand {
	display: none; }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0; }
  
  input[type=number] {
	-moz-appearance: textfield; }
  
  input[type=file], input[type=file]::-webkit-file-upload-button {
	cursor: pointer; }
  
  input[type=checkbox] {
	cursor: pointer; }
  
  ::selection {
	color: #fff;
	background-color: #077239; }
	
	  .blog-banner-bg h1 {
    background: #F8D54D;
    position: absolute;
    width: 100%;
    bottom: -32px;
    left: 0;
    right: 0;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #000 !important;
}
.blog-detials h2 {
    font-size: 2rem;
    padding-top: 16px;
}
.blog-detials h3 {
    font-size: 20px;
    padding-top: 10px;
}
.blog-detials p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 27px;
}
.blog-detials ul {
    padding-top: 16px;
}
.blog-detials ul li {
    list-style: disc;
}
.blog-tag-list li a {
    display: inline-block;
    background: #EFEFEF;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
}
.ctlist .catt {
    padding-bottom: 7px;
}
.ctlist .tags {
    padding-bottom: 7px;
}
  
  ::-moz-selection {
	color: #fff;
	background-color: #077239; }
  
  .form-control:-moz-placeholder {
	opacity: 1;
	color: #AFAFAF; }
  
  .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #AFAFAF; }
  
  .form-control::-moz-placeholder {
	opacity: 1;
	color: #AFAFAF; }
  
  .form-control:-ms-input-placeholder {
	opacity: 1 !important;
	color: #AFAFAF; }
  
  .form-control::-ms-input-placeholder {
	opacity: 1;
	color: #AFAFAF; }
  
  .form-control::placeholder {
	opacity: 1;
	color: #AFAFAF; }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
	-moz-box-shadow: 0 0 0 30px #fff inset !important;
	-ms-box-shadow: 0 0 0 30px #fff inset !important;
	-o-box-shadow: 0 0 0 30px #fff inset !important;
	box-shadow: 0 0 0 30px #fff inset !important; }
  
  a, a:hover, a:focus {
	text-decoration: none; }
  
  p, h1, h2, h3, h4, h5, h6, label {
	margin-bottom: 0; }
  
  button:focus, .form-control:focus, input:focus {
	outline: none; }
  
  button {
	background: transparent;
	border: none; }
  
  .form-control:focus {
	box-shadow: 0 0;
	border: 1px solid #00712D; }
  
  body {
	color: #505050;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	font-family: "Inter", sans-serif; }
  
  .img-object {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover; }
	.img-object.img-contain {
	  object-fit: contain; }
  
  /*********heading css starts*********/
  .head-large {
	font-size: 58px;
	line-height: 70px; }
  
  .head-xxl {
	font-size: 40px;
	line-height: 48px; }
  
  .head-xl {
	font-size: 60px;
	line-height: 70px; }
  
  .head-xl1 {
	font-size: 28px;
	line-height: 36px; }
  
  .head-lg {
	font-size: 24px;
	color: #D5ED9F; }
  
  .head-md {
	font-size: 22px;
	line-height: 27px; }
  
  .head-sm {
	font-size: 20px; }
  
  .text-lg {
	font-size: 18px;
	line-height: 24px; }
  
  .text-md {
	font-size: 16px;
	line-height: 24px; }
  
  .text-md1 {
	font-size: 13px;
	line-height: 21px; }
  
  .text-sm {
	font-size: 12px;
	line-height: 20px; }
  
  .inter {
	font-family: "Inter", sans-serif; }
  
  .radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px; }
  
  .radius-50 {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px; }
  
  .full-abs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0; }
  
  .x-abs {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0); }
  
  .y-abs {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%); }
  
  .xy-abs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); }
  
  .abs {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle; }
  
  .black {
	color: #000; }
  
  .white {
	color: #fff; }
  
  .bg-text-color {
	color: #00712D; }
  
  .bg-theme {
	background: #00712D; }
  
  .light-green-text {
	color: #D5ED9F; }
  
  .light-green-bg {
	background: #D5ED9F; }
  
  .light-yellow-bg {
	background: #FFF8D1; }
  
  .black-bg {
	background: rgba(0, 0, 0, 0.74); }
  
  .fw-300 {
	font-weight: 300; }
  
  .fw-600 {
	font-weight: 600; }
  
  .linear-bg {
	background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%); }
  
  /** Button css here **/
  .theme-btn {
	font-family: "Inter", sans-serif;
	background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%);
	border: none;
	font-weight: 500;
	display: inline-block;
	line-height: 27px;
	font-size: 18px;
	padding: 10px 20px;
	color: #fff;
	min-width: 177px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	transition: all 0.5s ease-in 0s;
	height: 45px; }
	.theme-btn a {
	  color: #fff; }
	.theme-btn:hover {
	  color: #fff; }
	@media screen and (max-width: 767px) {
	  .theme-btn {
		font-size: 16px;
		height: 45px;
		line-height: 28px; } }
  
  .transparent-btn {
	background: transparent;
	border: 1px solid #00712D;
	color: #00712D; }
	.transparent-btn:hover {
	  background: #00712D;
	  color: #fff; }
  
  .site-header.navbar {
	padding: 10px 0;
	transition: .3s ease-in-out; }
  
  .site-header {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999; }
	.site-header .navbar-nav .nav-link {
	  color: #fff;
	  padding: 4px 11px;
	  border-bottom: 0;
	  font-size: 16px;
	  position: relative;
	  font-family: "Inter", sans-serif;
	  font-weight: 400;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  -o-border-radius: 5px;
	  border-radius: 5px; }
	  .site-header .navbar-nav .nav-link:hover {
		color: #FFF8D1; }
  
  .banner-bg {
	background-position: center;
	width: 100%;
	padding: 150px 0;
	background-image: url(../img/banner.png);
	background-size: cover; }
  
  .offering-outer {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px; }
  
  .research-slider .slide-item.slick-active {
	transition: 0.5s ease-in-out;
	transform: scale(0.9);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px; }
  .research-slider .slide-item.slick-current.slick-active.slick-center {
	transition: 0.5s ease-in-out;
	transform: scale(1); }
  
  .research-slider.slick-slider .slick-track {
	display: flex; }
  .research-slider.slick-slider .slider-item.slick-slide {
	margin: 0px;
	height: inherit; }
  
  .research-slider .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center; }
	.research-slider .slick-dots li {
	  width: 10px;
	  height: 10px;
	  background: #ffffff54;
	  border-radius: 50%; }
	  .research-slider .slick-dots li button:before {
		display: none; }
	.research-slider .slick-dots li.slick-active {
	  width: 15px;
	  height: 15px;
	  background: #edf1ef54; }
  
  .newsletter-outer {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px; }
  
  .site-footer.light-green-bg {
	padding-top: 200px; }
  
  .footer-links li {
	margin-bottom: 5px; }
	.footer-links li a {
	  color: #000; }
	  .footer-links li a:hover {
		color: green; }
  
  .input-field {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	font-size: 16px;
	letter-spacing: .5px;
	color: #777777;
	appearance: none;
	line-height: 28px;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	-ms-border-radius: 40px 0 0 40px;
	-o-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	height: 55px;
	font-family: "Inter", sans-serif;
	background: #fff; }
  
  .transparent-field {
	background: transparent;
	color: #fff;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	-ms-border-radius: 0 40px 40px 0;
	-o-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	max-width: 200px; }
  
  .newsletter-inner {
	position: absolute;
	bottom: -160px;
	border-radius: 20px;
	max-width: 900px;
	left: 0;
	right: 0; }
  
  .offering-slider .slide-item.slick-slide {
	margin: 0 10px; }
  
  .about-banner-bg {
	background-position: center;
	width: 100%;
	padding: 150px 0;
	background-image: url(../images/about-bg.png);
	background-size: cover; }
  
  .product-banner-bg {
	background-position: center;
	width: 100%;
	padding: 150px 0;
	background-image: url(../images/product-banner.png);
	background-size: cover; }
  
  .blog-banner-bg {
	background-position: center;
	width: 100%;
	padding: 150px 0;
	background-image: url(../img/blog-banner.png);
	background-size: cover; }
  
  .list-design li {
	list-style: disc; }
  
  .flip {
	position: relative; }
	.flip > .front,
	.flip > .back {
	  display: block;
	  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	  transition-duration: .5s;
	  transition-property: transform, opacity; }
	.flip > .front {
	  transform: rotateY(0deg); }
	.flip > .back {
	  position: absolute;
	  opacity: 0;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: 100%;
	  transform: rotateY(-180deg); }
	.flip:hover > .front {
	  transform: rotateY(180deg); }
	.flip:hover > .back {
	  opacity: 1;
	  transform: rotateY(0deg); }
	.flip.flip-vertical > .back {
	  transform: rotateX(-180deg); }
	.flip.flip-vertical:hover > .front {
	  transform: rotateX(180deg); }
	.flip.flip-vertical:hover > .back {
	  transform: rotateX(0deg); }
  
  .flip {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	width: 100%; }
	.flip > .back {
	  display: block;
	  color: white;
	  width: inherit;
	  background-size: cover !important;
	  background-position: center !important;
	  height: 300px;
	  padding: 20px;
	  background: #313131;
	  border-radius: 10px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-wrap: wrap; }
	  .flip > .back p {
		font-size: 0.9125rem;
		line-height: 160%;
		color: #999; }
	.flip > .front {
	  display: block;
	  color: white;
	  width: inherit;
	  background-size: cover !important;
	  background-position: center !important;
	  height: 300px;
	  padding: 20px;
	  background: #313131;
	  border-radius: 10px;
	  display: flex;
	  align-items: center;
	  justify-content: center; }
	  .flip > .front p {
		font-size: 0.9125rem;
		line-height: 160%;
		color: #999; }
  
  .slick-dots {
	bottom: -25px; }
	.slick-dots li.slick-active {
	  width: 15px;
	  height: 15px;
	  background: #00712D; }
	.slick-dots li {
	  width: 10px;
	  height: 10px;
	  background: #00000054;
	  border-radius: 50%; }
  
  .paint-bg {
	background-color: #e9e2e9; }
  
  .dark-green {
	background: rgba(0, 0, 0, 0.25); }
  
  .shadow-box-outer {
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	-o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px; }
  
  .client-img {
	position: absolute;
	bottom: 10px;
	left: 10px; }
  
  .calender-bg {
	position: absolute;
	top: 10px;
	background: #D5ED9F;
	font-size: 12px;
	right: 10px;
	border-radius: 5px;
	padding: 15px 3px 7px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif; }
	.calender-bg span {
	  font-size: 26px;
	  display: block;
	  text-align: center;
	  line-height: 10px;
	  margin-bottom: 7px;
	  font-family: "Open Sans", sans-serif; }
  
  .theme-btn.light-green-bg {
	background: #D5ED9F;
	color: #00712D;
	font-size: 16px; }
  
  .custom-pagination .page-item.active .page-link {
	border: 1px solid #4DA757;
	color: #4DA757;
	background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%); }
  .custom-pagination .page-item .page-link {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	color: #B8B8B8;
	border: 1px solid #B8B8B8;
	font-family: "Open Sans", sans-serif; }
  
  .icon {
	display: inline-block;
	vertical-align: middle; }
  
  .left-arrow {
	width: 9px;
	height: 17px;
	background-image: url(../img/pagi-left-arrow.png);
	background-size: cover; }
  
  .right-arrow {
	width: 9px;
	height: 17px;
	background-image: url(../img/pagi-right-arrow.png);
	background-size: cover; }
  
  .search-btn .serach-icon {
	border-radius: 0;
	border-color: #DDDDDD; }
  
  .shadow-box-only {
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	-o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11); }
  
  .blog-img img {
	min-width: 96px;
	max-width: 96px; }
  
  .blog-list li {
	list-style: disc;
	font-size: 14px;
	color: #777777; }
	.blog-list li a {
	  color: #777777; }
	  
	  .blog-main-img a img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.client-img img {
    max-width: 20px;
    min-width: 20px;
}

.navbar-nav .menu-item a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 15px;
    transition: color 0.3s ease-in-out;
    display: inline-block;
}
.bd-link-label i {
    margin-right: 5px;
}
  .bd-category-link a {
    color: green;
    text-decoration: none;
}
.ctlist .comments-area {
    margin-left: 0;
}

.blog-outer img {
    height: 240px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
}
.black-bg.fixed-top {
    z-index: 1111;
}
header {
	transition: all 0.4s ease-in-out;
	/* Smooth transition */
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.animate-header {
	transform: translateY(0);
	opacity: 1;
}

.site-header.fixed-top img {
	max-width: 120px;
	height: auto;
}


.heading-logo {
	padding: 20px 0;
}

.site-header.fixed-top .heading-logo {
	padding: 8px 0;
}

.site-header.fixed-top .navbar-nav .menu-item a {
   font-size: 14px;	transition: all 0.4s ease-in-out;
    padding: 4px 15px;
}


  @media (max-width: 1200px) {
	.site-header .navbar-nav .nav-link {
	  font-size: 15px; }
  
	.head-md {
	  font-size: 17px;
	  line-height: 24px; }
  
	.theme-btn {
	  font-size: 18px; } }
  @media (max-width: 991px) {
	.site-header {
	  background: #D5ED9F; }
	  .site-header .navbar-nav .nav-link {
		padding: 10px 14px;
		color: #000; }
  
	.navbar-toggler .icon-bar {
	  background-color: #000;
	  display: block;
	  height: 2px;
	  margin-top: 7px;
	  transition: .2s ease;
	  width: 28px; }
	  .navbar-toggler .icon-bar .top-bar {
		margin-top: 0; }
	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%; }
	.navbar-toggler .middle-bar {
	  opacity: 0; }
	.navbar-toggler .bottom-bar {
	  margin-top: 5px;
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%; }
	.navbar-toggler:focus {
	  text-decoration: none;
	  outline: 0;
	  box-shadow: none;
	  border: none; }
  
	.navbar-toggler.collapsed {
	  border: none; }
	  .navbar-toggler.collapsed .top-bar {
		transform: rotate(0deg); }
	  .navbar-toggler.collapsed .middle-bar {
		opacity: 1; }
	  .navbar-toggler.collapsed .bottom-bar {
		margin-top: 7px;
		transform: rotate(0deg); }
  
	.head-xxl {
	  font-size: 30px;
	  line-height: 38px; }
  
	.newsletter-inner {
	  bottom: -140px; } 
      
      .navbar-nav .menu-item a {
    color: #000000;
}
      
  }
  @media (max-width: 767px) {
	.head-large {
	  font-size: 26px;
	  line-height: 34px; }
  
	.banner-bg,
	.about-banner-bg {
	  padding: 80px 0; }
  
	.theme-btn {
	  font-size: 16px;
	  line-height: 20px;
	  min-width: 130px; }
  
	.head-xxl {
	  font-size: 24px;
	  line-height: 38px; }
  
	.text-md {
	  font-size: 14px;
	  line-height: 21px; }
  
	.head-sm {
	  font-size: 18px; }
  
	.transparent-field {
	  border-radius: 30px;
	  margin-top: 10px;
	  width: 100%;
	  max-width: 100%; }
  
	.input-field {
	  border-radius: 30px; }
  
	.head-xl {
	  font-size: 40px;
	  line-height: 40px; }
  
	.newsletter-inner {
	  position: inherit; }
  
	.site-footer.light-green-bg {
	  padding-top: 40px; }
	  }
	  
	  
  
  /*# sourceMappingURL=style.css.map */
/*  .post-faqs {*/
/*    padding: 20px;*/
/*    margin-top: 20px;*/
/*    border-radius: 10px;*/
/*    max-width: 700px;*/
/*    margin: auto;*/
/*}*/
.comments-area h2 {
    font-size: 20px;
}
.comment-form > p.comment-form-cookies-consent {
    display: flex;
}
#wp-comment-cookies-consent {
    max-width: 20px;
    margin-bottom:0;
    margin-right:10px;
}
.comment-respond .comment-form .submit {
    background: #0c0c0c;
    margin-top: 20px;
}
.comment-respond .comment-form-comment label {
    width: 100%;
     margin-top:20px;
}
.comment-form textarea {
    min-height: 120px;
    width: 100%;
}
.post-faqs h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}

/*.faq-container {*/
/*	display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
  
/*}*/


.faq-item {
    background: #EFEFEF;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.faq-question {
    background: #EFEFEF;
    color: #000;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease-in-out;
}


.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
}

.faq-answer {
    background: #f1f1f1;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

/* Active state */
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 15px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

