html
{
    font-family: "NeoSan", sans-serif !important;
}
.hero-section {
    height: 400px;
}

#Services .services_card_details .card:hover
{
    background-color: #f2f2f2;
    color:#000
}
.nav-item a:hover {
    color: rgb(42 43 83 / 0.7) !important;
  }
/* .hero_slider {
    position: absolute;
    left: 8.5%;
    bottom: 22%;
} */
.pbs-4
{
    padding-bottom: 1rem !important;
}

.gaps-2
{
    gap: 0.5rem;
}

.gaps-4
{
    gap: 1rem;
}
.title_div,
.img_div {
    margin-top: auto;
    margin-bottom: auto;
}

.services_card_details .services .card .title_div h1 {
    width: 100%;
    margin-top: 0px;
    font-weight: 500;
}

footer
{
    font-family: NeoSan, sans-serif;
}

.website_footer .gap-3
{
    gap: 0.75rem !important;
}

.website_footer.gap-4
{
    gap: 1rem !important;
}

.services_card_details .services .card {
    height: 141px;
}

.services_card_details {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 70px;
}

.card_service img,
.card_service h1,
.card_service .read_more {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.service-details {
    margin-bottom: 200px;
}

.service-details h1 {
    width: 50%;
    line-height: 2.5rem;
    font-size: 2.1rem;
    text-decoration: none;
    font-weight: 700;
    color: #232c57;
    font-family: NeoSanBold, sans-serif;
    margin-bottom: 30px;

}

.service_content p {
    font-family: NeoSan, sans-serif;

}

.contact-section-title {
    margin-bottom: 50px;
}

.contact-section-title h1 {
    color: #232c57;
}

.contact-form {
    font-family: NeoSan, sans-serif;
    font-size: 1.2rem;

}

.contact-form input,
.contact-form textarea {
    border-radius: 10px;
}

.contact_us {
    margin-bottom: 80px;
}

.tarco_button {
    padding: 10px 40px 10px 40px;
    background-color: #232c57;
    color: #fff;
    font-size: 1.5rem;
    font-family: NeoSanBold, sans-serif;
    border-radius: 10px;
}

.tarco_button:hover
{
    color: #fff;
}
.footer-img {
    margin-top: 50px;
}

.footer-img::after {
    content: '';
    border-left: 1px solid #8b8b8b;
    position: absolute;
    height: 50%;
    left: 400px;
    top: 35%;
}

.footer-contact {
    padding: 20px;
    top: 40px;
    position: relative;
}

.footer-contact::after {
    content: '';
    border-left: 1px solid #8b8b8b;
    position: absolute;
    height: 72%;
    left: 490px;
    top: 10%;
}
.footer-links:last-of-type {
    border-width: 0px;
  }
  @media (min-width: 1024px) {
    .footer-links {
      border-inline-end-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(107 114 128 / var(--tw-border-opacity));
    }
  }
@media (max-width: 768px) {
    .services_card_details
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .services_card_details .services .card {
        height: 220px;
        border-radius: 10px;
    }

    .service-details h1 {
        width: 100%;
    }

    .service-details h1,
    .contact-section-title h1 {
        font-size: 28px;
    }

    .tarco_button {
        padding: 10px 25px;
        background-color: #232c57;
        color: #fff;
        font-size: 1.2rem;
        font-family: NeoSanBold, sans-serif;
        border-radius: 10px;
    }
}
/* footer hr {
    display: none;
  } */
@media (max-width: 768px) {
    /* footer hr {
        display: block;
      } */
    footer .footer_logo {
        margin-top: 30px;
        margin-bottom: 30px;
      }

      .footer_logo .footer-img img {
        margin-right: auto;
        margin-left: auto;
      }

      /*
      .footer-contact .phones , .footer-contact .locations
      {
        margin-right: auto;
        margin-left: auto;
      } */

      footer .footer-contact {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        top: 0;
      }

      footer .absolute {
        left: 43%;
      }

      .input-group-services {
        display: flex;
        align-content: stretch;
        max-width: 100%;
      }

      .input-group-services>input {
        flex: 1 0.4 auto
      }


}

footer .go-up {
    position: fixed;
    width: 38px;
    height: 38px;
    background-color: #284fb3;
    right: -40px;
    bottom: 55px;
    padding: 6px 4px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: 0.3s;
    cursor: pointer;
    z-index: 5000;
  }

  footer .go-up span {}

  footer .go-up span svg {
    margin-bottom: 2px;
    fill: #fff;
    width: 27px;
  }

  footer .go-up.show {
    right: 15px;
    font-size: 18px;
  }
