.w-nav-brand img {
  max-width: 250px;
}

a.custom-logo-img img {
  max-width: 250px;
  filter: brightness(0%) invert(1);
}

.w-webflow-badge {
  display: none !important;
}

.dropdown-toggle::after {
  display: none !important;
}

ul.privacy-list.v1 {
  list-style: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb {
  margin-bottom: 5rem !important;
}

.contact-icon {
  filter: invert(1);
}

.error {
  color: red;
  font-size: 18px;
  margin-bottom: 10px;
}

.form-input {
  margin-bottom: 5px;
}

.contact-form-input-wrap {
  padding-bottom: 10px;
}
.w--current.nav-link {
  color: #01b969 !important;
}

.w--current div,
.w--current div.w-dropdown-toggle {
  color: #01b969;
}

.work-process-icon-wrap {
  display: none !important;
}

.blog-item:hover {
  cursor: default !important;
}
.heading-h2{
  text-transform: capitalize;
}
.contact-form-wrap h5 {
    font-size: 55px;
    text-transform: capitalize;
}
.section-spacing.v1 {
  padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-spacing.v1 {
    padding-top: 40px;
    padding-bottom: 80px;
}
}
.hero-section.section-spacing.v1{
  background-image: url('../img/Home/Section1/bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.payment-list-item img {
    filter: invert(1);
}
.team-list-section div.container-small div.text-white {
    font-size: 18px;
}
.simple-feature-item img {
    max-width: 150px;
}
.feature-image {
    max-width: 120px;
}
.w-dyn-item, .our-value-item, .feature-item, .contact-item {
    border-top: 4px solid #007f48;
    border-radius: 31px;
}
.title-area-left h1.title {
    color: #ffffff;
}
.hero-inner p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 700px;
  margin: auto;
  padding-top: 10px;
}
.contact-item a{
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.contact-form{
  border-top: 4px solid #007f48;
  border-left: 4px solid #007f48;
  border-right: 4px solid #007f48;
  border-radius: 31px;
  box-shadow: 0 0 40px 5px #01B96933;
}
.input-group {
    color: #000000;
}
.form-input:focus, .form-input.-wfp-focus {
    border-color: #000000;
    background-color: #ffffff;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #007f48 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color: #007f48c2 !important;
}
.signupform{
  max-width: 600px;
  margin: auto;
}
.typed-cursor {
  color: #01B969;
  font-weight: 300;
}
html, body{
  overflow-x: hidden !important;
}
.title{
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .title{
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title{
    font-size: 30px;
  }
}
.blog-title.v1 {
    font-size: 22px;
}