@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%;
    }
    .our-policies-layer {
        background-color: var(--accent-color);
        position: absolute;
        right: 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: var(--accent-color);
        margin-bottom: 30px;
    }

    body.home #header-wrap {
        margin-bottom: 0;
    }

    body.home div#header-wrap {
        background-color: var(--accent-color);
    }

    #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;
    }


    .about-main-section.about2 .top-layer {
        position: absolute;
        background-color: #fff;
        width: 40vw;
        padding: 30px;
        right: 20%;
        font-size: 13px;
    }
}

/* CUSTOM WIDTHS */
.w-10,
.w-xs-10 {
    width: 10% !important;
}

.w-15,
.w-xs-15 {
    width: 15% !important;
}

.w-20,
.w-xs-20 {
    width: 20% !important;
}

.w-25,
.w-xs-25 {
    width: 25% !important;
}

.w-30,
.w-xs-30 {
    width: 30% !important;
}

.w-35,
.w-xs-35 {
    width: 35% !important;
}

.w-40,
.w-xs-40 {
    width: 40% !important;
}

.w-45,
.w-xs-45 {
    width: 45% !important;
}

.w-50,
.w-xs-50 {
    width: 50% !important;
}

.w-55,
.w-xs-55 {
    width: 55% !important;
}

.w-60,
.w-xs-60 {
    width: 60% !important;
}

.w-65,
.w-xs-65 {
    width: 65% !important;
}

.w-70,
.w-xs-70 {
    width: 70% !important;
}

.w-75,
.w-xs-75 {
    width: 75% !important;
}

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {

    /* CUSTOM WIDTHS */
    .w-sm-10 {
        width: 10% !important;
    }

    .w-sm-15 {
        width: 15% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }
}

/* MD breakpoint*/
@media (min-width: 768px) {

    /* CUSTOM WIDTHS */
    .w-md-10 {
        width: 10% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }
}

/* LG breakpoint */
@media (min-width: 992px) {

    /* CUSTOM WIDTHS */
    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-15 {
        width: 15% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }
}

@media(max-width: 1650px){
    .meet-the-team-link{margin-bottom: 120px !important;}
}