#logo svg {
    height: 130px;
    padding: 25px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

#header, #header-wrap, #logo img {
    height: 130px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

#primary-menu ul li > a {
    padding: 54px 15px;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 100px;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo svg {
    height: 100px;
    padding: 20px;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 39px;
    padding-bottom: 39px;
}

.widget svg{
    height: 80px;
    padding: 15px;
}

@media (max-width: 991.98px) {
    #logo {
        height: 120px;
    }
}
.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1!important;
}



