﻿body {
    direction: ltr;
}

.ltr .primary-menu {
    text-align: left;
}

    .ltr .primary-menu li ul {
        right: auto;
        left: 0;
    }

        .ltr .primary-menu li ul::before {
            right: auto;
            left: 20px;
        }

.ltr .border-line {
    left: auto;
    right: 0;
}

.ltr .breadcrumb ul li {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    border-right: 1px solid #ffffff;
    margin-right: 5px;
    padding-right: 10px;
}

    .ltr .breadcrumb ul li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

.primary-menu li ul li {
    text-align: left !important;
}

.slider-title {
    top: 447px !important;
}

.logo-frame::after {
    left: 23px !important;
    top: -28px !important;
}

.site-title a {
    display: none;
}

.site-footer {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

    .site-footer .socials {
        margin-top: 20px !important;
    }

    .site-footer .col1 {
        width: 320px !important;
        padding-top: 11px;
    }

    .site-footer .col2 {
        width: 60px  !important;
    }

    .site-footer .col4 {
        padding-top: 6px !important;
    }

@media screen and (max-width: 779px) and (min-width: 480px) {
    .site-footer .col1, .site-footer .col2, .site-footer .col3, .site-footer .col4 {
        width: 100% !important;
        text-align: center;
    }
}

