*,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
#menu li > a:hover::before,
.btn {
    width: 100%;
}
.header-float,
.hero,
.hero-tawk {
    min-height: 115px;
}
.btn,
.whatsapp {
    text-align: center;
}
.header p,
.home-btn-float-2 #closeMenu:hover,
.home-btn-float-2 #closeMenuMobile:hover,
.home-btn-float-2 #closeMenuTawk:hover,
.home-btn-float-2 #closeMenuWA:hover,
.home-btn-float-2 #closeMenuWAMobile:hover {
    opacity: 0.8;
}
:root {
    --text-primary: #057968;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-1xl: 1.5rem;
    --font-2xl: 1.625rem;
    --font-3xl: 1.875rem;
    --font-4xl: 2.25rem;
    --font-5xl: 3rem;
    --font-6xl: 3.75rem;
    --color-primary-50: #e6f2f0;
    --color-primary-100: #b2d5d0;
    --color-primary-200: #8cc1ba;
    --color-primary-300: #58a59a;
    --color-primary-400: #379486;
    --color-primary-500: #057968;
    --color-primary-600: #056e5f;
    --color-primary-700: #04564a;
    --color-primary-800: #034339;
    --color-primary-900: #02332c;
    --blue: #007bff;
    --lightblue: #13ab50;
    --blue2: #036455;
    --lightblue2: #108e43;
    --color-secondary-50: #fff9e9;
    --color-secondary-100: #feedbb;
    --color-secondary-200: #fee59a;
    --color-secondary-300: #fed96c;
    --color-secondary-400: #fdd150;
    --color-secondary-500: #fdc624;
    --color-secondary-600: #e6b421;
    --color-secondary-700: #b48d1a;
    --color-secondary-800: #8b6d14;
    --color-secondary-900: #6a530f;
}
.text-primary-50 {
    color: var(--color-primary-50);
}
.text-primary-100 {
    color: var(--color-primary-100);
}
.text-primary-200 {
    color: var(--color-primary-200);
}
.text-primary-300 {
    color: var(--color-primary-300);
}
.text-primary-400 {
    color: var(--color-primary-400);
}
.text-primary-500 {
    color: var(--color-primary-500);
}
.text-primary-600 {
    color: var(--color-primary-600);
}
.text-primary-700 {
    color: var(--color-primary-700);
}
.text-primary-800 {
    color: var(--color-primary-800);
}
.text-primary-900 {
    color: var(--color-primary-900);
}
.text-secondary-50 {
    color: var(--color-secondary-50);
}
.text-secondary-100 {
    color: var(--color-secondary-100);
}
.text-secondary-200 {
    color: var(--color-secondary-200);
}
.text-secondary-300 {
    color: var(--color-secondary-300);
}
.text-secondary-400 {
    color: var(--color-secondary-400);
}
.text-secondary-500 {
    color: var(--color-secondary-500);
}
.text-secondary-600 {
    color: var(--color-secondary-600);
}
.text-secondary-700 {
    color: var(--color-secondary-700);
}
.text-secondary-800 {
    color: var(--color-secondary-800);
}
.text-secondary-900 {
    color: var(--color-secondary-900);
}
.bg-primary-50 {
    background-color: var(--color-primary-50);
}
.bg-primary-100 {
    background-color: var(--color-primary-100);
}
.bg-primary-200 {
    background-color: var(--color-primary-200);
}
.bg-primary-300 {
    background-color: var(--color-primary-300);
}
.bg-primary-400 {
    background-color: var(--color-primary-400);
}
.bg-primary-500 {
    background-color: var(--color-primary-500);
}
.bg-primary-600 {
    background-color: var(--color-primary-600);
}
.bg-primary-700 {
    background-color: var(--color-primary-700);
}
.bg-primary-800 {
    background-color: var(--color-primary-800);
}
.bg-primary-900 {
    background-color: var(--color-primary-900);
}
.bg-secondary-50 {
    background-color: var(--color-secondary-50);
}
.bg-secondary-100 {
    background-color: var(--color-secondary-100);
}
.bg-secondary-200 {
    background-color: var(--color-secondary-200);
}
.bg-secondary-300 {
    background-color: var(--color-secondary-300);
}
.bg-secondary-400 {
    background-color: var(--color-secondary-400);
}
.bg-secondary-500 {
    background-color: var(--color-secondary-500);
}
.bg-secondary-600 {
    background-color: var(--color-secondary-600);
}
.bg-secondary-700 {
    background-color: var(--color-secondary-700);
}
.bg-secondary-800 {
    background-color: var(--color-secondary-800);
}
.bg-secondary-900 {
    background-color: var(--color-secondary-900);
}
.text-xs {
    font-size: var(--font-xs);
}
.text-sm {
    font-size: var(--font-sm);
}
.text-base,
p {
    font-size: var(--font-base);
}
.text-lg {
    font-size: var(--font-lg);
}
.text-xl {
    font-size: var(--font-xl);
}
.text-1xl {
    font-size: var(--font-1xl);
}
.text-2xl {
    font-size: var(--font-2xl);
}
.text-3xl {
    font-size: var(--font-3xl);
}
.text-4xl {
    font-size: var(--font-4xl);
}
.text-5xl {
    font-size: var(--font-5xl);
}
.text-6xl {
    font-size: var(--font-6xl);
}
@media (min-width: 1024px) {
    .text-lg-xs {
        font-size: var(--font-xs);
    }
    .text-lg-sm {
        font-size: var(--font-sm);
    }
    .text-lg-base {
        font-size: var(--font-base);
    }
    .text-lg-lg {
        font-size: var(--font-lg);
    }
    .text-lg-xl {
        font-size: var(--font-xl);
    }
    .text-lg-1xl {
        font-size: var(--font-1xl);
    }
    .text-lg-2xl {
        font-size: var(--font-2xl);
    }
    .text-lg-3xl {
        font-size: var(--font-3xl);
    }
    .text-lg-4xl {
        font-size: var(--font-4xl);
    }
    .text-lg-5xl {
        font-size: var(--font-5xl);
    }
    .text-lg-6xl {
        font-size: var(--font-6xl);
    }
}
.font-weight-semibold {
    font-weight: 600 !important;
}
* {
    border: 0;
    box-sizing: border-box;
    padding: 0;
}
body,
html {
    height: 100%;
    margin: 0;
    background: #fff !important;
    font-family: "Open Sans", sans-serif;
}
body {
    overflow-x: hidden;
}
p {
    line-height: 150%;
}
section {
    padding-top: 15px;
    margin-bottom: 15px;
}
section:last-of-type {
    margin-bottom: 30px;
}
.page-content {
    padding-top: 80px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
        padding: 0 70px;
    }
}
.text-primary {
    color: var(--text-primary) !important;
}
.btn {
    border-radius: 5px;
    padding: 16px 32px !important;
    border: none !important;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: normal !important;
    font-size: 16px !important;
    text-indent: 0 !important;
    text-transform: none !important;
}
.footer-about__desc,
.footer-copyright__wrapper a,
.footer-copyright__wrapper p {
    font-size: 14px;
}
.btn:hover {
    border: none !important;
}
.btn-primary {
    background: linear-gradient(180deg, #00846f 4.02%, #00846f 4.02%, #085549 102.39%) !important;
    color: #fff !important;
}
#menu li a {
    position: relative;
}
#menu li > a::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #088770;
    transition: 250ms;
}
@media (max-width: 991px) {
    .menuIcon {
        cursor: pointer;
        display: block;
        position: fixed;
        right: 45px;
        top: 35px;
        height: 23px;
        width: 27px;
        z-index: 999;
    }
    .icon-bars,
    .icon-bars::after,
    .icon-bars::before {
        background: #088770;
        position: absolute;
        height: 2px;
    }
    .lock-scroll {
        overflow: hidden;
    }
    .icon-bars {
        left: 1px;
        top: 45%;
        width: 20px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .icon-bars::before {
        content: "";
        left: 0;
        top: -8px;
        width: 20px;
        -webkit-transition: width 0.3s 0.4s;
        transition: width 0.3s 0.4s;
    }
    .icon-bars::after {
        margin-top: 0;
        content: "";
        left: 0;
        bottom: -8px;
        width: 20px;
        -webkit-transition: width 0.3s 0.4s;
        transition: width 0.3s 0.4s;
    }
    .icon-bars.overlay {
        background: #f5f5f5;
        width: 20px;
        animation: 3s 0.5s infinite middleBar;
        -webkit-animation: 3s 0.5s infinite middleBar;
    }
    @keyframes middleBar {
        0%,
        100% {
            width: 0;
        }
        50% {
            width: 20px;
        }
    }
    @-webkit-keyframes middleBar {
        0%,
        100% {
            width: 0;
        }
        50% {
            width: 20px;
        }
    }
    .icon-bars.overlay::before {
        background: #f5f5f5;
        width: 10px;
        animation: 3s 0.2s infinite topBar;
        -webkit-animation: 3s infinite topBar;
    }
    @keyframes topBar {
        0%,
        100% {
            width: 0;
        }
        50% {
            width: 10px;
        }
    }
    @-webkit-keyframes topBar {
        0%,
        100% {
            width: 0;
        }
        50% {
            width: 10px;
        }
    }
    .icon-bars.overlay::after {
        background: #f5f5f5;
        width: 15px;
        animation: 3s 1s infinite bottomBar;
        -webkit-animation: 3s 1s infinite bottomBar;
    }
    @keyframes bottomBar {
        0%,
        100% {
            width: 0;
        }
        50% {
            width: 15px;
        }
    }
    @-webkit-keyframes bottomBar {
        0%,
        100% {
            width: 0;
        }
        50% {
            width: 15px;
        }
    }
    .menuIcon.toggle .icon-bars {
        top: 5px;
        transform: translate3d(0, 5px, 0) rotate(135deg);
        transition-delay: 0.1s;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .menuIcon.toggle .icon-bars::before {
        top: 0;
        transition-delay: 0.1s;
        opacity: 0;
    }
    .menuIcon.toggle .icon-bars::after {
        top: 10px;
        transform: translate3d(0, -10px, 0) rotate(-270deg);
        transition-delay: 0.1s;
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .menuIcon.toggle .icon-bars.overlay {
        width: 20px;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 992px) {
    .overlay-menu {
        display: none !important;
    }
}
.menu-mobile {
    left: 30px;
    padding-top: 20px;
}
.menu-mobile li {
    padding: 5px 0;
}
.overlay-menu li,
.overlay-menu ul {
    display: block;
    position: relative;
}
.overlay-menu li a {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: left;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #088770;
}
.overlay-menu li a:active,
.overlay-menu li a:hover {
    color: red;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
footer {
    background-color: #f5f5f5;
    padding-bottom: 64px;
    padding-top: 30px;
}
footer a:hover {
    text-decoration: none;
    color: var(--text-primary) !important;
}
footer p {
    margin-bottom: 0;
}
.footer-wrapper {
    display: flex;
    flex-direction: column;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-left {
    display: flex;
    flex-direction: column-reverse;
}
.btn-float-wrapper .contact-icon-wrapper,
.footer-contact__item {
    display: flex;
    gap: 8px;
    align-items: center;
}
.footer-contact__item a {
    line-height: normal;
    color: #000;
}
.footer-contact__item a:hover {
    text-decoration: none;
    color: var(--text-primary);
}
.footer-socmed__wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}
#closeMenu,
#closeMenuWA,
.contact-icon-wrapper:first-child,
.footer-menu__wrapper,
.wa-btn-float {
    display: none;
}
.footer-copyright__wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding-top: 12px;
}
.footer-copyright__wrapper a {
    color: #000;
}
.line-gray {
    width: 100%;
    content: "";
    background: #e5e5e5;
    height: 1px;
    margin: 16px 0;
}
.footer-contact-btn-wrapper {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}
.footer-contact-btn-wrapper .btn {
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    flex: 1;
    padding: 8px !important;
    justify-content: center;
}
.footer-contact-btn-wrapper .btn-wa {
    background: linear-gradient(180deg, #00846f 4.02%, #00846f 4.02%, #085549 102.39%);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.5) inset;
}
.footer-contact-btn-wrapper .btn-email,
.home-btn-float-new {
    background: linear-gradient(180deg, #fcc523 0, #dca504 106.94%);
}
.footer-contact-btn-wrapper .btn-email {
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.3) inset;
}
.home-btn-float-new,
.wa-btn-float-new {
    cursor: pointer;
    display: flex;
    gap: 5px;
    color: #fff;
    padding: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#closeMenuMobile,
#closeMenuWAMobile {
    display: block;
}
.btn-float-wrapper {
    position: fixed;
    bottom: 20px;
    right: 0;
    flex-direction: column;
    width: auto;
}
.contact-icon-wrapper:last-child {
    display: flex;
}
@media only screen and (min-width: 768px) {
    #closeMenuMobile,
    #closeMenuWAMobile,
    .contact-icon-wrapper:last-child {
        display: none;
    }
    #closeMenu,
    #closeMenuWA {
        display: block;
    }
    .home-btn-float-new,
    .wa-btn-float-new {
        background: 0 0;
        padding: 0;
    }
    .btn-float-wrapper {
        right: 20px;
    }
    .contact-icon-wrapper:first-child {
        display: flex;
    }
}
.home-btn-float-2 {
    position: absolute;
    width: auto;
    height: auto;
    top: 12px;
    right: 10px;
    display: block;
    cursor: pointer;
    z-index: 99;
}
.home-btn-float-2 #closeMenu,
.home-btn-float-2 #closeMenuMobile,
.home-btn-float-2 #closeMenuTawk,
.home-btn-float-2 #closeMenuWA,
.home-btn-float-2 #closeMenuWAMobile {
    background: #fff;
    color: #408871;
    padding: 2.5px 8px;
    border-radius: 2em;
    font-family: sans-serif;
    box-shadow: 0 0 10px #408871;
    font-size: 13px;
}
.msgr-container {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: 350px;
    box-shadow: 4px 4px 100px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: 0.3s;
    z-index: 1000;
    display: none;
}
@media (min-width: 768px) {
    .mb-md-10px {
        margin-bottom: 10px !important;
    }
    .mb-md-20px {
        margin-bottom: 20px !important;
    }
    .text-md-xs {
        font-size: var(--font-xs);
    }
    .text-md-sm {
        font-size: var(--font-sm);
    }
    .text-md-base {
        font-size: var(--font-base);
    }
    .text-md-lg {
        font-size: var(--font-lg);
    }
    .text-md-xl {
        font-size: var(--font-xl);
    }
    .text-md-1xl {
        font-size: var(--font-1xl);
    }
    .text-md-2xl {
        font-size: var(--font-2xl);
    }
    .text-md-3xl {
        font-size: var(--font-3xl);
    }
    .text-md-4xl {
        font-size: var(--font-4xl);
    }
    .text-md-5xl {
        font-size: var(--font-5xl);
    }
    .text-md-6xl {
        font-size: var(--font-6xl);
    }
    .page-content {
        padding-top: 126px;
    }
    section {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    section:last-of-type {
        margin-bottom: 80px;
    }
    .btn {
        width: auto;
    }
    footer {
        padding-top: 30px;
        padding-bottom: 28px;
        border-bottom: 10px solid var(--text-primary);
    }
    .footer-contact-btn-wrapper {
        padding-top: 0;
        display: none;
    }
    .footer-copyright__wrapper {
        justify-content: flex-start;
    }
    .footer-wrapper {
        flex-direction: row;
        gap: 41px;
    }
    .footer-left {
        flex: 0 0 335px;
        flex-direction: column;
        gap: 43px;
    }
    .footer-right {
        flex: 1;
    }
    .footer-menu__wrapper {
        display: flex;
        gap: 16px;
        list-style: none;
        margin-bottom: 20px;
    }
    .footer-menu__wrapper a {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        padding: 7px;
        color: #000;
    }
    .footer-about {
        padding: 16px 0;
        margin-bottom: 8px;
    }
    .line-gray {
        display: none;
    }
    .msgr-container {
        right: 130px;
        bottom: 8rem;;
        left: auto;
        transform: none;
    }
    .msgr-wrapper-mobile {
      background-color: transparent !important;
    }
}
.msgr-container .scrollable {
    background-color: #f5f5f5;
}
.contact-popup-custom {
    font-size: 0.7rem !important;
    height: calc(1.75rem + 2px) !important;
}
.icon-right .close,
.icon-right .email {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
}
.msgr-container .btn {
    padding: 0.375rem 0.75rem !important;
    min-width: 100px;
    margin-top: 20px;
}
.scrollable {
    height: auto !important;
}
@media (min-width: 320px) and (max-width: 480px) {
    .messenger {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .scrollable {
        overflow-y: auto;
        height: 100% !important;
        padding-bottom: 0 !important;
        transition: 0.3s 0.3s;
    }
}
.hero,
.hero-tawk,
.hero2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.icon-checkbox:checked ~ .msgr-container .scrollable {
    opacity: 1;
}
.icon-checkbox:checked ~ .msgr-container .scrollable section {
    transform: translate(0);
    opacity: 1;
}
.hero {
    background: linear-gradient(to bottom right, var(--lightblue), var(--blue));
}
.hero2 {
    height: 100%;
    background: #f5f5f5;
    z-index: -101;
}
.hero-tawk {
    background: #039746;
    background: -moz-linear-gradient(357deg, #039746 0, #007bff 100%);
    background: -webkit-linear-gradient(357deg, #039746 0, #007bff 100%);
    background: linear-gradient(357deg, #039746 0, #007bff 100%);
}
.header-float {
    padding: 15px 20px 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    position: relative;
    background: linear-gradient(to bottom right, var(--lightblue), var(--blue));
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
}
.card-nup,
.data {
    background: #f5f5f5;
}
.card-nup p {
    margin-bottom: 0 !important;
}
.phone {
    color: #11a553;
    font-weight: 300;
    font-size: 16px;
}
.whatsapp-text {
    padding: 0 0 8px;
    margin-right: 10px;
}
.whatsapp {
    display: inline-block;
    position: absolute;
}
.data,
.nup {
    opacity: 1 !important;
    text-align: center !important;
}
.header h1 {
    margin: 0 0 5px;
    font-size: 1.5em;
    font-weight: 500;
}
.header p {
    font-size: 0.9em;
    margin-bottom: 0 !important;
}
.card-nup {
    width: 88%;
    margin: -15px auto 5px;
    border-radius: 7px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.nup {
    padding: 15px 0 10px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.data {
    padding: 0 20px 15px;
    color: #555;
    line-height: 17px;
    font-size: 12px;
    border-radius: 7px;
}
.form-style {
    width: 88%;
    margin: 5% auto 0;
    padding-bottom: 20px;
}
.form-group {
    margin-bottom: 8px !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 7px 10px 6px;
    font-size: 13px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    outline: 0;
}
.text-muted {
    color: #aaa !important;
}
.form-text {
    display: block;
    margin-top: 4px;
}
.copyright-float,
.overlay-menu {
    background: #f5f5f5;
    display: flex;
}
.copyright-float {
    width: 100%;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: var(--light-text-color);
    text-align: center;
    line-height: 13px;
    padding: 5px 0;
    border-radius: 0 0 8px 8px;
}
.overlay-menu {
    color: #0d1a26;
    padding-top: 30%;
    align-items: normal;
    position: fixed;
    z-index: 199;
    overflow: hidden;
    top: 0;
    right: inherit;
    padding-right: 15px;
    transform: translateX(-100%);
    width: 100vw;
    height: 100vh;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.logo2 {
    display: block;
    position: absolute;
    top: 19px;
    left: 15px;
    width: 180px;
}

.msgr-wrapper-mobile {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  height: 100vh;
  display: block;
  width: 100vw;
  z-index: 999;
  top: 0;
  bottom: 0;
  display: none;
}