html, body {
    overflow-x: hidden;
}

body{
    font-size: 18px;
    color: #24262c;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 300;
}
dl, ol, ul {
    list-style-position: initial;
    padding: 0px 0 0 40px;
    margin: 0 0 25px;
}
.feature-content .feature-col{
    min-height: 80px;
}
.feature-content .feature-col > .box{
    min-height: 80px;
    text-align: center;
}
.hermes .tp-bullet .tp-bullet-inner::before {
    background: #1FBCFF;
}
.navbar-top-default .navbar-nav .nav-link{
    text-transform: uppercase;
}
.navbar-top-default .navbar-nav .nav-link {
    font-size: 18px;
}
h4{
    margin-bottom: 0;
}
.text-adige{
    color: #007CB0;
}
.nav-radius .navbar-nav .nav-link.button {
    background: #007CB0;
    color: #ffffff !important;
}
.bg-footer{
    background: #007CB0;
}
.bg-footer a {
    color: #fff;
}
.bg-footer .animated-element{
    font-size: 2.0em;
    margin-left: 15px;
}
.hover-adige:hover{
    background: #1FBCFF!important;
}
.padding-bc{
    padding:120px 0px 60px 0px; 
}
.border-corsi{
    border-left: 2px solid #007CB0!important;
    margin-bottom: 30px;
}
#accordion .card {
    margin-bottom: 10px;
}
#accordion .card-header {
    border-bottom: 0;
}
.cursor-pointer{
    cursor: pointer;
}
#accordion .card .card-header .card-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 0.7em;
    line-height: 2;
}  
#accordion .card .card-header .card-link.collapsed:after {
    content: "\f107";
}
#accordion a {
    color: #007CB0;
}
.contact-section .contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    font-size: 16px;
    transition: border .9s ease;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#comment{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dedede;
}
.consulenza-professionale{
    background: #007CB0;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}
.consulenza-professionale:hover{
    background: #1FBCFF;
    color: #fff;
}
.tp-bullet-inner {
    display: none!important;
}
.feature-item .feature-heading a {
    color: #24262c;
}

.yes-mobile{
	display: none!important;
}
@media (max-width:768px){
    .no-mobile{
        display: none!important;
    }
    .yes-mobile{
        display: block!important;
    }
    .consulenza-professionale{
        font-size: 16px !important;
    }
}