/********************* UTILITIES *************************************/
body {
    color: #002B49;
    background: #002B49;
}

.inner-top-sm {
    padding-top: 36px;
}

.inner-bottom-sm {
    padding-bottom: 36px;
}

.inner-sm {
    padding-top: 36px;
    padding-bottom: 36px;
}

/*
a#linkdoc {
    height: 50px;
    display: flex;
    align-items: center;
}
*/
/********************* END UTILITIES *********************************/

/********************  COOKIE ****************************************/

#cookie-bar {
    background: #007ea8 !important;
}

#cookie-bar p {
    color: #fff !important;
}

#cookie-bar a:not(.cb-enable) {
    color: #fff !important;
}

#cookie-bar a.cb-enable {
    color: #007ea8 !important;
}


/********************* END COOKIE ************************************/


/********************* HEADER ****************************************/

.ns-header {
    font-family: 'Poppins', sans-serif;
}

.ns-header .sticky-wrapper {
    background: linear-gradient(180deg, rgba(3, 43, 73, 1) 25%, rgba(255, 255, 255, 1) 25%);
}

.only-mobile {
    display: none !important;
}

.ns-header .topbar {
    display: block;
    background: #002B49;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ns-header .navbar-header-mobile .topbar-mobile {
    display: none;
    background: #002B49;
}

.ns-header .topbar-mobile .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
}

.ns-header .topbar-mobile .container .box-logo .logo-mobile {
    width: 100px;
}

.ns-header .navbar-header-mobile {
    display: none;

}

.ns-header .navbar-header-mobile .topbar-mobile .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.ns-header .navbar-header-mobile .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ns-header .navbar-header-mobile .container .title {
    color: #002B49;
    font-weight: 700;
}

.ns-header .navbar-header-mobile .container::before,
.ns-header .navbar-header-mobile .container::after {
    display: none;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile {
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    flex: 0 0 auto;
    background: #007baa;
    border-radius: 5px;
    padding: 12px 10px;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile .trigger-menu-mobile-inner {
    position: relative;
    width: 35px;
    height: 22px;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    transform-origin: left center;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile span:nth-child(1) {
    top: 0px;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile span:nth-child(2) {
    top: 9px;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile span:nth-child(3) {
    top: 18px;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile.is-open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile.is-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.ns-header .navbar-header-mobile .container .box-btn-menu-mobile #trigger-menu-mobile.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 6px;
}

.ns-header .yamm .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ns-header .yamm .container .box-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ns-header .yamm .container .box-title .title {
    color: #002B49;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

/* restringimento con js on skroll in main.css --> @-skrollr-keyframes shrink-logo */
.ns-header .yamm .container .box-title .box-logo {
    max-width: 100%;
}

.ns-header .yamm .container .box-title {
    padding-top: 20px;
}

.ns-header .yamm .container .box-title .box-logo .logo {
    max-width: 100%;
}

.ns-header .yamm .container .box-title .box-logo .logo-mobile {
    max-width: 180px;
}

.ns-header .yamm .container .navbar-nav {
    padding-left: 0;
}

.ns-header .navbar-collapse {
    box-shadow: unset !important;
    border-bottom: 4px solid #002B49;
}

.ns-header .navbar-collapse .navbar-nav > li > a {
    color: #002B49;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
}

.ns-header .navbar-collapse .navbar-nav > li > a:active,
.ns-header .navbar-collapse .navbar-nav > li.active > a,
.ns-header .navbar-collapse .navbar-nav > li > a:hover {
    color: #fff;
    background: #002B49;
    border: none;
    border-top: #002B49;
    border-radius: 3px 3px 0 0;
}

.navbar-header-mobile.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 2px solid #002B49;
}

.navbar > .sticky-wrapper {
    display: none;
}

/********************* END HEADER ************************************/

/********************* FOOTER ****************************************/
footer {
    background: #002B49;
    font-family: "Roboto", sans-serif;

}

footer .ns-footer-top {
    background: linear-gradient(90deg, rgba(0, 126, 168, 1) 50%, rgba(242, 244, 246, 1) 50%);
}

footer .ns-footer-top .container {
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(90deg, rgba(0, 126, 168, 1) 30%, rgba(242, 244, 246, 1) 30%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .ns-footer-top .container .left {
    flex: 30%;
}

footer .ns-footer-top .container .left a img {
    max-width: 226px;
}

footer .ns-footer-top .container .right {
    flex: 70%;
    margin: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    color: #002B49;
    font-size: 18px;
}

footer .ns-footer-top .container .right .box-info {
    flex: 75%;
    padding: 12px;
}

footer .ns-footer-top .container .right .mail,
footer .ns-footer-top .container .right .phone {

}

footer .ns-footer-top .container .right .box-contacts {
    padding: 12px;
    flex: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .ns-footer-top .container .right .box-contacts .phone,
footer .ns-footer-top .container .right .box-contacts .mail {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

footer .ns-footer-top .container .right .box-contacts .mail .heading,
footer .ns-footer-top .container .right .box-info,
footer .ns-footer-top .container .right .box-contacts .phone .heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8px;
    line-height: 28px;
}

footer .footer-bottom .container {
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

footer .footer-bottom .container ul li a,
footer .footer-bottom .container p {
    color: #fff;
}

footer .footer-bottom .container::after,
footer .footer-bottom .container::before {
    display: none;
}

/********************* END FOOTER ************************************/

/************************ MAIN ***************************************/

.section-title {
    padding-top: 32px;
}

.section-title .container::before {
    display: none;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
    color: #002B49;
    font-weight: bold;
    font-size: 36px;
    line-height: 3rem;
}

.section-title h2:before {
    content: "";
    width: 50px;
    height: 5px;
    background: #ef7b02;
    display: block;
    margin-bottom: 15px;
}

/*.owl-pagination .owl-page span {*/
/*    background: #002B49;*/
/*}*/

main .info-box .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

main .info-box .container .text-image {
    color: #002B49;
    text-align: left;
    letter-spacing: 0.36px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;

}

main .info-box .container .text-image .image-float {
    float: right;
    margin: 0 0 25px 25px;
}

/********************+++* END MAIN ***********************************/
/********************+++* HERO ***************************************/

#hero h1,
#hero p {
/*    color: #fff !important;*/
}

/********************+++* END HERO ***********************************/


@media (max-width: 991px) {
    footer .ns-footer-top {
        background: #F2F4F6;
    }

    footer .ns-footer-top .container {
        background: #F2F4F6;
    }

    footer .ns-footer-top .container .left {
        display: none;
    }

    footer .ns-footer-top .container .right {
        flex: 1;
        flex-direction: column;
/*        text-align: center;*/
    }

    footer .ns-footer-top .container .right .box-contacts {
/*        align-items: center;*/
        width: 100%;
    }

    footer .footer-bottom .container {
        flex-direction: column;
    }

    footer .footer-bottom .container ul {
        padding-top: 16px;
    }

    footer .ns-footer-top .container .right .box-info {
/*        align-items: center;*/
    }

    footer .footer-bottom .container {
        text-align: center;
    }

    main .info-box .container {
        flex-direction: column-reverse;
    }

    main .info-box .container .image {
        margin-bottom: 32px;
    }

    main .info-box .container .text-image .image-float {
        float: unset;
        margin: 0 0 25px 0;
    }
    main .info-box .container .text-image {
        display: flex;
        flex-direction: column;
    }

}

@media (max-width: 1024px) {
    .ns-header .yamm .container .box-title {
        display: none;
    }

    .ns-header .navbar-header-mobile {
        display: block;
    }

    .only-mobile {
        display: block !important;
    }

    .navbar > .sticky-wrapper {
        display: block;
    }

    .ns-header .topbar {
        display: none;
    }

    .ns-header .navbar-header-mobile .topbar-mobile {
        display: block;
    }

}
