@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primary: #1E3A8A;
    --primary-hover: #0f2b6b;
    --secondary: #10B981;
    --secondary-hover: #0a7d5d;
    --background: #F3F4F6;
    --text: #374151;
}

::selection {
    color: var(--background);
    background-color: var(--secondary);
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;

}

h1,
h2,
h3,
h4,
.btn,
.drow-nav {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: var(--background);
    color: var(--background);
    text-align: center;
    padding-top: 25%;
    display: block;
}

.hero {

    background-size: cover;
    background-position: top center;
    height: 60vh;
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    z-index: +1;
}

.mask {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--background) !important;
    color: var(--primary);
    padding: 10px 20px;
    font-size: 1.6rem;
    cursor: pointer;
    transform: scaleY(0);
    transition: transform 0.5s;
    z-index: 9999;
}

.show-ttop {
    transform: scaleY(1);

}

.menu {
    background-color: var(--background);
    transition: transform 0.5s;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(180, 199, 190, 0.29);
}

.menu-scrolled {

    background-color: var(--background);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}



.drow-nav {
    text-decoration: none;
    color: var(--primary);
    transition: all 0.5s ease;
    padding: 12px 24px;
    display: inline-block;
    font-size: 1.5rem;

    transition: all 0.5s ease;

}

.no-dec {
    text-decoration: none !important;
}

.drow-nav:hover {

    color: var(--secondary-hover);
    transition: all 0.5s ease;
}

.btn {
    border-radius: 13px !important;
    box-shadow: none;
    outline: none !important;
    padding: 10px 20px;
    font-size: 1.3rem;
    text-shadow: none !important;
    transition: all 0.5s ease;
    box-shadow: 0 .5rem .8rem rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

.btn:hover {
    box-shadow: 0 .8rem 2rem rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.btn-primary {
    background-color: var(--primary);
    color: var(--background);
    border: none;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    color: var(--background);

}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--background);
    border: none;


}

.btn-secondary:hover {
    background-color: var(--secondary-hover);
    color: var(--background);


}

.text-primary {
    color: var(--primary) !important;
}

.form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    box-shadow: none;
    outline: none;
    transition: all 0.5s ease;
    box-shadow: none !important;
 
}

.form-control:focus {
    border-bottom: 1px solid var(--primary);
}

label {
    font-size: 1rem;
margin-top: 12px;
    color: var(--primary);
}

main {
    display: none;
}

main {
    background-color: var(--background);
    min-height: 90vh;
    z-index: 12 !important;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .5);
}

footer {
    background-color: var(--primary);
    z-index: 0;
    position: sticky;
    bottom: 0px;
    width: 100%;
    overflow-x: hidden;
}

footer a {
    color: var(--secondary);
    text-decoration: none;
    transition: all 0.5s ease;
}
footer svg{
    color: var(--background);
    transition: all 0.5s ease;
}

footer .drow-nav {
    display: inline-block;
    color: var(--background);
    font-size: 1.1rem;
}


footer .drow-nav:hover {

    color: var(--secondary);

}


@media screen and (max-width: 768px) {
    .drow-nav {
        display: block;
        padding: 12px 20px;
    }
}

.menuMobile {
    width: 100%;
    height: 100vh;
    background-color: var(--primary);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.5s;
    overflow-y: auto;

}

.black {
    background-color: #000;

}



.menuMobile .drow-nav {
    display: block;
    padding: 10px 0;
    color: var(--background);
}

.menu .menu-toggle {
    padding: 20px 0;
    display: block
}

.menu-active {
    transform: translateY(0);
}

.service-item i {
    margin: left 10px;
    margin-right: 10px;
}

.service-item {
    
    font-size: 1.3rem;
    transition: all 0.5s ease;
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.service-item strong{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.service-item:hover {
    color: var(--secondary);
}
.cookie-conscent {
    position: fixed;
    bottom: 10px;
    left: 30%;
    width: 40%;
    background-color: var(--background);
    z-index: 9999;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

/* mobile */
@media only screen and (max-width: 768px) {
    .cookie-conscent {
        left: 10%;
        width: 80%;
    }

}