﻿
.sustainability-content {
    max-width: 80%;
    margin: auto 10%;
    letter-spacing: 0px;
    color: #363738;
    text-align: left;
    letter-spacing: 0px;
}

.project-description ul {
    list-style: none;
    padding-left: 0;
}

.awards-content {
    padding: 40px 8.5%;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
}

.div-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-flex-nc {
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    width: 100%;
}

.testimonial-content {
    padding: 20px 10%;
    margin: auto;
    box-sizing: border-box;
}

.testimonial-img-holder {
    max-width: 30%;
}

.testimonial-content .div-flex {
    align-items: center;
}

.testimonial-img-holder img {
    width: 100%;
}

.testimonial-txt-holder {
    max-width: 50%;
    padding: 20px 40px;
    height: 100%;
}

    .testimonial-txt-holder .p-testimonial {
        letter-spacing: 0px;
        color: #363738;
    }

.p-title {
    letter-spacing: 0px;
    color: #363738;
    text-transform: uppercase;
    margin: 5px 0;
}

.p-designation {
    letter-spacing: 2px;
    color: #363738;
    text-transform: uppercase;
    margin: 0;
}

.slide-green {
    background: #1D3B27;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: #F2F2F2;
}

.address p {
    text-align: center;
    letter-spacing: 2px;
    color: #363738;
    text-transform: uppercase;
}

.address span {
    white-space: nowrap;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .copyright span {
        margin: 0 20px;
    }

    .copyright p {
        text-align: center;
        letter-spacing: 1.6px;
        color: #363738;
        text-transform: uppercase;
    }

.footer > .div-flex {
    align-items: center;
}

.social-icons img {
    height: 20px;
    margin: 5 20px;
}

.social-icons {
    margin-bottom: 20px;
}

::placeholder {
    color: F2F2F2;
}

.menu-btn-container {
    width: 25%;
    text-align: right;
}

.menu-small {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 20px 0 auto;
}

    .menu-small span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #363738;
        border-radius: 20px;
        opacity: 1;
        left: 0;
        box-sizing: border-box;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .menu-small span:nth-child(1) {
            top: 0;
        }

        .menu-small span:nth-child(2) {
            top: 6px;
        }

        .menu-small span:nth-child(3) {
            top: 12px;
        }

    .menu-small.open span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu-small.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .menu-small.open span:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.menu-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: none;
    background: rgba(242,242,242,0.95) 0% 0% no-repeat padding-box;
}

    .menu-container .div-flex {
        width: 80%;
        margin: auto;
        align-items: center;
    }

.menu-img-container {
    width: 40%;
    overflow: hidden;
}

    .menu-img-container img {
        width: 100%;
    }

.menu-list-container {
    width: 60%;
}

    .menu-list-container ul {
        list-style: none;
    }

        .menu-list-container ul li p {
            letter-spacing: 2.4px;
            color: #363738;
            text-transform: uppercase;
            margin: 10px 0;
            display: inline-block;
        }

.menu-item {
    transition: all 0.7s ease-out;
}

    .menu-item a, .menu-item-in a {
        text-decoration: none;
        color: #363738;
    }

    .menu-item + span {
        display: inline-flex;
        margin-left: 15%;
        position: absolute;
        opacity: 0;
        transition: all 0.7s ease-out;
    }

        .menu-item + span:before {
            position: absolute;
            display: block;
            content: "";
            height: 2px;
            max-width: 200px;
            width: 50%;
            background: #363738;
            top: calc(25% - 1.5px);
            right: 110%;
        }

li:hover > span {
    opacity: 1;
}

.menu-item div {
    display: flex;
}

.menu-item-in {
    letter-spacing: 2.4px;
    color: #36453A;
    text-transform: uppercase;
}

.color-white {
    background-color: #fff !important;
}

.section-footer .link-u {
    color: #363738;
}

.txt-center {
    text-align: center;
}

.element .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background: #1D3B27 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

.circle-main-container {
    height: 70vh;
    width: 70vh;
    margin: auto;
    position: relative;
}

.circle-container {
    border: 1px solid white;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

ul.circle-list {
    position: relative;
    top: 50%;
    left: 50%; /*for example purposes only*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    transform: translate(-40px,-40px);
}

li.circle-item {
    position: absolute;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.circle-item img {
    width: 100%;
}

.circle {
    padding: 80px;
    height: 100%;
    transition: all 0.7s ease-out;
    display: flex;
    box-sizing: border-box;
    ;
}

    .circle > div {
        margin: auto;
    }

.circle-title {
    letter-spacing: 1px;
    color: #F2F2F2;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 24px;
    font-family: 'AktivGrotesk';
}

.circle-description {
    letter-spacing: 0px;
    color: #F2F2F2;
    width: 100%;
    text-align: center;
}

.awards-container {
    max-width: 65%;
    width: 65%;
    padding-top: 80px;
    margin: auto;
}

.awards-img {
    width: 100%;
}

.awards-title {
    text-align: center;
    letter-spacing: 1.6px;
    color: #363738;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1em;
}

.award-item {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.award-bg {
    width: 100%;
}

.award-text {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 0;
    padding: 27%;
    box-sizing: border-box;
    text-align: center;
    transform: translateY(-50%);
    color: #363738;
}

.div-rel {
    position: relative;
}

.award-project {
    text-align: center;
    letter-spacing: px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.awards .pseudo-table-cell {
    /*height:auto;*/
}

.nav-white {
    border: 1px solid #f2f2f2 !important;
}

.nav-white-bg {
    background: #f2f2f2 !important;
}

.green-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    background: #1D3B27 0% 0% no-repeat padding-box;
    opacity: 0.75;
}

.section-title-dark {
    letter-spacing: 2.4px;
    color: #363738;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
    z-index: 1;
}

.section-title-white {
    letter-spacing: 2.4px;
    color: #F2F2F2;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
    z-index: 1;
}

    .section-title-dark p, .section-title-white p {
        margin: 0.7em 0;
    }

.awards-project-name {
    text-align: left;
    letter-spacing: 0px;
    color: #afafaf;
    text-transform: uppercase;
    margin-top: 0;
    position: fixed;
    left: 20px;
    top: calc(50% - 54px);
    height: 108px;
    overflow: hidden;
}

    .awards-project-name ul {
        padding-left: 0;
        list-style: none;
        transition: all 0.5s linear;
    }

    .awards-project-name li {
        transition: all 0.5s linear;
    }

        .awards-project-name li.active {
            font-size: 14px;
            color: #363738;
        }

.arrow-small {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-left: 3px solid #363738;
    border-bottom: 3px solid #363738;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 5px);
    z-index: 2;
}

.arrow-white {
    border-left: 3px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
}

#legaldisclaimer {
    position: fixed;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

    #legaldisclaimer div {
        background: #1D3B27;
        width: 70%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 15%;
        color: white;
        padding: 40px;
        border: 1px solid #555;
        box-sizing: border-box;
        text-align: left;
        overflow-y: auto;
    }

        #legaldisclaimer div h2 {
            text-align: center;
        }

.close-but {
    letter-spacing: 1.4px;
    color: #F2F2F2;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    margin-top: 0 auto;
    text-decoration: underline;
}

.slide-arrow {
    width: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 3;
}

    .slide-arrow img {
        width: 100%;
    }

.left-slide-arrow {
    left: 20px;
}

.right-slide-arrow {
    right: 20px;
    transform: rotate(180deg);
}

.award-sec .pseudo-table-cell {
    min-height: 100vh;
}

.award-sec .fp-slides {
    height: auto;
}

.hide-now {
    display: none;
}

@media only screen and (max-width: 768px) {
    
    .logo {
        max-height: 35px;
        margin: 10px 0px;
    }

    .section-name, .section-title-white, .section-title-dark {
        font-size: 18px;
    }

    .award-item {
        width: 45%;
        padding: 10px;
    }

    .awards-container {
        max-width: 90%;
        width: 90%;
        margin: auto;
        padding: 80px 0;
    }

    .award-text {
    }

    .award-project {
        font-size: 12px;
    }

    .awards-title {
        margin-bottom: 15px;
    }

    .hide-on-mob {
        display: none;
    }

    .pseudo-bg {
        max-width: 100%;
        max-height: 100%;
    }

        .pseudo-bg img {
            width: auto;
            height: 100%;
        }

    .pseudo-start {
        height: 93vh;
    }

        .pseudo-start img {
            width: 100%;
            height: auto;
        }

    .center-description {
        font-size: 19px;
        line-height: 24px;
    }

    .testimonial-txt-holder .p-testimonial {
        font-size: 19px;
        line-height: 24px;
    }

    .testimonial-txt-holder {
        max-width: 100%;
        padding: 20px 0;
    }

    .testimonial-img-holder {
        max-width: 70%;
    }

    .testimonial-content .project-title {
        margin-bottom: 0;
        font-size: 19px;
        line-height: 24px;
    }

    .testimonial-content {
        padding: 20px 15%;
    }

    li.circle-item {
        position: static;
        transform: unset !important;
        width: 40px;
        height: 40px;
        margin: 10px;
    }

    .circle-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: static !important;
        transform: unset !important;
    }

    .circle-container {
        position: static;
        height: auto;
        border: 0;
    }

    .circle-title {
        font-size: 17px;
        line-height: 24px;
    }

    .circle {
        padding: 20px 15px;
        height: auto;
        min-height: 50%;
    }

    .circle-main-container {
        width: 100%;
        height: auto;
        min-height: 40%;
    }

    .menu-img-container {
        display: none;
    }

    .menu-list-container {
        width: 100%;
    }

        .menu-list-container ul li p {
            font-size: 19px;
            line-height: 29px;
        }

        .menu-list-container ul {
            list-style: none;
            padding-left: 0;
        }

    .menu-item + span:before {
        max-width: 30px;
        right: 110%;
    }

    #cursor-circle {
        display: none;
    }

    .element2 .pseudo-table-cell {
        height: auto;
    }

    .awards-project-name {
        display: none;
    }

    .address p {
        font-size: 11px;
    }

    .copyright p {
        font-size: 10px;
    }

    .copyright span {
        display: none;
    }

    input, li, span, body, a {
        cursor: auto;
    }

    .fp-controlArrow {
        cursor: pointer;
    }

    .slide-arrow {
        width: 30px;
        max-width: 10%;
        z-index: 3;
    }

    .left-slide-arrow {
        left: 2%;
    }

    .right-slide-arrow {
        right: 2%;
    }

    #legaldisclaimer div {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 375px) {
    .sec-1 .pseudo-bg {
        max-height: 100vh;
    }

    .menu-item + span:before {
        max-width: 30px;
        right: 110%;
        top: calc(25% - 8px);
    }

    .menu-list-container ul li p {
        font-size: 15px;
        line-height: 25px;
    }
}
