@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

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: 'PostGrotesk-Bold';
    src: url('../fonts/PostGrotesk-Bold.woff');
    font-weight: bold;

}

@font-face {
    font-family: 'PostGrotesk-Book';
    src: url('../fonts/PostGrotesk-Book.woff');
    font-weight: normal;
}

body {
    font-family: 'Chivo', sans-serif;
    position: relative;
    color: #6C7E9A;
}


a {
    color: #005aff;
}

a:hover,
a:focus {
    color: #6C7E9A;
    text-decoration: none!important;
}

h1 {
    font-family: 'PostGrotesk-Bold';
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #1C2349;
}

h2 {
    font-family: 'PostGrotesk-Bold';
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #1C2349;
}

h3 {
    font-family: 'PostGrotesk-Book';
    font-size: 28px;
    font-weight: 400;
    color: #1C2349;
}

h4 {
    font-family: 'PostGrotesk-Bold';
    font-size: 24px;
    font-weight: 400;
    color: #1C2349;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

footer {
    padding-bottom: 10px;
}

p {
    /*color: #959094;*/
}


.light-bg {
    background-color: #F9FAFF;
}

.section {
    padding: 40px;
}

.sfondoSection {
    background-color: #F9FAFF;
    padding: 85px 0;
}

.section-title {
    text-align: left;
    margin-bottom: 3rem;
    padding: 0;
}

.section-title small {
    color: #FF7959;
    font-weight: bold;
    font-size: 12px;
}
.section-title h3 {
    margin: 20px 0
}

/* CONTAINER WIDTH */
@media (min-width: 1200px){
    .container {
        max-width: 1280px!important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 768px!important;
    }
}

/* SMARTPHONE AND TABLET */
@media (max-width:768px) {

    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 26px;
    }
}


/* NAVBAR
----------------------*/
@media(min-width: 992px){
    #navbar{
        margin-bottom: 2rem;
    }
}

.nav-menu {
    padding: 1rem 0;
    background: #fff;
}

.navbar-dark .navbar-toggler{
    color: #FF7959;
    margin-top: -5px;
    font-size: 30px;
    outline: none;
    padding-right: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar{
    width: 100%;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color: #637794;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 14px;
        color: #637794;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #FF7959;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:992px) {

    .nav-menu .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .navbar-nav .nav-item {
        text-align: left;
    }

    .banner_top .container.row, .banner_top .left_banner{
        padding: 0;
    }
}

/* HEADER
----------------------*/

.section-title .tagline_small {
    max-width: 500px;
    font-size: 18px;
}

.citazione {
    font-size: 20px;
    font-weight: lighter;
    color: #1C2349;
}

.img_right {
    text-align: right;
}

@media (max-width: 991px) {

    .img_right {
        margin-top: 30px;
        text-align: center;
    }
}

.orange {
    color: #FF7959;
    /*font-weight: 500;*/
}

@media(min-width: 991px) {
    .left_banner {
        padding-top: 20px;
        padding-left: 0;
    }

    .fixed-top{
        position: inherit!important;
    }

}

.buttonArancio {
    background-color: #FF7959;
    text-align: center;
    color: #fff6f6;
    padding: 22px 30px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.buttonArancio:hover {
    background-color: #F24D26;
    color: #fff6f6;
}

.call-to-action .buttonArancio {
    display: inline-block;
    width: 80%;
}


.tagline {
    font-size: 24px;
    font-weight: 400;
    color: #6C7E9A;
    max-width: 800px;
    margin-bottom: 50px;
}

.tagline_small {
    font-size: 16px;
    font-weight: 400;
    color: #6C7E9A;
    margin: 5px 0;
}

li .tagline_small {
    font-size: 16px;
}

.box_platform a {
    font-size: 15px;
}

.box_platform .tagline_small {
    font-size: 16px;
}

.img-holder {
    /* height: 0;
    padding-bottom: 33%;
    overflow: hidden; */
    width: 40%;
    float: right;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

/* SMARTPHONE AND TABLET */
@media (max-width:767px) {
    .tagline {
        font-size: 16px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
---------------------- */

@media (max-width:991px) {

    header {
        padding: 100px 24px 0 24px;
        width: auto;
        height: auto;
        color: #000000;
    }
}

.card-text {
    font-size: 14px;
}

.box-icon {
    width: 100px;
    height: auto;
    margin-bottom: 26px;
}

.box-card{
    max-width: 155px;
    height: 70px;
}


/*  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;
    padding: 40px;
}

.card.pricing.popular {
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
}

.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;
}

.card-deck ul{
    margin-bottom: 30px;
    padding-left: 20px;
}

.card-deck a{
    font-size: 15px;
}

.card-deck h4{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.client-logos img{
    max-width: 165px;
    max-height: 48px;
}

/*.client-logos .trusted {
    text-align: left;
}
*/
@media (max-width: 991px) {
    .trusted {
        text-align: center!important;
    }

    .trusted span {
        font-size: 15px!important;
    }

    .client-logos {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .client-logos .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.client-logos .trusted span {
    font-size: 18px;
    line-height: 50px;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    /* text-align: center; */
    color: #000000;
    /* margin: 3rem 0; */
    margin: 20px auto;
}

.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 {
    font-weight: 500;
    color: #1C2349;
    font-size: 34px;
    /*margin: 3px 0;*/
}

.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;
    margin-top: 20px;
}

.social-icons a {
    background-color: #ADB8C8;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin: 0 0.3rem;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.mail_to {
    text-decoration: underline;
}

.social-icons a:hover {
    text-decoration: none;
    cursor: pointer;
    /*background-color: #e3d9d9;*/
    background-color: #788393;
    color: #fff;
}

#pricing_partner .row img{
    width: 150px;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
}

#pricing_partner .row > .col-lg-3.col-6,#pricing_partner .row > .col-lg-2.col-6{
    text-align: center;
}

.tagline_small_bold{
    font-weight: 500;
    color: #1C2349;
}

@media (max-width:991px) {

    footer {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }

    .nav-footer .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .social-icons {
        text-align: right;
        margin-top: -5rem;
    }

    .buttonArancio{
        width: 100%;
    }

    .call-to-action .buttonArancio {
        width: 100%;
    }

    .call-to-action.container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .call-to-action h2{
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #000000;
}

.logo{
    margin-bottom: 30px;
}

.banner_top{
    border-bottom: 1px solid #eee;
    padding: 0 0 40px 0;
}

.h1_header{
    font-weight: 500;

}

.footer_contact{
    text-align: right;
    padding: 0;
}

.nav-footer{
    padding: 1rem 0;
    transition: all 0.3s ease;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nav-footer .navbar-dark{
    padding: 0;
}

.container.row{
    margin: 0 auto;
}

footer a{
    color: #637794;
}

.nav-footer ul.navbar-nav{
    margin-bottom: 1rem;
}

.nav-footer-coll{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0;
}

.padding_remove{
    padding: 0;
}

.show_mobile{
    display: none;
}

.nav-footer .navbar.padding_remove{
    margin: 0;
}

.box_platform ul{
    padding: 15px 20px;
}




.box_platform h3{
    line-height: 38px;
    max-width: 400px;
}

ul.bullet li {
  font-size: 16px;
  /*font-weight: 400;*/
  color: #6C7E9A;
  /*margin: 5px 0;*/
  line-height: 26px;
  letter-spacing: 0;

}

#features{
    padding: 80px 0;
}

#features_about{
    padding: 80px 0;
}

#features_about p{
    margin-bottom: 20px;
}

#pricing{
    padding: 80px 0;
}

/*#pricing_partner {
    padding: 80px 0px;
}
*/
#pricing_partner h3{
    text-align: center;
}

.nav-link .ti{
    position: relative;
    top: 2px;
}

#pricing_partner .card-deck{
    margin-top: 50px;
}

#pricing_partner .box-card {
    max-width: 155px;
    height: 45px;
}

.name_part{
    color: #005aff;
    font-weight: 500;
}

.pricing_partner_padding {
    max-width: 1060px;
    margin: 0 auto;
}

#pricing_partner .card.pricing.popular{
    box-shadow: 0px 12px 25px -6px rgba(36, 7, 31, 0.11);
}

#pricing_partner .card.pricing{
    border: 0;
}

#pricing_partner .col img{
    max-width: 155px;
}

.pricing.popular .tagline_small{
    font-size: 15px;
    margin-bottom: 12px;
}

/*@media (min-width: 770px) {

    .pricing.popular .tagline_small{
        margin-bottom: 20px;
    }

}
*/
@media(max-width: 991px) {

    #pricing .card-deck .card {
        flex: 0 0 45%;
        margin: auto;
    }

    #pricing_partner {
        padding: 30px 0px;
    }

    #pricing_partner .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    #pricing_partner .card-deck {
        margin-top: 20px;
    }

    .nav-menu .navbar-nav .nav-item a{
        font-size: 22px;
    }

    .section-title h3 {
        font-size: 26px;
    }

    #features{
        padding: 40px 0 20px 0;
    }

    #features .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    #features_about{
        padding: 40px 0 20px 0;
    }

    #features_about .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-title{
        margin-bottom: 0!important;
    }

    .box_platform h3 {
        line-height: 35px;
        font-size: 23px;
    }

    .box_platform ul{
        padding-bottom: 0;
        padding-top: 0;
    }

    .box_platform{
        padding-bottom: 30px;
    }

    .show_mobile{
       display: block;
    }

    .navbar-collapse{
/*        position: absolute;
        top: 85px;
        background: rgb(255, 255, 255);
        width: 100%;
        z-index: 999;*/
        padding-bottom: 30px;
        background: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(238, 238, 238);
    }

    .nav-footer .navbar-nav.ml-auto {
        margin-left: initial!important;
    }

    .nav-footer .navbar-nav .nav-item{
        text-align: left;
    }

    .navbar-nav .nav-item a{
        color: #637794!important;
    }

    .nav-footer .navbar .row{
        margin-right: inherit;
        margin-left: inherit;
    }

    footer{
        margin-bottom: 20px!important;
    }

    footer p, footer small{
        padding: 0!important;
    }

    .nav-footer-coll{
        margin-bottom: 1rem;
    }

    .section {
        padding: 25px 0;
    }

    #pricing {
        padding: 40px 0;
    }

    #pricing .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .logo{
        margin-bottom: 10px;
    }

    .card.pricing{
        padding: 30px;
    }

    .card-deck h3{
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .nav-menu .navbar-brand{
        width: 70%;
    }

    .nav-menu .navbar{
        padding: 0;
    }

    .navbar-dark .navbar-toggler:active{
        border: 0;
    }

    .navbar-toggler.collapsed .ti:before{
        content: "\e68e";
    }

}


@media (max-width: 961px) {

    :target:before {
        content:"";
        display:block;
        height:80px; /* fixed header height*/
        margin:-80px 0 0; /* negative fixed header height */
    }

}

@media (min-width: 962px) {

    :target:before {
        content:"";
        display:block;
        height:50px; /* fixed header height*/
        margin:-50px 0 0; /* negative fixed header height */
    }

}

.arrow {
    padding: 3px;
    margin-left: 3px;
}

.mic_small {
    padding: 7px;
}

.government_logo{
    height: 70px;
}

/*.partner-logo {
    display: block;
    margin-left: auto;
    margin-right: auto 
}   
*/

#pricing .card-deck .card {
    flex: 0 0 60%;
    margin: auto;
}


/* Customer box*/
/*.box-customer {
    flex: 0 0 60%;
    margin: auto;
}
*/
.box-customer ul{
    margin-bottom: 30px;
    padding-left: 20px;
}

.box-customer a{
    font-size: 15px;
}

.box-customer h4{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}


.box-customer {
    border: 1px solid #f1eef1;
    padding: 40px;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
}


.box-customer-logo{
    max-width: 155px;
    height: 70px;
}

@media (max-width:992px) {
    .box-customer-first {
        margin-bottom: 40px !important;
    }
    .box-customer {
        margin-bottom: 15px;
    }
}