@media (min-width: 992px) {
    .transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input {
        border-bottom: 2px solid rgb(255 255 255 / 49%);
    }

    .what-we-do .row.eH-Area {
        position: relative;
        top: -25vh;
    }
    .our-courses-layer {
        background-color: var(--accent-color);
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
    }
}

@media(max-width: 991px) {
    #logo img {
        padding: 5px;
    }
    .our-courses-layer {
        background-color: var(--accent-color);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
    }

    .slider-caption h2,
    .slider-caption .h2 {
        font-size: 4rem;
    }

    .top-footer .footer-links {
        display: block;
    }

    .top-footer .footer-links a {
        margin-bottom: 15px;
        display: block;
    }

    .footer-links {
        display: flex;
        justify-content: center;
    }

    .value-count h3 {
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%) rotate(0);
        text-align: center;
    }

    .meet-ceo .w-50,
    .partners .w-50,
    .mission .w-50,
    .vision .w-50,
    .contact-form .form.w-75 {
        width: 100% !important;
    }

    #header-wrap {
        background-color: #000;
    }

    #slider.about-slider {
        display: none !important;
    }

    .company-image {
        top: 0;
    }

    .news-listing .container,
    .contact-form .container {
        margin-top: 0 !important;
    }

    .map {
        height: 50vh;
    }

    .what-we-do-item {
        margin-bottom: 30px !important;
        display: block;
    }
}

@media (min-width: 1400px) {
    .companies-filter .container {
        max-width: 1500px;
    }
}