@font-face {
  font-family: "Nimbus-Sans";
  src: url("../fonts/nimbus-font/Nimbus-Sans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nimbus-Sans";
  src: url("../fonts/nimbus-font/Nimbus-Sans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nimbus-Sans";
  src: url("../fonts/nimbus-font/Nimbus-Sans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-size: 84px;
  font-weight: normal;
  color: rgb(0, 112, 65);
}

h2 {
  font-size: 65px;
  font-weight: normal;
  color: rgb(0, 112, 65);
}

h3 {
  font-size: 41px;
  font-weight: normal;
  color: rgb(0, 112, 65);
}

h6 {
  font-size: 30px;
  font-weight: bold;
  color: rgb(0, 112, 65);
}

.groot-text {
  font-size: 25px;
  font-weight: 300;
  color: rgb(63, 68, 68);
}

.middle-text {
  font-size: 20px;
  font-weight: 300;
  color: rgb(63, 68, 68);
}

.klein-text {
  font-size: 17px;
  font-weight: 300;
  color: rgb(63, 68, 68);
}

*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a * {
  color: inherit;
}

a:hover {
  color: inherit;
}

p {
  margin-bottom: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  box-shadow: none !important;
}

body {
  font-family: "Nimbus-Sans", sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 17px;
  color: rgb(63, 68, 68);
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

.light-btn {
  font-size: 16px;
  font-weight: bold;
  color: rgb(63, 68, 68);
  padding: 8px 16px;
  background-color: rgb(242, 248, 239);
  border-radius: 4px;
  transition: 0.3s ease;
  border: none;
  box-shadow: none;
}

.search-btn {
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(63, 68, 68);
  padding: 11px 16px;
  background-color: rgb(242, 248, 239);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: 0.3s ease;
}

.light-btn:hover,
.search-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 112, 65);
}

.success-dark-btn {
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 11px 20px;
  background-color: rgb(0, 112, 65);
  border-radius: 4px;
  display: inline-block;
  transition: 0.3s ease;
  border: none;
  box-shadow: none;
}

.success-dark-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(63, 68, 68);
}

/* ==============================
    Spearpoints Section Style
    Accordion Section Style
   ==============================  */
.spearpoints-section .sec-title {
  margin-bottom: 20px;
}
.spearpoints-section .accordion-item {
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.spearpoints-section .accordion-item:last-child {
  margin-bottom: 0;
}
.spearpoints-section .accordion-item:nth-child(1),
.spearpoints-section .accordion-item:nth-child(1) .accordion-button {
  background-color: rgb(242, 248, 239);
}
.spearpoints-section .accordion-item:nth-child(2),
.spearpoints-section .accordion-item:nth-child(2) .accordion-button {
  background-color: rgb(251, 245, 230);
}
.spearpoints-section .accordion-item:nth-child(3),
.spearpoints-section .accordion-item:nth-child(3) .accordion-button {
  background-color: rgb(244, 244, 243);
}
.spearpoints-section .accordion-button {
  padding: 20px 40px;
  border-radius: 4px;
}
.spearpoints-section .accordion-button h3 {
  margin-bottom: 0;
}
.spearpoints-section .accordion-button:focus {
  box-shadow: none;
}
.spearpoints-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.spearpoints-section .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  font-weight: 400;
  color: rgb(0, 112, 65);
  background-image: none;
  margin-left: auto;
  transition: all 0.1s ease;
  transform: none;
}
.spearpoints-section .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  font-weight: 400;
  color: rgb(0, 112, 65);
  background-image: none;
  margin-left: auto;
  transition: all 0.1s ease;
  transform: none;
}
.spearpoints-section .accordion-body {
  padding: 10px 40px 30px 40px;
}
.spearpoints-section .accordion-body p {
  margin-bottom: 30px;
}
.spearpoints-section .accordion-body .features-list {
  padding-left: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.spearpoints-section .accordion-body .features-list li::marker {
  content: "+ ";
  color: rgb(0, 112, 65);
  font-size: 20px;
  font-weight: 300;
}
.spearpoints-section .accordion-body .features-list li {
  font-size: 20px;
  font-weight: 400;
  color: rgb(0, 112, 65);
  margin-bottom: 8px;
}
.spearpoints-section .accordion-body .features-list li i {
  font-size: 15px;
  margin-left: 6px;
}
.spearpoints-section .accordion-body img {
  display: block;
  margin-inline: auto;
}

/* ==============================
    Projects Card Style
   ==============================  */
.project-card {
  height: 100%;
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.project-card:hover .img-wrapper img {
  transform: scale(1.1);
}
.project-card .img-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.project-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.project-card .img-wrapper .badge-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.project-card .img-wrapper .badge-wrap .badge-light {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 112, 65);
  padding: 6px 13px;
  border-radius: 4px;
  background-color: rgb(242, 248, 239);
  margin-right: 5px;
}
.project-card .card-body {
  padding: 24px 20px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
}
.project-card .card-body .date {
  font-size: 12px;
  font-weight: 400;
  color: rgb(63, 68, 68);
  margin-bottom: 8px;
}
.project-card .card-body .card-title {
  font-weight: 400;
  color: rgb(0, 112, 65);
  margin-bottom: 10px;
}
.project-card .card-body .desc {
  margin-bottom: 24px;
}
.project-card .card-body .light-btn {
  color: rgb(0, 112, 65);
  display: inline-block;
}
.project-card .card-body .light-btn:hover {
  color: rgb(255, 255, 255);
}

/* ==============================
    Contact form Section Style
   ==============================  */
.contact-form h3 {
  margin-bottom: 40px;
}
.contact-form input,
.contact-form textarea {
  font-size: 20px;
  font-weight: 300;
  color: rgb(63, 68, 68);
  padding: 12px 20px;
  border: 2px solid rgb(242, 248, 239);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: rgb(63, 68, 68);
}
.contact-form button {
  margin-top: 24px;
  border: none;
  box-shadow: none;
}

/* ==============================
    Header Section Style
   ==============================  */
header {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 999;
}
header .navbar {
  display: flex;
  align-items: center;
  background-color: rgb(57, 169, 53);
  padding: 8px 16px;
  border-radius: 5.5px;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}
header .navbar .navbar-toggler {
  font-size: 22px;
  color: rgb(63, 68, 68);
  padding: 8px 16px;
  background-color: rgb(242, 248, 239);
  border-radius: 4px;
  border: none;
  transition: 0.3s ease;
}
header .navbar .dropdown-menu {
  min-width: 350px;
  padding: 8px;
  border: none;
  border-radius: 4px;
}
header .navbar .dropdown-menu input {
  padding: 12px 20px;
  border-radius: 4px;
  border: 2px solid rgb(242, 248, 239);
}
header .navbar .dropdown-menu button {
  padding: 11px 20px;
  border-radius: 4px;
}
header .navbar .btn-close {
  background: transparent;
  font-size: 20px;
  color: rgb(255, 255, 255);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .offcanvas-body .navbar-nav {
  margin-left: 20px;
  gap: 10px;
}
header .navbar .offcanvas-body .navbar-nav .nav-link {
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding-right: 20px;
  padding-left: 20px;
  transition: 0.3s ease;
}
header .navbar .offcanvas-body .navbar-nav .nav-link:hover {
  color: rgb(63, 68, 68);
}
header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-toggle::after {
  display: none !important;
}
header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
  padding: 20px 16px;
  border-radius: 4px;
  background-color: rgb(242, 248, 239);
}
header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 18px;
  color: rgb(0, 112, 65);
  padding: 12px 16px;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.3s ease;
}
header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  font-size: 16px;
  color: rgb(0, 112, 65);
  margin-left: 5px;
  float: right;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: rgb(255, 255, 255);
}
header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover i {
  opacity: 1;
  visibility: visible;
}

/* ==============================
    Footer Section Style
   ==============================  */
footer {
  background-color: rgb(0, 112, 65);
}
footer .footer-logo {
  display: block;
  margin-bottom: 50px;
}
footer .subscribe-form p {
  font-size: 17px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 14px;
}
footer .subscribe-form .input-group {
  position: relative;
}
footer .subscribe-form .input-group input {
  font-size: 17px;
  font-weight: 300;
  color: rgb(0, 112, 65);
  width: 100%;
  padding: 10px 14px;
  border-radius: 4px !important;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: rgb(255, 255, 255);
}
footer .subscribe-form .input-group input::placeholder {
  font-size: 17px;
  font-weight: 300;
  color: rgb(0, 112, 65);
}
footer .subscribe-form .input-group button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  padding-right: 0;
  background-color: rgb(255, 255, 255);
  border: none;
}
footer .subscribe-form .input-group button i {
  font-size: 20px;
  color: rgb(0, 112, 65);
}
footer h6 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
footer .list-unstyled {
  margin-bottom: 0;
}
footer .footer-link {
  font-size: 17px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  padding: 4px 0;
  display: block;
}
footer .footer-link i {
  font-size: 17px;
  margin-right: 6px;
}
footer .footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .footer-legal-links .footer-link {
  padding: 6px 16px;
}

/* ==============================
    Hero Section Style
   ==============================  */
.hero-section {
  position: relative;
}
.hero-section .col-lg-12 {
  position: relative;
  display: flex;
}
.hero-section .hero-img {
  height: 100%;
}
.hero-section .hero-img img {
  width: 70%;
  position: absolute;
  top: -43%;
  right: -30%;
}
.hero-section .content {
  position: relative;
  max-width: 840px;
  align-self: center;
  z-index: 3;
}
.hero-section .content h1 {
  color: rgb(0, 112, 65);
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -4px;
}
.hero-section .content h1 .highlight-1,
.hero-section .content h1 .highlight-2 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.hero-section .content h1 .highlight-1::before,
.hero-section .content h1 .highlight-2::before {
  content: "";
  height: 21px;
  background-color: rgb(239, 223, 0);
  position: absolute;
  bottom: 6px;
  z-index: -1;
}
.hero-section .content h1 .highlight-1::before {
  width: 275px;
  left: 4px;
}
.hero-section .content h1 .highlight-2::before {
  width: 293px;
  right: 0;
}
.hero-section .content .check-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 36px;
}
.hero-section .content .check-list .list {
  display: flex;
  gap: 16px;
}
.hero-section .content .check-list .list i {
  font-size: 25px;
  color: rgb(0, 112, 65);
}
.hero-section .content .team-list {
  margin-bottom: 30px;
}
.hero-section .content .team-list .list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-section .content .team-list .list img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.hero-section .content .team-list span {
  font-size: 12px;
  font-weight: 300;
  color: rgb(0, 112, 65);
}

/* ==============================
    Spearheads Section Style
   ==============================  */
.spearheads-section h3 {
  margin-bottom: 40px;
}
.spearheads-section .col-lg-12 {
  padding: 50px 100px;
  border-radius: 4px;
}
.spearheads-section .col-lg-12 h3 {
  margin-bottom: 30px;
}
.spearheads-section .col-lg-12 p {
  margin-bottom: 20px;
}
.spearheads-section .col-lg-12 .features-list {
  padding-left: 18px;
  margin-bottom: 40px;
}
.spearheads-section .col-lg-12 .features-list li::marker {
  content: "+ ";
  color: rgb(63, 68, 68);
  font-size: 20px;
  font-weight: 300;
}
.spearheads-section .col-lg-12 .features-list li {
  font-size: 20px;
  font-weight: 400;
  color: rgb(63, 68, 68);
  margin-bottom: 8px;
}
.spearheads-section .col-lg-12 .features-list li i {
  font-size: 15px;
  margin-left: 6px;
}
.spearheads-section .col-lg-12 img {
  display: block;
  margin-inline: auto;
}
.spearheads-section .col-lg-12.sec-1 {
  background-color: rgb(242, 248, 239);
}
.spearheads-section .col-lg-12.sec-2 {
  background-color: rgb(251, 245, 230);
}
.spearheads-section .col-lg-12.sec-3 {
  background-color: rgb(244, 244, 243);
}

/* ==============================
    Method Section Index Page Style
   ==============================  */
.method-section.index h3 {
  margin-bottom: 30px;
}
.method-section.index .nav-pills {
  gap: 10px;
  margin-bottom: 36px;
}
.method-section.index .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 112, 65);
  padding: 8px 20px;
  border-radius: 4px;
  background-color: rgb(242, 248, 239);
}
.method-section.index .nav-pills .nav-link.active {
  color: rgb(0, 112, 65);
  background-color: rgb(191, 212, 217);
}
.method-section.index .tab-content h6 {
  font-weight: 400;
  margin-bottom: 16px;
}
.method-section.index .tab-content img {
  border-radius: 4px;
}

/* ==============================
    Project & Current Section Style
   ==============================  */
.project-section h3,
.current-section h3 {
  margin-bottom: 40px;
}

/* ==============================
    MailUs Section Style
   ==============================  */
.mailus-section .content {
  padding: 100px 80px;
  border-radius: 4px;
  background-color: rgb(191, 212, 217);
}
.mailus-section .content h3 {
  margin-bottom: 30px;
}
.mailus-section .content p {
  margin-bottom: 30px;
}
.mailus-section .content img {
  border-radius: 4px;
  margin-top: -140px;
  display: block;
  margin-inline: auto;
}

/* ==============================
    Intro Section Style
   ==============================  */
.intro-section .content {
  max-width: 770px;
}
.intro-section .content span {
  margin-bottom: 16px;
  display: block;
}
.intro-section .content h2 {
  margin-bottom: 30px;
}
.intro-section .content p {
  color: rgb(0, 112, 65);
  margin-bottom: 30px;
}

/* ==============================
    Intro Section Single Page Style
   ==============================  */
.intro-section.single .content {
  max-width: unset;
}
.intro-section.single .content h2 {
  max-width: 740px;
}
.intro-section.single .content .date {
  font-size: 12px;
  font-weight: 400;
  color: rgb(63, 68, 68);
  margin-bottom: 20px;
}
.intro-section.single .content .related-badge {
  margin-bottom: 30px;
}
.intro-section.single .content .related-badge .badge-light {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 112, 65);
  padding: 6px 13px;
  border-radius: 4px;
  background-color: rgb(242, 248, 239);
  margin-right: 5px;
}

/* ==============================
    Method Section Style
   ==============================  */
.method-section .tab-wrap {
  gap: 50px;
}
.method-section .tab-wrap .nav-pills {
  width: 270px;
  flex-shrink: 0;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: rgb(242, 248, 239);
  gap: 8px;
}
.method-section .tab-wrap .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: rgb(0, 112, 65);
  padding: 12px 20px;
  background-color: transparent;
  text-align: start;
}
.method-section .tab-wrap .nav-link i {
  opacity: 0;
  visibility: hidden;
}
.method-section .tab-wrap .nav-link.active {
  font-weight: 700;
  color: rgb(0, 112, 65);
  background-color: rgb(255, 255, 255);
}
.method-section .tab-wrap .nav-link.active i {
  font-size: 18px;
  font-weight: 700;
  float: right;
  opacity: 1;
  visibility: visible;
}
.method-section .tab-wrap .tab-content h3 {
  margin-bottom: 30px;
}
.method-section .tab-wrap .tab-content p {
  margin-bottom: 30px;
}
.method-section .tab-wrap .tab-content span {
  font-size: 17px;
  font-weight: 700;
  color: rgb(63, 68, 68);
  display: block;
  margin-bottom: 4px;
}
.method-section .tab-wrap .tab-content ul {
  margin-bottom: 30px;
}
.method-section .tab-wrap .tab-content ul li {
  font-size: 17px;
  font-weight: 300;
  color: rgb(63, 68, 68);
  margin-bottom: 3px;
}
.method-section .tab-wrap .tab-content ul li::marker {
  color: rgb(63, 68, 68);
}
.method-section .tab-wrap .tab-content ul li:last-child {
  margin-bottom: 0;
}

/* ==============================
    Impact Section Style
   ==============================  */
.impact-section h3 {
  margin-bottom: 30px;
}
.impact-section p {
  margin-bottom: 30px;
}
.impact-section img {
  display: block;
  margin-inline: auto;
  border-radius: 4px;
}

/* ==============================
    Current Section Current Page Style
   ==============================  */
.current-section.current .nav-pills {
  gap: 10px;
  margin-bottom: 30px;
}
.current-section.current .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 112, 65);
  padding: 8px 20px;
  border-radius: 4px;
  background-color: rgb(242, 248, 239);
}
.current-section.current .nav-pills .nav-link.active {
  color: rgb(0, 112, 65);
  background-color: rgb(191, 212, 217);
}

/* ==============================
    Gallery Section Style
   ==============================  */
.gallery-section img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  margin-inline: auto;
  border-radius: 4px;
  background: rgb(242, 248, 239);
}

/* ==============================
    Circular Section Style
   ==============================  */
.circular-solutions h3 {
  margin-bottom: 40px;
}
.circular-solutions p {
  margin-bottom: 40px;
}
.circular-solutions .success {
  color: rgb(0, 112, 65);
  margin-bottom: 30px;
}
.circular-solutions img {
  display: block;
  margin-inline: auto;
}

/* ==============================
    Contact Section Style
   ==============================  */
.contact-section h2 {
  margin-bottom: 40px;
}
.contact-section .contact-cover {
  width: 100%;
  max-height: 270px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.contact-section .contact-detail h3 {
  margin-bottom: 40px;
}
.contact-section .contact-detail p {
  font-size: 25px;
  font-weight: 300;
  color: rgb(63, 68, 68);
}
.contact-section .contact-detail .mail-link {
  font-size: 25px;
  font-weight: 300;
  color: rgb(63, 68, 68);
  margin-left: 4px;
  text-decoration: underline;
}
.contact-section .contact-detail .success-dark-btn {
  margin-top: 30px;
}

/* ==============================
    Social Link Style
   ==============================  */
.social-link-wrap p {
  margin-bottom: 10px;
}
.social-link-wrap .social-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-link-wrap .social-link a {
  font-size: 20px;
  color: rgb(255, 255, 255);
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: rgb(0, 112, 65);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-link-wrap .social-link a:hover {
  color: rgb(255, 255, 255);
  background: rgb(63, 68, 68);
}

.py-120 {
  padding-block: 120px;
}

.py-100 {
  padding-block: 100px;
}

.py-80 {
  padding-block: 80px;
}

.py-60 {
  padding-block: 60px;
}

.py-40 {
  padding-block: 40px;
}

.pt-200.pt-header {
  padding-block: 200px 120px;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 56px;
  }
  h3 {
    font-size: 38px;
  }
  h6 {
    font-size: 27px;
  }
  .groot-text {
    font-size: 24px;
  }
  .middle-text {
    font-size: 19px;
  }
  .klein-text {
    font-size: 16.5px;
  }
  .pt-200.pt-header {
    padding-block: 180px 110px;
  }
  /* ==============================
      Hero Section Style
     ==============================  */
  .hero-section .hero-img img {
    top: -25%;
    right: -25%;
  }
  .hero-section .content h1 .highlight-1::before,
  .hero-section .content h1 .highlight-2::before {
    height: 18px;
    bottom: 4px;
  }
  .hero-section .content h1 .highlight-1::before {
    width: 220px;
  }
  .hero-section .content h1 .highlight-2::before {
    width: 240px;
  }
  .hero-section .content .check-list {
    margin-bottom: 30px;
    gap: 12px;
  }
  .hero-section .content .check-list .list {
    gap: 14px;
  }
  .hero-section .content .check-list .list i {
    font-size: 22px;
  }
  /* ==============================
    Spearheads Section Style
   ==============================  */
  .spearheads-section h3 {
    margin-bottom: 20px;
  }
  .spearheads-section .col-lg-12 {
    padding: 40px 70px;
  }
  .spearheads-section .col-lg-12 h3 {
    margin-bottom: 24px;
  }
  .spearheads-section .col-lg-12 .features-list {
    margin-bottom: 34px;
  }
  .spearheads-section .col-lg-12 .features-list li {
    font-size: 19px;
    margin-bottom: 5px;
  }
  /* ==============================
   Method Section Index Page Style
  ==============================  */
  .method-section.index h3 {
    margin-bottom: 26px;
  }
  .method-section.index .nav-pills {
    margin-bottom: 30px;
  }
  .method-section.index .tab-content h6 {
    margin-bottom: 14px;
  }
  /* ==============================
    Project & Current Section Style
  ==============================  */
  .project-section h3,
  .current-section h3 {
    margin-bottom: 34px;
  }
  /* ==============================
   MailUs Section Style
  ==============================  */
  .mailus-section .content {
    padding: 80px 64px;
  }
  .mailus-section .content h3 {
    margin-bottom: 26px;
  }
  .mailus-section .content p {
    margin-bottom: 26px;
  }
  /* ==============================
    Footer Section Style
   ==============================  */
  footer .footer-logo {
    margin-bottom: 40px;
  }
  footer .subscribe-form p {
    font-size: 16px;
  }
  footer .subscribe-form .input-group input {
    font-size: 16px;
  }
  footer .subscribe-form .input-group input::placeholder {
    font-size: 16px;
  }
  footer .subscribe-form .input-group button i {
    font-size: 18px;
  }
  footer h6 {
    margin-bottom: 24px;
  }
  footer .footer-link {
    font-size: 16px;
  }
  footer .footer-link i {
    font-size: 16px;
  }
  /* ==============================
    Intro Section Style
   ==============================  */
  .intro-section .content span {
    margin-bottom: 12px;
  }
  .intro-section .content h2 {
    margin-bottom: 24px;
  }
  .intro-section .content p {
    margin-bottom: 26px;
  }
  /* ==============================
    Intro Section Single Page Style
   ==============================  */
  .intro-section.single .content .date {
    margin-bottom: 17px;
  }
  .intro-section.single .content .related-badge {
    margin-bottom: 25px;
  }
  /* ==============================
    Method Section Style
   ==============================  */
  .method-section .tab-wrap {
    gap: 40px;
  }
  .method-section .tab-wrap .tab-content h3 {
    margin-bottom: 20px;
  }
  .method-section .tab-wrap .tab-content p {
    margin-bottom: 24px;
  }
  .method-section .tab-wrap .tab-content span {
    font-size: 16px;
  }
  .method-section .tab-wrap .tab-content ul {
    margin-bottom: 24px;
  }
  /* ==============================
    Impact Section Style
   ==============================  */
  .impact-section h3 {
    margin-bottom: 24px;
  }
  .impact-section p {
    margin-bottom: 26px;
  }
  /* ==============================
    Spearpoints Section Style
   ==============================  */
  .spearpoints-section .accordion-button h3 {
    font-size: 36px;
  }
  .spearpoints-section .accordion-body p {
    margin-bottom: 26px;
  }
  .spearpoints-section .accordion-body .features-list {
    margin-top: 34px;
    margin-bottom: 26px;
  }
  .spearpoints-section .accordion-body .features-list li {
    font-size: 19px;
  }
  /* ==============================
      Circular Section Style
     ==============================  */
  .circular-solutions h3 {
    margin-bottom: 30px;
  }
  .circular-solutions p {
    margin-bottom: 30px;
  }
  .circular-solutions .success {
    margin-bottom: 24px;
  }
  /* ==============================
    Contact Section Style
   ==============================  */
  .contact-section h2 {
    margin-bottom: 34px;
  }
  .contact-section .contact-detail h3 {
    margin-bottom: 30px;
  }
  .contact-section .contact-detail p {
    font-size: 24px;
  }
  .contact-section .contact-detail .mail-link {
    font-size: 24px;
  }
  .contact-section .contact-detail .success-dark-btn {
    margin-top: 26px;
  }
  .contact-section .contact-form h3 {
    margin-bottom: 30px;
  }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    font-size: 19px;
  }
  .contact-section .contact-form input::placeholder,
  .contact-section .contact-form textarea::placeholder {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 36px;
  }
  h6 {
    font-size: 24px;
  }
  .groot-text {
    font-size: 22px;
  }
  .middle-text {
    font-size: 18px;
  }
  .klein-text {
    font-size: 16px;
  }
  .py-120 {
    padding-block: 100px;
  }
  .py-100 {
    padding-block: 90px;
  }
  .py-80 {
    padding-block: 70px;
  }
  .py-60 {
    padding-block: 55px;
  }
  .py-40 {
    padding-block: 35px;
  }
  .pt-200.pt-header {
    padding-block: 160px 100px;
  }
  /* ==============================
    Header Section Style
   ==============================  */
  header .navbar .offcanvas-body .navbar-nav {
    margin-left: 10px;
    gap: 4px;
  }
  header .navbar .offcanvas-body .navbar-nav .nav-link {
    font-size: 15px;
    padding-right: 16px;
    padding-left: 16px;
  }
  /* ==============================
      Hero Section Style
     ==============================  */
  .hero-section .hero-img img {
    top: -17%;
    right: -20%;
  }
  .hero-section .content {
    max-width: 590px;
  }
  .hero-section .content h1 {
    letter-spacing: -3px;
  }
  .hero-section .content h1 .highlight-1::before,
  .hero-section .content h1 .highlight-2::before {
    height: 16px;
    bottom: 3px;
  }
  .hero-section .content h1 .highlight-1::before {
    width: 185px;
  }
  .hero-section .content h1 .highlight-2::before {
    width: 200px;
  }
  .hero-section .content .check-list {
    margin-bottom: 26px;
    gap: 10px;
  }
  .hero-section .content .check-list .list {
    gap: 12px;
  }
  .hero-section .content .check-list .list i {
    font-size: 20px;
  }
  .hero-section .content .team-list {
    margin-bottom: 26px;
  }
  /* ==============================
    Spearheads Section Style
   ==============================  */
  .spearheads-section h3 {
    margin-bottom: 16px;
  }
  .spearheads-section .col-lg-12 {
    padding: 35px 52px;
  }
  .spearheads-section .col-lg-12 .features-list {
    margin-bottom: 30px;
  }
  .spearheads-section .col-lg-12 .features-list li {
    font-size: 18px;
  }
  /* ==============================
   Method Section Index Page Style
  ==============================  */
  .method-section.index h3 {
    margin-bottom: 22px;
  }
  .method-section.index .nav-pills {
    gap: 8px;
    margin-bottom: 26px;
  }
  .method-section.index .nav-pills .nav-link {
    padding: 7px 18px;
  }
  /* ==============================
   Project & Current Section Style
  ==============================  */
  .project-section h3,
  .current-section h3 {
    margin-bottom: 30px;
  }
  /* ==============================
    Projects Card Style
   ==============================  */
  .project-card .img-wrapper {
    height: 280px;
  }
  .project-card .img-wrapper .badge-wrap {
    bottom: 18px;
    left: 18px;
  }
  .project-card .img-wrapper .badge-wrap .badge-light {
    padding: 6px 12px;
    margin-right: 4px;
  }
  .project-card .card-body {
    padding: 20px 16px;
  }
  .project-card .card-body .date {
    margin-bottom: 8px;
  }
  .project-card .card-body .card-title {
    margin-bottom: 7px;
  }
  .project-card .card-body .desc {
    margin-bottom: 18px;
  }
  /* ==============================
   MailUs Section Style
  ==============================  */
  .mailus-section .content {
    padding: 60px 48px;
  }
  .mailus-section .content h3 {
    margin-bottom: 24px;
  }
  .mailus-section .content p {
    margin-bottom: 26px;
  }
  .mailus-section .content img {
    margin-top: -94px;
  }
  /* ==============================
   Footer Section Style
  ==============================  */
  footer .footer-logo {
    max-width: 200px;
    margin-bottom: 34px;
  }
  footer h6 {
    margin-bottom: 20px;
  }
  /* ==============================
   Intro Section Style
  ==============================  */
  .intro-section .content span {
    margin-bottom: 10px;
  }
  .intro-section .content h2 {
    margin-bottom: 20px;
  }
  .intro-section .content p {
    margin-bottom: 22px;
  }
  /* ==============================
   Intro Section Single Page Style
  ==============================  */
  .intro-section.single .content .date {
    margin-bottom: 14px;
  }
  .intro-section.single .content .related-badge {
    margin-bottom: 22px;
  }
  /* ==============================
   Method Section Style
  ==============================  */
  .method-section .tab-wrap {
    gap: 34px;
  }
  .method-section .tab-wrap .nav-pills {
    width: 240px;
    flex-shrink: 0;
    padding: 18px 14px;
  }
  .method-section .tab-wrap .nav-pills .nav-link {
    font-size: 16px;
    padding: 10px 17px;
  }
  .method-section .tab-wrap .tab-content h3 {
    margin-bottom: 18px;
  }
  .method-section .tab-wrap .tab-content p {
    margin-bottom: 20px;
  }
  .method-section .tab-wrap .tab-content span {
    font-size: 15px;
  }
  .method-section .tab-wrap .tab-content ul {
    margin-bottom: 24px;
  }
  .method-section .tab-wrap .tab-content ul li {
    font-size: 15px;
  }
  /* ==============================
   Impact Section Style
  ==============================  */
  .impact-section h3 {
    margin-bottom: 20px;
  }
  .impact-section p {
    margin-bottom: 22px;
  }
  /* ==============================
    Spearpoints Section Style
   ==============================  */
  .spearpoints-section h2 {
    font-size: 50px;
  }
  .spearpoints-section .accordion-item {
    border-radius: 4px;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
  }
  .spearpoints-section .accordion-button {
    padding: 18px 30px;
  }
  .spearpoints-section .accordion-button h3 {
    font-size: 30px;
  }
  .spearpoints-section .accordion-button:not(.collapsed)::after,
  .spearpoints-section .accordion-button::after {
    font-size: 20px;
  }
  .spearpoints-section .accordion-body {
    padding: 6px 30px 18px 30px;
  }
  .spearpoints-section .accordion-body p {
    margin-bottom: 22px;
  }
  .spearpoints-section .accordion-body .features-list {
    margin-top: 26px;
    margin-bottom: 24px;
  }
  .spearpoints-section .accordion-body .features-list li {
    font-size: 18px;
    margin-bottom: 5px;
  }
  /* ==============================
   Current Section Current Page Style
  ==============================  */
  .current-section.current .nav-pills {
    gap: 8px;
    margin-bottom: 24px;
  }
  .current-section.current .nav-pills .nav-link {
    font-size: 15px;
    padding: 7px 17px;
  }
  /* ==============================
    Circular Section Style
   ==============================  */
  .circular-solutions h3 {
    margin-bottom: 24px;
  }
  .circular-solutions p {
    margin-bottom: 24px;
  }
  .circular-solutions .success {
    margin-bottom: 20px;
  }
  /* ==============================
   Contact Section Style
  ==============================  */
  .contact-section h2 {
    margin-bottom: 26px;
  }
  .contact-section .contact-detail h3 {
    margin-bottom: 24px;
  }
  .contact-section .contact-detail p {
    font-size: 22px;
  }
  .contact-section .contact-detail .mail-link {
    font-size: 22px;
  }
  .contact-section .contact-detail .success-dark-btn {
    margin-top: 26px;
  }
  .contact-section .contact-form h3 {
    margin-bottom: 24px;
  }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    font-size: 18px;
  }
  .contact-section .contact-form input::placeholder,
  .contact-section .contact-form textarea::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 21px;
  }
  .groot-text {
    font-size: 20px;
  }
  .middle-text {
    font-size: 17px;
  }
  .klein-text {
    font-size: 15px;
  }
  .py-120 {
    padding-block: 80px;
  }
  .py-100 {
    padding-block: 70px;
  }
  .py-80 {
    padding-block: 55px;
  }
  .py-60 {
    padding-block: 45px;
  }
  .py-40 {
    padding-block: 30px;
  }
  .pt-200.pt-header {
    padding-block: 140px 80px;
  }
  /* ==============================
    Header Section Style
   ==============================  */
  header .navbar-brand {
    margin-right: 0;
  }
  header .search-btn {
    margin-left: 0;
  }
  header .navbar-offcanva {
    background-color: rgb(57, 169, 53);
  }
  header .navbar-offcanva .offcanvas-body .navbar-nav {
    margin-left: 0;
    gap: 0;
  }
  header .navbar-offcanva .offcanvas-body .navbar-nav .nav-link {
    padding-left: 0;
  }
  /* ==============================
   Hero Section Style
  ==============================  */
  .hero-section {
    min-height: unset;
    overflow: unset;
  }
  .hero-section .col-lg-12 {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .hero-section .hero-img {
    margin-top: 24px;
  }
  .hero-section .hero-img img {
    width: 100%;
    position: unset;
  }
  .hero-section .content {
    max-width: unset;
    align-self: center;
  }
  .hero-section .content h1 {
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 25px;
  }
  .hero-section .content h1 .highlight-1::before {
    width: 148px;
  }
  .hero-section .content h1 .highlight-2::before {
    width: 160px;
  }
  .hero-section .content .check-list {
    gap: 8px;
  }
  .hero-section .content .check-list .list {
    gap: 10px;
  }
  .hero-section .content .check-list .list i {
    font-size: 19px;
  }
  /* ==============================
   Spearheads Section Style
  ==============================  */
  .spearheads-section .col-lg-12 {
    padding: 30px 40px;
  }
  .spearheads-section .col-lg-12 h3 {
    margin-bottom: 20px;
  }
  .spearheads-section .col-lg-12 p {
    margin-bottom: 18px;
  }
  .spearheads-section .col-lg-12 .features-list {
    margin-bottom: 24px;
  }
  .spearheads-section .col-lg-12 .features-list li {
    font-size: 17px;
  }
  .spearheads-section .col-lg-12 .features-list li i {
    font-size: 14px;
  }
  /* ==============================
  Project & Current Section Style
  ==============================  */
  .project-section h3,
  .current-section h3 {
    margin-bottom: 26px;
  }
  /* ==============================
   MailUs Section Style
  ==============================  */
  .mailus-section .content {
    padding: 48px 40px;
  }
  .mailus-section .content h3 {
    margin-bottom: 20px;
  }
  .mailus-section .content p {
    margin-bottom: 22px;
  }
  .mailus-section .content img {
    margin-top: unset;
  }
  /* ==============================
   Method Section Style
  ==============================  */
  .method-section .tab-wrap {
    flex-direction: column;
  }
  /* ==============================
   Gallery Section Style
  ==============================  */
  .gallery-section img {
    min-height: 300px;
  }
  /* ==============================
   Contact Section Style
  ==============================  */
  .contact-section .contact-detail p {
    font-size: 20px;
  }
  .contact-section .contact-detail .mail-link {
    font-size: 20px;
  }
  .contact-section .contact-detail .success-dark-btn {
    margin-top: 24px;
  }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    font-size: 17px;
  }
  .contact-section .contact-form input::placeholder,
  .contact-section .contact-form textarea::placeholder {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 21px;
  }
  .groot-text {
    font-size: 18px;
  }
  .middle-text {
    font-size: 16px;
  }
  .klein-text {
    font-size: 15px;
  }
  .light-btn {
    font-size: 15px;
    padding: 8px 16px;
  }
  .success-dark-btn {
    font-size: 15px;
    padding: 6px 16px;
  }
  .search-btn {
    font-size: 15px;
  }
  .py-120 {
    padding-block: 60px;
  }
  .py-100 {
    padding-block: 50px;
  }
  .py-80 {
    padding-block: 40px;
  }
  .py-60 {
    padding-block: 35px;
  }
  .py-40 {
    padding-block: 25px;
  }
  .pt-200.pt-header {
    padding-block: 120px 60px;
  }
  /* ==============================
   Header Section Style
  ==============================  */
  header .navbar {
    padding: 8px 10px;
  }
  header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
    padding: 15px 10px;
  }
  header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 14px;
  }
  header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
    font-size: 15px;
  }
  /* ==============================
    Hero Section Style
   ==============================  */
  .hero-section .content h1 {
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
  .hero-section .content h1 .highlight-1::before,
  .hero-section .content h1 .highlight-2::before {
    height: 12px;
    bottom: 3px;
  }
  .hero-section .content h1 .highlight-1::before {
    width: 126px;
  }
  .hero-section .content h1 .highlight-2::before {
    width: 138px;
  }
  .hero-section .content .check-list {
    gap: 8px;
    margin-bottom: 22px;
  }
  .hero-section .content .check-list .list {
    gap: 10px;
  }
  .hero-section .content .check-list .list i {
    font-size: 16px;
  }
  .hero-section .content .team-list {
    margin-bottom: 22px;
  }
  .hero-section .content .team-list .list img {
    width: 38px;
    height: 38px;
  }
  /* ==============================
    Spearheads Section Style
   ==============================  */
  .spearheads-section h3 {
    margin-bottom: 16px;
  }
  .spearheads-section .col-lg-12 {
    padding: 24px 30px;
  }
  .spearheads-section .col-lg-12 h3 {
    margin-bottom: 16px;
  }
  .spearheads-section .col-lg-12 p {
    margin-bottom: 14px;
  }
  .spearheads-section .col-lg-12 .features-list {
    margin-bottom: 26px;
  }
  .spearheads-section .col-lg-12 .features-list li {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .spearheads-section .col-lg-12 .features-list li i {
    font-size: 14px;
    margin-left: 4px;
  }
  /* ==============================
    Method Section Index Page Style
   ==============================  */
  .method-section.index h3 {
    margin-bottom: 20px;
  }
  .method-section.index .nav-pills {
    margin-bottom: 28px;
  }
  .method-section.index .nav-pills .nav-link {
    font-size: 15px;
    padding: 7px 16px;
  }
  .method-section.index .tab-content h6 {
    margin-bottom: 12px;
  }
  /* ==============================
     Project & Current Section Style
    ==============================  */
  .project-section h3,
  .current-section h3 {
    margin-bottom: 26px;
  }
  /* ==============================
    MailUs Section Style
   ==============================  */
  .mailus-section .content {
    padding: 36px 30px;
  }
  .mailus-section .content h3 {
    margin-bottom: 16px;
  }
  .mailus-section .content p {
    margin-bottom: 24px;
  }
  .mailus-section .content img {
    margin-top: 0;
  }
  /* ==============================
   Footer Section Style
  ==============================  */
  footer .footer-logo {
    max-width: 150px;
    margin-bottom: 24px;
  }
  footer h6 {
    margin-bottom: 14px;
  }
  footer .footer-link {
    font-size: 14px;
  }
  footer .footer-link i {
    font-size: 14px;
  }
  footer .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* ==============================
   Intro Section Style
  ==============================  */
  .intro-section .content h2 {
    margin-bottom: 20px;
  }
  .intro-section .content p {
    margin-bottom: 22px;
  }
  .intro-section .content span {
    margin-bottom: 8px;
  }
  /* ==============================
   Intro Section Single Page Style
  ==============================  */
  .intro-section.single .content {
    max-width: unset;
  }
  .intro-section.single .content .date {
    margin-bottom: 14px;
  }
  .intro-section.single .content .related-badge {
    margin-bottom: 20px;
  }
  .intro-section.single .content .related-badge .badge-light {
    font-size: 13px;
    padding: 6px 12px;
    margin-right: 3px;
  }
  /* ==============================
       Method Section Style
      ==============================  */
  .method-section .tab-wrap {
    gap: 30px;
  }
  .method-section .tab-wrap .nav-pills {
    padding: 16px 14px;
    gap: 4px;
  }
  .method-section .tab-wrap .nav-pills .nav-link {
    font-size: 16px;
    padding: 10px 16px;
  }
  .method-section .tab-wrap .nav-pills .nav-link i {
    font-size: 16px;
  }
  .method-section .tab-wrap .tab-content h3 {
    margin-bottom: 16px;
  }
  .method-section .tab-wrap .tab-content p {
    margin-bottom: 16px;
  }
  .method-section .tab-wrap .tab-content span {
    font-size: 15px;
  }
  .method-section .tab-wrap .tab-content ul {
    margin-bottom: 20px;
  }
  .method-section .tab-wrap .tab-content ul li {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .method-section .tab-wrap .tab-content .success-dark-btn {
    margin-top: 10px;
  }
  /* ==============================
    Impact Section Style
   ==============================  */
  .impact-section h3 {
    margin-bottom: 20px;
  }
  .impact-section p {
    margin-bottom: 22px;
  }
  /* ==============================
    Spearpoints Section Style
   ==============================  */
  .spearpoints-section .sec-title {
    margin-bottom: 16px;
  }
  .spearpoints-section .accordion-item {
    margin-bottom: 20px;
  }
  .spearpoints-section .accordion-item .accordion-button {
    padding: 16px 24px;
  }
  .spearpoints-section .accordion-item .accordion-button h3 {
    font-size: 26px;
  }
  .spearpoints-section .accordion-item .accordion-button:not(.collapsed)::after,
  .spearpoints-section .accordion-item .accordion-button::after {
    font-size: 18px;
  }
  .spearpoints-section .accordion-item .accordion-body {
    padding: 6px 24px 16px 24px;
  }
  .spearpoints-section .accordion-item .accordion-body p {
    margin-bottom: 20px;
  }
  .spearpoints-section .accordion-item .accordion-body .features-list {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .spearpoints-section .accordion-item .accordion-body .features-list li {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .spearpoints-section .accordion-item .accordion-body .features-list li i {
    font-size: 14px;
    margin-left: 4px;
  }
  /* ==============================
   Projects Card Style
  ==============================  */
  .project-card .img-wrapper {
    height: 270px;
  }
  .project-card .img-wrapper .badge-wrap {
    bottom: 16px;
    left: 16px;
  }
  .project-card .img-wrapper .badge-wrap .badge-light {
    font-size: 13px;
    padding: 6px 12px;
    margin-right: 3px;
  }
  .project-card .card-body {
    padding: 18px 16px;
  }
  .project-card .card-body .date {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .project-card .card-body .card-title {
    margin-bottom: 8px;
  }
  .project-card .card-body .desc {
    margin-bottom: 18px;
  }
  /* ==============================
    Current Section Current Page Style
   ==============================  */
  .current-section.current .nav-pills {
    gap: 8px;
    margin-bottom: 24px;
  }
  .current-section.current .nav-pills .nav-link {
    font-size: 15px;
    padding: 6px 16px;
  }
  /* ==============================
    Circular Section Style
   ==============================  */
  .circular-solutions h3 {
    margin-bottom: 20px;
  }
  .circular-solutions p {
    margin-bottom: 20px;
  }
  .circular-solutions .success {
    margin-bottom: 18px;
  }
  /* ==============================
   Impact Section Style
  ==============================  */
  .impact-section h3 {
    margin-bottom: 16px;
  }
  .impact-section p {
    margin-bottom: 20px;
  }
  /* ==============================
   Contact Section Style
  ==============================  */
  .contact-section h2 {
    margin-bottom: 24px;
  }
  .contact-section .contact-cover {
    width: 100%;
    max-height: 270px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
  }
  .contact-section .contact-detail h3 {
    margin-bottom: 20px;
  }
  .contact-section .contact-detail p {
    font-size: 18px;
  }
  .contact-section .contact-detail .mail-link {
    font-size: 18px;
  }
  .contact-section .contact-detail .success-dark-btn {
    margin-top: 24px;
  }
  .contact-section .contact-form h3 {
    margin-bottom: 22px;
  }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    font-size: 16px;
    padding: 10px 15px;
  }
  .contact-section .contact-form input::placeholder,
  .contact-section .contact-form textarea::placeholder {
    font-size: 16px;
  }
  .contact-section .contact-form button {
    margin-top: 14px;
  }
  /* ==============================
   Social Link Style
  ==============================  */
  .social-link-wrap p {
    margin-bottom: 7px;
  }
  .social-link-wrap .social-link {
    gap: 8px;
  }
  .social-link-wrap .social-link a {
    font-size: 17px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 19px;
  }
  .groot-text {
    font-size: 16px;
  }
  .middle-text {
    font-size: 15px;
  }
  .klein-text {
    font-size: 14px;
  }
  .light-btn {
    font-size: 14px;
    padding: 7px 15px;
  }
  .success-dark-btn {
    font-size: 14px;
    padding: 7px 15px;
  }
  .search-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .py-120 {
    padding-block: 40px;
  }
  .py-100 {
    padding-block: 35px;
  }
  .py-80 {
    padding-block: 30px;
  }
  .py-60 {
    padding-block: 25px;
  }
  .py-40 {
    padding-block: 20px;
  }
  .pt-200.pt-header {
    padding-block: 100px 40px;
  }
  /* ==============================
   Header Section Style
  ==============================  */
  header .navbar .navbar-toggler {
    font-size: 18px;
  }
  header .navbar .navbar-brand img {
    width: 120px;
  }
  header .navbar .dropdown-menu {
    min-width: 250px;
    padding: 8px;
    border: none;
    border-radius: 4px;
  }
  header .navbar .dropdown-menu input {
    font-size: 15px;
    padding: 10px 14px;
  }
  header .navbar .dropdown-menu button {
    font-size: 14px;
    padding: 7px 15px;
  }
  header .navbar .navbar-offcanva {
    background-color: rgb(57, 169, 53);
  }
  header .navbar .navbar-offcanva .offcanvas-body .navbar-nav {
    margin-left: 0;
    gap: 0;
  }
  header .navbar .navbar-offcanva .offcanvas-body .navbar-nav .nav-link {
    font-size: 14px;
    padding-block: 5px;
  }
  header .navbar .navbar-offcanva .offcanvas-body .nav-item .dropdown-menu {
    padding: 10px 6px;
  }
  header .navbar .navbar-offcanva .offcanvas-body .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  header .navbar .navbar-offcanva .offcanvas-body .nav-item .dropdown-menu .dropdown-item i {
    font-size: 14px;
  }
  /* ==============================
    Hero Section Style
   ==============================  */
  .hero-section .content h1 {
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }
  .hero-section .content h1 .highlight-1::before,
  .hero-section .content h1 .highlight-2::before {
    height: 10px;
    bottom: 3px;
  }
  .hero-section .content h1 .highlight-1::before {
    width: 105px;
  }
  .hero-section .content h1 .highlight-2::before {
    width: 115px;
  }
  .hero-section .content .check-list {
    gap: 8px;
    margin-bottom: 16px;
  }
  .hero-section .content .check-list .list {
    gap: 8px;
  }
  .hero-section .content .check-list .list i {
    font-size: 16px;
  }
  .hero-section .content .team-list {
    margin-bottom: 18px;
  }
  .hero-section .content .team-list .list img {
    width: 36px;
    height: 36px;
  }
  /* ==============================
      Spearheads Section Style
     ==============================  */
  .spearheads-section h3 {
    margin-bottom: 10px;
  }
  .spearheads-section .col-lg-12 {
    padding: 18px 12px;
  }
  .spearheads-section .col-lg-12 h3 {
    margin-bottom: 16px;
  }
  .spearheads-section .col-lg-12 p {
    margin-bottom: 10px;
  }
  .spearheads-section .col-lg-12 .features-list {
    margin-bottom: 24px;
  }
  .spearheads-section .col-lg-12 .features-list li {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .spearheads-section .col-lg-12 .features-list li i {
    font-size: 13px;
    margin-left: 4px;
  }
  /* ==============================
      Method Section Index Page Style
     ==============================  */
  .method-section.index h3 {
    margin-bottom: 16px;
  }
  .method-section.index .nav-pills {
    gap: 7px;
    margin-bottom: 24px;
  }
  .method-section.index .nav-pills .nav-link {
    font-size: 14px;
    padding: 6px 14px;
  }
  .method-section.index .tab-content h6 {
    margin-bottom: 10px;
  }
  /* ==============================
    Project & Current Section Style
   ==============================  */
  .project-section h3,
  .current-section h3 {
    margin-bottom: 20px;
  }
  /* ==============================
    MailUs Section Style
   ==============================  */
  .mailus-section .content {
    padding: 12px;
  }
  .mailus-section .content h3 {
    margin-bottom: 10px;
  }
  .mailus-section .content p {
    margin-bottom: 20px;
  }
  .mailus-section .content img {
    margin-top: 0;
  }
  /* ==============================
   Footer Section Style
  ==============================  */
  footer .footer-logo {
    max-width: 150px;
    margin-bottom: 24px;
  }
  footer h6 {
    margin-bottom: 14px;
  }
  footer .footer-link {
    font-size: 14px;
  }
  footer .footer-link i {
    font-size: 14px;
  }
  footer .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* ==============================
    Intro Section Style
   ==============================  */
  .intro-section .content h2 {
    margin-bottom: 16px;
  }
  .intro-section .content p {
    margin-bottom: 20px;
  }
  .intro-section .content span {
    margin-bottom: 6px;
  }
  /* ==============================
    Intro Section Single Page Style
   ==============================  */
  .intro-section.single .content h2 {
    max-width: 740px;
  }
  /* ==============================
      Method Section Style
     ==============================  */
  .method-section .tab-wrap {
    gap: 24px;
  }
  .method-section .tab-wrap .nav-pills {
    width: 100%;
    padding: 12px;
    gap: 4px;
  }
  .method-section .tab-wrap .nav-pills .nav-link {
    font-size: 15px;
    padding: 8px 16px;
  }
  .method-section .tab-wrap .nav-pills .nav-link i {
    font-size: 15px;
  }
  .method-section .tab-wrap .tab-content h3 {
    margin-bottom: 12px;
  }
  .method-section .tab-wrap .tab-content p {
    margin-bottom: 12px;
  }
  .method-section .tab-wrap .tab-content span {
    font-size: 14px;
  }
  .method-section .tab-wrap .tab-content ul {
    margin-bottom: 16px;
  }
  .method-section .tab-wrap .tab-content ul li {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .method-section .tab-wrap .tab-content .success-dark-btn {
    margin-top: 12px;
  }
  /* ==============================
      Impact Section Style
     ==============================  */
  .impact-section h3 {
    margin-bottom: 16px;
  }
  .impact-section p {
    margin-bottom: 20px;
  }
  /* ==============================
      Spearpoints Section Style
     ==============================  */
  .spearpoints-section .sec-title {
    margin-bottom: 14px;
  }
  .spearpoints-section .accordion-item {
    margin-bottom: 16px;
  }
  .spearpoints-section .accordion-item .accordion-button {
    padding: 16px;
  }
  .spearpoints-section .accordion-item .accordion-button h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .spearpoints-section .accordion-item .accordion-button:not(.collapsed)::after,
  .spearpoints-section .accordion-item .accordion-button::after {
    font-size: 16px;
  }
  .spearpoints-section .accordion-item .accordion-body {
    padding: 4px 16px 12px 16px;
  }
  .spearpoints-section .accordion-item .accordion-body p {
    margin-bottom: 16px;
  }
  .spearpoints-section .accordion-item .accordion-body .features-list {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .spearpoints-section .accordion-item .accordion-body .features-list li {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .spearpoints-section .accordion-item .accordion-body .features-list li i {
    font-size: 13px;
    margin-left: 4px;
  }
  /* ==============================
    Projects Card Style
   ==============================  */
  .project-card .img-wrapper {
    height: 250px;
  }
  .project-card .img-wrapper .badge-wrap {
    bottom: 12px;
    left: 12px;
  }
  .project-card .img-wrapper .badge-wrap .badge-light {
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 2px;
  }
  .project-card .card-body {
    padding: 16px 14px;
  }
  .project-card .card-body .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .project-card .card-body .card-title {
    margin-bottom: 8px;
  }
  .project-card .card-body .desc {
    margin-bottom: 16px;
  }
  /* ==============================
   Intro Section Single Page Style
  ==============================  */
  .intro-section.single .content .date {
    margin-bottom: 12px;
  }
  .intro-section.single .content .related-badge {
    margin-bottom: 16px;
  }
  .intro-section.single .content .related-badge .badge-light {
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 2px;
  }
  /* ==============================
      Current Section Current Page Style
     ==============================  */
  .current-section.current .nav-pills {
    gap: 7px;
    margin-bottom: 24px;
  }
  .current-section.current .nav-pills .nav-link {
    font-size: 14px;
    padding: 6px 14px;
  }
  /* ==============================
      Circular Section Style
     ==============================  */
  .circular-solutions h3 {
    margin-bottom: 14px;
  }
  .circular-solutions p {
    margin-bottom: 16px;
  }
  .circular-solutions .success {
    margin-bottom: 14px;
  }
  /* ==============================
    Impact Section Style
   ==============================  */
  .impact-section h3 {
    margin-bottom: 14px;
  }
  .impact-section p {
    margin-bottom: 14px;
  }
  /* ==============================
    Contact Section Style
   ==============================  */
  .contact-section h2 {
    margin-bottom: 20px;
  }
  .contact-section .contact-cover {
    width: 100%;
    max-height: 270px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
  }
  .contact-section .contact-detail h3 {
    margin-bottom: 16px;
  }
  .contact-section .contact-detail p {
    font-size: 16px;
  }
  .contact-section .contact-detail .mail-link {
    font-size: 16px;
  }
  .contact-section .contact-detail .success-dark-btn {
    margin-top: 20px;
  }
  .contact-section .contact-form h3 {
    margin-bottom: 16px;
  }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    font-size: 15px;
    padding: 10px 14px;
    border: 2px solid rgb(242, 248, 239);
  }
  .contact-section .contact-form input::placeholder,
  .contact-section .contact-form textarea::placeholder {
    font-size: 15px;
  }
  .contact-section .contact-form button {
    margin-top: 10px;
  }
  /* ==============================
    Social Link Style
   ==============================  */
  .social-link-wrap p {
    margin-bottom: 5px;
  }
  .social-link-wrap .social-link {
    gap: 7px;
  }
  .social-link-wrap .social-link a {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
}

/*# sourceMappingURL=style.css.map */
