@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --theme-color: rgb(2,63,94);
    --theme-color3: rgb(0,152,101);
    --theme-color2: rgb(231,8,3);
    --theme-color4: #f4a72e;
    --title-color: #33627f;
    --logo-font: "Montserrat", sans-serif;
    --title-font: 'Montserrat', sans-serif;
    --body-font: 'Montserrat', sans-serif;
    --section-space: 70px;
}
p{
    line-height: 1.4;
    margin: 0 0 7px 0;
}
.th-preloader .animation-preloader .txt-loading .characters {
    font-style: normal;
    text-transform: uppercase ;
}
.img-box1 .shape1 {
    display: none;
}
.th-preloader .animation-preloader .txt-loading {
    font-family: var(--logo-font);
    text-transform: uppercase;
    font-style: italic;
}
.header-links li {
    font-size: 18px;
    font-weight: 500;
}
.header-social a {
    font-size: 20px;
}
.header-layout1 .menu-area {
    background-color: var(--theme-color);
}
.header-logo img{
    max-width: 432px;
}
.header-layout1 .logo-bg {
    width: 47.5%;
}
.header-layout1 .main-menu {
    margin-left: 0;
    padding-top: 0px;
}
.header-layout1 .logo-bg-dx {
    width: 37.5%;
}
.header-layout1 .logo-bg-dx {
    position: absolute;
    top: 0;
    right: 0;
    width: 37.5%;
    height: 45px;
}
.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
    background-color: white;
}
.header-layout1 .logo-bg-dx:before, .header-layout1 .logo-bg-dx:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--theme-color3);
    -webkit-clip-path: polygon(calc(21.5% - 70px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(calc(21.5% - 70px) 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
.header-layout1 .logo-bg-dx:after {
    background-color: var(--white-color);
    background-repeat: repeat;
    width: calc(100% - 20px);
    -webkit-clip-path: polygon(calc(18% - 60px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(calc(18% - 60px) 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 10px;
}
.header-logo small {
    font-size: .98em;
    font-weight: 700;
    line-height: 2;
}
video {
    width: 100%;
}
.zi9{
    z-index: 9;
}
.header-social{
    z-index: 9;
}
.header-social img{
    max-width: 200px;
}
.header-social a{
    color: var(--theme-color);
}
.header-layout1 .header-top {
    padding: 7px 0;
}
.main-menu>ul>li {
    margin: 0 25px;
}
.main-menu>ul>li>a {
    padding: 12px 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 0px;
}
.main-menu > ul > li > a:hover {
    color: var(--theme-color3);
}
.main-menu ul.sub-menu li a:before, .th-mobile-menu ul li a:before {
    /*content: "\25BA \25BC \25C0 \25B2";*/
    /*content: "\27E9";*/
    content: "\203A";
    top: 2px;
    font-size: 25px;
}
.header-layout1 .header-top {
    background-color: var(--theme-color3);
}
.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before{
    content: "\2212";
}
.swiper, .hero-2 .th-hero-bg{
    height: 100vh;
}
.hero-title {
    font-size: 38px;
}
.hero-style2 .hero-text {
    font-size: 19.05px;
    font-weight: 500;
}
.sec-title {
    text-transform: none;
}
.year-counter_text {
    line-height: 1.2;
}
h2.sec-title{
    font-size: 28px;
}
.shape-icon:before{
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.service-card:before, .service-card:after {
    background-color: #3e677b;
}
.span-logo span{
    color: var(--theme-color3);    
    text-transform: lowercase;
}
.span-logo{
    font-family: var(--logo-font);
    color: var(--theme-color);
    text-transform: none;
}
.span-logo.white{
    color: var(--smoke-color3);
}
.yellow{
    color: var(--theme-color4) !important;
}
.service-card:hover .span-logo,
.service-card:hover .span-logo span{
    color: var(--smoke-color3);
}
.counter-card-wrap {
    border-radius: 0;
    padding: 67px 40px !important;
}
.img-box1 {
    margin-right: 0;
    margin-left: 0;
    left: -35px;
}
.counter-card_icon:before, .counter-card_icon:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black-color2);
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    z-index: -2;
}
.counter-card_icon:after {
    background-color: var(--white-color);
    top: 2px;
    left: 10px;
    z-index: -1;
}
.counter-card_icon {
    padding-left: 38px;
}
.counter-card_text{
    text-align: center;
    text-transform: uppercase;
}
.counter-card-wrap .counter-card_number {
    text-align: center;
}
.list-service img{
    margin-right: 10px;
}
.list-service{
    font-size: 16px;
}
.list-service h4{
    font-size: 18px;
}
.list-service .icon-s {
    font-size: 20px;
    border-radius: 50%;
    border: 1px dashed var(--theme-color);
    padding: 9px;
}
.list-service .text-s{
    padding-left: 10px;
    padding-bottom: 20px;
}
.img-box2:before, .img-box2:after {
    width: 100%;
    height: 90%;
}
.img-box2 .img1 img {
    max-width: 528px;
}
.img-box2:before {
    top: -20px;
    left: 28px;
}
.img-box2:after {
    right: 22px;
    bottom: 0px;
}
.accordion-card .accordion-button {
    background-color: var(--smoke-color2);
}
.accordion-card {
    box-shadow: 0px 5px 15px rgba(42,77,113,0.4);
}

.img-box2:before, .img-box2:after {
    content: '';
    position: absolute;
    background-color: var(--theme-color);
    width: 100%;
    height: 100%;
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    z-index: -1;
}
.faq-img img{
    will-change: transform; transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    
}
.footer-layout1 .logo-bg {
    background-color: var(--theme-color3);
    top: -1px;
    width: 42%;
/*    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);*/
}
.footer-layout1 .footer-logo img{
    max-width: 300px !important;
}
.footer-layout1 .logo-bg:before {
    background-color: var(--smoke-color3);
/*    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);*/
}
.footer-widget.indirizzo>div{
    display: flex;
    justify-items: flex-start;
    align-items: center;
    gap:10px;
    color: var(--theme-color);
    margin-top: -7px;
    font-weight: 500;
}
.footer-widget.indirizzo>div>i{
    font-size: 30px;
}
.footer-contact-wrap {
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.footer-contact_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    font-size: 25px;
}
.footer-contact_link {
    font-size: 16px;
    font-weight: 500;
}
.text-justify{
    text-align: justify;
}
.text-theme {
    color: var(--theme-color3) !important;
}
.sub-title {
    color: var(--theme-color3);
}
.icon-masking .mask-icon {
    background: var(--theme-color3);
}

/* Partner*/
.testi-grid {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 15px rgba(8,14,28,0.06);
    border-radius: 10px;
    padding: 110px 20px 20px;
    margin-top: 50px;
}
.testi-grid_quote i{
    color: white;
}
.testi-grid_quote {
    bottom: -31px;
}
.testi-grid_img {
    border: 0;
}

.accordion-card:not(:last-child) {
    margin-bottom: 30px;
}

.accordion-card .accordion-button {
    min-height: 70px;
}
.accordion-card .accordion-body {
    border-radius: 0;
    background-color: var(--white-color);
    border: none;
    padding: 30px 30px 39px 30px;
}
.header-logo .icon-masking .mask-icon {
    width: auto;
    max-width: 300px;
}
.acquisto-chiaro .shape-mockup{
    right: 0;
    bottom: 0;
    z-index: 99;
}
.team-card .team-img {
    max-height: 264px;
}
.team-card .team-content {
    box-shadow: 1px 1px 3px rgba(8, 14, 28, 0.7);
    margin: -10px auto 0 auto;
}
/**
* BREADCRUMB
*/
.breadcumb-wrapper {
    padding: 65px 0;
    overflow: hidden;
}
.breadcumb-title, .breadcumb-menu a {
    text-shadow: 0px 0px 14px rgba(0,0,0, .9);
    position: relative;
}
.breadcumb-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #080e1c, #33627e);
    opacity: .7;
}
.shepe-text-reverse {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.feature-thumb12-1 img{
    border-radius: 10%;
}
.feature-thumb12-1{
    clip-path: polygon(0 0, 100% 0, 100% 72%, 23% 83%, 13% 89%, 16% 78%, 0 68%);
}
#cose-essenziali .service-card_number{
    color:var(--theme-color);
    font-family: var(--logo-font);
    top: 40px;
    right: 12px;
    font-size: 140px;
    opacity: 0.12;
}
#cose-essenziali .testi-grid2-area .testi-indicator {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 70px;
}
#cose-essenziali .testi-grid2-area .slider-arrow {
    top: 91%;
}
#cose-essenziali .testi-grid2-area .testi-line {
    bottom: 107px;
    height: 3px;
}
#cose-essenziali .testi-grid2-thumb .box-img {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--theme-color);
    font-weight: bold;
    font-family: var(--logo-font);
    transition: all .5s;
}
#cose-essenziali .swiper-slide-thumb-active .box-img{
    background-color: var(--theme-color);
    color: var(--smoke-color);
}
#cose-essenziali .box-title {
    font-size: 30px;
    position: relative;
}
.dlab-separator-outer {
    overflow: hidden;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 50px;
    position: relative;
    background-color: var(--theme-color3)
}
.faq-area10 .faq10-image img{
    bottom: 0;
    position: absolute;
    max-height: 100%;
}
.service-card_number {
    top: 49px;
    right: 25px;
    font-size: 70px;
    opacity: 0.7;
    font-family: var(--logo-font);
}
.shape-icon img{
    max-width: none;
}
.service-card {
    max-width: 391px;
    height: 424px;
}
.price-card_title{
    color:var(--title-color);
    border-bottom: 2px solid;
    height: 55px;
    -webkit-border-image: -webkit-linear-gradient(right, var(--theme-color) 27%, var(--white-color) 100%);
    border-image: linear-gradient(to left, var(--theme-color) 27%, var(--white-color) 100%);
    border-image-slice: 1;
    
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.price-card_title img{   
    margin-right: 15px;
    width: 40px;
}
.price-card_title h3{   
    margin: 0;
    font-size: 17px;
}
.price-card:hover .price-card_title h3{   
    color:var(--white-color);    
}
.price-card:hover .price-card_title{    
    -webkit-border-image: -webkit-linear-gradient(right, var(--title-color) 27%, var(--theme-color) 100%);
    border-image: linear-gradient(to left, var(--title-color) 27%, var(--theme-color) 100%);
    border-image-slice: 1;
}
.price-card_top{
    background-color: var(--white-color);
}
.price-card_content, .price-card{
    background-color: var(--white-color);
}
.price-card_content {
    color: var(--title-color);
    font-weight: 500;
    padding: 15px 30px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}
.price-card .particle {
    width: 102px;
    height: 150px;
}
.price-particle {
    width: 100px;
    height: 100px;
}
.price-card_top {
    padding: var(--space-y) 0 15px;
}
.price-card_top:before, .price-card_top:after {
    height: 100px;
    width: 100px;
}

/* Aquisto chiaro*/
#acquisto-chiaro .img-box3 .img2 img{
    padding: 10px;
}
#acquisto-chiaro .img-box3 .img2{
    padding: 0;
}
#acquisto-chiaro .img-box3 .img3 img {
    border-radius: 10px;
    max-width: 102px;
    background: white;
    padding: 10px;
}
#acquisto-chiaro .faq-img img {
    width: auto;
}
#acquisto-chiaro .img-box3 .img2 {
    width: 100px;
}
#acquisto-chiaro .img-box3 .img3 {
    left: 50px;
    top: -27px;
}
.bg-smoke {
    background-color: #fefefe;
}
.process-card_number{
    font-family: var(--logo-font);
}
.service-grid_text {
    max-width: 100%;
}
.process-card.style3 .process-card_icon {
    height: 75px;
    width: 75px;
    line-height: 75px;
    background: var(--smoke-color2);
    padding: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-card .box-title {
    margin-bottom: 15px;
}
.box-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.box-title a:hover {
    text-decoration: none;
}
.service-grid_content {
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.2);
}
.blog-card .box-title a:hover {
    background-size: 100% .7px;
}
.blog-card .blog-bottom {
    justify-content: flex-end;
}
.blog-contenuto h2{
    font-size: 25px;
}
.recent-post .post-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: none;
}
.recent-post {
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.recent-post:last-child {
    border: 0;
}
.service-card_text {
    text-align: center;
}
.team-card .team-img {
    box-shadow: 1px 1px 7px rgba(8, 14, 28, 0.7);
}
.team-card .team-img img {
    object-fit: cover;
}
form .th-btn{
    height: 75px;
}
.boxs-1, .boxs-2{
    z-index: 99;
    width: auto;
    background: red;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    animation: pulse 1s infinite;
    text-transform: uppercase;
    font-weight: 500;
    top: -30px;
}
.checklist li i{
    margin-top: 5px;
}
.checklist li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-align: justify;
}
.title-area {
    margin-bottom: 15px;
}

.th-btn {
    border-radius: 10px;
}
.widget-banner h2.title  {
    font-size:30px;
    line-height: 1.7;
}
.checklist.style3 li > i {
    color: var(--theme-color3);
    margin: 0;
}
.checklist.style3 li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.checklist.style2 li {
    font-size: 16px;
    font-weight: normal;
}
.checklist.style2 li > i {
    border: 1px dashed var(--theme-color3);
}
.checklist li > i {
    color: var(--theme-color3);
}
.checklist.style2 li:not(:last-child) {
    margin-bottom: 7px;
}
.list-service .number {
    position: absolute;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    color: var(--title-color);
    opacity: 0.06;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    top: -50px;
}
.checklist.style3 li:not(:last-child) {
    margin-bottom: 7px;
}
.checklist.style3 li{
    line-height: 1.2;
    text-align: left;
}
.counter-card-wrap .counter-card_icon:before {
    background-color: var(--theme-color);
}
.counter-card-wrap {
    background-color: var(--theme-color3);
}
.footer-layout1 {
    background-color: #fff;
}
.footer-widget .widget_title {
    color: var(--theme-color);
}
.footer-widget .widget_title:before {
    background-color: var(--theme-color3);
    width: 140px;
}
.footer-widget .widget_title:after {
    border: 2px solid var(--theme-color3);
    left: 136px;
}
.widget_nav_menu a {
    color: var(--theme-color)!important;
    font-weight: 700 !important;
}
.widget_nav_menu a:hover {
    color: var(--theme-color3)!important;
}
.footer-wrapper .th-social a {
    color: var(--theme-color);
}
.footer-wrapper .th-social a:hover {
    color: var(--white-color);
}
.widget-area {
    padding-bottom: 0;
}
.footer-layout1 .shape-left {
    top: -55px;
}
.copyright-wrap.bg-title {
    background-color: var(--theme-color) !important;
}
.price-card svg{
    margin-right: 10px;
}
.price-card:hover svg path{
    fill: #FFF;    
}
.scroll-top {
    right: 100px;
    bottom: 23px;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-label {
    margin-bottom: 0;
}