body {
    font-family: 'Poppins', sans-serif;
    color: #0a0a0a;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    letter-spacing: 1px;
    text-decoration: none;
}

#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    /*margin: 0 auto -90px;*/
    margin: 0 auto 0px;
    overflow: hidden;
}

#preloader {
    left: 50%;
    margin: -90px 0 0 -80px;
    position: fixed;
    top: 50%;
    width: 160px;
    /*height: 168px;*/
}

.wrapper {
    opacity: 0;
    overflow: hidden;
}

html, body, form {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.main {
    width: auto;
    max-width: 100%;
}

#push,
#footer {
    height: 60px;
}

#footer {
    background: #b1b1b1;
    line-height: 60px;
    display: block;
}

header {
    background: #fff;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

img {
    max-width: 100%;
}
/**/
.npToplinks {
    /*padding: 12px 0px;*/
}

.npLeftUl {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0px;
    line-height: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .npLeftUl li {
        padding: 12px 0px;
    }

        .npLeftUl li a {
            padding-right: 20px;
            font-weight: 200;
            color: #0a0a0a;
        }

            .npLeftUl li a:hover {
                color: #d3150b;
            }

        .npLeftUl li:last-child {
            margin-left: auto;
        }

        .npLeftUl li i {
            background: #fff;
            border: 1px solid #cacaca;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            display: inline-block;
            margin-right: 10px;
            text-align: center;
            line-height: 28px;
            transition: all 0.3s ease-out 0s;
        }

            .npLeftUl li i img, .npLeftUl li i svg {
                width: 15px;
            }

        .npLeftUl li a:hover i {
            border-color: #d3150b;
        }

            .npLeftUl li a:hover i svg, .npLeftUl li a:hover i img {
                fill: #d3150b !important;
            }

        .npLeftUl li:last-child a {
            padding-right: 0px;
            font-weight: 300;
        }

            .npLeftUl li:last-child a i {
                padding-right: 0px;
                margin-right: 0px;
                margin-left: 10px;
            }

        .npLeftUl li:last-child i img {
            width: inherit;
            border: 1px solid #cacaca;
            border-radius: 50%;
        }

@media (max-width:991px) {
    .npToplinks {
        padding: 5px 0px;
    }

    .npLeftUl {
        -webkit-justify-content: center;
        justify-content: center;
    }

        .npLeftUl li {
            padding: 4px 0px;
        }

            .npLeftUl li:last-child {
                margin-left: inherit;
            }
}
/**/
.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}

.navbar-brand img {
    width: 116px;
}

.navbar-nav li {
    margin-left: 5px;
    margin-right: 5px;
}

    .navbar-nav li a.nav-link {
        color: #0a0a0a;
        text-transform: uppercase;
        line-height: 12px;
        padding: 19px 20px 10px;
        font-weight: 300;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(10,10,10,1) !important;
}

.navbar-nav li.nav-item.active a {
    background: url(../images/nav-bg.png) no-repeat top center;
}

.navbar-nav li a:hover {
    background: url(../images/nav-bg.png) no-repeat top center;
    background-position:top center;
    transition:none;
}

.navbar-nav li:nth-child(2) a:hover {
    background: url(../images/nav-bg-1.png) no-repeat top center;
}

.navbar-nav li:nth-child(3) a:hover {
    background: url(../images/nav-bg-2.png) no-repeat top center;
}

.navbar-nav li:nth-child(4) a:hover {
    background: url(../images/nav-bg-3.png) no-repeat top center;
}

.navbar-nav li:nth-child(5) a:hover {
    background: url(../images/nav-bg-5.png) no-repeat top center;
}

.navbar-nav li:last-child {
    margin-left: 0px;
    margin-right: 0px;
}

    .navbar-nav li:last-child a {
        position: relative;
        background: url(../images/shopping-bag.svg) no-repeat top;
        width: 40px;
        top: 8px;
    }

        .navbar-nav li:last-child a i {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 15px;
            height: 15px;
            background: #d4150b;
            border-radius: 50%;
            color: #fff;
            font-weight: 400;
            font-size: 10px;
            text-align: center;
            font-style: normal;
        }

@media (max-width:991px) {
    .navbar {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-nav {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }

        .navbar-nav li {
            margin-left: 0px;
            margin-right: 0px;
        }

            .navbar-nav li a.nav-link {
                padding: 19px 0px 10px;
            }

            .navbar-nav li.nav-item.active a {
                background: url(../images/nav-bg.png) no-repeat top left 3px;
            }

            .navbar-nav li a:hover {
                background-position: top left 3px !important;
            }

            .navbar-nav li:last-child a {
                position: relative;
                background: url(../images/shopping-bag.svg) no-repeat top left 3px;
                width: 40px;
                margin-left: 0px;
                top: inherit;
            }

                .navbar-nav li:last-child a:hover {
                    background-position: top left 3px !important;
                }
}
/**/
.npMainBanner .carousel-item {
    background: #f1f2f4;
    text-align: center;
}

.npMainBanner .carousel-caption {
    position: absolute;
    right: 15%;
    top: 5%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #515151;
    text-align: center;
}

    .npMainBanner .carousel-caption p {
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-bottom: 5px;
        font-size: calc(9px + (12 - 9)*(100vw - 400px)/(1170 - 400));
    }

    .npMainBanner .carousel-caption h3 {
        font-weight: 200;
        font-size: 40px;
        font-size: calc(20px + (36 - 20)*(100vw - 400px)/(1170 - 400));
    }

.npMainBanner .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    color: #515151;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.npMainBanner .carousel-control-next {
    right: 5%;
}

.npMainBanner .carousel-control-prev {
    left: 5%;
}

    .npMainBanner .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='green' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

.npMainBanner .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='green' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.npMainBanner .carousel-indicators {
    margin-bottom: 110px;
}
@media (max-width:991px) {
    .npMainBanner .carousel-indicators {
        margin-bottom: 25px;
    }
}
/**/
.npOrderBox {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #db4f44;
    margin-top: -100px;
}

    .npOrderBox .npOrderLeft {
        background: #505050 url('../images/Partern-texture.png');
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        color: #888888;
        text-transform: uppercase;
        flex-basis: 220px;
        min-height: 200px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .npOrderBox .npOrderLeft span {
            color: #fff;
        }

    .npOrderBox .npOrderRight {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .npOrderBox .npOrderRight ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-justify-content: center;
            justify-content: center;
        }

            .npOrderBox .npOrderRight ul li {
                display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox; /* TWEENER - IE 10 */
                display: -webkit-flex; /* NEW - Chrome */
                display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

                .npOrderBox .npOrderRight ul li i {
                    width: 75px;
                    height: 75px;
                    border-radius: 50%;
                    border: 2px solid #fff;
                    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                    display: -ms-flexbox; /* TWEENER - IE 10 */
                    display: -webkit-flex; /* NEW - Chrome */
                    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                }

                    .npOrderBox .npOrderRight ul li i img, .npOrderBox .npOrderRight ul li i svg {
                        max-width: 50%;
                        fill: #fff !important;
                    }

                .npOrderBox .npOrderRight ul li:nth-child(2) {
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                    display: -ms-flexbox; /* TWEENER - IE 10 */
                    display: -webkit-flex; /* NEW - Chrome */
                    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                    margin-right: 25px;
                    margin-left: 25px;
                    text-align: left;
                    -webkit-box-align: flex-start;
                    -moz-box-align: flex-start;
                    -ms-flex-align: flex-start;
                    -webkit-align-items: flex-start;
                    align-items: flex-start;
                    color: #fff;
                }

                .npOrderBox .npOrderRight ul li span {
                    font-size: 12px;
                    font-weight: 300;
                }

                .npOrderBox .npOrderRight ul li h1 {
                    font-size: 36px;
                    font-weight: 400;
                }

.btnOrder {
    background: #fff;
    color: #db4f44;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 30px;
    border: none;
}

    .btnOrder:hover {
        background: #be443b;
        color: #fff;
    }

@media (max-width:1220px) {
    .npOrderBox .npOrderLeft {
        flex-basis: 100%;
        min-height: inherit;
        padding: 25px;
        text-align: center;
    }

        .npOrderBox .npOrderLeft br {
            display: none;
        }

    .npOrderBox .npOrderRight {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 25px;
    }
}

@media (max-width:991px) {
    .npOrderBox {
    margin-top:80px;
    }
    
    .npOrderBox .npOrderRight ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .npOrderBox .npOrderRight ul li:nth-child(2) {
            text-align: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            margin-top: 15px;
            margin-bottom: 15px;
        }
}

@media(max-width:767px) {
    .npOrderBox {
        margin-top: 80px;
    }
}

@media(max-width:575px) {
    .npOrderBox {
        margin-top: 15px;
    }

    .btnOrder {
        font-size: 14px;
        padding: 10px 20px;
    }

    .carousel-caption p, .carousel-caption h3 {
        background: rgba(255,255,255,0.5)
    }

    .npMainBanner .carousel-indicators {
        margin-bottom: 10px;
    } 
}
/**/
.npPartTitle {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 39px;
}

    .npPartTitle h3 {
        font-weight: 400;
        font-size: 30px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 41px;
    }

        .npPartTitle h3:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -30px;
            width: 60px;
            height: 2px;
            background: #99cb34;
            bottom: 22px;
        }

        .npPartTitle h3:before {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 2px;
            background: #505050;
            bottom: 17px;
        }

    .npPartTitle p {
        width: 46%;
        color: #7a7a7a;
        text-align: center;
    }

@media(max-width:991px) {
    .npPartTitle p {
        width: 60%;
    }
}

@media(max-width:767px) {
    .npPartTitle p {
        width: 80%;
    }
}
/**/
.npBoxRow {
    margin-bottom: 30px;
}

.npIngrBox {
    position: relative;
    margin-bottom: 30px;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}

    .npIngrBox:hover {
        transform: scale(1.1);
        transition: all 0.3s ease-out 0s;
    }

    .npIngrBox div {
        position: absolute;
        top: 50%;
        text-align: center;
        margin: auto;
        margin-top: -40px;
        width: 100%;
        font-size: 24px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 28px;
        background: rgba(219,79,69,0.7);
        min-height: 80px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

@media(max-width:575px) {
    .npBoxRow {
        margin-bottom: 45px;
    }

    .npIngrBox {
        margin-bottom: 15px;
    }
}
/**/
.npProdBox {
    display: block;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}

.npProdImg, .npProdTitle {
    display: block;
    text-align: center;
    position: relative;
}

    /*.npProdImg img {
        transform: scale(1);
        transition: all 0.3s ease-out 0s;
    }*/

    .npProdTitle h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
        font-size: 14px;
        margin-top: 22px;
    }

    .npProdTitle h5 {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 7px;
        color: #db4f44;
    }

.npProdOverlay {
    position: absolute;
    left: 0px;
    bottom: 100px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

    .npProdOverlay ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .npProdOverlay ul li {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 2px solid #e3e4e6;
            margin-left: 3px;
            margin-right: 3px;
            display: inline-flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            background: #fff;
            font-size: 14px;
            transition: all 0.3s ease-out 0s;
            text-align: center;
        }

            .npProdOverlay ul li a {
                color: #5b5b5b;
                transition: all 0.3s ease-out 0s;
            }

            .npProdOverlay ul li:hover {
                border-color: #d3150b;
            }

                .npProdOverlay ul li:hover a {
                    color: #d3150b;
                }

.npProdBox:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-out 0s;
}

    .npProdBox:hover .npProdOverlay {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-out 0s;
    }

/*.npProdBox:hover .npProdImg img {
    transform: scale(1.2);
    transition: all 0.3s ease-out 0s;
}*/

@media(max-width:575px) {
    .npProdBox {
        margin-bottom: 15px;
    }
}
/**/
.npGallery {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

    .npGallery li {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        transform: scale(1);
        transition: all 0.3s ease-out 0s;
    }

        .npGallery li:hover {
            transform: scale(1.2);
            transition: all 0.3s ease-out 0s;
        }

@media(max-width:991px) {
    .npGallery li {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media(max-width:767px) {
    .npGallery li {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:400px) {
    .npGallery li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/**/
h2 {
    text-align: center;
    padding: 20px;
}
/*Logo Slider */
.logoSlider {
    margin: 45px 0px;
}

.slick-slide {
    margin: 0px 7px;
}

    .slick-slide img {
        width: 100%;
        opacity: 0.7;
        transition: all 0.3s ease-out 0s;
        -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
        filter: grayscale(100%); /* FF 35+ */
    }

    .slick-slide:hover img {
        opacity: 1;
        transition: all 0.3s ease-out 0s;
        -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
        filter: grayscale(0%); /* FF 35+ */
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    background: none;
    border-radius: 50%;
    border: 2px solid #cacaca;
    width: 36px;
    height: 36px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 0.7;
    outline: none !important;
    outline-offset: 0px;
    cursor: pointer;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

    .slick-prev:hover, .slick-next:hover {
        opacity: 1;
        outline: none !important;
        outline-offset: 0px;
    }
/**/
.npTestiTitle {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 440px;
    background: url(../images/quotation-mark.png) no-repeat center;
    background-size: 80%;
}

    .npTestiTitle h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        vertical-align: middle;

    }

        .npTestiTitle h3 span {
            text-transform: inherit;
            color: #85302a;
        }

.npTesti {
    background: url(../images/testi-bg.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.npTestimonial {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .npTestimonial .carousel-item {
        padding-left: 60px;
        padding-right: 60px;
    }

        .npTestimonial .carousel-item ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            margin-bottom: 15px;
        }

            .npTestimonial .carousel-item ul li {
                display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox; /* TWEENER - IE 10 */
                display: -webkit-flex; /* NEW - Chrome */
                display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                -webkit-justify-content: flex-start;
                justify-content: flex-start;
            }

                .npTestimonial .carousel-item ul li .npAvtar {
                    border-radius: 50%;
                    border: 2px solid #db4f44;
                    width: 100px;
                    height: 100px;
                    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                    display: -ms-flexbox; /* TWEENER - IE 10 */
                    display: -webkit-flex; /* NEW - Chrome */
                    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    background: #fff;
                }

                    .npTestimonial .carousel-item ul li .npAvtar img {
                        border-radius: 50%;
                        border: 2px solid #db4f44;
                        width: 100px;
                        height: 100px;
                        background: #fff;
                    }

                .npTestimonial .carousel-item ul li:nth-child(2) {
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                    display: -ms-flexbox; /* TWEENER - IE 10 */
                    display: -webkit-flex; /* NEW - Chrome */
                    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                    margin-left: 15px;
                    text-align: left;
                    -webkit-box-align: flex-start;
                    -moz-box-align: flex-start;
                    -ms-flex-align: flex-start;
                    -webkit-align-items: flex-start;
                    align-items: flex-start;
                    align-content: center;
                    color: #fff;
                    -webkit-justify-content: center;
                    justify-content: center;
                }

                    .npTestimonial .carousel-item ul li:nth-child(2) h4 {
                        font-size: 18px;
                        text-transform: uppercase;
                    }

                    .npTestimonial .carousel-item ul li:nth-child(2) h5 {
                        font-size: 13px;
                        font-weight: 200;
                    }

        .npTestimonial .carousel-item p {
            color: #fff;
        }

    .npTestimonial .carousel-indicators {
    }

@media(max-width:767px) {
    .npTestiTitle {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        min-height: 1px;
        background: url(../images/quotation-mark.png) no-repeat center;
        background-size: 40%;
        padding: 60px 0px;
    }

    .bgLightRed {
        padding-bottom: 20px;
    }
}

@media(max-width:575px) {
    .npTestimonial .carousel-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/**/
.npConContainer {
    margin-bottom: 30px;
}

.npConBox {
    background: #fff;
    box-shadow: 0px 0px 18px #e2e2e2;
    margin-bottom: 30px;
}

    .npConBox ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .npConBox ul li:first-child {
            width: 85px;
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            min-height: 160px;
            margin-right: 30px;
        }

            .npConBox ul li:first-child img, .npConBox ul li:first-child svg {
                width: 50%;
                fill: #fff !important;
            }

        .npConBox ul li:last-child {
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1; /* OLD - Firefox 19- */
            -webkit-flex: 1; /* Chrome */
            -ms-flex: 1; /* IE 10 */
            flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .npConBox ul li:last-child h4 {
                font-size: 16px;
                font-weight: 400;
                position: relative;
                padding-bottom: 12px;
                margin-bottom: 10px;
            }

                .npConBox ul li:last-child h4:after {
                    content: '';
                    position: absolute;
                    width: 40px;
                    height: 2px;
                    background: red;
                    bottom: 0px;
                    left: 0px;
                }

            .npConBox ul li:last-child p {
                font-size: 13px;
                font-weight: 200;
                color: #858585;
                line-height: 26px;
                margin-bottom: 0px;
            }

                .npConBox ul li:last-child p a {
                    color: #858585;
                }

                    .npConBox ul li:last-child p a:hover {
                        text-decoration: underline;
                        color: #d3150b;
                    }

    .npConBox.green ul li:first-child, .npConBox.green ul li:last-child h4:after {
        background: #a0d468;
    }

    .npConBox.skyblue ul li:first-child, .npConBox.skyblue ul li:last-child h4:after {
        background: #83bfd7;
    }

    .npConBox.lightGold ul li:first-child, .npConBox.lightGold ul li:last-child h4:after {
        background: #f6bb43;
    }

@media(max-width:1199px) {
    .npConBox ul li:first-child {
        width: 85px;
        margin-right: 15px;
    }
}

@media(max-width:991px) {
    .npConBox ul li:first-child {
        width: 85px;
        margin-right: 30px;
    }
}

@media(max-width:575px) {
    .npConContainer {
        margin-bottom: 45px;
    }

    .npConBox {
        margin-bottom: 15px;
    }
}
/**/
.npFooterIframe {
    position: relative;
    min-height: 500px;
}

.npIframe {
    width: 100%;
    overflow: hidden;
    border: none;
    min-height: 500px;
}

.npIfrm {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #cacaca;
    z-index: 0;
    min-height: 500px;
    overflow: hidden;
    vertical-align: top;
}
/**/
.npFootForm {
    background: #fff;
    box-shadow: 0px 0px 18px rgba(138,138,138,0.3);
    padding-bottom: 60px;
    margin-top: -150px;
    margin-bottom: 60px;
    border-radius: 4px;
}

.npFootTitle {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 39px;
}

    .npFootTitle h3 {
        font-weight: 400;
        font-size: 30px;
        position: relative;
        padding-bottom: 15px;
    }

    .npFootTitle p {
        color: #7a7a7a;
        text-align: center;
    }

.signinDiv {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}

.form-control {
    height: inherit;
    border-radius: 0px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

    .form-control::-webkit-input-placeholder {
        color: #bcbcbc;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #bcbcbc;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #bcbcbc;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #bcbcbc;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #bcbcbc;
        opacity: 1;
    }

.btnSubmit {
    background: #99cb34;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

    .btnSubmit:hover {
        background: #d3150b;
    }
/**/
.npSocial {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 24px;
}

    .npSocial li {
        padding: 0px 5px;
    }

        .npSocial li a {
            border-radius: 50%;
            border: 2px solid #fff;
            height: 45px;
            width: 45px;
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            font-size: 20px;
            color: #fff;
        }

        .npSocial li.npFacebook a {
            border-color: #3b5998;
        }

            .npSocial li.npFacebook a:hover {
                background: #3b5998;
            }

        .npSocial li.npTwitter a {
            border-color: #55acee;
        }

            .npSocial li.npTwitter a:hover {
                background: #55acee;
            }

        .npSocial li.npGooglePlus a {
            border-color: #dc4e41;
        }

            .npSocial li.npGooglePlus a:hover {
                background: #dc4e41;
            }

        .npSocial li.npLinkedIn a {
            border-color: #007ab9;
        }

            .npSocial li.npLinkedIn a:hover {
                background: #007ab9;
            }

        .npSocial li.npYouTube a {
            border-color: #c4302b;
        }

            .npSocial li.npYouTube a:hover {
                background: #c4302b;
            }
/**/
.bgFooter p.copyright {
    color: #fff;
    text-align: center;
    padding-bottom: 4px;
}

    .bgFooter p.copyright + p {
        color: #fff;
        text-align: center;
        padding-bottom: 10px;
    }

        .bgFooter p.copyright + p + p {
            color: #fff;
            text-align: center;
            padding-bottom: 0px;
        }

        /**/
