/*:root {
--colorIcon:red;
}*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body {
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-size: 13px;
    color: #636363;
    text-decoration: none;
    font-weight: 400;
    /*letter-spacing: 1px;*/
    /*font-family: 'Great Vibes', cursive;*/
    /*background: url(../images/slider-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    letter-spacing: 1px;
}

button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

ul {
    font-size: 0px;
}

    ul li {
        font-size: 13px;
    }
/**/
#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;*/
}

.body {
    height: 100%;
    width: 100%;
}
/**/
#npNav.affix {
    top: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 43px;
}

    /*#npNav.affix + .slider-container {
        margin-top: 70px;
    }*/
/**/
h1 {
    color: #e73888;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 60px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 3px;
}

    h1 b {
        font-weight: 900;
    }

@media(max-width:767px) {
    h1 {
        font-size: 40px;
    }
}
/**/
.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;
}
/**/
header {
    display: block;
}

.npTopStrip {
    display: block;
    background: #fff;
}

.npLeftUl {
    padding-left: 260px;
}

.npLeftUl, .npRightUl {
}

    .npLeftUl li, .npRightUl li {
        display: inline-block;
        padding: 0px;
    }

    .npLeftUl li, .npRightUl li {
        padding: 0px;
    }

        .npLeftUl li a, .npRightUl li a {
            color: #a9a9a9;
        }

        .npLeftUl li a {
            display: inline-block;
            padding-top: 9px;
            padding-bottom: 9px;
        }

            .npLeftUl li a i {
                color: #000000;
                padding-right: 10px;
            }

            .npLeftUl li a:hover, .npRightUl li a:hover {
                color: #000000;
            }

        .npRightUl li a {
            border-left: 1px solid #ebebeb;
            width: 40px;
            height: 40px;
            text-align: center;
            display: inline-block;
            font-size: 13px;
            padding: 9px 0px;
        }

        .npRightUl li:last-child a {
            border-right: 1px solid #ebebeb;
        }
/**/
.navbar.navbar-default {
    position: relative;
    min-height: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    z-index: 0;
    background:#fff;
}

    .navbar.navbar-default:before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 50%;
        height: 100%;
        right: 0px;
        background: #e7378a;
        z-index: 4;
        display: block;
        z-index: -1;
    }
.navbar-brand {
    float: left;
    height: 76px;
    padding: 0px 15px;
    position: relative;
}

    .navbar-brand > img {
        display: block;
        position: relative;
        top: -35px;
        z-index: 4;
    }

    .navbar-brand:after {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: skewX(-25deg);
        z-index: 3;
        margin-right: -10px;
    }

.navbar-nav {
    /*float:left;
        margin: 0;
    */
    float: right;
}

.navbar-collapse {
    position: relative;
    z-index: 2;
    padding-left: 0px;
    padding-right: 0px;
    background: #ee7e2e; /* Old browsers */
    background: -moz-linear-gradient(left, #ee7e2e 0%, #e7378a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee7e2e 0%,#e7378a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee7e2e 0%,#e7378a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e2e', endColorstr='#e7378a',GradientType=1 ); /* IE6-9 */
}

.navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 26px 0px;
    margin: 0px 15px;
    border-bottom: 4px solid transparent;
    font-weight: 500;
}

.navbar-nav > li:last-child > a {
    margin-right: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: none;
    border-bottom: 4px solid #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
    border-bottom: 4px solid #fff;
}

@media(max-width:991px) {
    .navbar-nav > li > a {
        margin: 0 10px;
    }
}

@media(max-width:767px) {
    .npLeftUl {
        padding-left: 5px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

    .navbar {
        position: relative;
        min-height: inherit;
        margin-bottom: 0px;
        background: #ee7e2e; /* Old browsers */
        background: -moz-linear-gradient(left, #ee7e2e 0%, #e7378a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ee7e2e 0%,#e7378a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ee7e2e 0%,#e7378a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e2e', endColorstr='#e7378a',GradientType=1 ); /* IE6-9 */
    }

    .navbar-brand {
        height: 52px;
    }

        .navbar-brand > img {
            top: -5px;
            max-height: 100%;
        }

    .navbar:before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 50%;
        height: 100%;
        right: 0px;
        background: none;
        z-index: -1;
    }

    .navbar:after {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 0%;
        height: 100%;
        left: 0px;
        background: red;
        /*-moz-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);*/
        z-index: -1;
    }

    /*.navbar-brand:before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 200%;
        height: 100%;
        right: -20%;
        background: #fff;
        transform: skewX(-25deg);
        z-index: 0;
        margin-right: 0px;
    }*/

    .navbar-toggle {
        border: 2px solid transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:hover {
            background: #fff;
        }

        .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
            background: #ee7e2e; /* Old browsers */
            background: -moz-linear-gradient(left, #ee7e2e 0%, #e7378a 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #ee7e2e 0%,#e7378a 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #ee7e2e 0%,#e7378a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e2e', endColorstr='#e7378a',GradientType=1 ); /* IE6-9 */
        }

        .navbar-default .navbar-toggle:focus {
            background-color: #fff;
        }

    .navbar-default .navbar-collapse {
        background: #f8f8f8;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav > li > a {
        margin: 0 10px;
        padding: 15px 15px;
        margin: 0px;
        border-bottom: 4px solid transparent;
        color: #000 !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #000;
        background-color: transparent;
        border-bottom: 4px solid #efefef;
        background: #efefef;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #000;
        background: none;
        border-bottom: 4px solid #efefef;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/**/
#npNav.affix .navbar-brand {
    height: 60px;
}

#npNav.affix .navbar-nav > li > a {
    padding: 18px 0px;
}

#npNav.affix .navbar-brand > img {
    display: block;
    position: relative;
    max-height: 100%;
    top: 0px;
}
/**/
.npPageTitle {
    text-align: center;
}

    .npPageTitle p {
        color: #9f9f9f;
        width: 50%;
        margin: 0 auto !important;
        padding-bottom: 15px;
    }

@media(max-width:991px) {
    .npPageTitle p {
        width: 75%;
    }
}

@media(max-width:767px) {
    .npPageTitle p {
        width: 90%;
    }
}

.npMissionPart {
    display: block;
    position: relative;
    padding-bottom: 38px;
}

    .npMissionPart h6 {
        text-transform: uppercase;
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

        .npMissionPart h6 b {
            position: relative;
            top: -10px;
            font-weight: normal;
        }

        .npMissionPart h6 .npEye {
            background: url(../images/eye.png) no-repeat 15px 0px;
            width: 65px;
            height: 30px;
            display: inline-block;
        }

        .npMissionPart h6 .npMission {
            background: url(../images/mission.png) no-repeat 15px 0px;
            width: 65px;
            height: 33px;
            display: inline-block;
        }

    .npMissionPart p {
        margin-bottom: 25px;
    }

        .npMissionPart p a {
            color: #e7378a;
        }

            .npMissionPart p a:hover {
                color: #000;
            }

.npLeftSquare {
    background: url(../images/leftSquare.png) no-repeat;
    width: 272px;
    height: 266px;
    display: block;
    position: absolute;
    left: -110px;
    margin-top: -133px;
    top: 50%;
    z-index: -1;
    opacity: 0.7;
}

.fa-npSpin {
    -webkit-animation: fa-spin 100s infinite linear;
    animation: fa-spin 100s infinite linear;
}

@-webkit-keyframes fa-npSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-npSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.npMissionRight {
    background: url(../images/missionRight.png) no-repeat;
    width: 379px;
    height: 346px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}

@media(max-width:767px) {
    .npMissionRight {
        background: url(../images/missionRight.png) no-repeat;
        width: 179px;
        height: 165px;
        display: block;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: -1;
        background-size: cover;
    }
}

@-webkit-keyframes npBounce {
    0%,10%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40%,60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes npBounce {
    0%,10%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40%,60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-npBounce.animated, .faa-npBounce.animated-hover:hover {
    -webkit-animation: bounce 10s ease infinite;
    animation: bounce 10s ease infinite;
}
/**/
.npSweetsPart {
    display: block;
    position: relative;
    background: url(../images/npSweetsPartBg.png)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
}

    .npSweetsPart:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0,0,0,0.44);
    }

    .npSweetsPart .npPageTitle h1 {
        color: #fff !important;
    }

    .npSweetsPart .npBoxSweets {
        position: relative;
        display: block;
        background: #fff;
        margin-top: 8px;
        margin-bottom: 30px;
    }

        .npSweetsPart .npBoxSweets img {
            max-width: 100%;
        }

        .npSweetsPart .npBoxSweets .npBoxSweetsInfo {
            position: relative;
            display: block;
            background: #fff;
            padding: 15px 15px 37px;
            text-align: center;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 300;
            color: #000;
        }

            .npSweetsPart .npBoxSweets .npBoxSweetsInfo b {
                font-weight: 900;
            }

            .npSweetsPart .npBoxSweets .npBoxSweetsInfo::after {
                content: '';
                background: url(../images/boxTop1.png) no-repeat center bottom;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                width: 100%;
                min-height: 30px;
                position: absolute;
                top: -30px;
                left: 0px;
            }
        /**/
        .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo {
            background: #ee7e2e; /* Old browsers */
            background: -moz-linear-gradient(left, #ee7e2e 0%, #e7378a 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #ee7e2e 0%,#e7378a 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #ee7e2e 0%,#e7378a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e2e', endColorstr='#e7378a',GradientType=1 ); /* IE6-9 */
            font-weight: 300;
            color: #fff;
        }

            .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo::after {
                content: '';
                background: url(../images/boxTop.png) no-repeat center bottom;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                width: 100%;
                min-height: 30px;
                position: absolute;
                top: -30px;
                left: 0px;
            }

@media(max-width:991px) {
    .npSweetsPart .npBoxSweets .npBoxSweetsInfo::after {
        min-height: 40px;
        top: -40px;
    }

    .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo::after {
        min-height: 40px;
        top: -40px;
    }
}

@media(max-width:767px) {
    .npSweetsPart .col-md-3.col-sm-6 {
        width: 50% !important;
        float: left;
        min-height: 1px;
        position: relative;
    }
    /*.npSweetsPart .npBoxSweets .npBoxSweetsInfo::after {
        min-height: 80px;
        top: -80px;
    }

    .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo::after {
        min-height: 80px;
        top: -80px;
    }*/
}

@media(max-width:600px) {
    .npSweetsPart .npBoxSweets .npBoxSweetsInfo::after {
        min-height: 30px;
        top: -30px;
    }

    .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo::after {
        min-height: 30px;
        top: -30px;
    }
}

@media(max-width:500px) {
    .npSweetsPart .col-md-3.col-sm-6 {
        width: 100% !important;
        float: left;
        min-height: 1px;
        position: relative;
    }

    .npSweetsPart .npBoxSweets .npBoxSweetsInfo::after {
        min-height: 55px;
        top: -55px;
    }

    .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo::after {
        min-height: 55px;
        top: -55px;
    }
}

@media(max-width:400px) {
    .npSweetsPart .npBoxSweets .npBoxSweetsInfo::after {
        min-height: 35px;
        top: -35px;
    }

    .npSweetsPart .npBoxSweets:hover .npBoxSweetsInfo::after {
        min-height: 35px;
        top: -35px;
    }
}
/**/
/*Our Product Part Start*/
.npProductpart {
}

    .npProductpart ul {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .npProductpart ul li.npItem {
            padding-left: 0px;
            padding-right: 0px;
            position: relative;
            min-height: 1px;
            float: left;
            width: 20%;
            overflow: hidden;
            list-style: none;
        }

            .npProductpart ul li.npItem img {
                max-width: 100%;
            }


@media(max-width:991px) {
    .npProductpart ul li.npItem {
        width: 50%;
    }
}

@media(max-width:767px) {
    .npProductpart ul li.npItem {
        width: 50%;
    }
}

@media(max-width:400px) {
    .npProductpart ul li.npItem {
        width: 100%;
    }
}

.snip1573 {
    background: #ee7e2e; /* Old browsers */
    background: -moz-linear-gradient(left, #ee7e2e 0%, #e7378a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee7e2e 0%,#e7378a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee7e2e 0%,#e7378a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e2e', endColorstr='#e7378a',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);
        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: #e7378a;
                margin-top: -20px;
                margin-left: -1px;
            }

            .snip1573 figcaption i:before {
                content: '';
                position: absolute;
                width: 40px;
                height: 2px;
                top: 50%;
                left: 50%;
                background: #ee7e2e;
                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.5;
    }

    .snip1573:hover figcaption,
    .snip1573.hover figcaption {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
/*Our Product Part End*/
.npClientsPart {
    display: block;
    position: relative;
    background: url(../images/lilva-kachori.png)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
}

    .npClientsPart:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.85);
        display: block;
    }

.npRightSquare {
    background: url(../images/rightSquare.png) no-repeat;
    width: 219px;
    height: 231px;
    display: block;
    position: absolute;
    left: -70px;
    bottom: 0px;
    z-index: 1;
}

.npSafe {
    background: url(../images/safe.png) no-repeat;
    width: 391px;
    height: 398px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.npLadoo {
    background: url(../images/ladoo.png) no-repeat;
    width: 607px;
    height: 244px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

@media(max-width:767px) {
    .npSafe {
        background: url(../images/safe.png) no-repeat;
        width: 301px;
        height: 308px;
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 0;
        background-size: cover;
    }

    .npLadoo {
        background: url(../images/ladoo.png) no-repeat;
        width: 407px;
        height: 244px;
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        background-size: cover;
    }

    .npRightSquare {
        background: url(../images/rightSquare.png) no-repeat;
        width: 179px;
        height: 191px;
        display: block;
        position: absolute;
        left: -70px;
        bottom: 0px;
        z-index: 1;
        background-size: cover;
    }
}
/*Testimonial Part Start*/
.npTestimonialBox {
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
}

    .npTestimonialBox .carousel-inner {
    }

    .npTestimonialBox .npItemContent {
        padding-top: 40px;
        padding: 15px;
    }

        .npTestimonialBox .npItemContent p {
            font-weight: 100;
            font-size: 24px;
            line-height: 34px;
            color: #6f6f6f;
            text-align: center;
            font-style: italic;
        }

        .npTestimonialBox .npItemContent small {
            font-weight: 600;
            font-size: 20px;
            color: #000;
            text-transform: uppercase;
            text-align: center;
            padding-top: 30px;
            font-style: italic;
        }

    .npTestimonialBox #quote-carousel {
        padding: 0 0px 30px 0px;
        margin-top: 0px;
    }

        .npTestimonialBox #quote-carousel .carousel-control {
            background: none;
            color: #222;
            font-size: 2.3em;
            text-shadow: none;
            top: 50%;
            width: 30px;
        }

            .npTestimonialBox #quote-carousel .carousel-control.left {
                left: -50px;
            }

            .npTestimonialBox #quote-carousel .carousel-control.right {
                right: -50px !important;
            }

        .npTestimonialBox #quote-carousel .carousel-indicators {
            right: 50%;
            top: auto;
            bottom: 0px;
            margin-right: -19px;
        }

            .npTestimonialBox #quote-carousel .carousel-indicators li {
                background: #e73888;
                border-color: #fff !important;
            }

            .npTestimonialBox #quote-carousel .carousel-indicators .active {
                background: #ee7e2e;
                border-color: #ee7e2e;
            }

    .npTestimonialBox .item {
        margin-left: -15px;
        margin-right: -15px;
    }

        .npTestimonialBox .item blockquote {
            margin: 0;
            padding: 0px;
            border: none;
            width: 100%;
            display: block;
            float: left;
        }

            .npTestimonialBox .item blockquote p:before {
                content: "\f10d";
                font-family: 'Fontawesome';
                float: left;
                margin-right: 10px;
                color: #ee7e2e;
            }

@media (max-width: 767px) {
    .npTestimonialBox .npItemContent p {
        font-size: 20px;
        line-height: 30px;
        background:rgba(255,255,255,0.5);
    }

    .npTestimonialBox .npItemContent small {
        font-size: 16px;
    }
}
/*@media (min-width: 768px) {
    .npTestimonialBox #quote-carousel {
        padding: 0 0px 30px 0px;
        margin-top: 0px;
    }
}*/

/*@media (max-width: 768px) {
    .npTestimonialBox .npItemImg {
        width: 120px;
        height: 120px;
        display: block;
        float: left;
        margin-right: 15px;
        position: relative;
    }

        .npTestimonialBox .npItemImg .npTestiPerson {
            width: 70px;
            height: 70px;
            margin-left: -35px;
            margin-top: -35px;
        }

    .npTestimonialBox .npItemContent {
        padding-top: 20px;
    }


    .npTestimonialBox #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        .npTestimonialBox #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
        }

            .npTestimonialBox #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
            }

    .npTestimonialBox #quote-carousel .carousel-control.left {
        left: -20px;
    }

    .npTestimonialBox #quote-carousel .carousel-control.right {
        right: -20px !important;
    }
}*/
/*Testimonial Part End*/
.npQuickPart {
}

.npQuickPart {
    display: block;
    position: relative;
    padding-bottom: 40px;
    background: #1e2327;
}

    .npQuickPart .npPageTitle h1 {
        color: #fff;
    }

.npNapkin {
    background: url(../images/napkin.png) no-repeat;
    width: 118px;
    height: 237px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 0;
}

.npLeaf {
    background: url(../images/leaf.png) no-repeat;
    width: 220px;
    height: 189px;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 0;
}

@media(max-width:767px) {
    .npNapkin {
        background: url(../images/napkin.png) no-repeat;
        width: 88px;
        height: 207px;
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 0;
        background-size: cover;
    }

    .npLeaf {
        background: url(../images/leaf.png) no-repeat;
        width: 170px;
        height: 139px;
        display: block;
        position: absolute;
        left: -50px;
        top: 0;
        z-index: 0;
        background-size: cover;
    }
}

.faa-npShake.animated, .faa-npShake.animated-hover:hover {
    -webkit-animation: wrench 100.5s ease infinite;
    animation: wrench 100.5s ease infinite;
}

.npForm {
    padding-top: 32px;
}

    .npForm .form-control {
        box-shadow: none;
        background: none;
        margin-bottom: 30px;
        border-color: #626568;
        height: 44px;
        padding: 10px 15px;
        color: #626568;
    }

    .npForm .form-TextArea {
        box-shadow: none;
        background: none;
        margin-bottom: 30px;
        border: 1px #626568 solid;
        height: inherit;
        padding: 10px 15px;
        color: #626568;
        width: 100%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .npForm .form-control:focus, .npForm .form-TextArea:focus {
            border-color: #ee7e2e;
        }

    .npForm .form-control:-moz-placeholder {
        color: #626568;
        opacity: 1;
    }

    .npForm .form-control::-moz-placeholder {
        color: #626568;
        opacity: 1;
    }

    .npForm .form-control:-ms-input-placeholder {
        color: #626568;
    }

    .npForm .form-control::-webkit-input-placeholder {
        color: #626568;
    }

.btnNp {
    margin-bottom: 30px;
    background: #ee7e2e; /* Old browsers */
    background: -moz-linear-gradient(left, #ee7e2e 0%, #e7378a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee7e2e 0%,#e7378a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee7e2e 0%,#e7378a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e2e', endColorstr='#e7378a',GradientType=1 ); /* IE6-9 */
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 15px 25px;
    border: none;
    font-weight: 600;
}

    .btnNp:hover {
        opacity: 0.8;
        color: #fff;
    }
/**/
.npFooterPart {
    display: block;
    position: relative;
    padding-bottom: 53px;
    background: #000000;
    text-align: center;
}

    .npFooterPart .npPageTitle h1 {
        color: #fff;
    }

    .npFooterPart h2 {
        font-weight: 100;
        font-size: 36px;
        color: #d9d9d9;
        margin-bottom: 45px;
    }

        .npFooterPart h2 a {
            color: #d9d9d9;
        }

            .npFooterPart h2 a:hover {
                color: #ee7e2e;
            }

@media(max-width:767px) {
    .npFooterPart h2 {
        font-size: 26px;
    }
}
/**/
.npSocial {
    padding-bottom: 40px;
}

    .npSocial li a {
        width: 34px;
        height: 34px;
        display: block;
        font-size: 20px;
        padding-top: 5px;
        color: #fff;
        text-align: center;
    }

        .npSocial li a:hover {
            opacity: 0.7;
        }

    .npSocial .npFacebook {
        background: #3b5998;
    }

    .npSocial .npTwitter {
        background: #6bcff4;
    }

    .npSocial .npGoogle {
        background: #d13f2d;
    }

    .npSocial .npLinkedin {
        background: #3272bd;
    }

    .npSocial .npYoutube {
        background: #ce332d;
    }
