﻿/* Titolo pagina */
.breadcrumb-area {
    background-image: url(/assets/img/bg/09.jpg);
}

/* Slider servizi */
.section-area {
    padding-bottom: 710px;
!important;
}

.services-padding {
    margin-top: -620px;
!important;
    margin-bottom: 0;
!important;
}

.services-wrapper:hover .services-content {
    background: #ffffff;
!important;
}

.services-wrapper:hover h3 {
    color: #282828;
!important;
}

/* Form contatti */
.contact-us-area {
    margin-left: 0;
!important;
    margin-right: 0;
!important;
    margin-top: 0;
!important;
}

.cta-area {
    position: relative;
}

.cta-area:before {
    position: absolute;
    background: rgba(32, 46, 32, 0.8);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-box::before {
    content: "";
}

.fs-35 {
    font-size: 30px !important;
}

.dropzone {
    border: 2px solid #eeeeee;
    background: #ffffff;
    padding: 0 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins";
    transition: 0.3s;
}

.checkbox {
    height: auto !important;
    width: auto !important;
}

.contact-us-wrapper ::placeholder {
    color: white;
}

.footer-icon a:hover {
    color: #3a9948;
    background-image: -moz-linear-gradient(-51deg, #ffffff 0%, #ffffff 99%);
    background-image: -webkit-linear-gradient(-51deg, #ffffff 0%, #ffffff 99%);
    background-image: -ms-linear-gradient(-51deg, #ffffff 0%, #ffffff 99%);
    border-color: #3a9948;
}

.widget-title::after {
    background-image: -moz-linear-gradient(-51deg, #3a9948 0%, #3a9948 99%);
    background-image: -webkit-linear-gradient(-51deg, #3a9948 0%, #3a9948 99%);
    background-image: -ms-linear-gradient(-51deg, #3a9948 0%, #3a9948 99%);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.video-wrapper #bannerVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .logo {
        width: 200px;
    }

    .video-wrapper {
        padding-bottom: 0;
        height: 450px;
        overflow: hidden;
    }

    .video-wrapper #bannerVideo {
        height: 450px;
        width: auto;
    }
}

.contact-link a {
    font-size: 18px;
    color: #d4d4d4 !important;
    font-weight: 500;
}

@media (min-width: 993px) {
    .lang-menu-mobile {
        display: none !important;
    }
}

@media (max-width: 993px) {
    .mb-150 {
        margin-bottom: 50px;
    }

    .mt-150 {
        margin-top: 50px;
    }
}

.logo-pallex {
    max-width: 200px;
    display: block;
}