.service-2-box .service-logo img {
    height: 80px;
    max-width: initial;
}

.service-2-box:hover .service-logo img {
    filter: initial !important;
}

.service-2-box .service-logo {
    background: transparent;
}

.service-2-box:hover .service-logo {
    background: initial !important;
}

.about-2-content .feature-list li i {
    margin-top: 9px;
}

.about-2-content .feature-list li {
    align-items: initial;
}

@media only screen and (max-width: 767px) {
    .faq-accordion .accordion-button {
        text-align: right;
    }
}

.brand-box img {
    height: 75px;
    object-fit: contain;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-2 .title {
    min-height: 68px;
}

.blog-2 .text {
    min-height: 52px;
}

.blog-2 .thumb {
    height: 300px;
}

.project-2-box .title img {
    height: 31px;
    max-width: 45px;
}

.project-2-box .subtitle .url {
    font-size: 13px;
    font-weight: 400;
}


.service-2-box .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 100px;
}

.process-2-box .thumb img {
    height: 100px;
    object-fit: contain;
}

.service-2-box .title {
    min-height: 58px;
}

.modal-header .btn-close {
    margin-left: 0;
}

.header-2-offfcanvas {
    direction: ltr;
}

.language-flag-img {
    max-height: 35px;
}

.contact-box .thumb img {
    height: 260px;
    object-fit: cover;
}

.counter-2-box .icon img {
    filter: brightness(0) invert(1);
}

.brand-3-box img {
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.counter-2-box .title .odometer.odometer-auto-theme, .counter-2-box .title .odometer.odometer-theme-default {
    direction: ltr;
}

.feature-1-box .icon img {
    height: 45px;
    object-fit: contain;
    filter: invert(20%) sepia(94%) saturate(7481%) hue-rotate(249deg) brightness(95%) contrast(104%);

}

.feature-1-box:hover > .icon > img {
     filter: brightness(0) invert(1);
}

.rr-pagination a.active {
    background-color: var(--theme);
    color: var(--white);
}

.project-3-box .title img {
   height: 30px;
}

.project-3-box .content {
    width: 100%;
}

.project-3-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-3-box {
    min-height: 250px;
}

.blog-4 .thumb img {
    height: 400px;
    object-fit: contain;
}

.text-wrapper {
    color: var(--black-2) !important;
}

.faq-page .faq-content .section-title {
    color: #222;
}

.faq-page {
    background-color: var(--bs-light);
}