html {
	scrollbar-color: #aaa transparent;
	scrollbar-width:auto;
}
body {
	font-family:"Open Sans";
	background:#fff;
    color: #0065B5;
	scrollbar-color: #aaa transparent;
	scrollbar-width: auto;
	padding: 0 0 0 0 !important;
	transition: padding .5s;
    overflow: hidden scroll !important;
}
body.sticky-header {
	padding: 0 0 0 0 !important;
}
body>.page-loader {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
    background: rgba(0,101,181,.9);
	z-index:99999999999;
}
body>.page-loader::after {
    content: "";
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: url(../img/loader_white.svg) center center no-repeat;
    z-index: 2;
}
a ,
a:link,
a:visited {
	color:#0065B5;
}
a:hover {
	color:#0065B5;
}
body::-webkit-scrollbar {
	width: 12px;
}
body::-webkit-scrollbar-track {
	background: transparent;
}
body::-webkit-scrollbar-thumb {
	background: #aaa;
}
body::-webkit-scrollbar-thumb:hover {
	background: #999;
}

.main-page-wrapper {
	max-width:1920px;
	margin:0 auto;
    overflow-x: hidden;
}

/* ############################################################################################################################
BUTTONS
############################################################################################################################ */
.btn-primary ,
.btn-primary:link ,
.btn-primary:visited {
    color: #fff;
    background-color: #0065B5;
    border-color: #0065B5;
    border-radius: 12px !important;
    padding: 5px 25px;
}
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled).active ,
.btn-primary:not(:disabled):not(.disabled):active ,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0065B5;
    border-color: #0065B5;
}
.btn-primary-large ,
.btn-primary-large:link ,
.btn-primary-large:visited {
    color: #fff;
    background-color: #FC5F19;
    border-color: #FC5F19;
    border-radius: 12px !important;
    padding: 5px 35px !important;
    transition: padding .5s;
}
.btn-primary-large.hover-larger:not(:disabled):not(.disabled):hover,
.btn-primary-large.hover-larger:not(:disabled):not(.disabled).active ,
.btn-primary-large.hover-larger:not(:disabled):not(.disabled):active ,
.show>.btn-primary-large.hover-larger.dropdown-toggle {
    color: #fff;
    background-color: #FC5F19;
    border-color: #FC5F19;
    padding: 5px 55px !important;
}
.btn-outline-primary ,
.btn-outline-primary:link ,
.btn-outline-primary:visited {
    color: #0065B5;
    background-color: transparent;
    border-color: #0065B5;
    border-radius: 12px !important;
    padding: 5px 25px;
    box-shadow: none !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-outline-primary:not(:disabled):not(.disabled).active ,
.btn-outline-primary:not(:disabled):not(.disabled):active ,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0065B5;
    border-color: #0065B5;
    box-shadow: none !important;
}
.blue-background .btn-outline-primary ,
.blue-background .btn-outline-primary:link ,
.blue-background .btn-outline-primary:visited {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 12px !important;
    padding: 5px 25px;
    box-shadow: none !important;
}
.blue-background .btn-outline-primary:not(:disabled):not(.disabled):hover,
.blue-background .btn-outline-primary:not(:disabled):not(.disabled).active ,
.blue-background .btn-outline-primary:not(:disabled):not(.disabled):active ,
.blue-background .show>.btn-outline-primary.dropdown-toggle {
    color: #0065B5;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none !important;
}



.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

/* ############################################################################################################################
HEADER
############################################################################################################################ */
header {
    font-size:0;
    vertical-align:top;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    max-width: 1920px;
    z-index: 100;
    background: #fff;
    border-bottom: solid 1px #E2EDF6;
    padding-left: 30px;
    padding-right: 30px;
}
body.page-home header {
    background: transparent;
    border-bottom: solid 1px transparent;
}
body.sticky-header.page-home header {
    background: #fff;
    border-bottom: solid 1px #E2EDF6;
}
	header .header-wrapper {
		max-width: 1400px;
        height: 99px;
        margin: 0 auto;
	}
		header .header-wrapper {
			display: flex;
            align-items: center;
			justify-content: space-between;
		}
			header .header-main-navigation {
				display:inline-block;
				vertical-align:top;
				font-size:0;
                margin: 0 30px 0 0;
			}
            header .header-main-navigation>.logo {
                display: inline-block;
                background: url(../img/logo.png) no-repeat center left;
                background-size: 100%;
                width: 140px;
                height: 56px;
                transition: none;
            }

            body.page-home header .header-main-navigation>.logo {
                background: url(../img/logo_white.png) no-repeat center left;
                background-size: 100%;
            }
            body.page-home.sticky-header header .header-main-navigation>.logo {
                background: url(../img/logo.png) no-repeat center left;
                background-size: 100%;
            }

				header .header-main-navigation .nav-toggler {
					display: flex;
				}
					header .header-main-navigation .nav-toggler>a {
						position:relative;
						width:30px;
						height:25px;
						margin:0 0 0 auto;
						overflow:hidden;
					}
						header .header-main-navigation .nav-toggler>a>span {
							position:absolute;
							background:#0065B5;
							transition:all .5s;
							margin:0 0 0 0;
							height:3px;
							width:30px;
						}
						header .header-main-navigation .nav-toggler>a:hover>span {
							background:#0065B5;
						}
						header .header-main-navigation .nav-togglera>span.toggle-bar1 {
							top:0;
							transform:rotate(0) translate(0,0);
						}
						header .header-main-navigation .nav-toggler>a>span.toggle-bar2 {
							top:50%;
							transform:rotate(0) translate(0,-2px);
						}
						header .header-main-navigation .nav-toggler>a>span.toggle-bar3 {
							top:calc(100% - 3px);
							right:0;
							width:15px;
						}
						body.menu-open header .header-main-navigation .nav-toggler>a>span.toggle-bar1 {
							top:50%;
							transform:rotate(45deg) translate(0,0);
							margin:-2px 0 0 0;
							height:2px;
						}
						body.menu-open header .header-main-navigation .nav-toggler>a>span.toggle-bar2 {
							opacity:0;
							transform:rotate(270deg) translate(0,-1px);
							width:2px;
						}
						body.menu-open header .header-main-navigation .nav-toggler>a>span.toggle-bar3 {
							top:50%;
							transform:rotate(-45deg) translate(0,0);
							margin:-2px 0 0 0;
							height:2px;
							width:30px;
						}

            header .header-navigation {
                display: flex;
                justify-content: space-between;
                flex: 100%;
				font-size:0;
			}
                header .header-navigation>ul {
					display:block;
					height:100%;
					list-style:none;
					margin:0 0 0 0;
					padding:0 0 0 0;
					font-size:0;
				}
					header .header-navigation>ul>li {
						display:inline-block;
						height:100%;
						list-style:none;
						margin:0 0 0 0;
						padding:0 20px 0 0;
						font-size:0;
						vertical-align:top;
						position:relative;
					}
					header .header-navigation>ul>li:last-of-type {
						padding:0 0 0 0;
					}
                    header .header-navigation>ul>li>a.header-item ,
                    header .header-navigation>ul>li>span.header-item {
                        display:block;
                        font-size:16px;
                        cursor: pointer;
                        color:#0065B5;
                        text-transform:uppercase;
                        text-decoration: none;
                        line-height:50px;
                        height: 50px;
                        transition: margin .5s;
                        padding:0 30px 0 30px;
                        margin: 25px 0 25px 0;
                        z-index: 1;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                    }
                    body.page-home header .header-navigation>ul>li>a.header-item ,
                    body.page-home header .header-navigation>ul>li>span.header-item {
                        color:#fff;
                        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
                    }
                    body.page-home.sticky-header header .header-navigation>ul>li>a.header-item ,
                    body.page-home.sticky-header header .header-navigation>ul>li>span.header-item {
                        color:#0065B5;
                        text-shadow: none;
                    }
                        header .header-navigation>ul>li:last-of-type>a.header-item ,
                        header .header-navigation>ul>li:last-of-type>span.header-item {
                            padding:0 0 0 30px;
                        }
                        header .header-navigation>ul>li.social-linkedin>a.header-item {
                            font-size:0;
                        }
                        header .header-navigation>ul>li.social-linkedin>a.header-item:before {
                            content: "\f0e1";
                            font-family: "Font Awesome 5 Brands";
                            font-weight: 400;
                            font-size:20px;
                        }

						/*header .header-navigation>ul>li>.header-item:hover ,
						header .header-navigation>ul>li>.header-item:active ,
						header .header-navigation>ul>li>.header-item:focus {
							color: rgba(26,237,47,1);
						}*/
						header .header-navigation>ul>li.open-menu>.header-item {
						}

                        header .header-navigation>ul>li.has-children>.header-item:after {
							content: "\f078";
							font-family: "Font Awesome 5 Pro";
							font-weight:300;
							margin:0 0 0 5px;
						}
                        header .header-navigation>ul>li.has-children.open-menu>.header-item:after {
							content: "\f077";
						}
						header .header-navigation>ul>li.social-networks>a>i {
							line-height:50px;
							height: 50px;
							transition: line-height .5s;
						}
						body.sticky-header header .header-navigation>ul>li.social-networks>a>i {
							line-height:50px;
						}
						@media (min-width: 1025px) {
                            header .header-navigation>ul>li.has-children>ul {
                                display:none;
                                position:absolute;
                                list-style:none;
                                background:#0065B5;
                                padding:20px 20px 20px 20px;
                                left:0;
                                top: 100%;
                                transition: top .5s;
                                border-radius: 0 10px 10px 10px;
                                box-shadow: 3px 3px 8px rgba(0,0,0,.07);
                                min-width: 280px;
                            }
                            header .header-navigation>ul.language-selection>li.has-children>ul {
                                min-width: 100px;
                            }
                            body.page-home header .header-navigation>ul>li.has-children>ul {
                                background:#fff;
                            }
                            body.page-home.sticky-header header .header-navigation>ul>li.has-children>ul {
                                background:#0065B5;
                            }
                            .header-navigation>ul>li.has-children>ul>li>a {
                                color: #fff;
                            }
                            body.page-home header .header-navigation>ul>li.has-children>ul>li>a {
                                color: #0065B5;
                            }
                            body.page-home.sticky-header header .header-navigation>ul>li.has-children>ul>li>a {
                                color: #fff;
                            }
                            body.sticky-header header .header-navigation>ul>li.has-children>ul {
								top: 100%;
							}
							/*
							body.sticky-header header .header-navigation>ul>li.has-children>ul {
								top: calc(100% + calc((50px - 24px) / 2 ));
							}
							*/
                            header .header-navigation>ul>li.has-children.open-menu>ul {
								display:block;
							}
                            header .header-navigation>ul>li.has-children>ul {
								/*
								display: block;
								list-style:none;
								margin:0 0 0 0;
								padding:0 0 0 0;
                                */
							}
                            header .header-navigation>ul>li.has-children>ul>li {
								display: block;
								list-style:none;
								margin:0 0 0 0;
								padding:0 0 10px 0;
							}
                            header .header-navigation>ul>li.has-children>ul>li:last-of-type {
								padding:0 0 0 0;
							}
                            header .header-navigation>ul>li.has-children>ul>li>a {
								display:inline-block;
								font-size:16px;
								white-space: nowrap;
								padding:0 0 0 0;
								margin:0 0 0 0;
							}
						}

						header .header-navigation>ul>li.social-networks a {
							font-size:20px;
						}
img.contatti-body-bg {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* ############################################################################################################################
BREADCRUMBS
############################################################################################################################ */
.breadcrumbs {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
    margin: 25px 0 0 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.breadcrumbs .breadcrumbs-content {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 0 auto;
}
.breadcrumbs .breadcrumbs-content>a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.breadcrumbs .breadcrumbs-content>span {
    margin: 0 15px 0 15px;
    color: rgba(255,255,255,.5);
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.breadcrumbs .breadcrumbs-content>div {
    color: rgba(255,255,255,.8);
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
body.no-header .breadcrumbs {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 125px 0 25px 0;
    width: auto;
}
body.no-header .breadcrumbs .breadcrumbs-content>a {
    color: #0065B5;
    text-shadow: none;
}
body.no-header .breadcrumbs .breadcrumbs-content>span {
    color: rgba(0,101,181,.5);
    text-shadow: none;
}
body.no-header .breadcrumbs .breadcrumbs-content>div {
    color: rgba(0,101,181,.8);
    text-shadow: none;
}

/* ############################################################################################################################
MAIN CONTENT WRAPPER
############################################################################################################################ */
span.polis-srl {
    font-family: Hind;
    text-transform: uppercase;
    font-weight: 900;
    transform: skew(-10deg);
    display: inline-block;
}
span.polis-srl>sub {
    display: inline-block;
    font-size: 60%;
    bottom: 0;
    transform: translate(-15%, 0);
}
.main-content-wrapper .wrapper-section .carousel {
    width: auto;
    height: calc(100vh - 100px);
}
.main-content-wrapper .wrapper-section.header-section .carousel ,
.main-content-wrapper .wrapper-section.header-section .video-wrapper {
    width: auto;
    height: 100vh;
}
.main-content-wrapper .wrapper-section .carousel .carousel-inner {
    height: calc(100vh - 100px);
}
.main-content-wrapper .wrapper-section.header-section .carousel .carousel-inner {
    height: 100vh;
}
.main-content-wrapper .wrapper-section .carousel .carousel-item ,
.main-content-wrapper .wrapper-section.header-section .carousel .carousel-item {
    height: 100%;
    width: 100%;
}
.main-content-wrapper .wrapper-section .carousel .carousel-item>img ,
.main-content-wrapper .wrapper-section .video-wrapper video,
.main-content-wrapper .wrapper-section.header-section .carousel .carousel-item>img ,
.main-content-wrapper .wrapper-section.header-section .video-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-content-wrapper .wrapper-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.main-content-wrapper .wrapper-section .carousel ,
.main-content-wrapper .wrapper-section .video-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}
.wrapper-section .carousel .carousel-item h3 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    transform: translate(-50%,0);
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 3px 3px 5px rgb(0,0,0,.5);
}
body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>img.header-logo {
    margin: 0 0 15px 0;
}
.main-content-wrapper .wrapper-content-text {
    word-break: break-word;
}

.carousel .carousel-indicators {
    background: rgba(120,172,213,.5);
    width: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%,0);
    margin-left: auto;
    margin-right: auto;
    padding: 6px 2px;
    border-radius: 20px;
}
.carousel .carousel-indicators>li {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 8px;
    border: 0 !important;
    border-radius: 50%;
    opacity: .5;
}
.carousel .carousel-indicators>li.active {
    opacity: 1;
}

.main-content-wrapper .wrapper-section.header-section {
    position: relative;
}
.main-content-wrapper .wrapper-section .section-header-content {
    position: absolute;
    /*
    top: 50%;
    */
    bottom: 15vh;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    /*
    transform: translate(-50%,-50%);
    */
    transform: translate(-50%,0);
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
}
.main-content-wrapper .wrapper-section.section-body .section-header-content {
    top: auto;
    bottom: 10px;
}
.main-content-wrapper .wrapper-section .section-header-content h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
    max-width: 1000px;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
}
.main-content-wrapper .wrapper-section .section-header-content h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
    max-width: 1000px;
}
.main-content-wrapper .wrapper-section.section-body .section-header-content h1 {
    font-size: 26px;
}
.no-max-width ,
.main-content-wrapper .wrapper-section .section-header-content h1.no-max-width {
    max-width: none !important;
}
.max-width-1000 {
    max-width: 1000px;
}
/*
body.page-home .main-content-wrapper .wrapper-section .section-header-content h1 {
    font-size: 70px;
    text-transform: uppercase;
    max-width: none;
    text-shadow: 5px 5px 8px rgb(0 0 0 / 50%);
}
body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>strong {
    display: block;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}
body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>img.header-logo {
    margin: 0 0 15px 0;
}
body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>em {
    display: block;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
}
*/
body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>img.header-logo {
    margin-bottom: 20px;
    display: block;
}
.main-content-wrapper .wrapper-section.blue-background {
    background: #0065B5;
    color: #fff;
}
.main-content-wrapper .wrapper-section.light-blue-background {
    background: #F0F3F5;
}
.main-content-wrapper .wrapper-section.blue-background .section-content h3 {
    color: #fff;
}
.main-content-wrapper .wrapper-section.blue-background .section-content p {
    color: #fff;
}
.main-content-wrapper .wrapper-section.color-bg-blue {

}
	.main-content-wrapper .wrapper-section .section-content {
        padding-top: 100px;
        padding-bottom: 100px;
        max-width: 1400px;
        margin: 0 auto 0 auto;
		position: relative;
		z-index: 3;
	}
    .main-content-wrapper .wrapper-section .section-content .section-content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-grow: 1;
        box-sizing: border-box;
        margin-left: -15px;
        margin-right: -15px;
    }
	.main-content-wrapper .wrapper-section.section-h1 .section-content {
		padding:50px 0 50px 0;
	}
    body.homepage .main-content-wrapper .wrapper-section.section-h1 .section-content {
        padding:150px 0 150px 0;
    }
	.main-content-wrapper .wrapper-section .section-content .section-list {
		margin-bottom: -30px;
	}
		.main-content-wrapper .wrapper-section.section-text-left .section-content .section-text {
			text-align: left;
		}
		.main-content-wrapper .wrapper-section.section-text-right .section-content .section-text {
			text-align: right;
			order: 2;
		}
		.main-content-wrapper .wrapper-section.section-text-center .section-content .section-text {
			text-align: center;
		}
            .main-content-wrapper .wrapper-section .section-content .section-image>img.img-fluid {
                max-width: none;
                width: 100%;
                height: auto;
            }
		.main-content-wrapper .wrapper-section.section-text-right .section-content .section-image {
			order: 1;
		}
			.main-content-wrapper .wrapper-section .section-content .section-text .text-wrapper {
				position: relative;
				top: 50%;
				transform: translate(0,-50%);
			}

    .main-content-wrapper .wrapper-section.section-dark .section-content {
		background: rgb(12,12,74);
		background: linear-gradient(
				90deg, rgba(12,12,74,1) 0%,
				rgba(46,46,176,1) 100%
		);
	}
	.main-content-wrapper .wrapper-section.section-green .section-content {
		background: rgb(26,237,47);
		background: linear-gradient(
				90deg, rgba(26,237,47,1) 0%,
				rgba(34,214,103,1) 100%
		);
	}
	.main-content-wrapper .wrapper-section .section-content h1 {
		font-size:48px;
		font-weight: 900;
		color:#0065B5;
		margin: 0 0 15px 0;
	}
	.main-content-wrapper .wrapper-section.section-dark .section-content h1 {
		color: rgba(26,237,47,1);
	}
    body.homepage .main-content-wrapper .wrapper-section.section-dark .section-content h1 {
        font-size: 0;
        background: url(../img/logo_white.png) no-repeat top left;
        background-size: contain;
        width: 370px;
        height: 80px;
        margin: 0 0 40px 0;
    }

    .main-content-wrapper .wrapper-section .section-content h2 {
        font-size:40px;
        font-weight: 900;
        color: #0065B5;
        margin: 0 0 15px 0;
    }
    .main-content-wrapper .wrapper-section.blue-background .section-content h2 {
        color: #fff;
    }
    .main-content-wrapper .wrapper-section .section-content h2.line-through {
        position: relative;
    }
    .main-content-wrapper .wrapper-section .section-content h2.line-through>span {
        display: inline-block;
        position: relative;
        background: #fff;
        padding-right: 15px;
        z-index: 1;
    }
    .main-content-wrapper .wrapper-section.blue-background .section-content h2.line-through>span {
        background: #0065B5;
    }
    .main-content-wrapper .wrapper-section .section-content h2.line-through:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0,-50%);
        height: 1px;
        background: #0065B5;
        opacity: .5;
    }
    .main-content-wrapper .wrapper-section.blue-background .section-content h2.line-through:before {
        background: #fff;
    }
    .main-content-wrapper .wrapper-section .section-content h2.text-uppercase {
        text-transform: uppercase;
    }
    .main-content-wrapper .wrapper-section.blue-background .section-content h2 {
        color: #fff;
    }
    .main-content-wrapper .wrapper-section.section-dark .section-content h2>span {
        color:#fff;
    }

    .main-content-wrapper .wrapper-section .section-content h1 {
        font-size:40px;
        font-weight: 900;
        color: #0065B5;
        margin: 0 0 15px 0;
        text-align: left;
    }
    .main-content-wrapper .wrapper-section .section-content h3.section-sub-title {
        font-size:40px;
        font-weight: 900;
        color: #0065B5;
        margin: 0 0 15px 0;
        text-align: left;
    }
    .main-content-wrapper .wrapper-section.blue-background .section-content h3.section-sub-title {
        color: #fff;
    }

sub {
    font-size: 60%;
    bottom: 0;
}
.main-content-wrapper .wrapper-section .section-content h3 {
    font-size:18px;
    font-weight: 700;
    color:#0065B5;
    text-align: center;
}
.main-content-wrapper .wrapper-section .section-content h3>strong.nl-item {
    display: block;
    text-align: center;
}
.main-content-wrapper .wrapper-section .section-content h3>strong {
    font-weight: 800;
}
	.main-content-wrapper .wrapper-section.section-dark .section-content h3 {
		color:#fff;
	}
    .main-content-wrapper .wrapper-section .section-content h4 {
        font-size:30px;
        font-weight: 900;
        color:#0065B5;
        margin: 0 0 15px 0;
    }
    .main-content-wrapper .wrapper-section.section-dark .section-content h4 {
        color:#fff;
    }
    .main-content-wrapper .wrapper-section.section-dark .section-content h4.alt-color {
        color: rgba(26,237,47,1);
    }
    .main-content-wrapper .wrapper-section .section-content .pre-title {
        font-size: 30px;
        font-style: italic;
        font-weight: 900;
        color: rgba(26,237,47,1);
    }
    .main-content-wrapper .wrapper-section.section-green .section-content .pre-title {
        color: #fff;
    }
	.main-content-wrapper .wrapper-section .section-content h3.second-header {
		margin-top: 100px;
	}
    .main-content-wrapper .wrapper-section .section-content p {
        font-family: Raleway;
        font-size:16px;
        font-weight: 300;
        color: #0065B5;
        margin: 0 0 15px 0;
    }
    .main-content-wrapper .wrapper-section .section-content p>strong {
        font-weight: 600;
    }
    .main-content-wrapper .wrapper-section .section-content ol:not(.for_boxes,.unstyled) ,
    .main-content-wrapper .wrapper-section .section-content ul:not(.for_boxes,.unstyled) {
        font-family: Raleway;
        font-size:16px;
        font-weight: 300;
        color: #0065B5;
        margin: 0 0 15px 0;

    }
    .main-content-wrapper .wrapper-section .section-content ul:not(.for_boxes,.unstyled) {
        list-style: none;
        padding: 0 0 0 0;
    }
    .main-content-wrapper .wrapper-section .section-content ul:not(.for_boxes,.unstyled)>li {
        position: relative;
        padding: 0 0 0 45px;
    }
    .main-content-wrapper .wrapper-section .section-content ul:not(.for_boxes,.unstyled)>li:before {
        content: "";
        position: absolute;
        left: 20px;
        top: calc(18px / 1.5);
        transform: translate(0,-50%);
        display: inline-block;
        width: 9px;
        height: 9px;
        background: #0065B5;
        border-radius: 50%;
    }
    .main-content-wrapper .wrapper-section .section-content ol:not(.for_boxes,.unstyled) strong ,
    .main-content-wrapper .wrapper-section .section-content ul:not(.for_boxes,.unstyled) strong {
        font-weight: 600;
    }

	.main-content-wrapper .wrapper-section .section-content .with-image-right .section-text {
		order: 1;
	}
	.main-content-wrapper .wrapper-section .section-content .with-image-right .section-image {
		order: 2;
	}
		.main-content-wrapper .wrapper-section .section-content .with-image-right p {
			position: relative;
			top:50%;
			transform: translate(0,-50%);
			text-align: left;
		}
	.main-content-wrapper .wrapper-section .section-content .with-image-left .section-text {
		order: 2;
	}
	.main-content-wrapper .wrapper-section .section-content .with-image-left .section-image {
		order: 1;
	}
		.main-content-wrapper .wrapper-section .section-content .with-image-left p {
			position: relative;
			top:50%;
			transform: translate(0,-50%);
			text-align: left;
		}
	.main-content-wrapper .wrapper-section.section-dark .section-content p {
		color: #f2f2f2;
	}
	.main-content-wrapper .wrapper-section .section-content .vertical-space {
		height: 0;
		margin: 0 0 100px 0;
	}

	.wrapper-section .box-wrapper {
		/*
		padding-left: 30px;
		padding-right: 30px;
        */
	}
    .main-content-wrapper .wrapper-section .row.info-grid-row {
        margin-left: -40px;
        margin-right: -40px;
    }
        .main-content-wrapper .wrapper-section .row.info-grid-row>.info-grid-item {
            padding-left: 40px;
            padding-right: 40px;
        }
            .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper img.img-fluid {
                max-width: 60%;
                margin: 25px;
            }
            .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper h4 {
                font-size: 30px;
                font-weight: 900;
                color: rgba(26,237,47,1);
                margin: 0 0 15px 0;
            }
            .main-content-wrapper .wrapper-section.section-green .section-content .row.info-grid-row>.info-grid-item .box-wrapper h4 {
                color: #fff;
            }
            .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper p {
                font-size: 16px;
                font-weight: 300;
                color: #0065B5;
                margin: 0 0 15px 0;
                font-style: italic;
            }
            .main-content-wrapper .wrapper-section.section-dark .section-content .row.info-grid-row>.info-grid-item .box-wrapper p {
                color: #fff;
            }
            .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper p strong {
                font-weight: 900;
            }
	.main-content-wrapper .wrapper-section.section-news .section-content h3 {
		margin-bottom: 100px;
		text-align: center;
	}
	.wrapper-section .news-item {
		background: transparent;
		box-shadow: 5px 5px 10px rgba(0,0,0,.1);
	}
		.wrapper-section .news-item .item-header {
			height: 240px;
			background: #0065B5;
			border-radius: 0 0 0 40px;
			padding:40px 40px 40px 40px;
			position: relative;
		}
			.wrapper-section .news-item .item-header h4 {
				width: calc(100% - 80px);
				color: rgba(26,237,47,1);
				font-size: 30px;
				line-height: 40px;
				font-weight: 900;
				position: absolute;
				left: 40px;
				bottom: 65px;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				max-height: calc(40px * 3);
				overflow: hidden;
			}
			.wrapper-section .news-item .item-header .item-date {
				color: #f2f2f2;
				font-size: 14px;
				font-weight: 300;
				position: absolute;
				left: 40px;
				bottom: 40px;
			}
		.wrapper-section .news-item .item-content {
			padding: 40px 40px 40px 40px;
		}
			.wrapper-section .news-item .item-content .item-autore {
				font-size: 14px;
				font-weight: 300;
				margin: 0 0 15px 0;
			}
				.wrapper-section .news-item .item-content .item-autore strong ,
				.wrapper-section .news-item .item-content .item-autore a {
					font-size: 14px;
					font-weight: 900;
				}
			.wrapper-section .news-item .item-content p {
				font-size: 14px;
				line-height: 21px;
				font-weight: 300;
				margin: 0 0 0 0;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				max-height: calc(21px * 3);
				overflow: hidden;
			}
				.wrapper-section .news-item .item-content p strong ,
				.wrapper-section .news-item .item-content p a {
					font-size: 14px;
					font-weight: 900;
				}

.main-content-wrapper .wrapper-body-navigation {
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
}
	.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper {
		margin: 0 -10px 0 -10px;
		padding: 0 0 0 0;
		font-size: 0;
	}
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link {
			border: solid 1px #000;
			margin: 10px;
			border-color:rgba(12,12,74,.2) !important;
		}
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link:hover ,
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link:active ,
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link:focus {
			color: #0065B5 !important;
			background: transparent !important;
			border-color:rgba(12,12,74,.2) !important;
			box-shadow: 0 0 0 4px rgba(12,12,74,.05) !important;
		}
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link.active:hover ,
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link.active:active ,
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link.active:focus ,
		.main-content-wrapper .wrapper-body-navigation .navigation-content-wrapper a.filter-link.active {
			color: #0065B5 !important;
			background: rgb(215,242,7) !important;
			background: linear-gradient(	90deg,
											rgba(215,242,7,1) 0%,
											rgba(192,217,7,1) 100%
			) !important;
			border-color:rgb(215,242,7) !important;
			box-shadow:none !important;
		}

.row-partners {
    margin-left: -40px;
    margin-right: -40px;
}
.row-partners>.item-partner  {
    padding-left: 40px;
    padding-right: 40px;
}
.row-partners>.item-partner>span  {
    display: block;
}
.row-partners>.item-partner>span>img.img-fluid  {
    width: 100%;
    max-width: 215px;
}

.item-to-filter {
	transition: transform .3s, opacity .20s;
}
.item-to-filter.filter-hidden {
	display: none;
}
.item-to-filter.filter-scale {
	transform: scale(.80);
	opacity: 0;
}

.checklist-info {
    margin-left: -40px;
    margin-rigth: -40px;
    text-align: left;
}
.checklist-info>.checklist-info-item {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 700;
}
.checklist-info>.checklist-info-item>.checklist-info-item-wrapper {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 15px 0;
}
.checklist-info>.checklist-info-item>.checklist-info-item-wrapper>i.check-icon {
    position: absolute;
    font-size: 40px;
    color: rgba(26,237,47,1);
    top: -3px;
    left: 0;
}
.section-green .checklist-info>.checklist-info-item>.checklist-info-item-wrapper>i.check-icon {
    color:#fff;
}

 ul.section-text-ul-list {
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     list-style: none;
 }
ul.section-text-ul-list>li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-indent: 40px;
    line-height: 24px;
    position: relative;
}
ul.section-text-ul-list>li::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(26,237,47,1);
    top: 8px;
    left: 20px;
    transform: translate(0,0);
}
.section-green ul.section-text-ul-list>li::before {
    background: #fff;
}

/* ############################################################################################################################
IMAGE GALLERY
############################################################################################################################ */
.image-gallery .row-thumbs {
    margin-left: -2px;
    margin-right: -2px;
}
.image-gallery>img {
    border-radius: 10px;
}
.image-gallery .row-thumbs>.col-thumb {
    padding-left: 2px;
    padding-right: 2px;
    opacity: .5;
}
.image-gallery .row-thumbs>.col-thumb.active {
    opacity: 1;
}
.image-gallery .row-thumbs>.col-thumb>img {
    border-radius: 10px;
}
.image-gallery .row-thumbs>.col-thumb>img {
    border-radius: 10px;
}

/* ############################################################################################################################
INFO DESCRIZIONE
############################################################################################################################ */
.wrapper-section.info-desription {
    position: relative;
}
.wrapper-section.info-desription .section-content {
    padding-bottom: 60px;
}
.wrapper-section.info-desription .row-desc-info {
    margin-left: -20px;
    margin-right: -20px;
}
.wrapper-section.info-desription .row-desc-info>.item-col {
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper-section.info-desription .desc-info-item {
    position: relative;
    padding: 40px 40px 40px 40px;
    background: #ddd;
    margin: 0 0 40px 0;
    min-height: 320px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.wrapper-section.info-desription .desc-info-item>h3 {
    position: relative;
    z-index: 1;
    font-size: 26px;
}
.wrapper-section.info-desription:not(.laboratori-produzione) .desc-info-item>h3 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper-section.info-desription .desc-info-item>.text-center {
    position: relative;
    z-index: 1;
}
.wrapper-section.info-desription>img.desc-info-background ,
.wrapper-section.info-desription .desc-info-item img.desc-info-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
.main-content-wrapper .wrapper-section.laboratori-produzione {
    min-height: calc(100vh - 100px);
}
.main-content-wrapper .wrapper-section.laboratori-produzione .row.section-content {
    height: 100%;
}
.main-content-wrapper .wrapper-section.laboratori-produzione .section-content.blue-alpha-background.upper-layer {
     position: relative;
     background: transparent;
     color: #fff;
     max-width: none;
     z-index: 2;
     padding: 80px 0 80px 0;
     height: auto;
     margin: 0 0 0 0;
 }
.main-content-wrapper .wrapper-section.laboratori-produzione .section-content.blue-alpha-background.upper-layer h3 {
    color: #fff;
    max-width: 910px;
    margin: 0 auto 0 auto;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    text-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
.main-content-wrapper .wrapper-section.laboratori-produzione .section-content.blue-alpha-background.lower-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background: rgba(0,101,181,1);
    mix-blend-mode: multiply;
    max-width: none;
    padding: 80px 0 80px 0;
    height: auto;
    margin: 0 0 0 0;
    z-index: 1;
}
.main-content-wrapper .wrapper-section.laboratori-produzione .section-content.blue-alpha-background.lower-layer h3 {
    color: transparent;
    max-width: 910px;
    margin: 0 auto 0 auto;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}


.main-content-wrapper .wrapper-section.laboratori-produzione  .desc-info-item {
    position: relative;
    padding: 30px 40px 30px 40px;
    background: rgba(255,255,255,.8);
    margin: 0 0 40px 0;
}
.main-content-wrapper .wrapper-section.laboratori-produzione  .desc-info-item i {
    background: #78ACD5;
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 45px;
    border-radius: 50%;
    color: #0065B5;
}


/* ############################################################################################################################
WORLD MAP
############################################################################################################################ */
#world_map {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#world_map #world_map_items .item-circle {
    transition: all .5s;
    opacity: .5;
    cursor: pointer;
}
#world_map #world_map_items .item-circle:hover {
    opacity: 1;
}
#world_map #world_map_items .selected-map-item {
    r: 7px !important;
    opacity: 1;
    fill: #FC5F19;
}
.main-content-wrapper .wrapper-section .section-content .headquarter img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    border-radius: 10px;
}
.main-content-wrapper .wrapper-section .section-content .headquarter h3 {
    text-align: left;
    color: #0065B5;
    font-size: 26px;
    font-weight: 900;
}
.main-content-wrapper .wrapper-section .section-content .headquarter p {
    text-align: left;
    font-family: Raleway;
    color: #0065B5;
    font-size: 18px;
    font-weight: 300;
}



.home-info-box i.info-num {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    color: #0065B5;
    line-height: 80px;
    height: 80px;
    width: 100%;
    border-radius: 50% !important;
}
.blue-background.home-info-box i.info-num {
    color: #fff;
}
.home-info-box i.info-num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #E2EDF6;
    z-index: -1;
}
.blue-background.home-info-box i.info-num:before {
    opacity: .3;
}
.home-info-box .info-label {
    font-size: 20px;
    color: #0065B5;
    font-weight: 700;
    margin: 10px 0 0 0;
}
.blue-background.home-info-box .info-label {
    color: #fff;
}

/* ############################################################################################################################
TIMELINE
############################################################################################################################ */
.timeline-section .year {
    position: relative;
    font-size: 40px;
    color: #0065B5;
    font-weight: 900;
}
.timeline-section .year>span {
    position: relative;
    z-index: 1;
}
.timeline-section .year:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #F0F3F5;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 0 0 10px #fff;
}
.timeline-section .timeline-content {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px rgba(0,101,181,.5);
    margin-bottom: 60px;
}
.timeline-section .timeline-content h3 {
    font-weight: 900 !important;
    text-align: left !important;
    margin: 0 0 10px 0;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content {
    padding-bottom: 0;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 0;
    background: #F0F3F5;
    width: 2px;
    transform: translate(-50%,0);
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width:before {
    display: none;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width {
    max-width: none;
    margin: 0 -30px 0 -30px;
    min-height: 900px;
    padding: 0 0 0 0;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width .section-content-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width .year:before {
    background: #E2EDF6;
    box-shadow: none;
    opacity: .5;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width .timeline-content {
    border-color: rgba(255,255,255,.5);
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width .year {
    color: #fff;
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width .timeline-content h3 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.main-content-wrapper .wrapper-section.timeline-section .section-content.full-width .timeline-content p {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.main-content-wrapper .wrapper-section.timeline-section .timeline-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: top;
    top: 0;
    z-index: 0;
}
.main-content-wrapper .wrapper-section.timeline-section .timeline-content-image-text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 80%;
    max-width: 600px;
    transform: translate(-50%,0);
    z-index: 2;
    text-align: center;
}
.main-content-wrapper .wrapper-section.timeline-section .timeline-content-image-text p {
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    text-shadow: 1px 1px 3px rgb(0,0,0,.5);

}

/* ############################################################################################################################
DETAILS ICONS
############################################################################################################################ */
 .wrapper-section.detail-icons i {
     display: inline-block;
     height: 80px;
     width: 80px;
     background: #fff;
     border-radius: 50%;
     color: #0065B5;
     font-size: 50px;
     line-height: 80px;
     margin: 0 0 10px 0;
 }
.wrapper-section.detail-icons i.icon-costruzioni:before {
    content: "";
    background: url(../img/icon_costruzioni.svg) center center no-repeat;
    background-size: 60px;
    width: 80px;
    display: block;
    height: 80px;
    overflow: hidden;
}
.wrapper-section.detail-icons i.fad.fa-plane {
    transform: rotate(-90deg);
}
.wrapper-section.detail-icons .info-label {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

 /* ############################################################################################################################
 DETAIL IFRAME
 ############################################################################################################################ */
 iframe.detail-document {
     border: solid 1px rgba(120,172,213,.5);
     width: 100%;
     height: calc(100vh - 150px);
 }



/* ############################################################################################################################
TAB PANEL
############################################################################################################################ */
.wrapper-section .tab-panel {
    width: 100%;
}
.wrapper-section .tab-panel .list-group {
    flex-direction: row;
    border-radius: 0 !important;
    position: relative;
}
.wrapper-section .tab-panel .list-group:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #78ACD5;
    opacity: .5;
}
.wrapper-section .tab-panel .list-group .list-group-item {
    width: auto;
    border-color: transparent;
    background-color: transparent;
    color: #0065B5;
    padding: 0 0 20px 0;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 30px 0 30px;
    letter-spacing: 0;
}
.wrapper-section .tab-panel .list-group .list-group-item:first-of-type {
    margin: 0 30px 0 0;
}
.wrapper-section .tab-panel .list-group .list-group-item:last-of-type {
    margin: 0 0 0 30px;
}
.wrapper-section .tab-panel .list-group .list-group-item.active {
    color: #0065B5;
    font-weight: 700;
    letter-spacing: .31px;
}
.wrapper-section .tab-panel .list-group .list-group-item.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0065B5;
    opacity: 1;
}
.wrapper-section .tab-panel .tab-content .tab-pane {
    font-family: Raleway;
    font-weight: 300;
    font-size: 18px;
    padding: 50px 0 0 0;
    line-height: 35px;
}
.wrapper-section .tab-panel .tab-content .tab-pane p {
    font-family: Raleway;
    font-weight: 300;
    font-size: 18px;
    line-height: 35px;
}

/* ############################################################################################################################
CONTATTI
############################################################################################################################ */
.main-content-wrapper .wrapper-section .section-content  .contacts-form {
    width: 100%;
    max-width: 900px;
    background: #fff;
    padding: 40px 50px 40px 50px;
    border-radius: 10px;
    margin-top: 150px;
}

@media (max-width: 767px) {
    .main-content-wrapper .wrapper-section .section-content  .contacts-form {
        padding: 40px 20px 40px 20px;
    }

    footer .footer-right .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}
.main-content-wrapper .wrapper-section .section-content .contacts-form h1 {
    position: relative;
    font-size: 40px;
    color: #0065B5;
    margin: 0 0 30px 0 ;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form h1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 1px;
    background: #0065B5;
    opacity: .5;
    z-index: 0;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form h1>span {
    background: #fff;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form .form-control {
    color: #0065B5;
    border: 1px solid #0065B5;
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
    border-radius: 18px;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form textarea.form-control {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    min-height: calc(48px * 2);
}
.main-content-wrapper .wrapper-section .section-content .contacts-form .form-control:active ,
.main-content-wrapper .wrapper-section .section-content .contacts-form .form-control:focus {
    box-shadow: 0 0 0 4px rgba(0,101,181,.2)
}
.main-content-wrapper .wrapper-section .section-content .contacts-form .form-control::placeholder {
    color: #0065B5;
    font-style: italic;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form button {
    border: 0 !important;
    background: #FC5F19 !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding-left: 60px;
    padding-right: 60px;
    transition: all .5s;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form button:hover {
    padding-left: 80px;
    padding-right: 80px;
    margin-right: -20px;
}
.main-content-wrapper .wrapper-section .section-content .contatti-addresses-list {
    margin-bottom: -40px;
}
.main-content-wrapper .wrapper-section .section-content .contacts-form label.privacy-check {
    display: inline;
    margin: 0 0 0 0;
}

/* ############################################################################################################################
FOOTER
############################################################################################################################ */
footer {
	color: #0065B5;
	background: #F0F3F5;
	padding: 100px 30px 100px 30px;
}
	footer .footer-wrapper {
        max-width: 1400px;
        margin: 0 auto 0 auto;
	}
		@media (min-width: 1201px) {
			footer .footer-wrapper .row.footer-main-row {
				margin-left: -40px;
				margin-right: -40px;
			}
			footer .footer-wrapper .row.footer-main-row .footer-item {
				padding-left: 40px;
				padding-right: 40px;
			}
		}

	footer .footer-company {
		font-size: 40px;
		font-weight: 900;
		margin-bottom: 30px;
        color: #0065B5;
        text-transform: uppercase;
	}
        footer .footer-wrapper .footer-company>.logo {
            height: 60px;
            width: 200px;
        }
        footer .footer-wrapper .footer-company>.logo>img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
		footer .footer-company span {
            display: inline-block;
            margin: 0 0 0 0;
            height: 30px;
            vertical-align: baseline;
		}
		footer .footer-company span.logo {
			background:url(../img/logo_white.png) no-repeat top left;
            background-size: contain;
            width: 160px;
            height: 30px;
            margin: 0 0 0 0;
		}
		footer .footer-company span.social-network {
			margin: 0 0 0 0;
			position: absolute;
			top: 50%;
			transform: translate(0,-50%);
			right: 0;
		}
            footer .footer-company span.social-network>ul {
                list-style: none;
                padding: 0 0 0 0;
                margin: 0 0 0 0;
            }
                footer .footer-company span.social-network>ul>li.social-linkedin {
                    list-style: none;
                    padding: 0 0 0 0;
                    margin: 0 0 0 0;
                }
                    footer .footer-company span.social-network>ul>li>a.header-item {
                        font-size: 0;
                        color:#fff;
                        text-decoration: none;
                    }
                    footer .footer-company span.social-network>ul>li>a.header-item:hover ,
                    footer .footer-company span.social-network>ul>li>a.header-item:active ,
                    footer .footer-company span.social-network>ul>li>a.header-item:focus {
                        color: rgba(26,237,47,1);
                        text-decoration: none;
                    }
                        footer .footer-company span.social-network>ul>li>a.header-item:before {
                            font-family: "Font Awesome 5 Brands";
                            font-weight: 400;
                            font-size: 25px;
                        }
                        footer .footer-company span.social-network>ul>li.social-linkedin>a.header-item:before {
                            content: "\f0e1";
                        }

	footer .footer-info {
		font-size: 16px;
		font-weight: 300;
	}
		footer .footer-info p {
			margin: 0 0 5px 0;
		}
				footer .footer-info a {
					color: #0065B5;
                    font-weight: 700;
				}
	footer .footer-info-data {
		margin: 20px 0 0 0;
		color:#A6A6A6;
	}
		footer .footer-info-data p {
			margin: 0 0 5px 0;
		}
	footer .footer-links {
		margin-top:0;
	}
		footer .footer-links a {
			text-transform: uppercase;
		}

	footer .form-control {
		border-radius: 0;
		background: transparent;
		border-color:#a6a6a6;
		color: #f2f2f2;
	}
	footer input:not([type="radio"]):not([type="checkbox"]).form-control {
		height: 45px;
	}
	footer textarea.form-control {
		height: 100px;
		resize: none;
	}
	.form-control:focus {
		color: #f2f2f2;
		background: transparent;
		border-color: #a6a6a6;
		outline: 0;
		box-shadow: 0 0 0 4px rgba(255,255,255,.3);
	}
	footer .form-control::placeholder {
		color: #a6a6a6;
	}
	footer .form-control:-ms-input-placeholder {
		color: #a6a6a6;
	}
	footer .form-control::-ms-input-placeholder {
		color: #a6a6a6;
	}
	footer h3.footer-contattaci {
		font-size: 30px;
		font-weight: 900;
		margin: 10px 0 30px 0;
	}
    footer .contacts-form label.privacy-check {
        font-size: 14px;
        margin: 0 0 30px 0;
        font-weight: normal;
        color: rgba(255,255,255,.7);
        line-height: 15px;
    }
    footer .contacts-form label.privacy-check a {
        color: #fff;
    }
    footer .contacts-form label.privacy-check input[name="accept-privacy-policy"] {
        position: relative;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        transform: translate(0, -1px);
        margin: 0 6px 0 0;
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
        border: solid 1px rgba(255,255,255,.8);
        border-radius: 2px !important;
    }
    footer .contacts-form label.privacy-check input[name="accept-privacy-policy"]:checked {
        border-color: rgba(255,255,255,.6);
    }
    footer .contacts-form label.privacy-check input[name="accept-privacy-policy"]:checked:before {
        content: "\f00c";
        position:absolute;
        color: #fff;
        color: rgba(26,237,47,1);
        top: 50%;
        left: 50%;
        line-height: normal;
        font-size: 23px;
        font-family: "Font Awesome 5 Pro";
        transform: translate(calc(-50% + 4px), calc(-50% - 3px));
    }

/*
footer .footer-left {
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
}
*/
footer .footer-right {
    display: flex;
    /*
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
    */
    flex-direction: column;
    justify-content: space-between;
}
footer .footer-loghi {
    display: flex;
    width: calc( 80px * 3 + 30px);
    justify-content: space-between;
    margin-left: auto;
}
footer .footer-loghi>.logo-item {
    background: #fff;
    border: solid 1px #0065B5;
    padding: 8px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
footer .footer-right .footer-links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
}
footer .footer-right .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem 2.5rem;
}


/* ############################################################################################################################
BUTTON
############################################################################################################################ */
.btn {
	border-radius:0 !important;
    text-transform: uppercase;
}
.btn-outline-light {
	color:#f2f2f2 !important;
	border-color:#f2f2f2 !important;
	background-color: transparent !important;
}
.section-dark .btn-outline-light {
	color:#f2f2f2 !important;
	border-color:#f2f2f2 !important;
	background-color: transparent !important;
}
.section-green .btn-outline-light ,
.section-light .btn-outline-light {
	color:#0065B5 !important;
	border-color:#0065B5 !important;
	background-color: transparent !important;
}
.btn-outline-light:hover {
	color:#f2f2f2 !important;
	border-color:#f2f2f2 !important;
	background-color: transparent !important;
	box-shadow: 0 0 0 4px rgba(242,242,242,.3) !important;
}
.section-dark .btn-outline-light:hover {
	color:#f2f2f2 !important;
	border-color:#f2f2f2 !important;
	background-color: transparent !important;
	box-shadow: 0 0 0 4px rgba(242,242,242,.3) !important;
}
.section-green .btn-outline-light:hover ,
.section-light .btn-outline-light:hover {
	color:#0065B5 !important;
	border-color:#0065B5 !important;
	background-color: transparent !important;
	box-shadow: 0 0 0 4px rgba(12,12,74,.3) !important;
}
.btn-outline-light:not(:disabled):not(.disabled).active ,
.btn-outline-light:not(:disabled):not(.disabled):active ,
.show>.btn-outline-light.dropdown-toggle {
	color:rgba(12,12,74,1) !important;
	border-color:#f2f2f2 !important;
	background-color: rgba(242,242,242,.9) !important;
	box-shadow:none !important;
}
.section-dark .btn-outline-light:not(:disabled):not(.disabled).active ,
.section-dark .btn-outline-light:not(:disabled):not(.disabled):active ,
.section-dark .show>.btn-outline-light.dropdown-toggle {
	color:rgba(12,12,74,1) !important;
	border-color:#f2f2f2 !important;
	background-color: rgba(242,242,242,.9) !important;
	box-shadow:none !important;
}
.section-green .btn-outline-light:not(:disabled):not(.disabled).active ,
.section-green .btn-outline-light:not(:disabled):not(.disabled):active ,
.section-green .show>.btn-outline-light.dropdown-toggle ,
.section-light .btn-outline-light:not(:disabled):not(.disabled).active ,
.section-light .btn-outline-light:not(:disabled):not(.disabled):active ,
.section-light .show>.btn-outline-light.dropdown-toggle {
	color:rgba(242,242,242,1) !important;
	border-color:#0065B5 !important;
	background-color: rgba(12,12,74,.9) !important;
	box-shadow:none !important;
}
footer .btn-outline-light:focus ,
.btn-outline-light.focus, .btn-outline-light:focus {
	color:rgba(12,12,74,1) !important;
	border-color:#f2f2f2 !important;
	background-color: rgba(242,242,242,.9) !important;
	box-shadow:none !important;
}
.section-dark .btn-outline-light.focus, .btn-outline-light:focus {
	color:rgba(12,12,74,1) !important;
	border-color:#f2f2f2 !important;
	background-color: rgba(242,242,242,.9) !important;
	box-shadow:none !important;
}
.section-green .btn-outline-light.focus, .btn-outline-light:focus ,
.section-light .btn-outline-light.focus, .btn-outline-light:focus {
	color:rgba(242,242,242,1) !important;
	border-color:#0065B5 !important;
	background-color: rgba(12,12,74,.9) !important;
	box-shadow:none !important;
}

.page-content-text {
    font-size: 16px;
    line-height: 24px;
}
.page-content-text h3 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    color: #0065B5 !important;
    margin: 0 0 0 0 !important;
}
.page-content-text p ,
.page-content-text li ,
.page-content-text li {
    margin-bottom: 15px !important;
}
.page-content-text>p ,
.page-content-text>ul>li ,
.page-content-text>ol>li {
    margin-bottom: 40px !important;
}
.page-content-text>ol>li::marker {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    color: #0065B5 !important;
    margin: 0 0 0 0 !important;
}



.btn-padding-horizontal-20 {
	padding-left:20px;
	padding-right:20px;
}
.btn-padding-horizontal-30 {
	padding-left:30px;
	padding-right:30px;
}
.btn-padding-horizontal-40 {
	padding-left:40px;
	padding-right:40px;
}

.page-text-content>ol>li {
    margin-bottom: 40px;
}
.page-text-content>ol>li::marker {
    font-family: "Open Sans";
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    color: #0065B5 !important;
    margin: 0 0 0 0 !important;
}
.page-text-content>ul>li>ul>li::marker ,
.page-text-content>ul>li>ol>li::marker ,
.page-text-content>ol>li>ul>li::marker ,
.page-text-content>ol>li>ol>li::marker {
    font-family: "Open Sans";
    font-weight: 900;
    text-transform: uppercase;
}

.page-text-content>h3 ,
.page-text-content>ol>li>h3 {
    font-family: "Open Sans";
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    color: #0065B5 !important;
    margin: 0 0 5px 0 !important;
    text-align: left !important;
}
.page-text-content>h4 ,
.page-text-content>ol>li>h4 {
    font-family: "Open Sans";
    font-size: 20px !important;
    line-height: normal !important;
    font-weight: 900 !important;
    color: #0065B5 !important;
}

.page-qualita .button-download-pdf {
    position: relative;
    display: inline-block;
    background: #f00;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    overflow: hidden;
    margin-bottom: 30px;
    background: rgb(0, 101, 181,.3);
}
.page-qualita .button-download-pdf>img {
    mix-blend-mode: multiply;
}
.page-qualita .button-download-pdf:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0065B5;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.page-qualita .button-download-pdf:hover:before {
    opacity: .75;
}
.page-qualita .button-download-pdf>label {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translate(0,-50%);
    font-size: 14px;
    color: #fff;
    opacity: 0;
    text-align: center;
    cursor: pointer;
}
.page-qualita .button-download-pdf>label>i {
    font-size: 40px;
    margin: 20px 0 0 0;
    cursor: pointer;
}
.page-qualita .button-download-pdf:hover>label {
    opacity: 1;
}

.btn.certificate-pdf-button {
    text-transform: none !important;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: transform .5s;
    margin: 0 0 30px 0;
}
.btn.certificate-pdf-button:hover {
    transform: scale(1.05);
}
.btn.certificate-pdf-button>.d-flex {
    gap: 18px;
}
.btn.certificate-pdf-button>.d-flex>i {
    flex: 0;
    font-size: 42px !important;
}
.btn.certificate-pdf-button>.d-flex>span {
    flex: auto;
}
.btn.certificate-pdf-button>.d-flex>span strong {
    font-size: 17px !important;
}


/* ############################################################################################################################
MARGIN - PADDING
############################################################################################################################ */
.margin-left-auto {
    margin-left: auto !important;
}
.margin-right-auto {
    margin-right: auto !important;
}
.margin-top-5 {
    margin-top:5px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-top-15 {
    margin-top:15px !important;
}
.margin-top-20 {
	margin-top:20px !important;
}
.margin-top-25 {
    margin-top:25px !important;
}
.margin-top-30 {
	margin-top:30px !important;
}
.margin-top-35 {
    margin-top:35px !important;
}
.margin-top-40 {
	margin-top:40px !important;
}
.margin-top-45 {
    margin-top:45px !important;
}
.margin-top-50 {
	margin-top:50px !important;
}
.margin-top-55 {
    margin-top:55px !important;
}
.margin-top-60 {
	margin-top:60px !important;
}
.margin-top-65 {
    margin-top:65px !important;
}
.margin-top-70 {
	margin-top:70px !important;
}
.margin-top-75 {
    margin-top:75px !important;
}
.margin-top-80 {
	margin-top:80px !important;
}
.margin-top-85 {
    margin-top:85px !important;
}
.margin-top-90 {
	margin-top:90px !important;
}
.margin-top-95 {
    margin-top:95px !important;
}
.margin-top-100 {
	margin-top:100px !important;
}
.margin-bottom-0 {
    margin-bottom:0 !important;
}
.margin-bottom-5 {
    margin-bottom:5px !important;
}
.margin-bottom-10 {
    margin-bottom:10px !important;
}
.margin-bottom-15 {
    margin-bottom:15px !important;
}
.margin-bottom-20 {
	margin-bottom:20px !important;
}
.margin-bottom-25 {
    margin-bottom:25px !important;
}
.margin-bottom-30 {
	margin-bottom:30px !important;
}
.margin-bottom-35 {
    margin-bottom:35px !important;
}
.margin-bottom-40 {
	margin-bottom:40px !important;
}
.margin-bottom-45 {
    margin-bottom:45px !important;
}
.margin-bottom-50 {
	margin-bottom:50px !important;
}
.margin-bottom-55 {
    margin-bottom:55px !important;
}
.margin-bottom-60 {
	margin-bottom:60px !important;
}
.margin-bottom-65 {
    margin-bottom:65px !important;
}
.margin-bottom-70 {
	margin-bottom:70px !important;
}
.margin-bottom-75 {
    margin-bottom:75px !important;
}
.margin-bottom-80 {
	margin-bottom:80px !important;
}
.margin-bottom-85 {
    margin-bottom:85px !important;
}
.margin-bottom-90 {
	margin-bottom:90px !important;
}
.margin-bottom-95 {
    margin-bottom:95px !important;
}
.margin-bottom-100 {
	margin-bottom:100px !important;
}

.padding-top-10 {
	padding-top:10px !important;
}
.padding-top-20 {
	padding-top:20px !important;
}
.padding-top-30 {
	padding-top:30px !important;
}
.padding-top-40 {
	padding-top:40px !important;
}
.padding-top-50 {
	padding-top:50px !important;
}
.padding-top-60 {
	padding-top:60px !important;
}
.padding-top-70 {
	padding-top:70px !important;
}
.padding-top-80 {
	padding-top:80px !important;
}
.padding-top-90 {
	padding-top:90px !important;
}
.padding-top-100 {
	padding-top:100px !important;
}
.padding-bottom-10 {
	padding-bottom:10px !important;
}
.padding-bottom-20 {
	padding-bottom:20px !important;
}
.padding-bottom-30 {
	padding-bottom:30px !important;
}
.padding-bottom-40 {
	padding-bottom:40px !important;
}
.padding-bottom-50 {
	padding-bottom:50px !important;
}
.padding-bottom-60 {
	padding-bottom:60px !important;
}
.padding-bottom-70 {
	padding-bottom:70px !important;
}
.padding-bottom-80 {
	padding-bottom:80px !important;
}
.padding-bottom-90 {
	padding-bottom:90px !important;
}
.padding-bottom-100 {
	padding-bottom:100px !important;
}

/* ############################################################################################################################
ROW MARGIN - COL PADDING
############################################################################################################################ */
.row.row-margin-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.row.row-margin-60 .col-padding-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.row.row-margin-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
}
.row.row-margin-80 .col-padding-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.row.row-margin-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
}
.row.row-margin-100 .col-padding-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}


#modal-privacy .modal-body {
    padding: 0 0 0 0;
    height: calc(100vh - 100px);
}
#modal-privacy .modal-body>iframe {
    width: 100%;
    height: calc(100% - 20px);
    border: 0;
}







