body {
    color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: #666;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.container{
    max-width: 1320px;
}





.copy{
    background: #263363;
    border-top: 1px solid #fff;
}
.socials a{
    color: #9ca8d5;
    margin: 0px 5px;
    border: 2px solid #9ca8d5;
    border-radius: 100%;
    padding: 4px 8px;
    display: inline-block;
}
.footer{
    background: #263363;
}
.font-light{
    font-weight: 300;
}
.workflow{
    background-image: url(../images/Section8-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px;
}
.heading-box h1{
    font-size: 54px;
    font-weight: 300;
}
.heading-box p{
    font-size: 20px;
}
.step-box{
    border-left: 1px solid #000;
    padding-left: 60px;
}
.step h2{
    font-weight: 400 !important;
    font-size: 28px;
}
.step p{
    font-size: 18px;
}
.step{
    border: 1px solid #7e8cd1;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.step::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -10px;
    left: -86px;
}
.step-1.step::after{
    background-image: url(../images/1.png);
}
.step-2.step::after{
    background-image: url(../images/2.webp);
}
.step-3.step::after{
    background-image: url(../images/3.webp);
}
.step-4.step::after{
    background-image: url(../images/4.webp);
}
.step-5.step::after{
    background-image: url(../images/5.webp);
}
.step-6.step::after{
    background-image: url(../images/6.webp);
}
.step-7.step::after{
    background-image: url(../images/7.webp);
}
.step-8.step::after{
    background-image: url(../images/8.webp);
}
.step-9.step::after{
    background-image: url(../images/9.webp);
}
.step-9.step::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 126px;
    background: #d8dff9;
    left: -62px;
}
.Perché{
    background-image: url(../images/Service.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px;
}
.accordion-item {
    margin-bottom: 30px;
    background-color: rgba(0, 117, 255, .14);
    border: 1px solid #324aa3;
    border-radius: 20px;
/*    box-shadow: inset 0 0 4px 4px #00a9ff30;*/
}
button.accordion-button{
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .5px;
    padding: 25px!important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #324aa3;
}
.accordion-button::after{
    background-image: url(../images/arrow.svg);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/arrow.svg);
}
.accordion-body p{
    font-size: 18px;
}
.accordion-body {
    padding: 0rem 1.25rem 1rem;
}
.Nostre{
    background-image: url(../images/Section4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px 60px;
}
.service img{
    width: 80px;
    height: 80px;
}
.service h3{
    font-size: 24px;
    font-weight: 400;
}
.service p{
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding-top: 15px;
}
.service a{
    background: transparent;
    border: 1px solid #11b9ff;
    border-radius: 15px !important;
    color: #11b9ff;
    display: inline-block !important;
    font-size: 18px !important;
    margin: auto;
    text-decoration: none;
    padding: 12px 25px;
}
.tecnologia{
    background-image: url(../images/Section3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px;
}
.heading-box p{
    font-weight: 400;
    font-size: 20px;
}
.Siamo{
    background-image: url(../images/Sections.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px;
}
.attuali{
    background-image: url(../images/section2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px;
}
.about-box{
    border: 1px solid #324aa391;
    border-radius: 20px;
    box-shadow: inset 0 0 4px 4px #00a9ff30;
    margin-bottom: 20px;
    padding: 20px !important;
}
.banner{
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top !important;
    background-attachment: fixed;
    padding: 100px 0px 0px;
}
.theme-btn{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px !important;
    color: #000;
    display: inline-block !important;
    font-size: 18px !important;
    margin: auto;
    text-decoration: none;
    padding: 12px 25px;
}
.header-up{
    background: #111941;
}
















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .heading-box h1 {
        font-size: 33px;
    }
    .heading-box p {
        font-size: 16px;
    }
    .w-75 {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .step-9.step::before{
        height: 283px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}