body {
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-size: 13px;
    color: #3f3f3f;
    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;*/
}

button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/**/
#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%;
}
/**/
h1 {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}
/**/
.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 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}*/

.header.headerTransparent {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 2;
    top: 0px;
}

.header .headerWrap {
    margin-top: 15px;
    display: block;
}

.header.sticky .headerWrap {
    padding-top: 0px;
    /*background: rgba(32, 32, 32, 0.5);*/
    display: block;
    margin-top: 0px;
}

.header.sticky {
    position: fixed;
    width: 100%;
    /*background: #fff;*/
    background: rgba(255,255,255,1);
    /*background: rgba(255,255,255,0.5);*/
    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: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

    .header.sticky .navbar-brand {
        width: 80px;
        display: block;
        padding: 0px;
    }

    .header.sticky .navbar .navbar-brand img {
        max-width: 100%;
        padding: 8px 8px;
        background: #e91f63;
    }

    .header.sticky .navbar-nav {
        margin-top: 4px;
    }

    .header.sticky .navbar-default .navbar-nav > li > a {
        color: #000;
    }

        .header.sticky .navbar-default .navbar-nav > li > a:hover {
            color: #e91f63;
        }

    .header.sticky .navbar-default .navbar-collapse {
        background: none;
    }

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -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);
    }
}
/*Navbar Start*/
.navbar {
    min-height: 100%;
    margin-bottom: 0px;
}

.navbar-default {
    background: none;
    border: none;
}

    .navbar-default .navbar-collapse {
        background: rgba(255,255,255,0.35);
    }

.navbar > .container .navbar-brand, .navbar {
    margin-left: 0px;
}

.navbar-brand {
    height: inherit;
}

.navbar-brand {
    width: 120px;
    display: block;
    padding: 0px;
}

    .navbar-brand:hover {
    }

.navbar .navbar-brand img {
    max-width: 100%;
    padding: 15px;
    background: #e91f63;
}

.navbar-nav {
    float: inherit;
    margin: 0;
    text-align: right;
    margin-top: 20px;
}

    .navbar-nav > li {
        float: inherit;
    }

.nav.navbar-nav > li {
    position: relative;
    display: inline-block;
}
/**/
.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.header.sticky .navbar-default .navbar-nav > .active > a, .header.sticky .navbar-default .navbar-nav > .active > a:focus, .header.sticky .navbar-default .navbar-nav > .active > a:hover {
    color: #e91f63;
    background: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #e91f63;
    background: none;
}


/*Navbar End*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
        background: rgba(255,255,255,0.35);
    }

    .navbar-toggle {
        display: block;
        margin-top: 28px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: none;
        background-image: none;
        border: none;
        border-radius: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e91f63;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #e91f63;
    }

        .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #fff;
        }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-nav > li {
        float: left;
        width: 100%;
        text-align: left;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-header {
        background: rgba(255,255,255,0.35);
    }.header.sticky .navbar-toggle {
    display: block;
    margin-top: 11px;
}
}

@media (max-width:767px) {
    .navbar-nav > li {
        float: left;
        width: 100%;
        text-align: left;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-header {
        background: rgba(255,255,255,0.35);
    }
}



/*Welcome Part Start*/
.npWelcomePart {
    background: #fff url(../images/flower-1.png) no-repeat left bottom;
    padding-top: 72px;
    padding-bottom: 50px;
}

.npWelComeText {
    display: block;
    margin-bottom: 30px;
}

    .npWelComeText h1 {
        display: block;
        margin-top: 0px;
        margin-bottom: 35px;
        /*color: #000;
        text-transform: uppercase;
        font-weight: 900;*/
    }

    .npWelComeText p {
        display: block;
        margin-top: 0px;
        font-weight: 300;
    }

.npWelcomeBox {
    display: block;
    background: #fff url(../images/floral-2.png) no-repeat right center;
    border: 1px solid #f6f6f6;
    box-shadow: 0 0 5px #f1f1f1;
    min-height: 220px;
    border-bottom: 3px solid #e91f63;
    padding: 20px;
    margin-top: 8px;
    margin-bottom: 30px;
}

    .npWelcomeBox h1 {
        margin-top: 0px;
        font-family: 'Great Vibes', cursive;
        font-size: 37px;
        color: #e91f63;
        font-weight: normal;
        text-transform: none;
    }

    .npWelcomeBox ul {
        line-height: 25px;
        font-weight: 300;
        color: #000;
    }

        .npWelcomeBox ul li i {
            width: 20px;
            float: right;
            text-align: right;
            font-style: normal;
        }
/*Welcome Part End*/
/*Service Part Start*/
.npServicePart {
    background-color: #f6f6f6;
    padding-top: 72px;
    padding-bottom: 50px;
    background-image: url(../images/floral-3.png), url(../images/floral-5.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

    .npServicePart h1 {
        margin-top: 0px;
        text-align: center;
        background: url(../images/line-1.png)no-repeat center bottom;
        padding-bottom: 17px;
        margin-bottom: 24px;
    }

.npServicePartBox {
    display: block;
    background: #fff;
    padding: 45px 25px 0px 25px;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    transition: all 0.4s ease-out;
}

    .npServicePartBox:hover {
        box-shadow: 0 0 15px #d2d2d2;
        transition: all 0.4s ease-out;
    }

    .npServicePartBox div {
        display: block;
        background: #fff;
        border-radius: 50%;
        border: 5px solid #fbf9f9;
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }

    .npServicePartBox h2 {
        display: block;
        margin-top: 25px;
        margin-bottom: 18px;
        font-family: 'Great Vibes', cursive;
        font-size: 37px;
        color: #000;
        font-weight: normal;
        text-transform: none;
    }

    .npServicePartBox p {
        display: block;
        font-weight: 300;
        padding-bottom: 7px;
    }

    .npServicePartBox span a {
        display: block;
        margin: 0 auto;
        width: 80%;
        background: #e91f63;
        padding: 14px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        position: relative;
        bottom: -25px;
    }
/*Service Part End*/
/*Gallery Part Start*/
.npGallerypart {
}

    .npGallerypart h1 {
        margin-top: 72px;
        text-align: center;
        background: url(../images/line-1.png)no-repeat center bottom;
        padding-bottom: 17px;
        margin-bottom: 24px;
    }

    .npGallerypart ul {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .npGallerypart ul li.npItem {
            padding-left: 0px;
            padding-right: 0px;
            position: relative;
            min-height: 1px;
            float: left;
            width: 20%;
            overflow: hidden;
        }

            .npGallerypart ul li.npItem.npTit h1 {
                text-align: center;
                width: 100%;
                position: absolute;
                left: 0px;
                top: 50%;
                color: #fff;
                margin-top: -26px;
                margin-bottom: 0px;
                background: url(../images/line-2.png) no-repeat center bottom;
            }

            .npGallerypart ul li.npItem.npTit:hover img {
                opacity: 1;
            }

            .npGallerypart ul li.npItem img {
                width: 100%;
            }

            .npGallerypart ul li.npItem:hover img {
                opacity: .3;
            }

            .npGallerypart ul li.npItem:hover::before, .npGallerypart ul li.npItem:hover::after {
                height: 100px;
                width: 100px;
                content: "";
                position: absolute;
                z-index: 8;
            }

            .npGallerypart ul li.npItem:before {
                border-left: 3px solid #e91f63;
                border-top: 3px solid #e91f63;
                top: 0px;
                left: 0px;
            }

            .npGallerypart ul li.npItem:after {
                border-right: 3px solid #e91f63;
                border-bottom: 3px solid #e91f63;
                bottom: 0px;
                right: 0px;
            }

            .npGallerypart ul li.npItem figcaption {
                background: rgba(233,31,99,0.5);
                height: 80%;
                left: 6%;
                position: absolute;
                top: 10%;
                width: 88%;
                padding: 25px;
                opacity: 0;
                transition: all 0.4s ease-out;
            }

                .npGallerypart ul li.npItem figcaption:after {
                    padding: 10px;
                }

                .npGallerypart ul li.npItem figcaption h4 {
                    color: #fff;
                    font-size: 30px;
                    text-align: center;
                    text-transform: unset;
                    font-family: 'Great Vibes', cursive;
                    margin-top: 25px;
                }

                .npGallerypart ul li.npItem figcaption span {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    padding: 5px;
                }

                    .npGallerypart ul li.npItem figcaption span img {
                        position: relative;
                        opacity: 1 !important;
                    }

                    .npGallerypart ul li.npItem figcaption span:before {
                        content: '';
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        width: 0;
                        height: 0;
                        border-bottom: 60px solid rgba(0,0,0,0.8);
                        border-right: 60px solid transparent;
                    }

            .npGallerypart ul li.npItem:hover figcaption {
                opacity: 1;
                -webkit-transition: all 0.4s ease-out;
                transition: all 0.4s ease-out;
            }

@media(max-width:991px) {
    .npGallerypart ul li.npItem {
        width: 33.3333%;
    }
}

@media(max-width:767px) {
    .npGallerypart ul li.npItem {
        width: 50%;
    }

        .npGallerypart ul li.npItem.npTit {
            display: none;
        }
}
/*Gallery Part End*/
/*Testimonial Part Start*/
.npTestiPart {
    background-color: #f6f6f6;
    padding-top: 72px;
    padding-bottom: 64px;
    background-image: url(../images/wave-1.png);
    background-position: left center;
    background-repeat: no-repeat;
    /*background-size: 80% 50%;*/
}

    .npTestiPart h1 {
        margin-top: 0px;
        text-align: center;
        background: url(../images/line-1.png)no-repeat center bottom;
        padding-bottom: 17px;
        margin-bottom: 24px;
    }

.npTestiBox {
    display: block;
}

    .npTestiBox blockquote {
        display: block;
        padding: 0px;
    }

        .npTestiBox blockquote div.npTestiImage {
            display: block;
            background: #fff;
            width: 300px;
            float: left;
            border-bottom: 3px solid #e91f63;
        }

            .npTestiBox blockquote div.npTestiImage img {
                max-width: 100%;
            }

        .npTestiBox blockquote div.npTestiImageContent {
            overflow: hidden;
            position: relative;
            left: -15px;
            top: 30px;
            background: #fff;
            box-shadow: 0 0 10px #e3e3e3;
            min-height: 125px;
            padding: 15px 25px;
            border-right: 3px solid #e91f63;
        }

            .npTestiBox blockquote div.npTestiImageContent p {
                font-size: 13px;
                font-weight: 300;
                font-style: italic;
            }

            .npTestiBox blockquote div.npTestiImageContent small {
                font-size: 25px;
                font-family: 'Great Vibes', cursive;
                color: #000;
                text-align: right;
                letter-spacing: 2px;
            }
/* carousel */
#quote-carousel {
    padding: 0px 0px 30px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 82px;
        width: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -30px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -30px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
            width: 15px !important;
            width: 15px !important;
            border: none;
            display: inline-block;
        }

        #quote-carousel .carousel-indicators .active {
            background: #e91f63;
            width: 15px !important;
            width: 15px !important;
        }

        #quote-carousel .carousel-indicators li {
        }

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }



/**
  MEDIA QUERIES
*/
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}

@media (max-width:991px) {
    .npTestiBox blockquote div.npTestiImage {
        float: inherit;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .npTestiBox blockquote div.npTestiImageContent {
        left: 0px;
        top: 0px;
    }

    #quote-carousel .carousel-indicators {
        bottom: -15px;
    }
}
/*Testimonial Part End*/
/*Technology partner Part Start*/
.npTechnologyPart {
}

.npTechnologyPart {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 80px;
    background-image: url(../images/wave-2.png);
    background-position: center right;
    background-repeat: no-repeat;
}

    .npTechnologyPart h1 {
        margin-top: 0px;
        text-align: center;
        background: url(../images/line-1.png)no-repeat center bottom;
        padding-bottom: 17px;
        margin-bottom: 24px;
    }

.npTechnologyBox {
    display: block;
}

    .npTechnologyBox div.npTestiImage {
        display: block;
        background: #f6f6f6;
        width: 270px;
        height: 160px;
        float: right;
        border-bottom: 3px solid #e91f63;
        padding: 40px;
    }

        .npTechnologyBox div.npTestiImage img {
            max-width: 100%;
        }

    .npTechnologyBox div.npTestiImageContent {
        overflow: hidden;
        position: relative;
        right: -15px;
        top: 15px;
        background: #fff;
        box-shadow: 0 0 10px #e3e3e3;
        padding: 15px 25px;
        border-left: 3px solid #e91f63;
    }

        .npTechnologyBox div.npTestiImageContent p {
            font-size: 13px;
            font-weight: 300;
            font-style: italic;
            text-align: right;
        }

        .npTechnologyBox div.npTestiImageContent small {
            font-size: 25px;
            font-family: 'Great Vibes', cursive;
            color: #000;
            text-align: right;
            letter-spacing: 2px;
        }

.npTechnologyUl {
    text-align: center;
    margin-top: 30px;
}

    .npTechnologyUl li {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        font-weight: 900;
    }

        .npTechnologyUl li a {
            color: #3f3f3f;
        }

            .npTechnologyUl li a:hover {
                color: #000;
            }

        .npTechnologyUl li i {
            color: #e91f63;
            font-size: 25px;
            padding-right: 5px;
        }

@media (max-width:991px) {
    .npTechnologyBox div.npTestiImage {
        float: inherit;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .npTechnologyBox div.npTestiImageContent {
        right: 0px;
        top: 0px;
    }
}
/*Technology partner Part End*/

/*Twitter and Facebook Part Start*/
.npTechnologyPart {
}

.npTwitFacePart {
}

    .npTwitFacePart h1 {
        margin-top: 0px;
        text-align: left;
        background: url(../images/line-1.png)no-repeat center bottom;
        padding-bottom: 17px;
        margin-bottom: 24px;
        display: inline-block;
    }

.npTwitterBox {
    padding-top: 72px;
    padding-bottom: 80px;
    background: url(../images/bgTwitter.png) no-repeat right bottom;
    border-right: 2px solid #e9e9e9;
}

    .npTwitterBox h4 {
        margin-top: 0px;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 16px;
        color: #000;
        margin-bottom: 18px;
    }

    .npTwitterBox p {
        color: #6f6f6f;
        margin-bottom: 16px;
    }

    .npTwitterBox ul li a {
        color: #e91f63;
    }

        .npTwitterBox ul li a:hover {
            color: #000;
        }

.npFacebookBox {
    display: block;
    padding-top: 72px;
    padding-bottom: 62px;
    background: url(../images/bgFacebook.png) no-repeat right bottom;
    border-left: 2px solid #e9e9e9;
}

@media (max-width:991px) {
    .npTwitterBox {
        border-right: 0px solid #e9e9e9;
    }

    .npFacebookBox {
        padding-top: 0px;
        border-left: 0px solid #e9e9e9;
    }
}
/*Twitter and Facebook Part End*/
/*Footer Part Start*/
.npFooter {
    background: #202020;
    padding-top: 80px;
    padding-bottom: 76px;
    text-align: center;
}

    .npFooter img {
        max-height: 70px;
        margin-bottom: 10px;
    }

    .npFooter ul {
        margin-top: 4px;
    }

        .npFooter ul li {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
        }

            .npFooter ul li a {
                color: #fff;
            }

                .npFooter ul li a:hover {
                    color: #e91f63;
                }

.npSocialMediaIcons .fa {
    padding: 10px;
    font-size: 18px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .npSocialMediaIcons .fa:hover {
        opacity: 0.7;
    }

.npSocialMediaIcons .fa-twitter {
    background: #55ACEE;
    color: white;
}

    .npSocialMediaIcons .fa-twitter::before {
        content: "\f099";
    }

.npSocialMediaIcons .fa-facebook {
    background: #3B5998;
    color: white;
}

    .npSocialMediaIcons .fa-facebook::before {
        content: "\f09a";
    }

.npSocialMediaIcons .fa-google {
    background: #dd4b39;
    color: white;
}

    .npSocialMediaIcons .fa-google::before {
        content: "\f1a0";
    }

.npSocialMediaIcons .fa-linkedin {
    background: #007bb5;
    color: white;
}

    .npSocialMediaIcons .fa-linkedin::before {
        content: "\f0e1";
    }

.npSocialMediaIcons .fa-youtube {
    background: #bb0000;
    color: white;
}

    .npSocialMediaIcons .fa-youtube::before {
        content: "\f167";
    }
/*Footer Part End*/
