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

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 {
   
    outline: none;
}

.fixed-container {
    position: fixed;
    z-index: 999;
    width: 100%;
    max-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*background: rgba(255, 255, 255, 0.79);*/
}

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


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

.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: normal 24px GothamNarrowMedium;
    letter-spacing: 2.4px;
    color: #363738;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
}

.sustainability-description {
    font: 16px/31px GothamBook;
    letter-spacing: 0px;
    text-align: center;
}

.option-show-description {
    font: 21px/31px GothamNarrow;
    letter-spacing: 0px;
}

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

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    opacity: 0.95;
}

.center-title {
    text-align: center;
    font: 39px/49px 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: #363738;
    font: 34px/44px 'GothamNarrowMedium';
    margin-top: 10px;
    opacity: 0;
    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: 53%;
    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;
    overflow: hidden;
}

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

.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 {
    width: 80%;
    margin: auto 10%;
    letter-spacing: 0px;
    color: #363738;
    text-align: left;
}

.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/24px 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;
    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 20px;
}

::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: 100;
    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: 35em;
    object-fit: cover !important;
}

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

.about2-content {
    width: 100%;
    margin: auto 10%;
    text-align: left;
    font: 21px/31px GothamBook;
    letter-spacing: 1.6px;
    color: #363738;
}

.about2-content .div-flex {
    align-items: center;
    justify-content: left;
}

.about2-content ul {
    list-style: none;
}

.about2-content ul li {
    margin-bottom: 7%;
}

.about2-content .icon-left {
    max-height: 50px;
    max-width: 50px;
    margin: auto;
    display: block;
}

.icon-cont {
    width: 60px;
}

.option-select {
    transition: all 0.7s ease-out;
}

.option-name {
    margin: 0 0 0 10%;
}

.founder-name {
    text-align: left;
    font: 21px/21px GothamBook;
    letter-spacing: 1.6px;
    color: #F2F2F2;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
    display: inline-flex;
    margin-bottom: 7px;
    margin-top: 0;
}


.partners-designation {
    font: normal 14px/24px GothamBook;
    letter-spacing: 1.6px;
    color: #F2F2F2;
    margin: 0;
}

.founder-designation {
    text-transform: capitalize;
    font: normal 16px/24px GothamBook;
    letter-spacing: 1.6px;
    color: #F2F2F2;
    margin: 0;
}

.partners-designation {
    color: #363738;
    letter-spacing: 0;
}

.founder-description {
    font: 14px/24px GothamBook;
    letter-spacing: 0px;
    color: #F2F2F2;
    text-overflow: ellipsis;
    transition: all 0.7s ease-out;
    margin-bottom: 2em;
}

.founders-container {
    margin: auto;
    min-height: 70%;
    padding: 120px 0;
}

.founders-container>.div-flex {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.element .pseudo-table-cell {
    height: auto;
}

.founder-img-container {
    width: 30%;
    overflow: hidden;
}

.founder-img {
    width: 100%;
}

.founder-txt-container {
    width: 70%;
    padding: 0 20px;
    box-sizing: border-box;
}

.founder-stat {
    justify-content: left;
    row-gap: 1rem
}

.founder-stat .div-flex {
    justify-content: left;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
}
    /*padding-right: 30px;*/
    /*padding-bottom: 1em;*/

.founder-small-icon {
    width: 30px;
    margin: 0px 20px 0px 0;
}

.founder-small-icon img {
    height: 20px;
    margin: auto;
}

.founder-small-txt {
    color: #F2F2F2;
    font: normal 12px GothamBook;
    width: calc(100% - 50px);
    margin: 0!important;
}

.founder-n .link-u {
    margin-top: 20px;
}

.max-height-100 {
    max-height: 100%!important;
}

.partners-content {
    max-width: 30%;
    margin: 0 1.5%;
    width: 30%;
}

.partners-img-container {
    position: relative;
}

.partners-img-container img {
    width: 100%;
}

.partners-container {
    margin: auto;
    width: 80%;
}

.partners-container>.div-flex {
    padding-top: 20px;
    width: 100%;
    margin: auto;
}

.partners-name {
    text-align: left;
    font: 21px/31px GothamBook;
    letter-spacing: 1.6px;
    color: #363738;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
    display: inline-flex;
    margin-bottom: 10px;
    margin-top: 20px;
}

.text-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1D3B27;
    top: 0;
    opacity: 0;
    transition: all 0.7s linear;
    box-sizing: border-box;
    padding: 40px;
}

.partners-img-container:hover .text-overlay {
    opacity: 1;
}

.partners-tct-overlay {
    color: #F2F2F2;
    font: 14px/24px GothamBook;
}

.nav-white {
    border: 1px solid #f2f2f2!important;
}

.nav-white-bg {
    background: #f2f2f2!important;
}

.move-up-25 {
    margin-top: -10%;
}

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

.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: 3;
}

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

@media only screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }
    .logo {
        max-height: 35px;
        margin: 10px 0px;
    }
    .section-name,
    .section-title-white,
    .section-title-dark {
        font-size: 19px;
    }
    .pseudo-bg-left {
        max-height: none;
        max-width: 100%;
    }
    .panel-right {
        width: 100%;
        left: 0;
    }
    .sustainability-content {
        max-width: 70%;
        margin: auto 15%;
    }
    .panel-show {
        max-height: 100vh;
    }
    .sustainability-title {
        font-size: 19px;
        line-height: 25px;
    }
    .panel-right .sustainability-content {
        margin: 5% 15% auto;
    }
    .sustainability-description {
        font-size: 15px;
        line-height: 26px;
    }
    .panel-right {
        height: 60%;
        bottom: 0;
        top: unset;
    }
    .panel-right .pseudo-table-cell {
        height: 100%;
    }
    .panel-left {
        width: 100%;
        height: 40%;
        top: unset;
        bottom: 0;
        background: transparent;
        z-index: 1;
    }
    .pseudo-bg-right {
        width: 100%;
        max-width: 100%;
        left: 0;
        max-height: 93vh;
        overflow: hidden;
    }
    .pseudo-bg img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
    }
    .pseudo-bg-right img {
        width: 100%;
    }
    .panel-show {
        width: 100%;
        top: 0;
        max-width: 100%;
        left: 0;
        max-height: 100vh;
    }
    .option-name {
        display: none;
    }
    .panel-left .pseudo-table-cell {
        height: 100%;
    }
    .icon-cont {
        width: 70px;
        text-align: center;
    }
    .about2-content {
        margin: auto 15%;
    }
    .about2-content .icon-left {
        max-width: 30px;
        max-height: 30px;
    }
    .about2-content ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .option-show-description {
        text-align: center;
        font-size: 17px;
        line-height: 23px;
    }
    .option-show-description span {
        text-align: left;
        font: 19px/29px GothamNarrowMedium;
        letter-spacing: 0px;
        color: #363738;
        text-transform: uppercase;
    }
    .founder-n {
        width: 80%;
    }
    .founder-img-container {
        width: 80%;
    }
    .founder-txt-container {
        width: 100%;
    }
    .founders-container>.div-flex {
        width: 70%;
    }
    .founder-name {
        font-size: 17px;
        line-height: 24px;
        margin-top: 20px;
    }
    .founder-description {
        font-size: 13px;
        line-height: 19px;
    }
    .founder-n .link-u {
        display: none;
    }
    .partners-container {
        width: 70%;
        padding: 80px 0;
    }
    .partners-content {
        max-width: 100%;
        margin: 0 0 40px;
        width: 100%;
    }
    .partners-name {
        font-size: 17px;
        line-height: 17px;
    }
    .partners-designation {
        font-size: 13px;
    }
    .inner-slider {
        padding-bottom: 40px;
    }
    .inner-slider .slick-dots {
        bottom: 0;
        text-align: right;
    }
    .text-overlay {
        padding: 15px;
        width: 100%;
    }
    .partners-tct-overlay {
        font-size: 15px;
        line-height: 24px;
    }
    .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;
    }
    .founder-small-txt {
        max-width: calc(100% - 50px);
        font-size: 11px;
    }
    .founder-designation {
        font-size: 13px;
    }
    .move-up-25 {
        margin-top: -30%;
    }
    .founder-stat .div-flex {
        max-width: 100%;
        width: 100%;
        padding-right: 30px;
    }
    .founder-txt-container {
        padding: 0;
    }
    .founder-img-container {
        width: 100%;
    }
    .address p {
        font-size: 11px;
    }
    .copyright p {
        font-size: 10px;
    }
    .copyright span {
        display: none;
    }
    input,
    li,
    span,
    body,
    a {
        cursor: auto;
    }
    .sustainability-title:after {
        max-width: 80px;
    }
    #legaldisclaimer div {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 375px) {
    .partners-tct-overlay {
        font-size: 11px;
        line-height: 19px;
    }
    .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;
}
  @media only screen and (min-device-width: 1200px) and (max-device-width: 1350px){
      .founder-txt-container {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
 }
