﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

a {
    color: #008d51;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    outline: none;
}

    a:hover {
        color: #008d51;
        text-decoration: underline;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
    }

    a:focus, a:active:focus {
        outline: none !important;
        outline-offset: 0px;
    }



button {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

    button:hover {
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
    }

    button:focus {
        outline: none;
        outline-offset: 0px;
    }

ul {
    font-size: 0px;
}

    ul li {
        font-size: 15px;
    }

img {
    max-width: 100%;
}

h1 {
    font-family: 'Roboto', sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 900;
    font-size: 60px;
    /**/
    background: #b3d341; /* Old browsers */
    background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
    /**/
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
}

h2 {
    text-align: center;
    padding-top: 61px;
    margin-bottom: 11px;
}

    h2 span {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 36px;
        /**/
        background: #b3d341; /* Old browsers */
        background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
        /**/
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        text-fill-color: transparent;
        text-align: center;
    }

small {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #9c9c9c;
    text-align: center;
    display: block;
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 39px;
}



h3 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 36px;
}

h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    opacity: 1;
}

.form-control::placeholder {
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    opacity: 1;
}

@media(max-width:991px) {
    body {
        line-height: 22px;
        font-size: 12px;
    }

    h1 {
        font-size: 40px;
    }

    h2 span {
        font-size: 26px;
    }

    small {
        font-size: 12px;
    }

    h3 span {
        font-size: 20px;
    }

    h6 {
        font-size: 12px;
    }

    ul li {
        font-size: 12px;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form-control::-moz-placeholder {
        font-size: 12px;
    }

    .form-control:-ms-input-placeholder {
        font-size: 12px;
    }

    .form-control::-ms-input-placeholder {
        font-size: 12px;
    }

    .form-control::placeholder {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    small {
        font-size: 12px;
        padding-left: 0%;
        padding-right: 0%;
    }
}
/**/

#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    /*margin: 0 auto -90px;*/
    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: 90px;*/
}

/*.wrapper {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}*/
.bg-lightgray {
    background: #fbfbfb;
}

.topStrip {
    overflow: hidden;
}

    .topStrip a {
        color: #000;
    }

        .topStrip a:hover {
            color: #f94f30;
        }

    .topStrip ul {
        margin-bottom: 0px;
    }

        .topStrip ul li {
            font-size: 13px;
        }

        .topStrip ul.npSocial .list-inline-item:first-child {
            border-left: 1px solid #e0e0e0;
        }

        .topStrip ul.npSocial .list-inline-item {
            margin-right: 0px;
            border-right: 1px solid #e0e0e0;
        }

            .topStrip ul.npSocial .list-inline-item a {
                display: block;
                width: 30px;
                text-align: center;
                font-size: 13px;
                line-height: 30px;
            }

                .topStrip ul.npSocial .list-inline-item a.facebook:hover {
                    color: #4b69b0;
                }

                .topStrip ul.npSocial .list-inline-item a.twitter:hover {
                    color: #37b1e1;
                }

                .topStrip ul.npSocial .list-inline-item a.linkedin:hover {
                    color: #0678b6;
                }

                .topStrip ul.npSocial .list-inline-item a.googlePlus:hover {
                    color: #e83f3a;
                }

                .topStrip ul.npSocial .list-inline-item a.youtube:hover {
                    color: #e83f3a;
                }

            .topStrip ul.npSocial .list-inline-item.logo {
                border-left: 0px;
                border-right: 0px;
                margin: 0;
                padding: 0px;
                margin-top: 5px;
                margin-bottom: 8px;
            }

                .topStrip ul.npSocial .list-inline-item.logo a {
                    width: inherit;
                    height: 30px;
                    padding-left: 15px;
                    padding-right: 15px;
                    border-right: 1px solid #ebebeb;
                }

                .topStrip ul.npSocial .list-inline-item.logo:last-child a {
                    border-right: 0px solid #ebebeb;
                    padding-right: 0px;
                }

                .topStrip ul.npSocial .list-inline-item.logo a img {
                    max-height: 100%;
                }

@media (max-width:767px) {
    .topStrip {
        display: flex;
        flex-direction: column;
    }
        .topStrip ul {
            text-align:center;
        }
        .topStrip ul.npSocial .list-inline-item.logo:last-child a {
            padding-right: 15px;
        }

        .topStrip ul.list-inline:first-child {
            padding-top: 5px;
        }
}

.mainMenu {
    position: relative;
    background: #fff;
}



    .mainMenu:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        height: 100%;
        width: 50%;
        background: #008d51;
        z-index: 0;
        height: 80px;
    }

.navbar {
    position: relative;
    padding: 0px;
    z-index: 2;
}

    .navbar:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 5%;
        width: 95%;
        height: 100%;
        background: #b3d341; /* Old browsers */
        background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
        z-index: 0;
    }

    .navbar .navbar-brand {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 28px;
        padding-right: 35px;
        margin-right: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        z-index: 2;
        height: 80px;
        /**/
    }

        .navbar .navbar-brand img {
            max-width: 200px;
        }

        .navbar .navbar-brand:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            -o-transform: skewX(-25deg);
            z-index: -1;
            background: #fff;
        }

.navbar-collapse {
    position: relative;
    z-index: 3;
}

.navbar .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

    .navbar .nav-item:last-child {
        margin-right: 0px;
    }

    .navbar .nav-item a {
        color: #fff !important;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-bottom: 4px solid transparent;
    }

        .navbar .nav-item a:hover {
            border-color: #fff;
        }

        .navbar .nav-item a.active {
            border-color: #fff;
        }

.navbar-toggler {
    position: relative;
    z-index: 2;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.navbar-toggler-icon {
    color: #fff !important;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    display: block;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 9;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

    header.sticky .navbar .navbar-brand {
        padding-top: 7px;
        padding-bottom: 7px;
        height: 54px;
    }

        header.sticky .navbar .navbar-brand img {
            max-width: 145px;
        }

    header.sticky .navbar .nav-item a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header.sticky .mainMenu:before {
        height: 54px;
    }

@media (max-width:991px) {
    header.sticky .mainMenu:before {
        height: 54px;
    }

    .navbar-collapse {
        background: #fff;
    }

    .navbar .nav-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0px;
    }

        .navbar .nav-item:last-child {
            margin-right: 0px;
        }

        .navbar .nav-item a {
            color: #000 !important;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500;
            padding-top: 7px;
            padding-bottom: 7px;
            padding-left: 0px !important;
            padding-right: 0px !important;
            border-bottom: 1px solid transparent;
        }

            .navbar .nav-item a:hover {
                border-color: rgba(0,0,0,0.1);
            }

        .navbar .nav-item.active a {
            border-color: rgba(0,0,0,0.1);
        }

    header.sticky .navbar .nav-item a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
/**/
/**/
.npBannerBg {
    background: url('../images/Banner-Bg-1366x600.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.ns_nerveSlider .ns_slideContent div.bannerTextNp {
    position: relative;
    display: flex;
    height: 100%;
}

.bannerImg {
    position: relative;
    width: 55%;
    padding-top: 70px;
    padding-bottom: 70px;
    height: 100%;
    align-items: center;
    z-index: 1;
}

    .bannerImg img {
        position: relative;
        z-index: 1;
    }

.bannerText {
    width: 45%;
    padding-right: 0%;
}

    .bannerText p {
        color: #272727;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

@media(max-width:991px) {
    .bannerImg {
        padding-left: 5%;
        width: 35%;
        padding-top: 70px;
        padding-bottom: 70px;
        height: 100%;
        align-items: center;
        z-index: 1;
    }

    .ns_nerveSlider .ns_slideContent div h1 span {
        font-size: 40px;
    }

    .bannerText {
        width: 50%;
        padding-left: 10%;
    }

        .bannerText p {
            font-size: 15px;
            line-height: 25px;
        }

    .btn-theme {
        padding: 10px 30px !important;
    }
}

@media(max-width:767px) {
    .ns_nerveSlider .ns_slideContent div h1 {
        line-height: 40px;
    }

        .ns_nerveSlider .ns_slideContent div h1 span {
            font-size: 30px;
        }
}
/**/
.btn-theme {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: none;
    /*border: 2px solid rgba(255,255,255,0.1);*/
    padding: 12px 35px;
    border-radius: 4px;
    background: #b3d341; /* Old browsers */
    background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
}

    .btn-theme:hover {
        color: #fff;
        opacity: 0.8;
    }

    .btn-theme[disabled] {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }
/**/
.npAbout {
    background-color: #fbfbfb;
    background-image: url(../images/abLeftTop.png) /*,url(../images/abImg.png)*/,url(../images/abRightBottom.png);
    background-position: left top, /*right bottom,*/ right bottom;
    background-repeat: no-repeat;
    /*background-size:20%, 35%;*/
    padding-bottom: 39px;
}

@-webkit-keyframes npBounce {
    0%,10%,20%,50%,80% {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40%,60% {
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes npBounce {
    0%,10%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40%,60% {
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-npBounce.animated, .faa-npBounce.animated-hover:hover {
    -moz-animation: bounce 10s ease infinite;
    -webkit-animation: bounce 10s ease infinite;
    animation: bounce 10s ease infinite;
}

.npAlooTikki {
    background: url(../images/Aloo-Tikki-3.png) no-repeat;
    width: 200px;
    height: 190px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 0;
}
/***/
.npFood {
    background-color: #fff;
    background-image: url(../images/swLeftTop.png),url(../images/swRightBottom.png);
    background-position: left top, right center;
    background-repeat: no-repeat;
    /*background-size:20%, 35%;*/
    padding-bottom: 70px;
}

    .npFood .npFoodItem {
        position: relative;
        display: flex;
        height: 100%;
        background: #fff;
        overflow: hidden;
        border-radius: 4px;
    }

        .npFood .npFoodItem img {
            max-width: 100%;
            transition: all 0.3s ease-in-out 0s;
            border-radius: 4px;
            z-index: 0;
        }

        .npFood .npFoodItem:hover img {
            transform: scale(1.2);
            transition: all 0.3s ease-in-out 0s;
        }

    .npFood .npFoodInfo {
        position: absolute;
        height: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        /*-webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;*/
    }

        .npFood .npFoodInfo b {
            padding: 10px 15px;
            color: #fff;
            text-transform: uppercase;
        }
/***/
/*Our Product Part Start*/
.npProductpart {
}

    .npProductpart ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
    }

        .npProductpart ul li.list-inline-item {
            -ms-flex: 0 0 14.28%;
            flex: 0 0 14.28%;
            max-width: 14.28%;
            margin: 0px;
        }

            .npProductpart ul li.list-inline-item img {
                max-width: 100%;
            }


@media(max-width:991px) {
    .npProductpart ul li.list-inline-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0px;
    }
}

@media(max-width:767px) {
    .npProductpart ul li.list-inline-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0px;
    }
}

@media(max-width:400px) {
    .npProductpart ul li.list-inline-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px;
    }
}

.snip1573 {
    background: #b3d341; /* Old browsers */
    background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}

    .snip1573 * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1573 img {
        backface-visibility: hidden;
        max-width: 100%;
        vertical-align: top;
    }

    .snip1573 figcaption {
        top: 50%;
        left: 50%;
        position: absolute;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        -o-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
        -webkit-box-shadow: 0 0 10px rgba(48,23,16,0.5);
        -moz-box-shadow: 0 0 10px rgba(48,23,16,0.5);
        box-shadow: 0 0 10px rgba(48,23,16,0.5);
        width: 70px;
        height: 70px;
        background-color: #fff;
        overflow: hidden;
        background: rgba(255, 255, 255, .8);
        /*-webkit-backdrop-filter: brightness(3.5) blur(10px);
        backdrop-filter: brightness(3.5) blur(10px);*/
        -webkit-backdrop-filter: blur(10px) brightness(1.2) contrast(0.3);
        backdrop-filter: blur(10px) brightness(1.2) contrast(0.3);
    }

    .snip1573 figcaption {
    }

        .snip1573 figcaption i {
            margin: 0px;
            padding: 0px;
        }

            .snip1573 figcaption i:after {
                content: '';
                position: absolute;
                width: 2px;
                height: 40px;
                top: 50%;
                left: 50%;
                background: #008d51;
                margin-top: -20px;
                margin-left: -1px;
            }

            .snip1573 figcaption i:before {
                content: '';
                position: absolute;
                width: 40px;
                height: 2px;
                top: 50%;
                left: 50%;
                background: #008d51;
                margin-left: -20px;
                margin-top: -1px;
            }

    .snip1573 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .snip1573:hover > img,
    .snip1573.hover > img {
        opacity: 0.4;
    }

    .snip1573:hover figcaption,
    .snip1573.hover figcaption {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .npProductpart .labelNew, .snip1573 .labelNew, .ns_nerveSlider .ns_slideContainer .labelNew {
        position: absolute;
        top: 10%;
        right: 0px;
        background: #b3d341; /* Old browsers */
        background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
        color: #fff;
        padding: 6px 10px 6px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .npProductpart .labelNew:before, .snip1573 .labelNew:before, .ns_nerveSlider .ns_slideContainer .labelNew:before {
            content: '';
            position: absolute;
            top: 0px;
            left: -18px;
            border-top: 19px solid #b3d341;
            border-bottom: 19px solid #b3d341;
            border-left: 18px solid transparent;
        }

.ns_nerveSlider .ns_slideContainer .labelNew {
    padding: 17px 20px 17px;
    text-transform: uppercase;
    font-size: 20px;
}

    .ns_nerveSlider .ns_slideContainer .labelNew:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -30px;
        border-top: 30px solid #b3d341;
        border-bottom: 30px solid #b3d341;
        border-left: 30px solid transparent;
    }
/*Our Product Part End*/
/*Our Testimonial Part Start*/
.npTestimonial {
    background-color: #fff;
    background-image: url(../images/tmLeftTop.png),url(../images/tmRightBottom.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    padding-bottom: 47px;
}

    .npTestimonial .carousel-item .d-flex .img-box {
        min-width: 50%;
        position: relative;
        z-index: 0;
    }

    .npTestimonial .carousel-item .d-flex .testimonial {
        min-width: 50%;
        margin-left: -50px;
        position: relative;
        padding-top: 30px;
        text-align: left;
    }

        .npTestimonial .carousel-item .d-flex .testimonial p {
            flex-direction: column;
            position: relative;
            z-index: 2;
            background: #fff;
            margin-bottom: 0px;
            padding: 20px 25px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .npTestimonial .carousel-item .d-flex .testimonial .author {
            flex-direction: column;
            text-transform: uppercase;
            color: #9b9b9b;
            font-weight: 600;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            padding: 0px 25px 20px 25px;
        }

            .npTestimonial .carousel-item .d-flex .testimonial .author b {
                font-weight: 600;
            }

    .npTestimonial .carousel-indicators {
        justify-content: flex-end;
        margin-right: 0px;
        margin-bottom: 30px;
    }

        .npTestimonial .carousel-indicators li {
            background: #000;
            height: 5px;
            border: none;
        }

@media (max-width:991px) {
    .npTestimonial .carousel-item .d-flex {
        flex-direction: column;
    }

        .npTestimonial .carousel-item .d-flex .testimonial {
            max-width: 80%;
            margin-left: 10%;
            margin-right: 10%;
            padding-top: 0px;
            text-align: center;
        }

        .npTestimonial .carousel-item .d-flex .img-box {
            max-width: 100%;
            padding-left: 25%;
            padding-right: 25%;
            text-align: center;
        }


        .npTestimonial .carousel-item .d-flex .testimonial p {
            padding-top: 25px;
            background: none;
        }

        .npTestimonial .carousel-item .d-flex .testimonial .author {
            font-size: 13px;
            max-width: 100%;
            margin-left: 0%;
            margin-right: 0%;
            padding-top: 0px;
            background: none;
        }

    .npTestimonial .carousel-indicators {
        justify-content: center;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0%;
    }
}

@media (max-width:767px) {
    .npTestimonial .carousel-inner {
        padding-bottom: 15px;
    }

    .npTestimonial .carousel-item .d-flex {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
        .npTestimonial .carousel-item .d-flex .testimonial {
            max-width: 100%;
            margin-left: 0%;
            margin-right: 0%;
            padding-top: 0px;
            text-align: center;
        }
        .npTestimonial .carousel-item .d-flex .img-box {
            min-width: 100%;
            max-width: 80%;
            padding-left: 10%;
            padding-right: 10%;
        }

            .npTestimonial .carousel-item .d-flex .img-box img {
                max-width: 100%;
            }

       

    .npTestimonial .carousel-indicators {
        justify-content: center;
        margin-right: 0%;
        margin-top: 15px;
        margin-bottom: 0px;
    }
}
/*Our Testimonial Part End*/
/*Get Started Section Start*/
.npGetStart {
    background: #b3d341; /* Old browsers */
    background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}

    .npGetStart small {
        margin-bottom: 0px;
        color: #fff;
        text-align: left;
        padding: 0px;
        font-size: 24px;
    }

    .npGetStart .input-group .form-control, .npGetStart .input-group .btn-outline-secondary {
        border: none;
        background: #fff;
        border-left: 1px solid #ededed;
    }

        .npGetStart .input-group .form-control:focus, .npGetStart .input-group .btn-outline-secondary:focus {
            border: none;
            outline: none;
            outline-offset: 0px;
            box-shadow: none !important;
        }

    .npGetStart .input-group .btn-outline-secondary {
        border-left: 1px solid #ededed;
        color: #008d51;
        font-weight: 600;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
    }

        .npGetStart .input-group .btn-outline-secondary i, .npGetStart .input-group .btn-outline-secondary svg {
            margin-left: 20px;
            font-weight: 300;
        }

@media (max-width:991px) {
    .npGetStart small {
        font-size: 15px;
    }

    .getInfo h3 {
        margin-bottom: 0px;
        line-height: 20px;
    }

    .getForm {
        max-width: 40%;
    }

    .npGetStart .input-group .btn-outline-secondary {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .npGetStart .d-flex.align-items-center.justify-content-between {
        flex-direction: column;
    }

    .npGetStart small {
        margin-bottom: 15px;
        text-align: center;
    }

    .getInfo {
        margin-bottom: 0px;
        line-height: 20px;
    }

    .getForm {
        max-width: 100%;
    }
}
/*Get Started Section End*/
/*Contact Form Start*/
.npForm {
    background: url(../images/bg-Form.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-bottom: 70px;
}

    .npForm:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(30,35,39,0.9);
    }

.npFormField {
    position: relative;
    z-index: 1;
}

    .npFormField .form-control {
        box-shadow: none;
        background: none;
        margin-bottom: 30px;
        border-color: #626568;
        height: 44px;
        padding: 10px 15px;
        color: #fff;
        font-size: 15px !important;
        letter-spacing: 1px;
    }

    .npFormField .form-TextArea {
        box-shadow: none;
        background: none;
        margin-bottom: 30px;
        border: 1px #626568 solid;
        height: inherit;
        padding: 10px 15px;
        color: #fff;
        width: 100%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 15px !important;
        letter-spacing: 1px;
    }

        .npFormField .form-control:focus, .npFormField .form-TextArea:focus {
            border-color: #97c845;
            color: #fff !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            letter-spacing: 1px !important;
        }

    .npFormField h5 {
        width: 13px;
        height: 25px;
        line-height: 25px;
        margin: 0px;
        padding: 0px;
        color: #b3d341;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 30px;
        font-family: Calibri;
    }

    .npFormField h6 {
        margin: 0px;
        padding: 0px;
        color: #b3d341;
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 14px;
        font-family: Calibri;
    }

.alertMsg {
    margin: 0px;
    padding: 0px;
}

.npAlert {
    color: #fff;
    font-size: 20px;
    position: fixed;
    font-style: italic;
    z-index: 9999;
    display: inline-block;
    width: 350px;
    right: 20px;
    margin: 0 auto;
    bottom: 20px;
    padding: 25px 35px;
    text-align: center;
    background: #b3d341; /* Old browsers */
    background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
    border: 1px solid #fff;
    border-radius: 10px;
}

.npForm .npPenda {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    z-index: 0;
}

@media (max-width:991px) {
    .npForm .npPenda {
        width: 175px;
    }
}

/*Contact Form End*/
/*Footer Start*/
.npFooter {
    background: #fbfbfb;
    position: relative;
}

.npMap {
    height: 430px;
}

    .npMap iframe {
        height: 430px;
    }

.contactDetail {
    padding-left: 5%;
}

    .contactDetail ul {
        padding-top: 10px;
        width: 260px;
        margin-bottom: 20px;
    }

        .contactDetail ul li {
            padding-bottom: 15px;
            display: flex;
        }

            .contactDetail ul li .fw {
                max-width: 30px;
                flex-basis: 30px;
                margin-top: 6px;
            }

            .contactDetail ul li span {
                flex: 1;
                padding-left: 8px;
            }

                .contactDetail ul li span a {
                    color: #000;
                }

                    .contactDetail ul li span a:hover {
                        color: #f94f30;
                    }

    .contactDetail .fSocial {
        width: 34px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        opacity: 0.7;
    }

        .contactDetail .fSocial:hover {
            opacity: 1;
        }

    .contactDetail a.facebook {
        background: #4b69b0;
    }

    .contactDetail a.twitter {
        background: #37b1e1;
    }

    .contactDetail a.linkedin {
        background: #0678b6;
    }

    .contactDetail a.googlePlus {
        background: #e83f3a;
    }

    .contactDetail a.youtube {
        background: #e83f3a;
    }

.copyFooter {
    background: #000;
    color: #fff;
}

    .copyFooter p, .copyFooter ul {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .copyFooter img {
        max-width: 175px;
    }

/**/
/* ------------------------
    Scroll to Top
------------------------*/
#move-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
}

    #move-top a {
        width: 46px;
        height: 30px;
        line-height: 30px;
        display: block;
        font: 20px/46px FontAwesome;
        background: #b3d341; /* Old browsers */
        background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
        color: white;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
        text-decoration: none;
        opacity: 0.7;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        #move-top a:before {
            content: "\f077";
            position: absolute;
            top: -8px;
            left: 0px;
            right: 0px;
        }

        #move-top a:hover {
            background: #b3d341; /* Old browsers */
            background: -moz-linear-gradient(left, #b3d341 0%, #5ab04d 50%, #008d51 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #b3d341 0%,#5ab04d 50%,#008d51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d341', endColorstr='#008d51',GradientType=1 ); /* IE6-9 */
            color: white;
            opacity: 1;
        }
/**/


@media (max-width:767px) {
    .contactDetail {
        padding-left: 0%;
        padding-bottom: 40px;
    }

    .copyFooter .d-flex {
        flex-direction: column;
    }

        .copyFooter .d-flex p {
            margin-bottom: 5px;
        }

        .copyFooter .d-flex ul {
            margin-top: 5px;
        }

    .copyFooter img {
        max-width: 125px;
    }
}
/*Footer End*/
