.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-checkbox:before {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-checkbox:after {
        content: " ";
        clear: both;
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #3898ec;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }

.w-form-formradioinput--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }

    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-width: 4px;
        border-color: #3898ec;
    }

.w-embed-youtubevideo {
    width: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

    .w-embed-youtubevideo:empty {
        min-height: 75px;
        padding-bottom: 56.25%;
    }

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
}

h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

.section-home-banner {
    height: 100vh;
}

.section-content {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
}

    .section-content._0down-padding {
        padding-bottom: 0;
    }

    .section-content.project-details-sub-text {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .section-content.project-inner {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .section-content.news-details-sub-text {
        padding-top: 200px;
        padding-bottom: 0;
    }

    .section-content.top-100px {
        padding-top: 100px;
    }

.home-banner-silder {
    height: 100%;
    background-color: #000;
}

.home-banner-silde {
    color: #fff;
}

.hides {
    display: none;
}

.home-banner-silde-image {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

    .home-banner-silde-image._01 {
        background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/home-banner-image-01.jpg');
        background-size: auto, cover;
    }

.container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
}

    .container.header {
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
    }

    .container.full {
        padding-left: 0;
        padding-right: 0;
    }

.header {
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
}

.header-links {
    padding-top: 0;
    padding-bottom: 0;
    transition: opacity .8s;
}

    .header-links:hover {
        opacity: .5;
        color: #47566a;
        text-decoration: underline;
    }

    .header-links.w--current {
        color: #47566a;
        text-decoration: underline;
    }

    .header-links.b-text {
        color: #000;
    }

    .header-links.w {
        color: #fff;
    }

.header-menu {
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.body {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
}

    .body.black-bg {
        background-color: #131313;
    }

.home-banner-center-block {
    z-index: 2;
    width: 100%;
    padding-left: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.home-banner-text-block {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.home-banner-main-text-mask {
    float: left;
    display: flex;
    overflow: hidden;
}

.home-banner-text-line {
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

.view-more-block {
    color: #fff;
    text-decoration: none;
    display: flex;
}

    .view-more-block.black {
        color: #000;
        transition: color .8s;
    }

        .view-more-block.black:hover {
            color: #c1c3c5;
            text-decoration: underline;
        }

.view-btn-arrow {
    padding-left: 10px;
}

.home-banner-social-media-block {
    float: right;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.social-media-link-block {
    margin-left: 7.5px;
    margin-right: 7.5px;
    transition: opacity .8s;
}

    .social-media-link-block:hover {
        opacity: .5;
    }

.home-banner-bottom-bar {
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.home-nav-block {
    float: left;
}

.home-nav-row {
    margin-left: -20px;
    margin-right: -20px;
}

.home-nav-col {
    opacity: .4;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 120%;
    text-decoration: none;
    transition: opacity .8s;
}

    .home-nav-col:hover, .home-nav-col.active {
        opacity: 1;
    }

.home-nav-col-text._03 {
    text-align: right;
}

.home-nav-col-text._02 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-block-canter {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

    .text-block-canter._100px-bottom {
        margin-bottom: 100px;
    }

    .text-block-canter.project-details {
        flex-direction: column;
    }

    .text-block-canter.news-details-top-block {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .text-block-canter.bottom-100 {
        margin-bottom: 100px;
    }

.text-block-940mw {
    width: 100%;
    max-width: 940px;
}

    .text-block-940mw.w {
        color: #f0f0f0;
    }

.text-block {
    margin-bottom: 50px;
}

.text-block-info-row {
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 50px;
    display: flex;
}

    .text-block-info-row.about {
        margin-top: -25px;
        margin-bottom: -25px;
        padding-bottom: 0;
    }

    .text-block-info-row.contact {
        color: #f0f0f0;
        margin-top: -25px;
        margin-bottom: 50px;
        padding-bottom: 0;
    }

    .text-block-info-row.faq {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .text-block-info-row.faq.gaey-bg {
            background-color: rgba(240, 240, 240, .6);
        }

.text-block-info-col {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
}

    .text-block-info-col.full {
        width: 100%;
    }

    .text-block-info-col.about {
        width: 33.33%;
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
    }

        .text-block-info-col.about._50 {
            width: 50%;
        }

        .text-block-info-col.about.center {
            text-align: center;
        }

    .text-block-info-col.contact {
        width: 33.33%;
        color: #c1c3c5;
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
    }

    .text-block-info-col.qna-q {
        width: 35%;
    }

    .text-block-info-col.qna-a {
        width: 65%;
    }

.text-block-btn-block {
    align-items: center;
    display: flex;
}

    .text-block-btn-block.align-center {
        justify-content: center;
        display: flex;
    }

    .text-block-btn-block.our-awaeds-view-more {
        justify-content: center;
        margin-top: 50px;
        display: flex;
    }

.home-project-block {
    height: 100vh;
    background-color: #47566a;
    position: relative;
}

.home-project-bg-image-row {
    height: 100%;
    display: flex;
    position: relative;
}

.home-project-bg-image-col {
    width: 33.33%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.home-project-bg-image-01 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/home-project-bg-image-01.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.home-project-bg-image-03 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/home-project-bg-image-03.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.home-project-bg-image-02 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/home-project-bg-image-02.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.home-project-text-block-02, .home-project-text-block-03, .home-project-text-block-01 {
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: right;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
    position: relative;
}

.home-our-awards-block {
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.home-our-awards-col {
    width: 25%;
}

    .home-our-awards-col.left-text {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding-right: 45px;
        display: flex;
    }

    .home-our-awards-col.right-logo {
        height: 40px;
        flex-direction: row;
        align-items: center;
        padding-left: 45px;
        display: flex;
    }

    .home-our-awards-col.left-logo {
        height: 40px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding-right: 45px;
        display: flex;
    }

    .home-our-awards-col.right-text {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding-left: 45px;
        display: flex;
    }

.home-our-awards-row {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
}

    .home-our-awards-row.end {
        margin-bottom: 0;
    }

.awards-mian-text {
    font-size: 14px;
    font-weight: 500;
}

.awards-sub-text {
    color: #778393;
}

.awards-logo {
    max-height: 40px;
}

    .awards-logo.r-margin-20px {
        margin-right: 20px;
    }

    .awards-logo.l-margin-20px {
        margin-left: 20px;
    }

.home-our-awards-dot {
    width: 10px;
    height: 10px;
    background-color: #c1c3c5;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-our-awards-line {
    width: 1px;
    height: 100%;
    background-color: #c1c3c5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-our-awards-text-alihn-l {
    text-align: right;
}

.content-bg-texr {
    z-index: -1;
    opacity: .03;
    text-align: center;
    letter-spacing: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    justify-content: center;
    margin-bottom: -50px;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

    .content-bg-texr.top {
        z-index: -1;
        margin-top: 100px;
        margin-bottom: 0;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }

    .content-bg-texr.w {
        z-index: -1;
        opacity: .06;
        color: #fff;
    }

.lettergroup {
    overflow: hidden;
}

.text-wrapper.center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-wrapper.w {
    color: #fff;
}

.text-wrapper.wandcenter {
    color: #fff;
    text-align: center;
}

.footer.w {
    color: #fff;
}

.footer-copyright-block {
    text-align: center;
}

.footer-social-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
}

.footer-social-links {
    margin-left: 50px;
    margin-right: 50px;
}

.home-banner-text-num {
    flex-direction: row;
    align-items: center;
    display: flex;
}

.contact-us-btn {
    color: #000;
    text-transform: uppercase;
    background-color: #d9d9d9;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    transition: color .8s, background-color .8s;
}

    .contact-us-btn:hover {
        color: #fff;
        background-color: #000;
    }

    .contact-us-btn.w {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
    }

        .contact-us-btn.w:hover {
            color: #000;
            background-color: #fff;
        }

    .contact-us-btn.done {
        color: #0de278;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #0de278;
    }

        .contact-us-btn.done:hover {
            color: #000;
            background-color: #fff;
        }

.projects-listing-image {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-controls {
    width: 100%;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

    .filter-controls.center {
        justify-content: center;
    }

.filter-button {
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: color .5s;
}

    .filter-button:hover {
        color: #c1c3c5;
    }

.projects-listing-image-b {
    height: 100%;
    position: relative;
}

.projects-listing-log {
    padding-right: 60px;
}

    .projects-listing-log.filter-block {
        padding-right: 40px;
    }

    .projects-listing-log.list-block {
        width: 100%;
        margin-left: -2.5px;
        margin-right: -2.5px;
        padding-right: 0;
    }

.projects-listing-hover-block {
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
}

.mix-container {
    width: 100%;
    min-height: 50vh;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.filter-radio-button {
    width: 15px;
    height: 15px;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    border-radius: 0%;
    margin-top: 0;
    display: none;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(0, -50%);
}

    .filter-radio-button.w--redirected-checked {
        width: 15px;
        height: 15px;
        background-color: #97005e;
        border-width: 0;
        border-color: #fff;
        border-radius: 0%;
    }

.mix {
    width: 25%;
    height: 15vw;
    float: left;
    color: #333;
    flex: none;
    margin-left: 0;
    padding-bottom: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    text-decoration: none;
    position: relative;
}

    .mix.news {
        width: 33%;
        height: auto;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .mix.publications {
        width: 33%;
        height: auto;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

.form-block {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.projects-listing-row {
    flex-direction: column;
    display: flex;
}

.projects-listing-hover-name {
    text-align: right;
}

.projects-listing-image-block {
    height: 100%;
    mix-blend-mode: multiply;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.projects-listing-image-mask {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.header-menu-link-block {
    margin-right: 40px;
}

.brand-logo {
    width: 80px;
}

.project-details-sub-banner-section {
    height: 85vh;
    position: relative;
}

.project-details-sub-banner-block {
    height: 100%;
    position: relative;
}

.project-details-sub-banner-image-block {
    height: 100%;
    overflow: hidden;
}

.project-details-sub-banner-text-block {
    width: 100%;
    color: #fff;
    text-align: right;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.project-details-sub-banner-line {
    width: 1px;
    height: 50px;
    background-color: #c1c3c5;
    margin-bottom: -25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

    .project-details-sub-banner-line.black {
        z-index: 2;
        background-color: #000;
    }

.project-details-info-block {
    flex-direction: column;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
}

.project-detalis-data-row {
    display: flex;
    position: relative;
    overflow: hidden;
}

    .project-detalis-data-row.m-20margin {
        margin-left: -20px;
        margin-right: -20px;
    }

        .project-detalis-data-row.m-20margin.end {
            margin-bottom: 0;
        }

    .project-detalis-data-row._10px, .project-detalis-data-row._3row {
        margin-left: -10px;
        margin-right: -10px;
        overflow: visible;
    }

.project-detalis-data-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

    .project-detalis-data-col.text-center-block {
        width: 80%;
        text-align: center;
        align-self: center;
        margin-left: 0;
    }

    .project-detalis-data-col.s02-3 {
        width: 25%;
    }

    .project-detalis-data-col.s01-2 {
        margin-right: 0;
    }

    .project-detalis-data-col.s02-1 {
        width: 25%;
    }

    .project-detalis-data-col.s02-2 {
        width: 50%;
        margin-left: 0;
        padding-left: 10px;
    }

    .project-detalis-data-col.s01-1, .project-detalis-data-col.s01-1w {
        width: 50%;
        margin-left: 0;
    }

    .project-detalis-data-col.s01-2w {
        margin-right: 0;
    }

.project-detalis-data-text-col-main {
    width: 33.33%;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.project-detalis-data-text-row {
    margin-bottom: 25px;
    display: flex;
}

.project-detalis-data-text-col._01 {
    margin-right: 20px;
}

.project-detalis-data-text-tlile {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.project-detalis-data-text {
    text-align: center;
}

.project-detalis-social-row {
    margin-left: -25px;
    margin-right: -25px;
}

.project-detalis-social-links {
    margin-left: 25px;
    margin-right: 25px;
}

.other-works-row {
    margin-left: -10px;
    margin-right: -10px;
}

.other-works-title-block {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
}

.other-works-col {
    width: 33.33%;
    height: 20vw;
    float: left;
    color: #333;
    flex: none;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    position: relative;
}

    .other-works-col.m-show {
        display: none;
    }

.about-full-image {
    height: 600px;
}

    .about-full-image._01 {
        background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/about-image-01.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
    }

    .about-full-image._02 {
        background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/about-image-02.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .about-full-image.about-02 {
        height: auto;
        min-height: 600px;
        background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/about-image-02.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        padding-top: 200px;
        padding-bottom: 200px;
    }

.Chairman-Profile-full-image {
    height: 600px;
}

    .Chairman-Profile-full-image._01 {
        background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Chairman-Profile-image-01.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
    }

    .Chairman-Profile-full-image._02 {
        background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Chairman-Profile-image-02.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .Chairman-Profile-full-image.about-02 {
        height: auto;
        min-height: 600px;
        background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Chairman-Profile-image-02.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        padding-top: 200px;
        padding-bottom: 200px;
    }

.Corporate-Culture-full-image {
    height: 600px;
}

    .Corporate-Culture-full-image._01 {
        background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Corporate-Culture-image-01.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
    }

    .Corporate-Culture-full-image._02 {
        background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Corporate-Culture-image-02.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .Corporate-Culture-full-image.about-02 {
        height: auto;
        min-height: 600px;
        background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Corporate-Culture-image-02.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        padding-top: 200px;
        padding-bottom: 200px;
    }

.about-col-title {
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

    .about-col-title.center {
        justify-content: center;
    }

.about-col-title-icon {
    margin-right: 10px;
}

.news-listing-image-b {
    height: auto;
    position: relative;
}

.news-listing-image-block {
    width: 100%;
    height: 20vw;
    mix-blend-mode: multiply;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: padding-top .8s, padding-bottom .8s;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

    .news-listing-image-block:hover {
        padding-top: 0;
        padding-bottom: 0;
    }

.news-listing-image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-listing-image-mask {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.news-listing-text-block {
    text-align: center;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.contact-col-title {
    color: #636363;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

.text-block-2 {
    color: #c1c3c5;
}

.form-title-block {
    color: #636363;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

.text-block-3 {
    color: #636363;
}

.form-title-block-line {
    width: auto;
    height: 1px;
    background-image: linear-gradient(#636363, #636363);
    flex: 1;
    margin-left: 20px;
}

.form-info-row {
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 80px;
    display: flex;
}

.form-info-col {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

    .form-info-col._70 {
        width: 70%;
    }

    .form-info-col._40 {
        width: 40%;
    }

    .form-info-col._30 {
        width: 30%;
    }

    .form-info-col.upload, .form-info-col.full, .form-info-col.preference {
        width: 100%;
    }

.form-info-label {
    color: #f0f0f0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.form-info-text-field {
    color: #f0f0f0;
    background-color: rgba(255, 255, 255, 0);
    border: 0 solid #000;
    border-bottom: 1px solid #f0f0f0;
}

.form-info-checkbox {
    width: 25%;
    color: #f0f0f0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

    .form-info-checkbox._50 {
        width: 50%;
    }

    .form-info-checkbox._33 {
        width: 33.33%;
    }

    .form-info-checkbox.full {
        width: 100%;
    }

.form-checkbox {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
    margin-right: 5px;
}

.form-info-checkbox-row {
    margin-top: 30px;
    display: flex;
}

.form-info-select-field {
    color: #fff;
    background-color: rgba(243, 243, 243, 0);
    border: 0 solid #000;
    border-bottom: 1px solid #fff;
}

.form-info-textarea {
    min-height: 150px;
    color: #f0f0f0;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
}

.form-info-row-center {
    text-align: center;
}

.footer-social-icon {
    height: 17px;
}

.home-banner-silde-video {
    width: 100%;
    height: 100%;
    background-image: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

    .home-banner-silde-video._01 {
        background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/home-banner-image-01.jpg');
        background-size: auto, cover;
    }

.home-banner-silde-video-mask {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.social-media-link-icon {
    height: 15px;
}

.project-details-align-end {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
    display: flex;
}

.project-detalis-data-text-row-main {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.project-detalis-data-text-col-icon {
    min-height: 15px;
    min-width: 15px;
}

.video-bg-block {
    flex-direction: column;
    display: flex;
}

.video-title-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
}

.project-detalis-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .project-detalis-image.full-h {
        margin-top: 0%;
        margin-bottom: 0%;
    }

.loading-pop-up-block {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
}

.loading-logo-block {
    width: 300px;
    position: relative;
}

.loading-logo-mask {
    width: 0%;
    overflow: hidden;
}

.loading-pop-up-logo-image {
    z-index: 0;
    width: 300px;
    max-width: 350px;
    opacity: .1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

    .loading-pop-up-logo-image.top {
        z-index: 10;
        opacity: 1;
        position: relative;
    }

.project-detalis-data-image-block {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.video-youtube-block {
    max-height: 80vh;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
}

.news-detalis-data-text {
    text-align: justify;
    margin-bottom: 25px;
}

.other-news-block-listing-block.filter-block {
    padding-right: 40px;
}

.other-news-block-listing-block.list-block {
    width: 100%;
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding-right: 0;
}

.other-news-container {
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.news-image-block-canter {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
    position: relative;
}

    .news-image-block-canter._100px-bottom {
        margin-bottom: 100px;
    }

    .news-image-block-canter.project-details {
        flex-direction: column;
    }

.news-detalis-data-image, .news-detalis-data-text-heading {
    margin-bottom: 25px;
}

.contact-us-links {
    color: #fff;
    text-decoration: none;
    transition: color .8s;
}

    .contact-us-links:hover {
        color: #636363;
        text-decoration: underline;
    }

.home-our-awards-block-pop {
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.project-details-sub-banner-image {
    height: 100%;
    background-image: url('../images/project-details-image-banner.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-message {
    color: #f0f0f0;
    background-color: #131313;
    border: 1px solid #f0f0f0;
}

.error-message {
    color: #f0f0f0;
    background-color: #131313;
    border: 1px solid #f0f0f0;
    padding: 20px 40px;
}

.icon-block-info-col {
    width: 20%;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    display: flex;
}

    .icon-block-info-col.full {
        width: 100%;
    }

    .icon-block-info-col.about {
        width: 33.33%;
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
    }

        .icon-block-info-col.about._50 {
            width: 50%;
        }

        .icon-block-info-col.about.center {
            text-align: center;
        }

    .icon-block-info-col.contact {
        width: 33.33%;
        color: #c1c3c5;
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
    }

.about-ourservice-icon-block {
    margin-bottom: 20px;
}

    .about-ourservice-icon-block.our-service {
        width: 50px;
        height: 50px;
    }

.philosophy-icon {
    width: 35px;
}

.gary-text {
    color: #636363;
}

.links {
    color: #333;
    text-decoration: none;
    transition: opacity .8s;
}

    .links:hover {
        opacity: .5;
        text-decoration: underline;
    }

.whatsapp-pop-block {
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
    margin-right: 40px;
    transition: background-color .8s;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

    .whatsapp-pop-block:hover {
        background-color: #47566a;
    }

.whatsapp-pop-block-icon {
    width: 50%;
    opacity: .75;
    position: absolute;
}

.whatsapp-pop-block-icon-w {
    width: 50%;
    opacity: 0;
    position: absolute;
}

.about-us-service-process {
    width: 100%;
    padding: 20px 25px;
}

    .about-us-service-process.full {
        width: 100%;
    }

    .about-us-service-process.about {
        width: 33.33%;
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
    }

        .about-us-service-process.about._50 {
            width: 50%;
        }

        .about-us-service-process.about.center {
            text-align: center;
        }

    .about-us-service-process.contact {
        width: 33.33%;
        color: #c1c3c5;
        margin-left: 0;
        margin-right: 0;
        padding: 25px;
    }

    .about-us-service-process.qna-q {
        width: 35%;
    }

    .about-us-service-process.qna-a {
        width: 65%;
    }

    .about-us-service-process.icon {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
    }

.about-service-process-title {
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

    .about-service-process-title.center {
        justify-content: center;
    }

.about-us-service-process-next-icon-block {
    width: 35px;
    height: 35px;
    opacity: .2;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.about-us-service-process-next-icon-dot {
    width: 7px;
    height: 7px;
    background-color: #636363;
    border-radius: 100%;
}

.our-service-list {
    padding-left: 20px;
}

.form-info-row-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-left: -.5%;
    margin-right: -.5%;
    display: flex;
}

.form-info-col-block {
    width: 32.33%;
    grid-row-gap: 10px;
    border: 1px solid #636363;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: .5%;
    margin-right: .5%;
    padding: 1%;
    display: flex;
}

.form-info-col-image-full {
    width: 100%;
}

.txt-small {
    font-size: 14px;
}

.awards-title-b {
    margin-top: 10px;
    margin-bottom: 10px;
}

.awards-hover {
    text-align: left;
    background-image: url('../images/project-details-image-05.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.listing-title {
    font-size: 18px;
    font-weight: 600;
}

.awards-expand-bg-mask {
    display: none;
}

.awards-hover-txt-b {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.txt-color-gold {
    color: #47566a;
}

.awards-btn-close {
    display: none;
}

.awards-b {
    height: 100%;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.listing-line {
    width: 20px;
    height: 1px;
    background-color: #878c7b;
    margin-top: 12px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

    .listing-line.awards {
        background-color: #fff;
        margin-top: 72px;
    }

.awards-link-btn-mobile {
    display: none;
}

.awards-content-b {
    text-align: center;
}

.awards-col {
    width: 25%;
    border-bottom: 1px solid rgba(71, 86, 106, .25);
    border-right: 1px solid rgba(71, 86, 106, .25);
}

.awards-btn-more {
    display: none;
}

.our-awards-row {
    width: 100%;
    border-top: 1px solid rgba(71, 86, 106, .25);
    border-left: 1px solid rgba(71, 86, 106, .25);
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
}

    .our-awards-row.end {
        margin-bottom: 0;
    }

.our-awards-block {
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.home-our-awards-slider {
    height: auto;
    background-color: rgba(221, 221, 221, 0);
}

.home-our-awards-slide {
    width: 16.66%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.awards-sub-banner-section {
    height: 50vh;
    position: relative;
}

.awards-sub-banner-block {
    height: 100%;
    position: relative;
}

.awards-sub-banner-line {
    width: 1px;
    height: 50px;
    background-color: #c1c3c5;
    margin-bottom: -25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

    .awards-sub-banner-line.black {
        z-index: 2;
        background-color: #000;
    }

.awards-sub-banner-image-block {
    height: 100%;
    overflow: hidden;
}

.awards-sub-banner-image {
    height: 100%;
    background-image: url('../images/about-image-02.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-listing-text-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

html.w-mod-js [data-ix="pop-up-form-op0"] {
    /* opacity: 0;
  transform: translate(0, 75px); */
}

html.w-mod-js [data-ix="op0-to-op100"] {
    opacity: 0;
}

html.w-mod-js [data-ix="projects-listing-col"] {
    /* opacity: 0;
  transform: translate(0, 100px); */
}

html.w-mod-js [data-ix="new-interaction"] {
    display: flex;
}

html.w-mod-js [data-ix="awards-pop-block"] {
    height: 0;
}

html.w-mod-js [data-ix="project-details-top-banner-image"] {
    transform: scale(1.1);
}

html.w-mod-js [data-ix="0-op"] {
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .container, .container.header {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-banner-center-block {
        padding-left: 0;
    }

    .home-nav-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .home-nav-col.active {
        margin-left: 10px;
        margin-right: 10px;
    }

    .text-block {
        margin-bottom: 25px;
    }

    .text-block-info-row {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 25px;
    }

        .text-block-info-row.about {
            margin-top: -10px;
            margin-bottom: -10px;
        }

        .text-block-info-row.contact {
            margin-top: -10px;
        }

    .text-block-info-col {
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

        .text-block-info-col.about, .text-block-info-col.contact {
            padding: 10px;
        }

    .content-bg-texr {
        margin-bottom: -20px;
        font-size: 100px;
    }

    .lettergroup.canter {
        justify-content: center;
        display: flex;
    }

    .home-project-name {
        text-align: center;
        flex: 1;
        justify-content: space-around;
        align-items: flex-end;
    }

    .filter-controls {
        align-items: stretch;
    }

    .projects-listing-log {
        padding-right: 40px;
    }

        .projects-listing-log.filter-block {
            padding-right: 20px;
        }

    .projects-listing-hover-block {
        width: 70px;
        height: 70px;
        transform: translate(50%, -50%);
    }

    .mix {
        width: 33.33%;
        height: 20vw;
    }

        .mix.news {
            width: 33.33%;
        }

        .mix.publications {
            width: 33.33%;
        }

    .form-block {
        width: 100%;
        top: 100px;
    }

    .projects-listing-hover-name {
        text-align: center;
        flex: 1;
        justify-content: space-around;
        align-items: flex-end;
    }

    .project-details-sub-banner-section {
        height: 50vh;
    }

    .project-details-info-block {
        padding-left: 0%;
        padding-right: 0%;
    }

    .project-detalis-data-col.text-center-block {
        width: 85%;
    }

    .project-detalis-data-text-row {
        margin-bottom: 20px;
    }

    .other-works-col {
        width: 33.33%;
        height: 20vw;
    }

    .news-listing-image-block {
        height: 30vw;
    }

    .form-info-row {
        padding-left: 0;
    }

    .project-detalis-data-text-row-main {
        margin-bottom: 20px;
    }

    .other-news-block-listing-block.filter-block {
        padding-right: 20px;
    }

    .icon-block-info-col {
        text-align: center;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

        .icon-block-info-col.about, .icon-block-info-col.contact {
            padding: 10px;
        }

    .about-us-service-process {
        margin-right: 0;
        padding: 10px;
    }

        .about-us-service-process.about, .about-us-service-process.contact {
            padding: 10px;
        }

    .awards-expand-content {
        z-index: 200;
        height: 100%;
        color: #fff;
        text-align: left;
        background-color: #47566a;
        border-top: 1px solid #fff;
        align-items: flex-end;
        padding: 0 5%;
        display: flex;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        overflow: hidden;
    }

    .awards-btn-more-txt {
        margin-right: 10px;
    }

    .awards-hover {
        display: none;
    }

    .awards-link-btn-icon {
        width: 20px;
        margin-bottom: 7px;
        margin-right: 7px;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

    .awards-btn-more-align {
        align-items: center;
        display: flex;
    }

    .awards-expand-bg-mask {
        z-index: 100;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .awards-btn-close {
        margin-top: 15px;
        margin-right: 15px;
        display: block;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: auto;
        right: 0%;
        transform: rotate(45deg);
    }

    .awards-b {
        position: relative;
    }

    .awards-link-btn-mobile {
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .awards-col {
        width: 33.33%;
        border-bottom-color: rgba(71, 86, 106, .25);
        border-right-color: rgba(71, 86, 106, .25);
    }

    .awards-btn-more {
        color: #fff;
        text-transform: uppercase;
        align-items: center;
        margin-top: 10px;
        text-decoration: none;
        display: inline-block;
    }

    .awards-expand-content-inner {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .home-our-awards-slide {
        width: 20%;
    }

    .awards-sub-banner-section {
        height: 50vh;
    }
}

@media screen and (max-width: 767px) {
    .container.header {
        z-index: 1;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-links {
        z-index: 1;
        text-align: center;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 500;
        line-height: 120%;
    }

    .header-menu {
        width: 100vw;
        height: 100vh;
        background-color: rgba(200, 200, 200, 0);
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        display: flex;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        overflow: scroll;
    }

    .home-banner-text-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-banner-text-line {
        margin-left: 0;
    }

    .home-banner-social-media-block {
        float: right;
    }

    .home-nav-block {
        margin-bottom: 10px;
    }

    .home-nav-row {
        margin-bottom: 20px;
    }

    .text-block-info-row {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

        .text-block-info-row.about {
            flex-direction: row;
        }

        .text-block-info-row.contact {
            flex-direction: row;
            margin-left: -10px;
            margin-right: -10px;
        }

        .text-block-info-row.faq {
            padding-left: 20px;
            padding-right: 20px;
        }

    .text-block-info-col {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .text-block-info-col.about, .text-block-info-col.contact {
            width: 50%;
        }

        .text-block-info-col.qna-q {
            width: 100%;
        }

        .text-block-info-col.qna-a {
            width: 100%;
            margin-bottom: 0;
        }

    .home-project-bg-image-row {
        flex-direction: column;
    }

    .home-project-bg-image-col {
        width: 100%;
        height: 33.33%;
    }

    .home-our-awards-col.left-text {
        padding-right: 25px;
    }

    .home-our-awards-col.right-logo {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 25px;
    }

    .home-our-awards-col.left-logo {
        height: auto;
        flex-direction: column-reverse;
        align-items: flex-end;
        padding-right: 25px;
    }

    .home-our-awards-col.right-text {
        padding-left: 25px;
    }

    .home-our-awards-row {
        align-items: center;
    }

    .content-bg-texr {
        font-size: 60px;
    }

    .text-wrapper {
        font-size: 32px;
    }

    .footer-social-links {
        margin-left: 25px;
        margin-right: 25px;
    }

    .home-banner-text-num {
        margin-top: 10px;
    }

    .filter-controls {
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        overflow: scroll;
    }

    .filter-button {
        padding-left: 5px;
        padding-right: 5px;
    }

    .projects-listing-log.filter-block {
        padding-right: 0;
    }

    .projects-listing-log.list-block {
        margin-left: 0;
        margin-right: 0%;
    }

    .mix-container {
        margin-left: 0%;
        margin-right: 0%;
    }

    .mix {
        width: 49%;
        height: 30vw;
        margin-left: .5%;
        margin-right: .5%;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

        .mix.news {
            width: 49%;
            padding-bottom: 20px;
        }

        .mix.publications {
            width: 49%;
            padding-bottom: 20px;
        }

    .form-block {
        top: 70px;
    }

    .menu-button {
        width: 45px;
        height: 45px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0;
    }

        .menu-button.w--open {
            background-color: rgba(255, 255, 255, 0);
        }

    .menu-icon {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .header-menu-link-block {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .6);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .header-menu-link-block.w {
            background-color: rgba(255, 255, 255, .6);
        }

    .menu-close-icon {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
    }

    .brand-logo-block {
        height: 45px;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 0;
        display: flex;
    }

    .brand-logo {
        width: auto;
        height: 100%;
        object-fit: scale-down;
    }

    .project-detalis-data-row.m-20margin {
        margin-left: -10px;
        margin-right: -10px;
    }

    .project-detalis-data-col {
        padding-left: 10px;
        padding-right: 10px;
    }

        .project-detalis-data-col.text-center-block {
            width: 100%;
            margin-left: 0;
        }

        .project-detalis-data-col.s02-3 {
            margin-bottom: 0;
            margin-right: 0;
        }

        .project-detalis-data-col.s01-2 {
            margin-left: 0;
        }

        .project-detalis-data-col.s02-1, .project-detalis-data-col.s02-2, .project-detalis-data-col.s01-1, .project-detalis-data-col.s01-1w {
            margin-bottom: 0;
            margin-right: 0;
        }

        .project-detalis-data-col.s01-2w {
            margin-left: 0;
        }

    .project-detalis-data-text-col-main {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .project-detalis-social-links {
        margin-left: 25px;
        margin-right: 25px;
    }

    .other-works-col {
        width: 49%;
        height: 30vw;
        margin-left: .5%;
        margin-right: .5%;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

        .other-works-col.m-show {
            display: block;
        }

    .news-listing-image-block {
        height: 40vw;
    }

    .form-info-row {
        margin-left: -5%;
        margin-right: -5%;
    }

    .form-info-col {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

        .form-info-col._70 {
            width: 100%;
        }

        .form-info-col._30, .form-info-col.upload {
            width: 50%;
        }

        .form-info-col.preference {
            width: 100%;
            padding-left: 5%;
            padding-right: 5%;
        }

    .project-detalis-data-text-row-main {
        flex-flow: wrap;
        align-items: center;
    }

    .other-news-block-listing-block.filter-block {
        padding-right: 0;
    }

    .other-news-block-listing-block.list-block {
        margin-left: 0;
        margin-right: 0%;
    }

    .other-news-container {
        margin-left: 0%;
        margin-right: 0%;
    }

    .icon-block-info-col {
        width: 50%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .icon-block-info-col.about, .icon-block-info-col.contact {
            width: 50%;
        }

    .whatsapp-pop-block {
        width: 50px;
        height: 50px;
        margin-bottom: 80px;
        margin-right: 20px;
    }

    .about-us-service-process {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .about-us-service-process.about, .about-us-service-process.contact {
            width: 50%;
        }

        .about-us-service-process.qna-q {
            width: 100%;
        }

        .about-us-service-process.qna-a {
            width: 100%;
            margin-bottom: 0;
        }

    .form-info-row-block {
        grid-row-gap: 10px;
    }

    .form-info-col-block {
        width: 48%;
    }

    .awards-img {
        width: 100%;
        max-width: 100px;
    }

    .listing-title {
        font-size: 17px;
    }

    .awards-hover-txt-b {
        padding-left: 25px;
        padding-right: 25px;
    }

    .listing-line {
        width: 15px;
    }

    .awards-col {
        width: 50%;
    }

    .awards-expand-content-inner {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .home-our-awards-slide {
        width: 25%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
}

@media screen and (max-width: 479px) {
    .section-content._0down-padding, .section-content.project-inner {
        padding-top: 100px;
    }

    .home-nav-row {
        flex-wrap: wrap;
        display: flex;
    }

    .home-nav-col {
        min-width: 50%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

        .home-nav-col.active, .text-block-info-row.contact {
            margin-left: 0;
            margin-right: 0;
        }

    .text-block-info-col.about, .text-block-info-col.about._50, .text-block-info-col.contact {
        width: 100%;
    }

    .home-our-awards-block {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-social-links {
        margin-left: 15px;
        margin-right: 15px;
    }

    .filter-controls {
        flex-wrap: wrap;
    }

    .filter-button {
        margin-bottom: 5px;
    }

    .projects-listing-log.filter-block, .projects-listing-log.list-block {
        width: 100%;
    }

    .mix {
        width: 99%;
        height: 55vw;
    }

        .mix.news {
            width: 100%;
            padding-bottom: 20px;
        }

        .mix.publications {
            width: 100%;
            padding-bottom: 20px;
        }

    .projects-listing-row {
        flex-direction: column;
    }

    .header-menu-link-block {
        margin-top: -20px;
        padding-top: 20px;
    }

    .project-detalis-data-row.m-20margin, .project-detalis-data-row._3row {
        flex-direction: column;
    }

    .project-detalis-data-col {
        width: 100%;
    }

        .project-detalis-data-col.s02-3 {
            width: 100%;
            margin-bottom: 20px;
            padding-left: 0;
            padding-right: 0;
        }

        .project-detalis-data-col.s01-2 {
            width: 50%;
            padding-left: 10px;
            padding-right: 10px;
        }

        .project-detalis-data-col.s02-1, .project-detalis-data-col.s02-2 {
            width: 100%;
            margin-bottom: 20px;
            padding-left: 0;
            padding-right: 0;
        }

        .project-detalis-data-col.s01-1 {
            padding-left: 10px;
            padding-right: 10px;
        }

        .project-detalis-data-col.s01-1w {
            width: 40%;
            padding-left: 10px;
            padding-right: 10px;
        }

        .project-detalis-data-col.s01-2w {
            width: 60%;
            padding-left: 10px;
            padding-right: 10px;
        }

    .project-detalis-data-text-col-main {
        width: 100%;
    }

    .project-detalis-social-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .project-detalis-social-links {
        margin-left: 15px;
        margin-right: 15px;
    }

    .other-works-col {
        width: 99%;
        height: 60vw;
    }

    .news-listing-image-block {
        height: 90vw;
    }

    .form-info-row {
        margin-left: -5%;
        margin-right: -5%;
    }

    .form-info-col._30, .form-info-col.upload, .form-info-col.preference {
        width: 100%;
    }

    .form-info-checkbox {
        width: 50%;
        margin-bottom: 10px;
    }

        .form-info-checkbox._33 {
            width: 100%;
        }

    .form-info-checkbox-row {
        flex-wrap: wrap;
    }

    .project-detalis-data-text-row-main {
        margin-bottom: 0;
    }

    .other-news-block-listing-block.filter-block, .other-news-block-listing-block.list-block {
        width: 100%;
    }

    .home-our-awards-block-pop {
        margin-left: 0;
        margin-right: 0;
    }

    .icon-block-info-col.about, .icon-block-info-col.about._50, .icon-block-info-col.contact {
        width: 100%;
    }

    .whatsapp-pop-block {
        width: 45px;
        height: 45px;
        margin-bottom: 70px;
    }

    .about-us-service-process.about, .about-us-service-process.about._50, .about-us-service-process.contact {
        width: 100%;
    }

    .form-info-col-block {
        width: 98%;
        padding-bottom: 0%;
    }

    .awards-img {
        width: 80%;
        max-width: 100px;
    }

    .awards-col {
        width: 100%;
    }

    .our-awards-block {
        margin-left: 0;
        margin-right: 0;
    }

    .home-our-awards-slide {
        width: 50%;
    }
}
