:root {
    --primary-filter-color: brightness(0) saturate(100%) invert(34%) sepia(87%) saturate(370%) hue-rotate(101deg) brightness(102%) contrast(93%);
}
/*
     https://angel-rs.github.io/css-color-filter-generator/
*/

[dir="ltr"] .breadcrumb-section .shape {
    right: 0;
    left: auto;
}

[dir="ltr"] .header-logo {
    margin-right: 30px;
}

.header-menu ul li span {
    font-size: 16px;
}

.fill-white {
    filter: brightness(0) invert(1) !important;
}

.card-safety .icon img {
    padding: 8px;
}

.card-safety {
    position: relative;
}

    .card-safety .shape {
        filter: var(--primary-filter-color);
        position: absolute;
        top: 20px;
        left: 10px;
    }

[dir="ltr"] .card-safety .shape {
    left: auto;
    right: 10px;
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

.footer-widget-menu {
    z-index: 999;
    position: relative;
}

.card img {
    max-width: 100%;
}

.card-service-details {
    width: 100% !important;
}

.article-details, .article-details * {
    line-height: 35px;
}

.single-blog h4 {
    min-height: 55px;
}

.pagination--small .pagination__item a {
    width: 24px;
    height: 24px;
}

.pagination__item a {
    width: 24px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    display: grid;
    place-items: center;
}

.footer-widget-menu ul li a:hover {
    color: #ddd;
}

.hero_area video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.card-safety p, .card-service p {
    min-height: 50px;
}

.card-service .icon img,
.card-safety .icon img {
    filter: var(--primary-filter-color);
    height: 50px;
    width: auto;
}

.filter-white {
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(22%) hue-rotate(262deg) brightness(107%) contrast(100%);
}

.card-service .icon,
.card-safety .icon {
    text-align: right;
}

.card-service .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.owl-item .card-service .icon {
    justify-content: flex-end;
}

a.btn-main:focus, a.btn-main:hover {
    color: #fff !important;
}

.blog-footer a.btn-main:focus, a.btn-main:hover {
    color: var(--primary-color) !important;
}

.card-service .icon {
    height: 50px;
    width: auto;
}

h3, h2, h1, h4 {
    margin-bottom: 10px;
    line-height: initial !important;
}
/*
.page-content-holder div:first-child {
    width: 100%;
}
*/

.accordion-button {
    font-size: 14px;
    text-align: start;
}