﻿/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} 
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fonts/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} 
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fonts/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}  
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/**
    LANDING PAGE css, start
*/
i:before {
    vertical-align: middle;
    margin-right: 2px;
}

a span {
    vertical-align: middle;
}

.mkdf-icon-has-hover:hover {
    color: #ff5e14 !important;
}
/**
    LANDING PAGE css, end
*/

/*newsletter CSS*/

.newletter {
    height: 330px !important;
    background-image: url(https://res.cloudinary.com/inaxus-technologies/image/upload/v1643354224/Assets/inaxus.com%20Landing%20Page/Newsletter-landingbg4_a3uvgk.png);
}
    .newletter h6 {
        margin: 0px !important;
        font-size: 23px;
        color: #00235a;
        font-weight: 800;
        letter-spacing: 0em;
        text-transform: capitalize;
    }
    .newletter p {
        margin: 0px !important;
        font-size: 17px;
        color: #00235a;
        line-height: normal;
        padding-bottom: 5px;
    }

.field input[type=text], input[type=email] {
    padding: 10px 13px 8px 14px;
    font-size: 14px;
    line-height: 0rem;
    background-color: #fdfdfd;
    border-radius: 0.4rem;
    box-shadow: 2px 4px 13px -4px #cfcfcf;
    margin: 6px 0px;
}

.inputtext::placeholder {
    opacity: 0.5 !important;
    color: #00235a30 !important;
    text-transform: capitalize !important;
}

.emailtext::placeholder {
    opacity: 0.5 !important;
    color: #00235a30 !important;
    text-transform: capitalize !important;
}

.btn-newsletter {
    color: #fff;
    background-color: #00235a;
    border: 1px solid #7b7a7a00;
    border-radius: 0.4rem;
    line-height: 1em;
    margin: 0px;
    width: 100%;
    box-shadow: 2px 4px 13px -4px #777777;
    padding: 10px;
    margin: 10px 0px
}


