﻿.header__logo > a img {
    width: 64px;
}

.fun-fact--four .icon {
    min-width: 80px;
    min-height: 80px;
}

.breadcrumb-area .hero-wrapper {
    max-height: 200px;
}

.service-hero-text h1 {
    font-size: 3.5rem;
}

.service-hero-text p {
    font-size: 1.8rem;
}

.resolutions-hero-space::after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 30%);
}

.service-hero-text h1 a:hover {
    color: #ededed
}

@media only screen and (max-width: 575px) {
    .service-hero-text h1 {
        font-size: 1.8em;
    }
}

.blog-thumbnail {
    height: 240px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.pricing-table__image {
    width: 100% !important;
    height: 100% !important;
}

.ht-large-box-images.style-04 .content {
    padding-bottom: 30px;
}

.ht-simple-job-listing .item {
    padding: 33px 50px 33px;
}


.blog-section-wrapper .swiper-wrapper .img-fluid {
    min-width: 362px;
    height: 225px;
}

.blog-section-wrapper .blog-thumbnail .img-fluid {
    min-width: 370px;
    height: 230px;
}

.resolutions-hero-space {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 575px) {
    .resolutions-hero-space {
        height: 320px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .swiper-wrapper video {
        height: 320px;
        width: 100%;
    }
}

.swiper-wrapper video {
    min-height: 100vh;
    min-width: 100vw;
}

.breadcrumb-area {
    background-color: #f6c200;
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: unset;
}

.breadcrumb-item + .breadcrumb-item::before {
    margin-right: 5px;
}

.breadcrumb-list li.active {
    color: #ffffff;
    font-weight: 700
}

.language-menu > ul > li > a {
    text-transform: capitalize;
}

.language-menu > ul > li ul li a {
    text-transform: capitalize;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    background: #333;
}