.ml--text-dark {
    color: #1c1d29 ;
}

.ml--hero-question {
    font-size: 3.1rem;
    font-style: italic;

}

.ml--hero-title {
    text-transform: uppercase ;
}




.ml--hero-description {
    font-size: 2.2rem;
    line-height: 3.1rem;
}

.ml--img-brand-hero {
    width: 300px;
    height: auto;
}

.ml--landing-span-underline {
    border-bottom: 5px solid rgb(78, 180, 247);
    font-size: 0.67em;
    position: relative;
    top: -9px;
}

.ml--slogan-inline {
    padding: 0px 5px 0px 0px;
    font-size: 1.8rem;
    font-style: italic;    
    margin-left: 5px;
    /* margin: 3px 0 5px -10px; */
}

.ml--brand-top {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7 ;
}

.ml--hero {
    height: 650px;
}



.ml--navbar-cta span {
    font-weight: 400;
    font-size: 2.1rem ;
}

.ml--navbar-cta i {
    margin-right: 8px ;
}


.navbar .ml--navbar-list-inline {
    width: 100% ;
}

.navbar .ml--navbar-list-inline li {
  display: inline-block;
  float: none;
  vertical-align: top;
}



.navbar .ml--navbar-list-inline li:nth-child(n+2) {
    margin-left: 80px;
}



.navbar .ml--navbar-navbar-collapse {
  text-align: center;
}



.ml--hero-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    outline-offset: -3px;
}



@media only screen and (min-width: 991px) {
    .ml--hero-title {
        line-height: 54px !important;
    }
}



@media (max-width: 1600px) {
    .ml--hero-main {
        background-position: 78% center ;
    }
}




.ml--certificazioni {
    width: 310px;
    height: auto;
}





@media (max-width: 992px) {

    .ml--navbar-cta {
        border: none !important;
    }

    .navbar .ml--navbar-list-inline li:nth-child(n+2) {
        margin-left: 0px;
    }

    .ml--hero-main {
        background-position: 72% center ;
    }

}



@media (max-width: 767px) {
    .ml--navbar-list-block-sm {
        display: block;

    }

    .ml--hero-question, .ml--hero-description {
        margin-top: 40px ;
    }


    .ml--hero-main {
        height: auto;
        background-image: none !important;
        background-color: #fff ;
    }

    .container-100 {
        width: 100%;
        margin: 0 ;
    }

    .vertical-center-rel {
        position: static;
        top: auto ;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }



    .navbar .ml--navbar-list-inline {
        margin: 0;
      }

}


@media (max-width: 640px) {
    .navbar .ml--navbar-list-inline li, .navbar .ml--navbar-list-inline li a {
        width: 100%;
    }

    

    .ml--navbar-cta {
        width: 100%;
        margin-left: 0 !important;
    }

    .ml--hero-question {
        font-size: 2.5rem ;
        line-height: 35px !important;
    }

    .ml--hero-title {
        font-size: 3rem ;
        line-height: 35px !important;
    }
}

.ml--blue-text {
    color: #0f3e7a;
}

.ml--white-text {
    color: #fff;
}

.ml--fw-normal {
    font-weight: 400 ;
}

.ml--fw-900, .lead .ml--fw-900 {
    font-weight: 900 ;
}
