/*
Theme Name: SPES official theme
Text Domain: spescontraspem
Version: 1.0
Description:  SPES - Official Wordpress Custom Theme
Author: Jacopo Zangrilli
Author URI: http://visualjack.it/
Theme URI: https://spescontraspem.it/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)


*/

/* Base CSS */

.dona-ora {
    position: absolute;
    z-index: 9;
    top: -32px;
    width: 195px;
    max-width: 100%;
}

.dona-ora-mobile {
    width: 100px;
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 90px;
    display: none;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

button {
    border: none;
    outline: none;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    color: #00b8eb;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}


body {
    color: #737fc7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    overflow-x: hidden;
}

.menu-open {
    overflow: hidden;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    /* padding: 0; */
    /* margin: 0; */
    /* list-style: none; */
}

ul.content-single-tag {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

ol, ul {
    font-size: 15px;
    color: #505965;
    line-height: 1.5;
}

a.bottone-testo{
    border: 4px solid #00b8eb;
    padding: 10px 30px;
    display: inline-block;
    color: #00b8eb;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 30px;
    transition: backround, .3s;
    margin-bottom: 25px;
}

a.bottone-testo:hover{
    background: #00b8eb1f;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.all-caps {
    text-transform: uppercase;
}

/* Header area css Start */

.header-site-menu ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.header-site-menu ul .menu-header {
    cursor: context-menu;
}

.header-site-menu ul li a,
.header-site-menu ul .menu-header {
    color: #6F6F7C;
    font-size: 11px;
    font-weight: 400;
    padding: 30px 0;
}
.header-site-menu ul li a {
    display: block;
}
.header-site-menu ul li:hover > a,
.header-site-menu ul .menu-header:hover
{
    color: #007DBA;
}

.header-site-menu {
    text-align: right;
}

.header-site-menu ul li a i,
.header-site-menu ul .menu-header i
 {
    color: #00B8EB;
    font-size: 22px;
    position: relative;
    top: 4px;
    padding-left: 7px;
}

.header-area {
    padding-left: 50px;
    padding-right: 50px;
    z-index: 9;
}

.logo-spes {
    position: absolute;
    width: 200px;
    z-index: 8;
    left: 50px;
    top: 0;
}

.header-logo a img {
    height: auto;
    position: absolute;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    padding: 40px;
}

.header-logo {
    position: relative;
}

.header-logo::before {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 170px;
    content: "";
    top: 50%;
    z-index: 9;
    left: 0;
    border-radius: 30px;
}

.header-site-menu ul li ul.sub-menu li {
    margin-left: 0;
    display: block;
    text-align: left;
}
.header-site-menu ul li ul.sub-menu li a {
    padding: 8px 20px;
    border-bottom: 1px solid #dddddd59;
}

.header-site-menu ul li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 0;
    top: 110%;
    width: 240px;
    transition: .3s;
    border-top: 4px solid#00b8eb;
}
.header-site-menu ul li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

li.sub-menu-header {
    color: #6F6F7C;
    font-size: 11px;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd59;
}

li.sub-menu-header a {
    padding: 0!important;
    border-bottom: none!important;
}
/* Header area css End */


.banner-personalizzato img {
    width: 100%;
    height: auto;
}


/* Hero area css Start */
.hero-area {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-area.min-height {
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-blk {
    text-align: center;
}

.hero-area::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.43) 0%, rgba(0, 116, 178, 0.82) 68%, rgba(0, 116, 178, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.43) 0%, rgba(0, 116, 178, 0.82) 68%, rgba(0, 116, 178, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.43) 0%, rgba(0, 116, 178, 0.82) 68%, rgba(0, 116, 178, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6effffff', endColorstr='#0074b2', GradientType=1);
}

.hero-title h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.hero-title h4::before {
    position: absolute;
    background: #00B8EB;
    width: 161px;
    height: 11px;
    content: "";
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
}

.hero-title p {
    font-size: 40px;
    color: #fff;
    line-height: 41px;
    font-weight: 900;
    margin-bottom: 40px;
}

.hero-btn a {
    border: 1px solid#0093CC;
    padding: 10px 70px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .3s;
}
.hero-btn a:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.hero-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dot-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}

.dot-shape-1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 300px;
}

/* Hero area css End */

/* Hero Home area css Start */
.hero-home-area {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-home-area.min-height {
    min-height: 530px;
    /* display: flex; */
    align-items: center;
    position: relative;
}

.hero-home-blk {
    text-align: left;
}


.hero-home-casablu::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(0, 116, 178, 0.82) 68%, rgba(0, 116, 178, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(0, 116, 178, 0.82) 68%, rgba(0, 116, 178, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.43) 0%, rgba(0, 116, 178, 0.82) 68%, rgba(0, 116, 178, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6effffff', endColorstr='#0074b2', GradientType=1);
}

.hero-home-casasalvatore::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(146, 170, 103, 0.82) 68%, rgba(146, 170, 103, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(146, 170, 103, 0.82) 68%, rgba(146, 170, 103, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.43) 0%, rgba(146, 170, 103, 0.82) 68%, rgba(146, 170, 103, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6effffff', endColorstr='#92aa67', GradientType=1);
}




.hero-home-casaapprodo::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(217, 78, 64, 0.82) 68%, rgba(217, 78, 64, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(217, 78, 64, 0.82) 68%, rgba(217, 78, 64, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.43) 0%, rgba(217, 78, 64, 0.82) 68%, rgba(217, 78, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6effffff', endColorstr='#d94e40', GradientType=1);
}

.hero-home-semiautonomia::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(241, 137, 61, 0.82) 68%, rgba(241, 137, 61, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.43) 0%, rgba(241, 137, 61, 0.82) 68%, rgba(241, 137, 61, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.43) 0%, rgba(241, 137, 61, 0.82) 68%, rgba(241, 137, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6effffff', endColorstr='#f1893d', GradientType=1);
}


.hero-home-title h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.hero-home-title h4::before {
    position: absolute;
    background: #00B8EB;
    width: 161px;
    height: 11px;
    content: "";
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
}

.hero-home-title p {
    font-size: 40px;
    color: #fff;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 100px;
}

.hero-home-btn a {
    border: 1px solid#0093CC;
    padding: 10px 70px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .3s;
}
.hero-home-btn a:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.hero-home-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero-home-dot-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}

.hero-home-dot-shape-1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 300px;
}

/* Hero Home area css End */


/* Hero pagina css Start */
.hero-pagina {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-pagina.min-height {
    min-height: 530px;
    /* display: flex; */
    align-items: center;
    position: relative;
}

.hero-pagina-blk {
    text-align: left;
}

.hero-pagina::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(0,184,235);
    background: -moz-linear-gradient(90deg, #00a0d9 15%, #0074b2 75%);
    background: -webkit-linear-gradient(90deg, #00a0d9 15%, #0074b2 75%);
    background: linear-gradient(90deg, #00a0d9 15%, #0074b2 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0d9",endColorstr="#0074b2",GradientType=1);
}
.hero-pagina-single {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-pagina-single.min-height {
    min-height: 530px;
    /* display: flex; */
    align-items: center;
    position: relative;
}

.hero-pagina-single::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: .7;
    background: rgb(0,184,235);
    background: -moz-linear-gradient(90deg, #00a0d9 15%, #0074b2 75%);
    background: -webkit-linear-gradient(90deg, #00a0d9 15%, #0074b2 75%);
    background: linear-gradient(90deg, #00a0d9 15%, #0074b2 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0d9",endColorstr="#0074b2",GradientType=1);
}


.hero-pagina-title h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.hero-pagina-title h4::before {
    position: absolute;
    background: #00B8EB;
    width: 161px;
    height: 11px;
    content: "";
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
}

.hero-pagina-title p {
    font-size: 40px;
    color: #fff;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 100px;
    position: relative;
    padding-left: 40px;
}

.hero-pagina-title p::before {
    position: absolute;
    background: #00B8EB;
    width: 140px;
    height: 10px;
    left: 0;
    content: "";
    top: -16px;
}

.hero-pagina-btn a {
    border: 1px solid#0093CC;
    padding: 10px 70px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .3s;
}
.hero-pagina-btn a:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.hero-pagina-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero-pagina-dot-shape-2 {
    position: absolute;
    right: 0;
    top: 40px;
    width: 800px;
}

.hero-pagina-dot-shape-1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 300px;
}

/* Hero pagina css End */

/* Hero casa css Start */
.hero-casa {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-casa-blu::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(0,76,116);
    background: -moz-linear-gradient(90deg, rgba(0,76,116,0) 0%, rgba(0,76,116,0.4) 35%, rgba(0,76,116,1) 72%);
    background: -webkit-linear-gradient(90deg, rgba(0,76,116,0) 0%, rgba(0,76,116,0.4) 35%, rgba(0,76,116,1) 72%);
    background: linear-gradient(90deg, rgba(0,76,116,0) 0%, rgba(0,76,116,0.4) 35%, rgba(0,76,116,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c74",endColorstr="#004c74",GradientType=1);
}

.hero-casasalvatore::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(146, 170, 103);
    background: -moz-linear-gradient(90deg, rgba(146, 170, 103,0) 0%, rgba(146, 170, 103,0.4) 35%, rgba(146, 170, 103,1) 72%);
    background: -webkit-linear-gradient(90deg, rgba(146, 170, 103,0) 0%, rgba(146, 170, 103,0.4) 35%, rgba(146, 170, 103,1) 72%);
    background: linear-gradient(90deg, rgba(146, 170, 103,0) 0%, rgba(146, 170, 103,0.4) 35%, rgba(146, 170, 103,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c74",endColorstr="#92aa67",GradientType=1);
}

.hero-casaapprodo::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(217, 78, 64);
    background: -moz-linear-gradient(90deg, rgba(217, 78, 103,0) 0%, rgba(217, 78, 64,0.4) 35%, rgba(217, 78, 64,1) 72%);
    background: -webkit-linear-gradient(90deg, rgba(217, 78, 103,0) 0%, rgba(217, 78, 64,0.4) 35%, rgba(217, 78, 64,1) 72%);
    background: linear-gradient(90deg, rgba(217, 78, 103,0) 0%, rgba(217, 78, 64,0.4) 35%, rgba(217, 78, 64,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c74",endColorstr="#d94e40",GradientType=1);
}

.hero-casasemiautonomia::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(241, 137, 61);
    background: -moz-linear-gradient(90deg, rgba(241, 137, 103,0) 0%, rgba(241, 137, 61,0.4) 35%, rgba(241, 137, 61,1) 72%);
    background: -webkit-linear-gradient(90deg, rgba(241, 137, 103,0) 0%, rgba(241, 137, 61,0.4) 35%, rgba(241, 137, 61,1) 72%);
    background: linear-gradient(90deg, rgba(241, 137, 103,0) 0%, rgba(241, 137, 61,0.4) 35%, rgba(241, 137, 61,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c74",endColorstr="#f1893d",GradientType=1);
}

.hero-casa.min-height {
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-casa-blk {
    text-align: center;
    position: relative;
}

.hero-casa-blk::before {
    position: absolute;
    background: #00B8EB;
    width: 161px;
    height: 11px;
    content: "";
    top: -30px;
    left: 50%;
    transform: translate(-50%);
}

.hero-casa-title p {
    font-size: 40px;
    color: #fff;
    line-height: 41px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 100px;
    font-style: italic;
}



.hero-casa-btn a {
    border: 1px solid#0093CC;
    padding: 10px 70px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .3s;
}
.hero-casa-btn a:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.hero-casa-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero-casa-dot-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}

.hero-casa-dot-shape-1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 300px;
}

/* Hero Home area css End */

/* Slider area css Start */
.slider-area {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.slider-area .container {
    max-width: 100%;
}

.slider-active .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 80px;
    height: 80px;
    background: #70B1D4 !important;
    border-radius: 50%;
    font-size: 30px !important;
    transition: .3s;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}

.slider-active .owl-nav button.owl-next {
    left: auto;
    right: -55px;
}
.slider-active .owl-nav button.owl-prev {
    right: auto;
    left: -55px;
}

.slider-active .owl-nav button.owl-next i {
    margin-left: -35px;
}

.slider-active .owl-nav button.owl-prev i {
    margin-right: -35px;
}

.single-slider-items {
    opacity: .4;
    transition: .3s;
}
.center .single-slider-items {
    opacity: 1;
}
.slider-active .owl-item.active.center {
    transform: scale(1.3);
    margin-top: 0;
    transition: .3s;
    position: relative;
    z-index: 99;
}
.single-slider-items {
    opacity: .3;
    transition: .3s;
    margin: 140px 0px;
    background: #00B8EB !important;
    padding: 8px 8px 31px 8px;
}
.single-slider-items:last-child{
    padding: 8px 8px 31px 8px;
}
.slider-buttons {
    text-align: center;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
}
.slider-buttons a {
    background: #00A0D9;
    width: 126px;
    height: 29px;
    display: inline-block;
    line-height: 29px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 300;
}

.single-slider-thumbs {
    height: auto;
    width: 100%;
    position: relative;
}
.single-slider-thumbs img {
  width: 100%;
  height: 100%;
}









.single-slider-items a {
    display: none;
}
.active .single-slider-items a {
    display: block;
}



/* Slider area css End */





/* Service area Start */
.service-area {
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    padding: 0 0 50px;
    overflow-x: hidden;
}

.service-area::before {
    position: absolute;
    background: #0074b2;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    opacity: .9;
}

.service-title h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    position: relative;
    top: 12px;
}

.service-title h4::before {
    position: absolute;
    background: #00B8EB;
    width: 135px;
    height: 10px;
    top: -18px;
    content: "";
    left: 50%;
    transform: translate(-50%);
    z-index: 9999999;
}

.service-slider-active.owl-carousel .owl-item img {
    width: auto;
    text-align: center;
    display: inline-block;
}

.service-icon img {
    height: 80px;
}

.single-slide {
    text-align: center;
    margin: 0 30px;
}

.service-title {
    margin-bottom: 80px;
}

.service-icon {
    margin-bottom: 15px;
}

.service-text h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 8px;
}

.service-text p {
    font-size: 11px;
    color: #fff;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}

.service-slider-active .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -40px;
    width: 60px;
    height: 60px;
    background: #70B1D4 !important;
    border-radius: 50%;
    font-size: 30px !important;
    transition: .3s;
    border: none;
    outline: none;
}

.service-slider-active .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}
.service-slider-active .owl-nav button:hover{
    background: #fff !important;
}

.service-slider-active .owl-dot {
    width: 12px;
    height: 12px;
    background: #284559 !important;
    margin: 0 7px;
    border-radius: 50%;
    transition: .3s;
}

.service-slider-active .owl-dot.active {
    background: #284559 !important;
    width: 15px;
    height: 15px;
}

.service-slider-active .owl-dots {
    text-align: center;
    position: relative;
    min-height: 50px;
    margin-top: 20px;
}

.service-slider-active button i {
    font-size: 22px;
    margin-left: 20px;
}

.service-slider-active .owl-next i {
    position: relative;
    left: -20px;
}

/* Service area End */






/* Features area css Start */
.features-area {
    position: relative;
    padding-top: 60px;
    padding-bottom: 136px;
}

.features-wrap {
    padding-top: 85px;
    position: relative;
}

.features-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.features-info img {
    width: 70px;
}

.service-content h3 {
    font-size: 37px;
    color: #00A0D9;
    font-weight: 700;
    line-height: 36px;
}

.service-content {
    text-align: right;
    padding-left: 25px;
}

.service-btn {
    width: 126px;
    height: 29px;
    border: 1px solid#00B8EB;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
    color: #004C74;
    border-radius: 30px;
    transition: .3s;
}
.service-btn:hover {
    background: #00B8EB;
    color: #fff;
}

.features-inner h4 {
    font-size: 13px;
    color: #0074B2;
    font-weight: 400;
    margin: 0;
}

.fea-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: 100%;
}

.fea-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    z-index: 8;
}
.fea-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fea-thumb {
    width: 47%;
    height: 100%;
}
/* Features area css End */







/* News area css Start */
.news-area {
    position: relative;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
}

.news-title h4 {
    font-size: 18px;
    color: #00b8eb;
    font-weight: 400;
    position: relative;
}



.news-title {
    margin-bottom: 36px;
}

.news-content p {
    font-size: 12px;
    color: #505965;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
}

.news-content h3 {
    font-size: 37px;
    color: #004C74;
    font-weight: 900;
    line-height: 37px;
    margin-bottom: 60px;
}

.new-blk {
    position: relative;
    z-index: 99;
    padding-top: 135px;
    padding-bottom: 130px;
    max-width: 525px;
}

.new-thumb {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 75%;
}

.new-thumb img {
    height: 100%;
    object-fit: cover;
}

.news-shape-1 {
    width: 100%;
    padding-bottom: 0;
}

.news-title h4::before {
    position: absolute;
    background: #00B8EB;
    width: 140px;
    height: 10px;
    left: -85px;
    content: "";
    top: -16px;
}

.new-main-wrap {
    position: relative;
    margin-top: 30px;
}

.news-area-page p,
.news-area-page .service-btn,
.news-area-page h3 {
    color: #ffffff;
}

.news-area-page {
    padding-bottom: 100px!important;
}

/* News area css End */






.approv-area {
    padding-bottom: 30px;
}

.approv-thumb {
    height: 348px;
    width: 100%;
    position: relative;
}

.approv-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.approv-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    min-width: 80%;
    min-width: fit-content;
}

.approv-content-left {
    left: 25%;
}

.approv-thumb::before {
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0, 184, 235, 0.89) 0%, rgba(0, 184, 235, 0.91) 19%, rgba(255, 255, 255, 0.95) 59%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 184, 235, 0.89) 0%, rgba(0, 184, 235, 0.91) 19%, rgba(255, 255, 255, 0.95) 59%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0, 184, 235, 0.89) 0%, rgba(0, 184, 235, 0.91) 19%, rgba(255, 255, 255, 0.95) 59%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e300b8eb', endColorstr='#ffffff', GradientType=1);

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .7;
}

.approv-content h4 {
    font-size: 18px;
    color: #ffff;
    font-weight: 700;
    line-height: 20px;
    /* height: 90px; */
}

.play-icon a {
    width: 45px;
    height: 45px;
    border: 1px solid#fff;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
}

.approv-content span {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.play-icon span {
    background: #00B8EB;
    width: 120px;
    height: 10px;
    position: absolute;
    display: block;
}

.play-icon.mb {
    margin-bottom: 67px;
}

.approv-content.tr h4 {
    height: 155px;
}

.approv-blk.color-box {
    background: #0074B2;
}

.approv-thumb.ntn::before {
    background: 0;
}
.new-thumb::before {
    position: absolute;
    background: rgb(0,184,235);
    background: -moz-linear-gradient(90deg, rgba(0,184,235,1) 15%, rgba(23,76,141,0) 75%);
    background: -webkit-linear-gradient(90deg, rgba(0,184,235,1) 15%, rgba(23,76,141,0) 75%);
    background: linear-gradient(90deg, rgba(0,184,235,1) 15%, rgba(23,76,141,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8eb",endColorstr="#174c8d",GradientType=1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .7;
}
.new-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid#fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}
.play:hover {
    color: #fff;
}




/* product area css Start */
.product-area {
    background: #009DD7;
    padding-top: 39px;
    padding-bottom: 30px;
}

.product-blk {
    text-align: center;
}

.product-icon {
    margin-bottom: 20px;
}

.product-text h2 {
    font-size: 50px;
    line-height: 47px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.product-text p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-bottom: 50px;
}

.product-btn a {
    width: 173px;
    height: 27px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    border: 1px solid#fff;
    transition: .3s;
}
.product-btn a:hover {
    background: #ffff;
    color: #333;
}

.product-thumb {
    margin-bottom: 12px;
}

.product-thumb img {
    border-radius: 15px;
}

.product-content h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 50px;
}

.product-sub-text span {
    font-size: 17px;
    color: #00B8EB;
    font-weight: 700;
    margin: 0;
}

.product-area .single-product {
    border: 1px solid#88B4DC;
    padding: 7px;
    border-radius: 11px;
}

.product-sub-text {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 5px;
}




.product-active .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -40px;
    width: 60px;
    height: 60px;
    background: #505965 !important;
    border-radius: 50%;
    font-size: 30px !important;
    color: #fff !important;
    transition: .3s;
    border: none;
    outline: none;
}
.product-active .owl-nav button:hover {
    background: #fff !important;
    color: #333 !important;
}

.product-active .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}

/* product area css End */




/* mission area Start */
.mission-area {
    padding: 50px 0;
    position: relative;
    margin-bottom: 50px;
}

.mission-area:before {
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}

.mission-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission-text h4 {
    font-size: 14px;
    color: #00b8eb;
    font-weight: 700;
    text-align: center;
}

.mission-icon {
    margin-bottom: 10px;
    text-align: center;
}

.mission-icon img {
    height: 70px;
}

.mission-conten h4 {
    font-size: 20px;
    color: #00B8EB;
    font-weight: 400;
    margin-bottom: 8px;
}

.mission-conten h4::before {
    position: absolute;
    background: #00B8EB;
    width: 140px;
    height: 10px;
    left: 0;
    content: "";
    top: -16px;
}

.mission-conten h5 {
    font-size: 37px;
    color: #00b8eb;
    font-weight: 300;
    line-height: 41px;
    margin-bottom: 20px;
}

.mission-conten p {
    font-size: 15px;
    color: #505965;
    font-weight: 300;
    line-height: 19px;
    margin: 0 0 25px 0;
}

.mission-man-img {
    height: 592px;
    width: 100%;
}

.mission-man-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* mission area End */




/* Banca area css Start */
.banca-area {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 50vh;
}

.banca-blk {
    text-align: center;
}

.banca-text h4 {
    font-size: 16px;
    color: #505965;
    font-weight: 300;
    margin: 0;
}

.banca-logo {
    margin-bottom: 50px;
}

.deve-img {
    position: absolute;
    top: 50%;
    height: 300px;
    transform: translatey(-50%);
}

.features-wrap.sost-bl {
    padding-top: 0;
}

.features-wrap.sost-bl h4 {
    margin-left: 80px;
}

.banca-shape {
    position: absolute;
    bottom: -50px;
    left: 41px;
}

/* Banca area css Start */





/* Team area css Start */
.team-wrapper {
    position: relative;
    z-index: 99;
    padding-top: 75px;
    padding-bottom: 55px;
    max-width: 443px;
}

.team-area {
    position: relative;
    background: #195D81;
}

.team-content h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
}

.team-content p {
    right: 11px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 25px;
}

.team-content .mini_label {
    display: none;
}

span.form-text-1 {
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.form-input input {
    background: none;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 13px;
}


.form-input input::placeholder{
    color: #fff;
}

.form-check {
    padding: 0;
}

.form-check label {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

button.button-submit {
    background: #fff;
    color: #195d81;
    padding: 9px 10px;
    min-width: 150px;
    border-radius: 20px;
    outline: none;
}

.team-blk {
    max-width: 440px;
}

.team-contact-info input {
    width: 205px;
    height: 38px;
    border: 1px solid #8CAEC0;
    background: 0;
    color: #8CAEC0;
    font-size: 20px;
    font-weight: 300;
    padding: 0 20px;
    border-radius: 30px;
}

.team-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.team-check {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.team-btn button {
    width: 180px;
    height: 27px;
    border: 0;
    color: #00A0D9;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    transition: .3s;
}
.team-btn button:hover {
    background: #00B8EB;
    color: #333;
}
.team-content {
    position: relative;
    left: 50px;
    padding: 50px 0;
}

.team-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
}

.team-thumb {
  width: 40%;
  height: 100%;
}
.team-thumb img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}

/* Team area css End */




/* Map area css Start */

.map-thumb {
    height: 100%;
    width: 100%;
}

.map-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Map area css End */





/* Footer area css Start */
.foter-area {
    background: #505965;
    padding-top: 45px;
    padding-bottom: 100px;
    position: relative;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 14px;
    display: block;
}

.footer-menu ul li {
    display: inline-block;
    padding-right: 40px;
}

.footer-menu {
    float: right;
}

.footer-logo {
    margin-bottom: 50px;
}

.footer-social a img {
    height: 32px;
}

.footer-social a {
    padding-right: 6px;
}

/* Footer area css End */
















/* The container */
.containerr {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    text-align: left;
    margin-bottom: 30px;
}

/* Hide the browser's default checkbox */
.containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid#ddd;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerr input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerr .checkmark::after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #FF746C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* Set the size of the div element that contains the map */
#map {
  height: 540px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}







/* off-canvas css Start */

.off-canvas-menu-wrap {
    transform: translateX(-300px);
    opacity: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -300px;
    transition: .3s;
}

.off-canvas-menu-wrap.active {
    transform: translateX(0);
    opacity: 1;
    left: 0;
}

.off-canvas-menu {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.off-canvas-menu li i  {
    color: #00B8EB;
    font-size: 22px;
    position: relative;
    top: 4px;
    padding-left: 7px;
}

.off-canvas-menu li {
    list-style: none;
    padding: 0;
}

.off-canvas-menu li {
    font-size: 12px;
    color: #333;
    position: relative;
    transition: .3s;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid#ddd;
}

.cls-off-canvas-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 25px;
    color: #333;
    cursor: pointer;
}

.toggle-bar i {
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.toggle-bar {
    display: none;
}

.off-canvas-overlay {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    transition: .3s;
    cursor: pointer;
}

.off-canvas-overlay.active {
    opacity: .5;
    visibility: visible;
}

.toggle-bar {
    display: none;

}


.sub-menu-mobile {
    display: none;
}

.display-menu {
    display: block!important;
}
/* off-canvas End */


/* content-text-area Start */

time {color: #fff;font-size: 12px;font-weight: bold;}

.content-text-area {
    padding: 50px 0;
}

.content-text-area hr {
    clear: both;
    display: block;
    margin: 55px 0;
}

.content-single-content {
    margin-bottom: 100px;
}

.content-text-area h2 {
    font-size: 35px;
    color: #00B8EB;
    font-weight: bold;
    position: relative;
}

.content-text-area h3 {
    font-size: 25px;
    color: #00B8EB;
    font-weight: bold;
    position: relative;
    margin: 30px 0 10px;
}

.articolo-titolo {
    margin: 40px 0 0;
    position: relative;
}

.articolo-titolo h2::before,
.articolo-titolo h1::before,
.articolo-titolo h3::before {
    position: absolute;
    background: #00B8EB;
    width: 140px;
    height: 10px;
    content: "";
    top: -15px;
    left: -15px;
}
.content-text-page-bg ul {
    padding-left: 40px;
    margin: 0 0 16px;
}


.content-text-page-bg li {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #505965;
    list-style: disc;
}

.content-text-area p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.content-text-area p {
    color: #505965;
}
.content-quote {
    background-color: #00B8EB;
    height: 100%;
}

.content-quote-text {
    text-align: center;
    font-size: 28px;
    padding: 20px 100px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.quote-img {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}

.content-quote-marks {
    padding: 15px;
    position: absolute;
    top: 0;
}

.content-quote-image img {}

.content-quote-container {
    height: 100%;
}

.content-quote-image {
}



/* content-text-area End */


/* media-area Start */

.media-area {
    margin-top: -50px;
}

.media-area-articolo {
    margin: 25px 0;
}

img.media-bg {
    width: 100%;
    padding-bottom: 15px;
}

.media-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid#fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}

.media-area-bg {
    background-color: #262626;
}

.media-desc {
    padding-top: 15px;
}

.media-desc p {
    color: #fff;
}

/* media-area End */


.background-gradient {
    padding-top: 70px;
    min-height: 220px;
    background: rgb(0,160,217);
    background: -moz-linear-gradient(90deg, rgba(0,160,217,1) 0%, rgba(0,116,178,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,160,217,1) 0%, rgba(0,116,178,1) 100%);
    background: linear-gradient(90deg, rgba(0,160,217,1) 0%, rgba(0,116,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0d9",endColorstr="#0074b2",GradientType=1);
}

.content-text-page {
    margin-top: -250px;
}

.content-text-page-bg {
    background-color: #fff;
    padding: 50px;
}

.content-single-area h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 25px;
}

.content-single-area-sottotitolo {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.content-single-area-tag-titolo {
    font-size: 15px;
    font-weight: 600;
    color: #00B8EB;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-single-tag li {
    display: inline-block;
    color: #0075b3;
    font-weight: bold;
    font-size: 15px;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0px 5px 5px 0;
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 20px -10px rgba(0,0,0,0.8);
    box-shadow: 2px 2px 20px -10px rgba(0,0,0,0.8);
}

.content-single-area-categoria {
    display: inline-block;
    color: #0075b3;
    font-weight: bold;
    font-size: 15px;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0px 5px 5px 0;
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 20px -10px rgba(0,0,0,0.8);
    box-shadow: 2px 2px 20px -10px rgba(0,0,0,0.8);
}

.content-single-area::before {
    content: "";
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    background-color: #fff;
}

.content-single-area {
    position: relative;
}

/* square post start */

.post-area {
    margin-bottom: 100px;
}

.square-post {
    float:left;
    position: relative;
    width: 30%;
    padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    background-color:#0074b2;
    overflow:hidden;
}

.rect-post {
    float:left;
    position: relative;
    width: 63.34%;
    padding-bottom: 30%;
    margin:1.66%;
    background-color:#0074b2;
    overflow:hidden;
}

.square-post::before,
.rect-post::before {
    position: absolute;
    background: rgb(0,184,235);
    background: -moz-linear-gradient(90deg, rgba(0,184,235,1) 15%, rgba(23,76,141,0) 75%);
    background: -webkit-linear-gradient(90deg, rgba(0,184,235,1) 15%, rgba(23,76,141,0) 75%);
    background: linear-gradient(90deg, rgba(0,184,235,1) 15%, rgba(23,76,141,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8eb",endColorstr="#174c8d",GradientType=1);

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .9;
}


.square-post-content{
    position:absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 15% 10% 10% 10%;
}

.rect-post-content {
    position:absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 7.5% 5% 5% 5%;
}

.square-post-link,
.rect-post-link {
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 13px;
}

.square-post-title {
    font-weight: bold;
    position: relative;
    padding-top: 15%;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.rect-post-title {
    font-weight: bold;
    position: relative;
    padding-top: 7.5%;
    color: #fff;
}

.square-post-title-color::before {
    content: "";
    top: 0;
    background: #00B8EB;
    width: 120px;
    height: 10px;
    position: absolute;
    display: block;
}

.square-post-content .square-post-rs,
.rect-post-content .rect-post-rs{
    width:auto;
    height:auto;
    max-height:90%;
    max-width:100%;
}

.square-post-bg,
.rect-post-bg{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color:#fff;
}



@media (max-width: 834px) {

    .square-post,
    .rect-post {
        float:left;
        position: relative;
        width: 100%;
        padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
        min-height: 300px;
        margin: 7.5px 15px;
    }

    .square-post-content,
    .rect-post-content {
        padding: 50px 30px 30px;
    }

    .square-post-title{
        padding-top: 25px;
    }

    .rect-post-title {
        padding-top: 0px;
    }

    .square-post-link,
    .rect-post-link {
        font-size: 16px;
    }

}

/* square post end */


.navigation li {
    display: inline-block;
    padding: 5px;
    font-weight: bold;
}

.navigation {
    text-align: center;
    margin-top: 50px;
}

.navigation a {
    color: #004c74;
}

li.active a {
    color: #00b8eb;
}

li.fancyarrow {
    background-color: #505965;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 15px;
}

li.fancyarrow a {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}

form.custom-search input {
    border: none;
    background: none;
    color: #004c74;
    outline: none;
    float: left;
}

form.custom-search input[type="image"] {
    max-width: 25px;
}

form.custom-search fieldset {
    width: 264px;
    border: 2px solid #2085bc;
    border-radius: 25px;
    padding: 5px 10px;
}

form.custom-search {
    text-align: right;
    float: right;
}

.media-active .owl-dots {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.media-active .owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #5a5a5a;
    border-radius: 50%;
    margin: 2px;
}

.media-active .owl-dots .active {
    background-color: #00b8eb;
}

.casa-storie img {
    border-radius: 50%;
    width: 100%;
}

.casa-storie h4 {
    font-size: 25px;
    margin: 0;
    color: #505965;
    font-weight: 400;
}

.casa-storie h3 {
    font-size: 35px;
    line-height: 1;
    margin: 0;
}

.casa-storie {
    margin: 25px 0;
    display: block;
}

.download-file {
    margin: 20px 0;
    vertical-align: middle;
}
.download-file img {
    width: 50px;
    position: absolute;
}

.download-file p {
    font-size: 18px;
    font-weight: bold;
    color: #02b8eb;
    margin: 15px 0 15px 65px;
}

.single-product h1 {
    color: #00b8eb;
    font-size: 32px;
    line-height: 1;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
    opacity:100!important;
    }


.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

li.product {
    border: 1px solid #0074b2;
    border-radius: 12px;
    padding: 6px!important;
    margin-bottom: 30px!important;
}

li.product img {
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 0!important;
}



section.related.products {
    clear: both;
}

li.product .button {
    width: 100%;
    text-align: center;
    border-radius: 9px;
    color: #fff;
    background-color: #0074b2;
    font-size: 10px!important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 5px;
}

li.product .button:hover {
    color: #fff;
    background-color: #00b8eb;
}

li.product .price {
    color: #767676!important;
    font-weight: bolder!important;
    text-align: right;
}

li.product .woocommerce-loop-product__title {
    color: #0074b2;
    min-height: 73px;
}

.woocommerce-notices-wrapper {
    display: none;
}

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

.color-blu1,
.color-blu1 h5,
.color-blu1 h4 {
    color: #004c74!important;
}

.color-blu2,
.color-blu2 h5,
.color-blu2 h4 {
    color: #0074b2!important;
}

.color-blu3,
.color-blu3 h5,
.color-blu3 h4 {
    color: #00a0d9!important;
}

.color-blu4,
.color-blu4 h5,
.color-blu4 h4 {
    color: #02b8eb!important;
}

.team-record {
    text-align: center;
}

.team-record img {
    width: 100px;
    height: auto;
    clear: both;
}

.team-record h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.team-record h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.team-record a {
    font-size: 12px;
}

.team-record {
    margin-bottom: 25px;
}

h2.titolo-organigramma {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin: 25px auto;
}

h2.color-blu1 {
    border: 1px solid #004c74;
    border-radius: 40px;
    padding: 15px;
}

h2.color-blu2 {
    border: 1px solid #0074b2;
    border-radius: 40px;
    padding: 15px;
}

h2.color-blu3 {
    border: 1px solid #00a0d9;
    border-radius: 40px;
    padding: 15px;
}

h2.color-blu4 {
    border: 1px solid #02b8eb;
    border-radius: 40px;
    padding: 15px;
}

.background-si {
    background-color: #4db1da40;
    padding: 20px;
    border-top: 2px solid #02b8eb;
}

img.hero-img-alt {
    margin: 80px auto 20px;
    max-width: 280px;
}


.hero-pagina-stripe-shape {
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    height: auto;
    z-index: 0;
}

.hero-pagina-alt-title p {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: 900;
    margin-bottom: 220px;
    margin-top: 0;
    position: relative;
    padding-left: 40px;
    max-width: 100%;
    width: 360px;
}

@media (max-width: 768px) {
    .hero-pagina-alt-title p {
        padding-left: 0;
        font-size: 50px;
        margin-bottom: 220px;
    }
}

