﻿.featurette-heading {
    letter-spacing: -0.05rem;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 3rem;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 5rem;
    }

    .bg-i8Red {
        background-color: #900D0F !important;
    }

    .i8HeroTopMargin {
        margin-top: 140px;
    }

    .i8ZeroPosition {
        position: relative;
        top: 0;
        padding: 0;
    }

    .mt-n7 {
        margin-top: -6.25rem !important;
    }

    .mt-10 {
        margin-top: 6rem !important;
    }

    .mb-6 {
        margin-bottom: 4.5rem !important;
    }

    #i8BG {
        background-image: url('../imgs/i8BG.png');
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
    }

    .box {
        height: 185px;
    }

    .bg-i8Red {
        background-color: #900D0F;
    }

    .fg-i8White {
        color: #FFF;
    }

    .nav .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }

    .mt-10 {
        margin-top: 7rem !important;
    }

    .px-i8 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }

    .btn-default {
        background-color: #900D0F;
        color: #FFF;
        border-color: #2F3E48;
    }

    @font-face {
        font-family: "Painter";
        src: url("../fonts/Painter.woff2") format('woff2');
        /* Safari, Android, iOS */
    }

    .i8HeroBg {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 4rem 1rem 5rem;
    }

    .i8WorldClass {
        font-family: 'Painter', Audiowide, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        font-size: 68pt;
        color: #000;
        text-shadow: 2px 4px 4px rgba(150, 27, 30, 0.4);
        margin-top: 40px;
    }

    .i8RemoteTeam {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: lighter;
        font-style: italic;
        font-size: 37pt;
        text-align: center;
        color: #900d0f;
        text-shadow: 0 2px 4px rgba(146, 51, 51, 0.5);
    }

    .i8TradeSlogan {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-style: italic;
        font-size: 20pt;
        text-align: center;
        color: rgb(0, 0, 0);
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    }

    .i8TradeSloganBtm {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-style: italic;
        font-size: 20pt;
        text-align: center;
        color: rgb(0, 0, 0);
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    }

    .i8-summary-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 48px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .i8-box-off {
        box-shadow: none;
    }

    .i8-box-on {
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .i8-learn-more {
        position: relative;
        left: -0.75rem;
        top: 0.25rem;
    }

    a.i8-no-link-ui {
        text-decoration: none;
        color: inherit;
    }

        a.i8-no-link-ui:hover {
            color: #900D0F;
        }

    .i8FooterList1 li {
        margin-top: 10px;
        font-weight: 400;
        font-size: 10pt;
    }

    a.i8-no-link-ui,
    a:focus.i8-no-link-ui,
    a:active.i8-no-link-ui {
        text-decoration: none;
        color: inherit;
    }

    a:hover.i8-no-link-ui {
        text-decoration: none;
        color: #900D0F;
    }
    /* FOOTER */
    div.input-group,
    div.input-group-text {
        border-radius: none !important;
    }

    .i8-box-off {
        box-shadow: none;
    }

    .i8-box-on {
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .ejs {
        background-size: 135px 135px;
        position: relative;
    }

    .cls-1 {
        fill: #420593;
    }

    .cls-2,
    .cls-3 {
        fill: #fff;
    }

    .cls-2 {
        opacity: 0.1;
    }

    /* Carousel controls */
    .i8-carousel .carousel-control-prev-icon,
    .i8-carousel .carousel-control-next-icon {
        filter: invert(34%) sepia(96%) saturate(593%) hue-rotate(348deg) brightness(94%) contrast(87%);
    }

        .i8-carousel .carousel-control-prev-icon:hover,
        .i8-carousel .carousel-control-next-icon:hover {
            filter: none;
        }

    /* Section heading */
    .section-heading {
        margin-bottom: 50px;
        text-align: center;
    }

        .section-heading h2 {
            position: relative;
            padding-bottom: 10px;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 10px;
        }

            .section-heading h2:after {
                content: '';
                display: block;
                width: 100px;
                height: 2px;
                background: #900d0f;
                margin: 0 auto;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }

    /* Team member card */
    .team-member {
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fff;
        overflow: hidden;
        /*box-shadow: 0 10px 30px rgba(50, 50, 50, 0.16);*/
        transition: box-shadow 0.3s;
    }

        .team-member:hover {
            box-shadow: 0 10px 30px rgba(50, 50, 50, 0.28);
        }

    .team-member-img img {
        width: 100%;
        display: block;
    }

    .team-member-text {
        text-align: center;
        padding: 20px;
    }

        .team-member-text h4 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 3px;
            transition: color 0.6s;
        }

    .team-member:hover .team-member-text h4 {
        color: #900d0f;
    }

    .team-member-text span {
        display: block;
        color: #900d0f;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .team-member-text p {
        margin: 20px auto 0;
        max-width: 90%;
    }

    .social-icon-style2 {
        padding: 0;
        margin-top: 15px;
    }

        .social-icon-style2 li {
            display: inline-block;
            margin-right: 5px;
        }

            .social-icon-style2 li:last-child {
                margin-right: 0;
            }

            .social-icon-style2 li a {
                display: inline-block;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background: #f9f9f9;
                border: 1px solid #900d0f;
                color: #900d0f;
                border-radius: 50%;
                transition: background 0.3s, color 0.3s;
            }

                .social-icon-style2 li a:hover {
                    background: #900d0f;
                    color: #fff;
                }

    /* Testimonials */
    .testmonial-single {
        text-align: center;
    }

        .testmonial-single .display-30 {
            font-size: 1.875rem; /* adjust as needed */
        }

        .testmonial-single img {
            max-width: 120px;
            border: 2px solid #ececec;
            border-radius: 50%;
            padding: 2px;
        }

        .testmonial-single h4 {
            font-size: 22px;
            font-weight: 500;
            margin: 5px 0;
        }

        .testmonial-single h6 {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 0;
        }

    /* in your site.css */


    .findOutMore {
        text-decoration: none !important;
        color: #900d0f;
    }

        .findOutMore:hover {
            text-decoration: underline !important;
        }

    .i8Step {
        font-weight: 400;
    }

    h5 {
        font-weight: 400;
    }


    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }

    .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
    }

    .bi {
        vertical-align: -.125em;
        fill: currentColor;
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

        .nav-scroller .nav {
            display: flex;
            flex-wrap: nowrap;
            padding-bottom: 1rem;
            margin-top: -1px;
            overflow-x: auto;
            text-align: center;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

    /* Featurettes
------------------------- */

    .featurette-divider {
        margin: 5rem 0;
        /* Space out the Bootstrap <hr> more */
    }

    /* Thin out the marketing headings */

    .featurette-heading {
        letter-spacing: -.05rem;
    }


    /* RESPONSIVE CSS
-------------------------------------------------- */

    @media (min-width: 40em) {
        .featurette-heading {
            font-size: 50px;
        }
    }

    @media (min-width: 62em) {
        .featurette-heading {
            margin-top: 7rem;
        }
    }
}

@media (max-width: 62em) {
    a.i8-no-link-ui {
        text-decoration: none;
        color: #212529;
    }

        a.i8-no-link-ui:hover {
            color: #900D0F;
        }

    a.findOutMore {
        text-decoration: none;
        color: #900D0F;
    }

    form {
        padding: 0 16px;
    }

    .i8LetsGetInTouch {
        margin-top: 20px;
    }
}

