/* Minification failed. Returning unminified contents.
(78,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(79,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(83,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(84,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */

@media screen and (max-width: 1400px) {
    body {
        background-size: unset;
    }

    #who-we-are-page .mission-vision .facility-description > div:first-child {
        padding-right: 50px;
    }

    #who-we-are-page .mission-vision .facility-description > div:last-child {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1200px) {

    .collection-list-3:first-of-type {
        margin: 60px 0 17px 0;
    }
    .swiper-slide {
        padding: 15vh 10vw;
    }

    @media screen and (max-width: 1024px) {
    }

@media screen and (max-width:992px) {
    #hp-av img,
    #av-index img {
        height: 250px !important;
        object-fit: cover;
    }
    .isotope-item {
        width: calc(50% - 1rem)!important;
    }
    .swiper-slide {
        padding: 30vh 10vw;
    }
}

@media screen and (max-width: 900px) {

    #news-detail-page .right img:first-child {
        margin-bottom: 3rem !important;
    }
    #footer * {
        text-align: center !important;
    }

    #footer dd {
        text-indent: 0px;
    }

    #footer #about p {
        max-width: none;
    }
}


@media screen and (max-width: 768px) {
    .rd-navbar-wrap a{
        font-size:15px !important;
    }
    .brand-logo-dark{
        height:40px!important;
    }
    .cs-links {
        flex-direction: column;
    }

        .cs-links span {
            display: none;
        }

    #who-we-are-page .mission-vision .facility-description > div:first-child {
        margin-bottom: 3rem;
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    #who-we-are-page .mission-vision .facility-description > div:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    #who-we-are-page .values-block article > div {
        flex-direction: column;
    }

    #news-page .item {
        margin-bottom: 50px;
    }

    #projects-detail-page .related-projects .isotope-wrap,
    #projects-detail-page .related-projects .isotope-item {
        padding-right: 0;
    }
    .isotope-item {
        width: calc(100% - 1rem) !important;
    }

    #hp-av .middle-image {
        height: 250px;
    }

        #hp-av .middle-image .img-holder {
            height: 166px;
        }
        #contact-us-page .left{
            margin-bottom:100px!important;
        }
        footer .left{
            flex-direction:column;
        }
    #page-profile .mission-vision .row > div:not(:last-of-type){
        margin-bottom:50px;
    }
    .footer-icons li:last-of-type{
        display:block;
    }
    .vacancies-list .item{
        justify-content:center !important;
    }
}


@media screen and (max-width: 600px) {
    body {
        background-size: unset;
    }


    #news-page article {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 12px;
    }

    body {
        background-size: unset;
    }

    #clients-page a, #partners-page a {
        padding: 10px;
    }
}

@media screen and (max-width: 320px) {
}

