/*
 * NEGRI BIO (https://negri-bio.com)
 *
 * Copyright 2011-2021 ANSOFT - www.an-soft.it
 * Licensed under ATHENAE NOCTUA SOFTWARE DI LOSI GIULIANO
 */

html,
body {
    height: 100%;
    font-family: 'exo_2regular_condensed';
    scroll-behavior: smooth;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'exo_2regular_condensed';
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
}
section {
    padding: 100px 0px
}
span.color-highlight {
    color: #CC0001;
}

.overflow-hidden, .overflow-y-hidden {
    overflow-y: hidden!important;
}

.title {
    font-size: 50px;
    text-transform: uppercase;
    color: #333333;
    line-height: 1;
}
.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    color: #999999;
}

.heroheader .bg-container {
    background-image: url(../img/negri-bio-video-header.jpg);
    transform: translate3d(0px, 13px, 0px);
}
/*********************************/
/*********************************/
/********* LOADER ************/
/*********************************/
/*********************************/
.mask {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
#intro-loader {
    width: 40px;
    height: 40px;
    background-color: #ED712C;
    margin: 500px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

@media (max-width: 767px) {
    #intro-loader {
        margin: 250px auto;
    }

}

/*#header-sticky .navbar {*/
/*    background-color: transparent;*/
/*}*/

/* hero header - da mettere video in futuro */
/*.heroheader .bg-container {*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    backface-visibility: hidden;*/
/*    filter: grayscale(100%);*/
/*}*/

/*.heroheader .hh-content {*/
/*    height: 100vh;*/
/*}*/
/*#negribio-video {*/
/*    width: 100%;*/
/*}*/

/*video header by Gloria*/
/*html, body {*/
/*    height: 100%;*/
/*    min-height: 100%;*/
/*    background: #444;*/
/*    overflow: hidden;*/
/*}*/
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotateZ(0);
}
.heroheader .video-mobile {
    display: none;
}

.heroheader .move {
    position: absolute;
    right: 0;
    bottom: 10rem;
    left: 0;
    text-align: center;
}
.heroheader .move arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.heroheader .move h2 {
    color: #FFFFFF;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0;
}
.heroheader .move h1 {
    color: #FFFFFF;
    font-size: 6rem;
    font-family: 'exo_2bold_condensed';
    line-height: 1;
    text-transform: uppercase;
}
.heroheader .move a {
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}
#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    /*behavior: url(-ms-transform.htc);*/
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'exo_2light';
    font-size:14px;
    font-weight:bold;
    letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */

    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */

    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */

    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 82px;
    background: #FFFFFF;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/*scroll up*/
.elements-bar.right {
    right: 4.4vh;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(
            -90deg
    ) translate(50%,-100%);
    -ms-transform: rotate(-90deg) translate(50%,-100%);
    transform: rotate(
            -90deg
    ) translate(50%,-100%);
}
.elements-bar.right li a {
    color: black;
}

/*colori-generale*/
.bg-green {
    background-color: #006600;
}
.bg-light-grey {
    background-color: #F2F2F2;
}
.bg-grey {
    background-color: #999999;
}
.bg-light-green {
    background: #9da663;
}
.bg-highlight-green {
    background: #37AC36;
}
.bg-yellow {
    background: #cc9933;
}
.bg-salmon {
    background: #cc6633;
}
.bg-dark {
    background: #333333;
}
/*tabelle*/
.table thead {

}
/*tabelle colorate*/
.table.table-green thead {
    background: #006600;
    color: #FFFFFF;
    border: 2px solid #006600;
}
.table.table-green.table-striped tbody tr:nth-of-type(odd) {
    background-color: #B9B9B9;
}
.table.table-green.table-bordered th,
.table.table-green.table-bordered td {
    border: 1px solid #006600;
}
.table.table-yellow thead {
    background: #C89637;
    color: #FFFFFF;
    border: 2px solid #C89637;
}
.table.table-yellow.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F3E4C8;
}
.table.table-yellow.table-bordered th,
.table.table-yellow.table-bordered td {
    border: 1px solid #C89637;
}
.table.table-salmon thead {
    background: #cc6633;
    color: #FFFFFF;
    border: 2px solid #cc6633;
}
.table.table-salmon.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2bba5;
}
.table.table-salmon.table-bordered th,
.table.table-salmon.table-bordered td {
    /*text-transform: capitalize;*/
    border: 1px solid #cc6633;
}
.table.table-light-green thead {
    background: #9da663;
    color: #FFFFFF;
    border: 2px solid #9da663;
}
.table.table-light-green.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e9ead0;
}
.table.table-light-green.table-bordered th,
.table.table-light-green.table-bordered td {
    border: 1px solid #9da663;
}
/*side content  */
.side-content {
    text-align: center;
    height: 100%;
    padding: 20px;
}
.side-content h2 {
    font-size: 38px;
    color: #92C690;
    text-transform: uppercase;
    word-wrap: break-word;
}
.side-content h4,
.side-content label {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.side-content a {
    color: #FFFFFF;
}
.side-content .form-select {
    text-transform: uppercase;
    color: #006600;
    border-radius: 0;
}

/*richiesta catalogo*/
.catalog-download {
    background-color: #006600;
    padding: 0px;
}
.catalog-download-content {
    background: #FFFFFF;
    padding: 30px;
    margin: 40px 0;
}
.catalog-download-content .title {
    font-size: 2.2rem;
}
.catalog-download-content a {
    font-size: 20px;
}
.catalog-download img {
    max-height: 340px;
    margin: 0 auto;
}

/* asterisco */
.asterisk {
    font-size: 18px;
    color: #006600;
}
.asterisk span {
    font-family: 'exo_2bold_condensed';
}
.asterisk.airing-machines, .asterisk.airing-machines-fixed-blade, .asterisk.airing-machines-mobile-hammer {
    display: none;
}
.product-category.product-category-salmon.shredders-blade {
    padding-bottom: 30px;
}
/*partner*/
.partner .owl-carousel .owl-item img {
    width: 80%;
    margin: 0 auto;
}
/*info*/
.pre-footer {
    padding: 0px;
}
.pre-footer .map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.pre-footer .info-open,
.pre-footer .info-contact {
    position: relative;
    background-color: #f2f2f2;
    padding: 50px 50px 1px;
    z-index: 100;
}
.pre-footer .info-contact img,
.pre-footer .info-open img {
   width: 50px;
    margin-top: -5px;
}
.pre-footer .info-contact .title,
.pre-footer .info-open .title {
    font-size: 30px;
    margin-bottom: 10px;
}
.pre-footer .info-contact p,
.pre-footer .info-open p {
    margin-bottom: 0.2rem;
}
.pre-footer .info-contact p a,
.pre-footer .info-open p span {
    font-family: 'exo_2bold';
}
.pre-footer .info-open {
    padding: 30px 50px 35px;
}

.pre-footer .content-gmap {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute !important;
    width: 100%;
}

/*newsletter*/
.newsletter {
    background: #006600;
    color: #FFFFFF;
    padding: 50px 0;
}
.newsletter img {
    max-width: 100px;
}
.newsletter .title {
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 0;
}
.newsletter a {
    color: #FFFFFF;
    font-size: 20px;
}
/*footer*/
footer {
    background-color: #f2f2f2;
    background-image: url(../img/negri-bio-albero-web.png);
    background-size: auto 300px;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #333333;
}
footer .footer-info {
    padding: 2rem 0 0 4rem;
}
footer .footer-info p {
    font-size: 20px;
    padding: 0 0 0 10px;
    margin-bottom: 7px;
}
footer .footer-info p.personal-data {
    font-size: 16px;
    padding: 0 0 0 10px;
}
footer h6 {
    font-family: 'exo_2bold_condensed';
    margin: 1rem 0 0;
}
footer ul li {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0;
}
footer ul li:last-child {
    border-bottom: none;
}
footer ul li a i {
    padding-right: 8px;
}
footer a {
    font-size: 18px;
    color: #888888;
}
footer .bg-secondary {
    background-color: #cccccc !important;
}
footer .bg-secondary p {
    color: #333333;
    font-family: 'exo_2bold';
}
footer .social-nav {
    font-size: 1.4rem;
    color: #333333;
}
footer .footer-language ul li {
    border-bottom: none;
    padding: 6px 0;
    margin-right: .5rem;
}
footer .footer-language ul li:after {
    content:"|";
    padding: 0 0 0 10px;
}
footer .footer-language ul li:last-child:after {
    content:"";
}

footer .footer-language ul li a {
    font-size: 16px;
    color: #CC0001;
    font-family: 'exo_2regular';
    text-transform: capitalize;
}
footer .footer-language ul li a:hover {
    background-color: transparent;
    color: #CC0001;
    font-family: 'exo_2regular';
    text-decoration: underline;
}
footer .footer-language ul li.active a {
    font-family: 'exo_2bold';
}
footer .copyright {
    background: #006600;
    color: #FFFFFF;
    padding: 3px 0;
}
footer .copyright a {
    color: #FFFFFF;
}

/*cookie box policy*/

#cookie-policy-box {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    /*font-family: 'exo_2regular_condensed';*/
    /*text-transform: uppercase;*/
    font-family: 'exo_2regular';
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    z-index: 9999;
    color: rgb(241, 242, 241);
    background: rgba(76, 81, 81, 0.8);
    padding: 20px 10px 15px;
}

#cookie-policy-box a {
    color: #FFF;
    text-decoration: underline;
}

#cookie-policy-box a:hover {
    color: #FFF;
    text-decoration: none;
}
#cookie-policy-box .checkbox {
    margin-bottom: 10px;
}
#cookie-policy-box .checkbox label {
    display: inline-block;
    margin: 5px 0;
}

.btn-cookie {
    min-width: 150px;
    background-color: #FFFFFF;
    color: #4C5151 !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 10px;
}

.btn-cookie:hover {
    color: #FFF;
    text-decoration: none;
}

#cookie-policy-box  #close {
    display:inline-block;
    float: right;
    font-size: 16px;
    color: #FFFFFF !important;
    margin: 20px 30px 0
}

/*RESPONSIVE*/
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .heroheader .move {
        top: 14rem;
    }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /*home:sezioni prodotti*/
    .product .family-product .img-product {
        margin: 0px;
    }
    /*home:sezioni catalogo*/
    .catalog-download {
        padding: 80px 0px 0px;
    }
    /*home:sezioni news*/
    .news .side-content {
        height: auto;
        margin-bottom: 20px;
    }
    .news .news-box {
        margin-bottom: 20px;
    }
    /*general:copy*/
    .copyright {
        text-center: center !important;
    }
}
/* smarthphone */
@media (min-width: 320px) and (max-width: 480px) {
    /*video*/
    .heroheader .video-desktop {
        display: none;
    }
    .heroheader .video-mobile {
        display: block;
        width: 100%;
        height: auto;
    }
    /*general*/
    .title {
        font-size: 40px;
    }
    .side-content h2 {
        font-size: 36px;
    }
    /*footer*/
    footer {
        background-image: none;
    }
    footer .footer-info {
        text-align: center;
        padding: 0;
    }
    .footer .footer-link,
    .footer .footer-social {
        text-align: center;
    }
    .footer .footer-social {
        padding-top: 1rem;
    }
    .footer .footer-link h6,
    .footer .footer-social h6 {
        margin: 0 0 15px 0;
    }
    .footer .footer-link ul,
    .footer .footer-social ul {
        margin: 0 60px;
    }
    .footer-language {
        text-align: center;
    }
    .copyright {
        font-size: 14px;
        text-align: center;
    }
    footer .copyright a {
        padding: 0 10px;
    }
     /*HOME PAGE*/
    /*home: sezione gamma prodotti*/
    #product-categories .family-product .info-product p {
        font-size: 18px;
    }
    /*home:sezioni catalogo*/
    .catalog-download {
        padding: 0px;
    }
    .catalog-download img {
        display: none;
    }
    /*home:sezioni news*/
    .news .main-content .news-highlight .news-highlight-content {
        position: initial;
        width: 100%;
    }
    .news .main-content .news-highlight .news-highlight-content .news-title {
        color: #212529;
        text-shadow: none;
        margin: 20px 0 16px;
    }
    .news .main-content .news-highlight .news-highlight-content .news-link {
        color: #212529;
    }

    .news .side-content {
        height: 130px;
        margin-bottom: 20px;
    }
    /*home:sezione map*/
    .pre-footer {
        margin-bottom: 10px;
    }
    .pre-footer .info-open p {
        font-size: 14px;
    }
    .pre-footer .content-gmap {
        display: none;
    }
    /*owl carosel - general*/
    .owl-carousel.product .owl-nav button.owl-next, .owl-carousel.product .owl-nav button.owl-prev, .owl-carousel.foto-gallery .owl-nav button.owl-next, .owl-carousel.foto-gallery .owl-nav button.owl-prev, .owl-carousel.technology-content-gallery .owl-nav button.owl-next, .owl-carousel.technology-content-gallery .owl-nav button.owl-prev, .owl-carousel.service-content-gallery .owl-nav button.owl-next, .owl-carousel.service-content-gallery .owl-nav button.owl-prev {
        font-size: 120px;
    }
    .company-content .owl-carousel .owl-nav, .recycling-content .owl-carousel .owl-nav {
        width: 135%;
        left: -18%;
    }
}