.footer img {
    height: 100px;
    display: inline-block;
    margin-bottom: 20px;
}


.page-header:after, .header .slider:after {
    background: none !important;
}

.video-bg {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5294117647);
    background-position: center;
    background-size: cover;
}

.navbar .sandwich-nav .circle {
    border-radius: 0;
}

.footer {
    background: none !important;
}

.swiper-wrapper {
    transition-duration: 1s !important;
}

.navigation-menu .green-layer, .navigation-menu .black-layer, .transition-overlay .green-layer, .transition-overlay .black-layer {
    -webkit-transition: all 1s cubic-bezier(0.595, 0.03, 0, 0.88);
    -moz-transition: all 1s cubic-bezier(0.595, 0.03, 0, 0.88);
    -o-transition: all 1s cubic-bezier(0.595, 0.03, 0, 0.88);
    transition: all 1s cubic-bezier(0.595, 0.03, 0, 0.88);
}

.transition-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    visibility: hidden;
}


.text-primary {
    /*color: #33a16e*/
    color: #ebc107 !important;
}

.case-details h6 {
    padding-right: 0;
}

.page-header .inner h2 {
    font-size: 5em !important;
}

.our-team figure figcaption {
    background-color: rgba(235, 193, 7, 0.7);
    text-shadow: none !important;
}

.our-team figure figcaption small {
    font-size: 12px;
    color: black;
}

.our-team figure figcaption h4 {
    color: black;
}

.features-content img {
    max-height: 250px;
    margin-bottom: 20px;
    height: 100%;
}

.features-content h5 {
    font-size: 36px;
    font-weight: 600;
}

.features-content p {
    font-size: 16px;
}

/*TRASPARENZA MENU*/
.navigation-menu .green-layer {
    background: #ebc107e0;
}

.navigation-menu .black-layer {
    background: #00000070;
}

/*FINE TRASPARENZA MENU*/

.gallery-home .bg-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ebc107'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ebc107'%2F%3E%3C%2Fsvg%3E") !important;
}

.prova {
    position: absolute;
    top: 200px;
    font-weight: 700;
    color: white;
}

.title {
    font-size: 66px;
}

.subtitle {
    font-size: 34px;
}

.navbar .logo img {
    height: 70px;
}

.navbar .sandwich-nav b {
    font-size: 24px;
}

.our-team figure figcaption {
    text-align: left;
}
.header .gallery-thumbs .swiper-slide {
    font-size: 60px;
}
.header .gallery-thumbs .swiper-slide a {
    font-size: 20px;
    display: none;
    float: right;
    color: #ebc107;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: -10px;
}

@media (max-width: 932px) {
    .title {
        font-size: 20px;
    }
    .header .swiper-pagination span:first-child {
    font-size: 40px;
    }

    .subtitle {
        font-size: 18px;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h4, h4 {
        font-size: 1.1rem;
    }

    .page-header .inner h2 {
        font-size: 3em !important;
    }

    .h2, h2 {
        font-size: 1.8rem;
    }

    .features-content img {
        height: auto;
    }

    .page-header-spacing {
        height: 400px;
    }

    .say-hello h3 {
        font-size: 30px;
    }

    .navigation-menu .inner ul li a {
        font-size: 28px;
    }

    .navigation-menu .inner address {
        margin-top: 20px;
        margin-bottom: -30px;

    }
}