@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/a

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/
@font-face {
	font-family: 'Helvetica Neue' , "Helvetica Neue Bold";
	src:url(../fonts/HelveticaNeue.ttf);
	src:url(../fonts/Helvetica Neu Bold.ttf);
	
}

body {
    font-family: "Helvetica Neue";
    position: relative;
}

a {font-family: "Helvetica Neue";
    color: rgba(104,107,107,1.00);
}

a:hover {font-family: "Helvetica Neue";
    color: #FFF;text-decoration:none;
}
a1 {font-family: "Helvetica Neue";
    color: rgba(104,107,107,1.00);
	font-size: 21px;
}

a1:hover{font-family: "Helvetica Neue";
    color: #FFF;text-decoration:underline;font-size: 21px;cursor: pointer;
}

h1 {font-family: "Helvetica Neue";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 1.5rem;margin-top: 6.5rem;
}

h2 {font-family: "Helvetica Neue";
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 1rem;margin-top: 1.5rem;
}





h3 {font-family: "Helvetica Neue";
    color: rgba(104,107,107,1.00);
    font-size: 50px;
}

h3b {font-family: "Helvetica Neue";
    color: rgba(95,185,173,1.00);
    font-size: 35px;   
}
h3b2 {font-family: "Helvetica Neue";
    color: rgba(0,0,0,1.00);
    font-size: 35px;   
}
@media (max-width:600px) {
h3b {font-family: "Helvetica Neue";
    color: rgba(95,185,173,1.00);
    font-size: 30px;   
}}
@media (max-width:600px) {
h3b2 {font-family: "Helvetica Neue";
    color: rgba(0,0,0,1.00);
    font-size: 30px;   
}}

h3c {font-family: "Helvetica Neue";
    color: rgba(255,255,255,1.00);
    font-size: 85px;line-height: 20px;
}
@media (max-width:600px) {
	h3c {font-family: "Helvetica Neue";
    color: rgba(255,255,255,1.00);
    font-size: 55px;line-height: 20px;
}}

h3d {font-family: "Helvetica Neue";
    color: rgba(255,255,255,1.00);
    font-size: 45px;line-height: 50px;
}
@media (max-width:600px) {
h3d {font-family: "Helvetica Neue";
    color: rgba(255,255,255,1.00);
    font-size: 30px;line-height: 50px;
}}



h4 {font-family: "Helvetica Neue";
    font-size: 28px;
    font-weight: 500;
    color: rgba(95,185,173,1.00);
}

h5 {font-family: "Helvetica Neue";
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {font-family: "Helvetica Neue";
    color: rgba(104,107,107,1.00);
	font-size: 17px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}
@media (max-width:600px) {
p {font-family: "Helvetica Neue";
    color: rgba(104,107,107,1.00);
	font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}}
p1 {font-family: "Helvetica Neue";
    color: #fff;
	font-size: 21px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}
@media (max-width:600px) {
	p1 {font-family: "Helvetica Neue";
    color: #fff;
	font-size: 19px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}}

p2 {font-family: "Helvetiaca Neue";
    color: #fff;
	font-size: 22px;
    letter-spacing: 0px;
}
@media (max-width:600px) {
	p2 {font-family: "Helvetica Neue";
    color: #fff;
	font-size: 20px;
    letter-spacing: 0px;
}}

p.lead {font-family: "Helvetica Neue";
    color: #fff;
    margin-bottom: 2rem;
}

.text-primary {font-family: "Helvetica Neue";
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #999;
}

.btn-primary {
    border-radius: 3px;
    background: rgba(238,238,238,1.00);
	font-weight: 500;
	border:0;
	color: rgba(95,185,173,1.00);
}
.btn-primary:hover{
    border-radius: 3px;
    background: rgba(255,255,255,1.00);
    font-weight: 500;
	border:0;
	color: rgba(95,185,173,1.00);
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: rgba(249,249,249,1);
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #fff;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;font-family:"Helvetica Neue"
    }
    h2 {
        font-size: 30px;
    }
	h3 {
        font-size: 40px;font-family:"Helvetica Neue"
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background: rgb(104,107,107);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 16px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: left;padding-top:8px;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background:rgba(95,185,173,1);
}
.bg-bianco {
    background: rgba(255, 255, 255, 1);
}

@media (min-width:991px) {.bg-sezione {
	background:rgba(95,185,173,1);
	background-repeat: no-repeat;
    background-image:url(../images/sezione.png);
	background-size: cover;
	background-position: right;padding-top:150px;padding-bottom:150px;
	border-sizng:border-box;
	border-bottom: 20px solid rgba(255,255,255,1.00);
    border-left: 0px solid rgba(255,255,255,1.00);
	border-right: 20px solid rgba(255,255,255,1.00)
}}
@media (max-width:991px) {.bg-sezione {
	background-color:rgba(95,185,173,1);
	background-repeat: no-repeat;
    background-image:url(../images/sezione.png);
	background-size:cover;
	background-position: right;
	padding-top:250px;
	border-sizng:border-box;
	border-bottom: 20px solid rgba(255,255,255,1.00);
    border-left: 20px solid rgba(255,255,255,1.00);
	border-right: 20px solid rgba(255,255,255,1.00)
}}


.bg-gradient5 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
	border-bottom: 20px solid rgba(255,255,255,1.00);
    border-left: 20px solid rgba(255,255,255,1.00);
	border-right: 0px solid rgba(255,255,255,1.00)}

@media (max-width:991px) {
.bg-gradient5 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
	border-bottom: 0px solid rgba(255,255,255,1.00);
    border-left: 20px solid rgba(255,255,255,1.00);
    border-right: 20px solid rgba(255,255,255,1.00)
}}
.bg-gradient4 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
    border-top: 20px solid rgba(255,255,255,1.00);
	border-bottom: 20px solid rgba(255,255,255,1.00);
    border-left: 20px solid rgba(255,255,255,1.00);
    border-right: 20px solid rgba(255,255,255,1.00)
}

.bg-gradient3 {background-image: url(../images/linea-niclam.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
    border-top: 20px solid rgba(255,255,255,1.00);
	border-bottom: 20px solid rgba(255,255,255,1.00);
    border-left: 20px solid rgba(255,255,255,1.00);
    border-right: 20px solid rgba(255,255,255,1.00)
}
@media (max-width:991px) {
.bg-gradient3 {
	background-image: url(../images/linea-niclam.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
    border-top: 15px solid rgba(255,255,255,1.00);
	border-bottom: 15px solid rgba(255,255,255,1.00);
    border-left: 15px solid rgba(255,255,255,1.00);
    border-right: 15px solid rgba(255,255,255,1.00)
}}
.bg-grigio2 {
	background-image: url(../images/linea-pantone.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(151,159,163,1.00);
	border-sizng:border-box;
    border-top: 20px solid rgba(255,255,255,1.00);
	border-bottom: 20px solid rgba(255,255,255,1.00);
    border-left: 10px solid rgba(255,255,255,1.00);
    border-right: 20px solid rgba(255,255,255,1.00);
}
@media (max-width:991px) {
.bg-grigio2 {
	background-image: url(../images/linea-pantone.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(151,159,163,1.00);
	border-sizng:border-box;
    border-top: 0px solid rgba(255,255,255,1.00);
	border-bottom: 15px solid rgba(255,255,255,1.00);
    border-left: 15px solid rgba(255,255,255,1.00);
    border-right: 15px solid rgba(255,255,255,1.00);
}}

.bg-grigio {
    background: rgba(151,159,163,1.00);
}


.bg-grigio-chiaro {
    background: rgba(250,250,250,1.00);
}
.bg-grigio-scuro {
    background: rgba(104,107,107,1.00);
}

.bg-footer {
    background: rgba(90,90,90,1.00);
}



@media (min-width:991px) {.bg-gradient2 {
	background-color: rgba(151,159,163,1.00);
    background-repeat: no-repeat;
    background-image:url(../images/pantone1.png);
	background-position: right top;
	padding-bottom: 400px;
	padding-top: 450px;
	text-align: left;
}}
@media (max-width:991px) {.bg-gradient2 {
	background-color: rgba(151,159,163,1.00);
	padding-bottom: 200px;padding-left: 10px;
	padding-top: 300px;
	text-align: left;
}}


@media (min-width:991px) {.bg-grigio-scuro2 {
	background-color: rgba(104,107,107,1.00);
    background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 400px;
	padding-top: 450px;
	text-align: left;
}}
@media (max-width:991px) {.bg-grigio-scuro2 {
	background-color: rgba(104,107,107,1.00);
	padding-bottom: 200px;padding-left: 10px;
	padding-top: 300px;
	text-align: left;
}}


.bg-gradient6 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
    border-top: 10px solid rgba(255,255,255,1.00);
	border-bottom: 10px solid rgba(255,255,255,1.00);
    border-left: 10px solid rgba(255,255,255,1.00);
    border-right: 5px solid rgba(255,255,255,1.00)
}

@media (max-width:991px) {
.bg-gradient6 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
	border-top: 10px solid rgba(255,255,255,1.00);
	border-bottom: 5px solid rgba(255,255,255,1.00);
    border-left: 10px solid rgba(255,255,255,1.00);
    border-right: 10px solid rgba(255,255,255,1.00)
}}
.bg-gradient7 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
    border-top: 10px solid rgba(255,255,255,1.00);
	border-bottom: 10px solid rgba(255,255,255,1.00);
    border-left: 5px solid rgba(255,255,255,1.00);
    border-right: 10px solid rgba(255,255,255,1.00)
}

@media (max-width:991px) {
.bg-gradient7 {
    background-color: rgba(95, 185, 173, 1);
	border-sizng:border-box;
	border-top: 5px solid rgba(255,255,255,1.00);
	border-bottom: 10px solid rgba(255,255,255,1.00);
    border-left: 10px solid rgba(255,255,255,1.00);
    border-right: 10px solid rgba(255,255,255,1.00)
}}







.bg-bagno {
	background-color: rgba(151,159,163,1.00);
    background-repeat: no-repeat;
    background-image:url(../images/bagno.png);
	background-size: contain;
	background-position: center;
	padding-bottom: 300px;
	padding-top: 300px;
}

.bg-sedile {
	background-image: linear-gradient(to bottom right, rgba(95,185,173,1)30%, rgba(80,255,220,1));
    background-repeat: no-repeat;
    background-image:url(../images/1.png);
	background-size: contain;
	background-position: center;
	padding-bottom: 200px;
	padding-top: 300px;
}



.bg-colori{
	
	background-repeat: no-repeat;
    background-image:url(../images/colori1.png);
	background-position: center;
	background-size: contain;
	padding-bottom: 300px;
	
}


.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 54%;
    }
}

@media (max-width:750px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 85%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 0px;
    color: #fc73b4;
    background: rgba(95,185,173,1);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 18px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}


.card.features2 {
    border: 0;
    border-radius: 3px;
    margin-bottom:15px;
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features2 {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features2 {
        margin-bottom: 0;
    }
}

.card.features2:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: rgba(255,255,255,0);
    top: 0;
    bottom: 0;
    left: 0;
}



.card.features2:hover {
    transform:scale(1.1,1.1);
    
}


.card.features3 {
    border: 0;
    border-radius: 3px;
    
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features3 {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features3 {
        margin-bottom: 0;
    }
}

.card.features3:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: rgba(255,255,255,0);
    top: 0;
    bottom: 0;
    left: 0;
}



.card.features3:hover {
    transform:scale(1.04,1.04);
    
}





.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color:  #FFF;
    font-size: 19px;
    color: rgba(104,107,107,1.00);
    background: rgba(245,245,245,1.00);
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: rgba(104,107,107,1.00) #fff #fff;
    color: rgba(104,107,107,1.00);
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}


.my-6{margin-top:10rem!important}
.my-6{margin-bottom:10rem!important}