@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%);
    }
}
@media(max-width: 991px){
    #logo img {
        padding: 5px;
    }
    .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;}
}

@media (min-width: 1400px) {
    .companies-filter .container {
        max-width: 1500px;
    }
}