@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}
body.scrollLock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

.greenbtn {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem;
  background: var(--Green-01, #144a33);
  padding: 0.75rem 4.5rem 0.75rem 1rem;
  border: 1px solid #144a33;
  background-image: url(../images/whitearrow.png);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.greenbtn:hover {
  background-color: #fff;
  border: 1px solid #144a33;
  color: #144a33;
  background-image: url(../images/greenarrow.png);
}
.greenbtn img {
  display: none;
}

.whitebtn {
  background: var(--White, #fff);
  color: var(--Green-01, #144a33);
  background-image: url(../images/greenarrow.png);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 1.5rem;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.whitebtn:hover {
  color: var(--Green-01, #fff);
  background: var(--Green-01, #144a33);
  border: 1px solid #ffffff;
  background-image: url(../images/whitearrow.png);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 1.5rem;
}

h2 {
  color: var(--Dark, #1f1a17);
  font-family: Plus Jakarta Sans;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2.5rem;
}
h2 span {
  color: var(--Green-02, #009140);
}

header {
  padding: 0.88rem 0 0.87rem;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul li {
  color: var(--Dark, #1f1a17);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
header ul li a {
  color: var(--Dark, #1f1a17);
}
header ul li a:hover {
  color: var(--Dark, #1f1a17);
}
header .d-flex {
  justify-content: space-between;
}
header .d-flex .itemFlex {
  width: auto;
}

section.home-banner {
  position: relative;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #144a33 0%, rgba(0, 145, 64, 0.71) 42.2%, rgba(0, 145, 64, 0) 74.75%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
section.home-banner h1 {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.home-banner p {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin: 0 0 2.5rem;
}
section.home-banner .btn-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
section.home-banner .btn-box a.greenbtn + a {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid var(--White, #fff);
  padding: 0.85rem 1rem;
}

section.home-sec2 {
  padding: 5rem 0 0;
}
section.home-sec2 h2 span {
  display: block;
}
section.home-sec2 p {
  color: #757575;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0 0 1rem;
}
section.home-sec2 p + a {
  margin-top: 1.25rem;
}
section.home-sec2 img {
  border-radius: 0.625rem;
}

section.home-sec3 {
  padding: 5rem 0 4.81rem;
}
section.home-sec3 .col-lg-3:nth-child(odd) .box p + img {
  filter: invert(89%) sepia(5%) saturate(360%) hue-rotate(121deg) brightness(94%) contrast(85%) opacity(0.1);
}
section.home-sec3 .col-lg-3:nth-child(even) .box p + img {
  filter: invert(23%) sepia(100%) saturate(2993%) hue-rotate(145deg) brightness(98%) contrast(104%) opacity(0.06);
}
section.home-sec3 h2 {
  text-align: center;
}
section.home-sec3 .box {
  padding: 2.5rem 2rem;
  border-radius: 0.25rem;
  background: var(--Green-01, #144a33);
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 100%;
}
section.home-sec3 .box img.img1 {
  width: 4.5rem;
  height: 4.5rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec3 .box p {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin: 1rem 0 0;
}
section.home-sec3 .box p span {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
section.home-sec3 .box p + img {
  width: 2.3125rem;
  height: 4.4rem;
  position: absolute;
  bottom: 0;
  right: 0.62rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec3 .box:hover {
  background: var(--Gradient, linear-gradient(180deg, #144a33 0%, #009140 100%));
}
section.home-sec3 .box:hover > img.img1 {
  filter: brightness(0) invert(1);
}
section.home-sec3 .box:hover p {
  color: #fff;
}
section.home-sec3 .box:hover p + img {
  filter: invert(0%) sepia(10%) saturate(186%) hue-rotate(121deg) brightness(86%) contrast(88%) opacity(0.4) !important;
}
section.home-sec3 .cbox {
  background: #eaedf0;
  transition: all 0.3s ease-in-out;
}
section.home-sec3 .cbox p {
  color: var(--Black, #000);
}

section.home-sec4 {
  padding: 3.75rem 0;
  background: #fafafa;
  background-image: url(../images/hs4-bgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.home-sec4 h2 {
  text-align: center;
}
section.home-sec4 .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 0;
}
section.home-sec4 .grid-box a {
  padding: 1.75rem 4.44rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
}
section.home-sec4 .grid-box a img {
  width: 10rem;
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

section.home-sec5 {
  padding: 3.75rem 0;
  background: #effff2;
  text-align: center;
}
section.home-sec5 h2 {
  margin: 0 0 2.5rem;
}
section.home-sec5 .each_sp_list {
  border-bottom: 1px solid #144a33;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
}
section.home-sec5 .each_sp_list h2 {
  color: #009140;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.5rem;
}
section.home-sec5 .each_sp_list h3 {
  color: #009140;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.5rem;
}
section.home-sec5 .each_sp_list h4 {
  color: #009140;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.5rem;
}
section.home-sec5 .each_sp_list h5 {
  color: #009140;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2.5rem;
}
section.home-sec5 .each_sp_list:last-child {
  border: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
section.home-sec5 .each_sp_list:first-child img {
  width: 100% !important;
  max-width: 95% !important;
}
section.home-sec5 .grid-box {
  gap: 1rem 0;
  align-items: center;
  justify-content: center;
  justify-items: center;
  display: flex;
  gap: 1rem 0;
}
section.home-sec5 .grid-box .each_sp_img {
  width: 25%;
}
section.home-sec5 .grid-box a {
  padding: 0rem 4.44rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.home-sec5 .grid-box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  max-width: 130px;
}

section.home-sec6 {
  padding: 6.31rem 0 6.19rem;
  background: #fafafa;
  background-image: url(../images/hs6-bgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.home-sec6 h2 {
  text-align: center;
  margin: 0 0 2.62rem;
}
section.home-sec6 .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 3rem 1.85rem !important;
}
section.home-sec6 .grid-box .textItem a {
  color: var(--Dark, #1f1a17);
  font-family: Plus Jakarta Sans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.95rem;
}
section.home-sec6 .grid-box .textItem a:hover {
  color: var(--Dark, #1f1a17);
}
section.home-sec6 .grid-box .textItem h6 {
  color: var(--Dark, #1f1a17);
  font-family: Plus Jakarta Sans;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 200;
  line-height: normal;
  margin: 0;
}
section.home-sec6 .grid-box .textItem h6 span {
  display: block;
  color: var(--Green-01, #144a33);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.37rem;
}
section.home-sec6 .grid-box .textItem a.team-email {
  color: #0d6efd;
  font-style: italic;
  text-decoration: underline;
  font-size: 0.875rem;
}

section.home-sec7 {
  padding: 5rem 0;
}
section.home-sec7 p {
  color: #757575;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin: 0 0 1rem;
}
section.home-sec7 h5 {
  color: var(--Green-02, #009140);
  font-family: Plus Jakarta Sans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 104.167% */
  margin: 0 0 2.5rem;
}

section#footer-form {
  background: var(--Green-01, #144a33);
  padding: 7.12rem 0 0;
  position: relative;
  z-index: 0;
}
section#footer-form::before {
  content: "";
  width: 12rem;
  height: 30rem;
  background-image: url(../images/fl-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section#footer-form::after {
  content: "";
  width: 12rem;
  height: 30rem;
  background-image: url(../images/fr-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
section#footer-form .wpcf7-response-output {
  color: #fff;
  /* border-color: red !important; */
  text-align: center;
}
section#footer-form .row:nth-child(1) {
  padding-bottom: 2.87rem;
}
section#footer-form .box {
  padding-top: 0.95rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
}
section#footer-form .box h5 {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
section#footer-form .box h5 a {
  color: var(--White, #fff);
}
section#footer-form .box h5 a:hover {
  color: var(--White, #fff);
}
section#footer-form h2 {
  color: #fff;
}
section#footer-form .col-lg-5 img {
  border-radius: 0.625rem;
}
section#footer-form label {
  display: block;
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 0.75rem;
}
section#footer-form input:not([type=submit]),
section#footer-form textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  color: #bcbcbc;
  background: rgba(255, 255, 255, 0.17);
  border: none;
  margin: 0 0 1.5rem;
  outline: none;
}
section#footer-form input:not([type=submit])::-moz-placeholder, section#footer-form textarea::-moz-placeholder {
  color: #bcbcbc;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#footer-form input:not([type=submit])::placeholder,
section#footer-form textarea::placeholder {
  color: #bcbcbc;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#footer-form textarea {
  height: 6.6875rem;
  margin: 0 0 2.5rem;
  resize: none;
}
section#footer-form input[type=submit] {
  padding: 1rem;
  border-radius: 0.25rem;
  background: var(--White, #fff);
  color: var(--Green-01, #144a33);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 12.125rem;
  border: none;
}

footer {
  background: var(--Green-01, #144a33);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0.95rem 0 0;
}
footer .wpcf7-response-output {
  color: #fff;
  /* border-color: red !important; */
  text-align: center;
}
footer .box {
  padding-top: 0.95rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
}
footer .box h5 {
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .box h5 a {
  color: var(--White, #fff);
}
footer .box h5 a:hover {
  color: var(--White, #fff);
}
footer h2 {
  color: #fff;
}
footer .col-lg-5 img {
  border-radius: 0.625rem;
}
footer label {
  display: block;
  color: var(--White, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 0.75rem;
}
footer input:not([type=submit]),
footer textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  color: #bcbcbc;
  background: rgba(255, 255, 255, 0.17);
  border: none;
  margin: 0 0 1.5rem;
  outline: none;
}
footer input:not([type=submit])::-moz-placeholder, footer textarea::-moz-placeholder {
  color: #bcbcbc;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer input:not([type=submit])::placeholder,
footer textarea::placeholder {
  color: #bcbcbc;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer textarea {
  height: 6.6875rem;
  margin: 0 0 2.5rem;
  resize: none;
}
footer input[type=submit] {
  padding: 1rem;
  border-radius: 0.25rem;
  background: var(--White, #fff);
  color: var(--Green-01, #144a33);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 12.125rem;
  border: none;
}

footer.footer2 {
  padding: 1.25rem 0 0;
}
footer.footer2::after, footer.footer2::before {
  display: none;
}
footer.footer2 .row {
  padding-bottom: 0;
}

section.register-form {
  padding: 5rem 0 5rem;
}
section.register-form h2 {
  text-align: center;
}
section.register-form label {
  display: block;
  color: var(--Black, #000);
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 0.75rem;
}
section.register-form label span {
  color: #f02600;
}
section.register-form input:not([type=submit]) {
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  background: var(--Grey, #f1f3f4);
  border: none;
  outline: none;
  margin: 0 0 1.5rem;
}
section.register-form input:not([type=submit])::-moz-placeholder {
  color: #757575;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.register-form input:not([type=submit])::placeholder {
  color: #757575;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.register-form input[type=submit] {
  width: 12.125rem;
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem;
  padding: 1rem;
  background: var(--Green-01, #144a33);
  border: none;
  margin: 1rem 0 0;
}

.wpcf7-not-valid-tip {
  margin-top: -17px;
  margin-bottom: 20px;
}

.wpcf7-response-output {
  text-align: center;
}

.stellarnav li a {
  color: var(--Dark, #1f1a17) !important;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.stellarnav li a:hover {
  color: #144a33 !important;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1.88rem;
}

.home-sec8{
	padding: 5rem 0;
	background-color: #effff2;
}
.home-sec8 h2{
	 text-align: center;
    margin: 0 0 2.62rem;
}
.home-sec8 .col-lg-3 h6{
	margin-bottom:0;
	text-align:center;
}
.home-sec8 .col-lg-3 h6 a{
	    color: var(--Dark, #1f1a17);
    font-family: Plus Jakarta Sans;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0.95rem;
	text-align: center;
}

.home-sec8 .col-lg-3 p{
	    display: block;
    color: var(--Green-01, #144a33);
    font-family: Plus Jakarta Sans;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	text-align:center;
    margin: 0 0 0.37rem;
}
.home-sec8 .col-lg-3 span{
	    color: var(--Dark, #1f1a17);
    font-family: Plus Jakarta Sans;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 200;
    line-height: normal;
      margin: auto;
    display: table;
	text-align:center;
}
.home-sec8 .row{
	row-gap:30px;
}
section,
footer {
  scroll-margin-top: 80px;
}/*# sourceMappingURL=style.css.map */



@media (min-width:768px) and (max-width:1023px) {
	.home-sec8 .col-lg-3 h6 a {
    font-size: 22px;
    margin: 0 0 10px 0;
}
	.home-sec8 .col-lg-3 p{
		font-size: 15px;
	}
}
@media (max-width:1200px) {
	.home-sec8 .col-lg-3 h6 a{
		font-size:1.25rem;
	}
}
@media (max-width:767px) {
	.home-sec8 .col-lg-3 h6 a{
    font-size: 1rem;
    margin: 0 0 10px;
	}
	.home-sec8 .col-lg-3 p{
		font-size: 0.9rem;
	}
	.home-sec8 .col-lg-3 span{
		font-size:0.8rem;
	}
	.home-sec8{
		padding: 1.8rem ;
	}
	
	.home-sec5 .grid-box .each_sp_img:first-child img{
		max-width: none !important;
	}
	section.home-sec5 .grid-box .each_sp_img img{
		width: 100%;
	}
}