h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    text-transform: none;
}
h1 {
}
body {
    color: var(--title);
}
.section-title .title {
    font-family: "Urbanist", sans-serif;
    font-family: "Nunito", sans-serif;
}
.txt-loading img {
    width: 100%; 
    max-width: 400px;
}
.logo img {
    width: 216px;
    height: 54px;
}
.hero-3 .hero-content h1,
.hero-3 .hero-content p,
.hero-3 .hero-content h6 {
    color: var(--title);
    letter-spacing: 0;
}
.hero-section .contact-box {
                border-radius: 20px;
                background: #F9F9F9;
                padding: 52px 58px 52px 45px; 

                display: flex
;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 1600px) {
    .hero-3 .hero-content p {
        font-size: 24px;
    }
}
.section-title .title {
    letter-spacing: 0;
}
.mauticform_wrapper h2 {
    font-size: 18px;
}
.mauticform_wrapper .form-clt {
    position: relative;
}
.mauticform_wrapper label {
    position: absolute;
    top: 12px;
    left: 18px;
    margin: 0;
    line-height: 1;
    font-size: 14px;
}
.mauticform_wrapper select, .mauticform_wrapper .single-select, .mauticform_wrapper .form-control, .mauticform_wrapper .form-select, .mauticform_wrapper textarea, .mauticform_wrapper input {
    padding: 32px 16px 12px;
    border-radius: 16px;
    border-width: 2px;
    font-family: "Nunito", sans-serif;
        color: var(--title);
    
}
.mauticform_wrapper select:focus, .mauticform_wrapper .single-select:focus, .mauticform_wrapper .form-control:focus, .mauticform_wrapper .form-select:focus, .mauticform_wrapper textarea:focus, .mauticform_wrapper input:focus {
    border-color: var(--theme);
}
@media (min-width: 1200px) {
    .section-title p {
        font-size: 20px;
        line-height: 1.4;
        font-family: 'Nunito', sans-serif;
    }
    .mauticform_wrapper h2 {
        font-size: 24px;
    }
}
@media (min-width: 1600px) {
    .section-title p {
        font-size: 24px;
        line-height: 1.4;
        font-family: 'Nunito', sans-serif;
    }
    .mauticform_wrapper h2 {
        font-size: 27px;
    }
}

.mxw-1600 {
  max-width: 1600px;
}

.offcanvas__wrapper {
    height: 100vh;
    background-color: var(--bg-2);
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--title) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border-3) !important;
    border: none;
}