/* Header */

/* Social Desktop Menu Background*/
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons)
    li
    a {
    background: #a6ce39;
}

/*Desktop Menu TopLine Size*/
@media (min-width: 992px) {
    #header
        .header-nav.header-nav-line.header-nav-top-line
        nav
        > ul
        > li
        > a:before,
    #header
        .header-nav.header-nav-line.header-nav-top-line
        nav
        > ul
        > li:hover
        > a:before {
        height: 12px;
    }
}

/*Desktop Menu Items*/
@media (min-width: 992px) {
    #header
        .header-nav.header-nav-links:not(.header-nav-light-text)
        nav
        > ul
        > li
        > a,
    #header
        .header-nav.header-nav-line:not(.header-nav-light-text)
        nav
        > ul
        > li
        > a {
        padding-top: 35px;
        font-size: 1.1em;
        font-weight: 400;
    }
}

/* Header */
html.sticky-header-active #header .header-body {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

/* RS */

.slider-container {
    background: #fff !important;
}

/* Footer */

/*Footer Text Color*/
#footer .footer-content .footer-color,
#footer .footer-content a:not(.btn):not(.no-footer-css) {
    color: #b5b5b5 !important;
}

#footer .footer-content .contacts .title {
    text-align: center !important;
}
#footer .footer-content .contacts .content {
    list-style: none !important;
    text-align: center !important;
}
#footer .footer-content p.info {
    border-left: none !important;
}
/*
#footer ul#footerNav li{
    border-left:1px solid #c0c0c0! important;
}

#footer ul#footerNav li:last-child{
    border-left:none! important;
} */

#footer .nav {
    justify-content: center;
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
    right: 0px !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #a6ce39 !important;
}

@media (min-width: 768px) {
    #footer .footer-content .contacts .title {
        text-align: left !important;
    }
    #footer .footer-content .contacts .content {
        text-align: left !important;
    }

    #footer .footer-content .contacts .title {
        text-align: left !important;
    }
    #footer .footer-content .contacts .content {
        text-align: left !important;
    }
    #footer .footer-content p.info {
        border-left: 1px solid #909090 !important;
        border-right: none !important;
    }

    #footer .footer-content.rtl .contacts .title {
        text-align: right !important;
    }
    #footer .footer-content.rtl .contacts .content {
        text-align: right !important;
    }

    #footer .footer-content.rtl .contacts .title {
        text-align: right !important;
    }
    #footer .footer-content.rtl .contacts .content {
        text-align: right !important;
    }

    #footer .footer-content.rtl p.info {
        border-right: 1px solid #909090 !important;
        border-left: none !important;
    }
    #footer .nav {
        justify-content: right;
    }
}

#footer .footer-nav nav {
    display: revert;
}

#footer .footer-nav nav > ul {
    justify-content: space-between;
}
