@font-face {
    font-family: GothamNarrow;
    src: url(GothamNarrow-Book.otf);
}

@font-face {
    font-family: GothamNarrowMedium;
    src: url(GothamNarrow-Medium.otf);
}

@font-face {
    font-family: GothamBook;
    src: url(Gotham-Book.otf);
}

@font-face {
    font-family: FreightTextPro;
    src: url(FreightTextProBook-Regular.ttf);
}

@font-face {
    font-family: GothamLight;
    src: url(Gotham-Light.otf);
}

html {
    background: #fff;
}

body {
    font: normal 14px/24px GothamBook;
    margin: 0;
    background: #F2F2F2;
    overflow-x: hidden!important;
    cursor: none;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a {
    cursor: none;
    outline: none;
}

.fixed-container {
    position: fixed;
    z-index: 999;
    width: 100%;
    max-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

.logo {
    max-height: 60px;
    margin: 10px 20px;
    transition: all 1s linear;
    z-index: 99;
}

.logo-container {
    width: 25%;
}

.section-name-container {
    width: 50%;
    text-align: center;
}

.section-name {
    font: normal 600 28px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #363738;
    text-transform: uppercase;
    margin: 0;
}

#cursor-circle {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    opacity: 1;
    z-index: 103;
    border-radius: 9999px;
    border: 0;
    font-size: 1rem;
    font-family: Gordita, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: opacity .24s ease, -webkit-transform .24s ease, width .5s ease, height .5s ease;
    transition: opacity .24s ease, -webkit-transform .24s ease, width .5s ease, height .5s ease;
    -o-transition: opacity .24s ease, -o-transform .24s ease, width .5s ease, height .5s ease;
    transition: opacity .24s ease, transform .24s ease, width .5s ease, height .5s ease;
    transition: opacity .24s ease, transform .24s ease, -webkit-transform .24s ease, -o-transform .24s ease, width .5s ease, height .5s ease;
    mix-blend-mode: difference;
}

.grow {
    width: 3em!important;
    height: 3em!important;
}

.arrow-direction {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.arrow-direction img {
    width: 100%;
    display: block;
    mix-blend-mode: normal!important;
}

.arrow-dir-grow {
    opacity: 1;
}

.rotate-90 {
    transform: rotate(-90deg);
}

.rotate-min-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.pseudo-table-cell {
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    z-index: 2;
    top: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.sec-1 .pseudo-table-cell,
.element .pseudo-table-cell {
    position: absolute;
}

.project-content {
    max-width: 40%;
    margin: auto 10%;
    letter-spacing: 0px;
    color: #363738;
    text-align: left;
    font: 16px/30px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #F2F2F2;
}

.project-title,
.sustainability-title {
    text-align: left;
    font: 28px/34px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #363738;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
}

.project-title:after,
.sustainability-title:after {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    max-width: 200px;
    width: 100%;
    background: #363738;
    top: calc(50% - 1.5px);
    left: 120%;
}

.link-u {
    font: normal 11px/17px GothamNarrowMedium;
    letter-spacing: 1.4px;
    color: #F2F2F2;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 40px;
    display: inline-flex;
    text-decoration: underline;
}

.link-button {
    padding: 10px;
    border: 1px solid #f2f2f2;
    color: #1D3B27;
    background-color: #f2f2f2;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}

.pseudo-bg {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
    display: block;
    overflow: hidden;
}

.pseudo-bg img {
    width: 100%;
}

.sec-max-100 {
    overflow-x: hidden;
}

.fp-tableCell {
    position: relative;
}

.pos-rel {
    position: relative;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: transparent;
    border-right: 1px solid transparent;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border-right: 1px solid transparent;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

.section-white {
    background: #F2F2F2;
}

.center-title {
    text-align: center;
    font: 38px/48px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #363738;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    display: none;
    transition: all 0.7s ease-in-out;
}

.center-description {
    letter-spacing: 0px;
    color: #f2f2f2;
    font: 24px/34px GothamBook;
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    transition: all 0.7s ease-in-out;
}

.inner-cont {
    max-width: 55%;
    margin: auto;
}

.big-name {
    text-align: center;
    height: 130px;
    width: 45%;
    overflow: hidden;
    margin: 0 auto;
    display: none;
    transition: all 1s ease-out;
}

.big-name img {
    width: 100%;
}

.pseudo-bg-left {
    min-height: 100%;
    max-height: 100vh;
    min-width: 50%;
    max-width: 60%;
    display: block;
    overflow: hidden;
}

.pseudo-bg-left img,
.pseudo-bg-right img {
    width: 100%;
}

.pseudo-bg-right {
    min-height: 100%;
    max-height: 100vh;
    min-width: 50%;
    max-width: 60%;
    display: block;
    margin: 0 0 0 auto;
}

.panel-right {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

.panel-show {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0;
    display: none;
    box-sizing: border-box;
    background: rgba(242, 242, 242, 0.9) 0% 0% no-repeat padding-box;
}

.shine {
    opacity: 1!important;
}

.panel-left {
    position: absolute;
    left: 0%;
    width: 50%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

.sustainability-content {
    max-width: 80%;
    margin: auto 10%;
    letter-spacing: 0px;
    color: #363738;
    text-align: left;
    font: 24px/34px GothamNarrowMedium;
    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 {
    font: normal 24px/34px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #363738;
}

.p-title {
    font: normal 18px/25px GothamNarrowMedium;
    letter-spacing: 0px;
    color: #363738;
    text-transform: uppercase;
    margin: 5px 0;
}

.p-designation {
    font: normal 14px/21px GothamNarrow;
    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;
    font: normal 14px/23px GothamNarrow;
    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,
.copyright a {
    text-align: center;
    font: normal 11px/20px GothamNarrow !important;
    letter-spacing: 1.6px;
    color: #363738;
    text-transform: uppercase;
    text-decoration: none !important;
}

.footer>.div-flex {
    align-items: center;
}

.social-icons img {
    height: 20px;
    margin: 5 20px;
}

.social-icons {
        margin: 0 20px 0px;
}

::placeholder {
    color: F2F2F2;
    font-family: GothamNarrow;
}

.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%;
    height: 40em;
    object-fit: cover;
}

.menu-list-container {
    width: 60%;
}

.menu-list-container ul {
    list-style: none;
}

.menu-list-container ul li p {
    font: normal 600 24px/44px GothamLight;
    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 {
    font: normal 600 24px/44px GothamLight;
    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 {
    font: 24px/34px GothamBook;
    letter-spacing: 1.6px;
    color: #F2F2F2;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    text-align: center;
}

.circle-description {
    font: normal 14px/24px GothamBook;
    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;
    font: 21px/31px GothamNarrow;
    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;
    font: normal 12px/16px GothamBook;
}

.div-rel {
    position: relative;
}

.award-project {
    text-align: center;
    font: normal 12px/18px GothamBook;
    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 {
    font: normal 600 24px GothamLight;
    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 {
    font: normal 600 24px GothamLight;
    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;
    font: 10px/16px GothamNarrowMedium;
    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 {
    font: normal 400 28px/38px GothamNarrowMedium;
    text-align: center;
}

.close-but {
    font: normal 11px/17px GothamNarrowMedium;
    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) {
    body {
        font-size: 14px;
    }
    .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 {
        font: normal 10px/13px GothamBook;
    }
    .award-project {
        font-size: 12px;
    }
    .awards-title {
        margin-bottom: 15px;
        font: 16px/26px GothamNarrow;
    }
    .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: 19px;
        line-height: 24px;
    }
    .circle-description {
        font-size: 14px;
        line-height: 18px;
    }
    .circle {
        padding: 20px 15%;
        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;
    }
}
.open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #363738 !important;
    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;
}