 
 @font-face {
  font-family: 'Gambetta-Light';
  src:
       url('../fonts/Gambetta-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-LightItalic';
  src: 
       url('../fonts/Gambetta-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Regular';
  src:
       url('../fonts/Gambetta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-Italic';
  src:
       url('../fonts/Gambetta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Medium';
  src: 
       url('../fonts/Gambetta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-MediumItalic';
  src: 
       url('../fonts/Gambetta-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Semibold';
  src:
       url('../fonts/Gambetta-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-SemiboldItalic';
  src:
       url('../fonts/Gambetta-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Bold';
  src:
       url('../fonts/Gambetta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-BoldItalic';
  src: 
       url('../fonts/Gambetta-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Gambetta-Variable';
  src: 
       url('../fonts/Gambetta-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Gambetta-VariableItalic';
  src:
       url('../fonts/Gambetta-VariableItalic.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
    font-family: 'Monument Grotesk';
    src:
        url('MonumentGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Grotesk';
    src:
        url('MonumentGrotesk-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: 
        url('MonumentGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Grotesk Semi-Mono';
    src: 
        url('MonumentGrotesk-Semi-Mono.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Grotesk';
    src:
        url('MonumentGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Grotesk Mono';
    src: 
        url('MonumentGrotesk-Mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: 
        url('MonumentGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: 
        url('MonumentGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

 
 /*-------------------------------------------------------------------*/
  /* Media Queries */
  @media only screen and (min-width: 1920px) {
    body {
      font-size: 22px;
    }
    .main-header .header-wrapper {
      width: 57%;
    }
   .navbar-inverse .navbar-toggle {
      border-color: beige;
  }
span:has([data-title]) [data-title] {
    position: relative;
    display: block;
    transition: transform .4s ease-in-out;
    font-family: 'Gambetta-Medium';
    font-size: 1.7rem;
    font-size: 1.3rem;
}
  
  }


  /*-------------------------------------------*/
  @media only screen and (max-width: 1919px) {
    body {
      font-size: 20px;
    }

  }

  @media (max-width: 767px) {
  .navbar-header {
    width: 100%;
    position: relative;
  }
span:has([data-title]) [data-title] {
    position: relative;
    display: block;
    transition: transform .4s ease-in-out;
    font-family: 'Gambetta-Medium';
    font-size: 1.7rem;
    font-size: 1.3rem;
}
  .navbar-toggle {
    position: absolute;
    right: 0;
    top: 0px; /* adjust as needed */
    margin-right: 15px; /* optional for spacing */
  }

  .navbar-brand {
    float: left;
  }
}

  /*-------------------------------------------*/
  @media only screen and (max-width: 1680px) {
    body {
      font-size: 18px;
    }
    .main-header .header-wrapper {
      width: 100%;
    }
 span:has([data-title]) [data-title] {
    position: relative;
    display: block;
    transition: transform .4s ease-in-out;
    font-family: 'Gambetta-Medium';
    font-size: 1.7rem;
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin-bottom: 0px;
    font-size: 1.7rem;
    font-family: gambetta;
    text-transform: uppercase;
    font-family: 'Gambetta-Medium';
    font-weight: 400;
    font-size: 2.1rem;
    font-size: 1.9rem;
}
  
  }
/*----------------------samsung fold---------------------------------------------*/
  @media only screen and (max-width: 1366px) {
    body {
      font-size: 16px;
    }
    .main-header .header-wrapper {
      width: 100%;
      min-height: auto;
    }
 .navbar-inverse .navbar-toggle {
      border-color: #000000;
  }
  .main-header .header-wrapper {
    width: 100%;
  }
 .navbar-inverse .navbar-toggle {
    border-color: #000000;
}
.usericon {
  background: transparent;
    border-radius: 10px;
  }
  .usericon1 {
    background: transparent;
    border-radius: 10px;
    background: #012E41;
}#about-sec {
  width: 100%;
  margin-left: 0%;
}
.landshareAbout {
display: grid
;
grid-template-columns: 1fr;
gap: 1.5625rem;
max-width: 100%;
}
.landshareAboutBlockvalue-newlabel-small {padding-top: 0.0625rem;line-height: 29px;text-align: center;text-transform: uppercase;font-family: 'Gambetta';font-weight: 400;font-size: 2.1rem;}.second-aboutus {
width: 100%;
float: left;
padding: 0px 20px 50px 20px;
display: flex;
justify-content: center;
background: #fff;
}
.menu-image-holder {
float: left;
margin-right: 0px;    margin-bottom: 30px;
}
.slider-sec {
width: 100%;
float: left;
padding: 0px 0px 50px;
display: flex
;
justify-content: center;
background: #fff;
}
.aboutus-choose {
width: 100%;
float: left;
padding: 50px 20px 35px 20px;
display: flex;
justify-content: center;
background: #011526;
}
.elevate1-blue {
font-size: 2.3em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 50px;
margin-top: 0px;
color: #fff;
margin-top: 3%;
}
.PostsBlock_items__rg8nV {
display: contents;
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
gap: .0625rem;
transition: transform 0.3s ease-in-out;
}.posts-head {font-size: 2.3em;text-align: left;font-family: 'Gambetta';font-weight: 900;line-height: 50px;margin-top: 0px;color: #fff;text-align: center;/* padding-top: 10.0625rem; */font-family: 'Gambetta';font-weight: 900;}#right {
  padding-right: 0px;
  margin-top: 30px;
  border-right: 0px solid grey;padding:0px;
}
.servicechoose{padding:50px 20px 50px 20px;}
.posts-text {
        font-family: 'Gambetta';
        font-weight: 400;
        font-size: 1.9rem;
        text-transform: none;
        text-align: left;
        padding-top: 0rem;
        text-align: left;
        color: #fff;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    padding: 15px 25px 0px 20px;
    color: white;
}
.aboutus-caro {
width: 100%;
float: left;
padding: 50px 20px 50px 20px;
display: flex
;
justify-content: center;
background: #fff;
}
    footer {
      background-color: #03182f;
      color: #fff;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-left {
      flex: 1 1 60%;
      padding: 0px;
    }

    .footer-left h2 {
      font-size: 1.9em;
      margin-bottom: 40px;
      font-style: normal;
      font-weight: 450;
      line-height: 120%;
      font-family: gambetta;
      text-align: left;
    }

    .subscribe-form {
      display: flex;
      max-width: 500px;
      margin-bottom: 10px;
      border: 1px solid #fff;
    }

    .subscribe-form input {
      flex: 1;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      background: transparent;
    }

    .subscribe-form button {
      padding: 10px 20px;
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      font-style: italic;
      cursor: pointer;
      border-radius: 0px;
    }

    .form-note {
      font-size: 12px;
      margin: 5px 0;
      font-size: 0.9em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: normal;
      font-style: italic;
    }

    .footer-menu {
      display: inline-block;
      flex-wrap: wrap;
      gap: 15px 25px;
      margin: 25px 0px 0px 0px;
      font-size: 1.1rem;
      float: left;
      text-align: left;
    }

    .footer-menu a {
      color: #fff;
      text-decoration: none;
      font-size: 1.3em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: normal;
    }

    .footer-right {
      flex: 1 1 35%;
      text-align: right;
      padding: 20px 0px 25px 0px;
      font-family: gambetta;
      display: inline-block;
      text-align: left;
    }

    .footer-logo {
      max-width: 167px;
      margin-bottom: 10px;
      float: right;
      margin-right: 0px;
    }

    .footer-right p {
      margin: 6px 0;
      font-size: 14px;
      font-size: 1.3em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: normal;
      font-family: gambetta;
    }

    .footer-socials {
      margin-top: 10px;
      margin-top: 10px;
        float: right;
        text-align: right;
    }

    .footer-socials a {
      color: #fff;
      margin-left: 10px;
      font-size: 25px;
      text-decoration: none;
    }

    .footer-bottom {
      background-color: #03182f;
      padding: 20px 15px 20px 15px;
      text-align: left;
      font-size: 13px;
      font-family: gambetta;
      display: grid;
      justify-content: space-between;
      align-items: flex-start;
    }

    .footer-bottom a {
      color: #fff;
      margin: 0px 0px;
      text-decoration: none;
      font-size: 13px;
      font-size: 1.3em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: normal;
      /* font-family: gambetta; */
      margin-bottom: 5px;
      /* background: blue; */
    }

    .footer-bottom p {
      margin-top: 0px;
      font-size: 12px;
      font-size: 1em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: italic;
      float: left;
      text-align: left !important;
      color: #fff;
    }

    @media screen and (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        text-align: center;
      }

      .footer-right {
        text-align: left;
        margin-top: 0px;
        display: inline-grid;
        float: none;
      }

      .footer-menu {
        justify-content: center;
        display: flex;
        justify-content: left;
        align-items: end;
        gap: 20px;
        text-align: left;
      }

      .footer-socials a {
        margin-left: 5px;
        margin-right: 5px;
      }
    }
 .footer-bottom1 {
      background-color: #03182f;
      padding: 25px 0px 25px 0px;
      text-align: left;
      font-size: 13px;
      font-family: gambetta;
      display: flow-root;
      justify-content: space-between;
      align-items: flex-end;
      border-top: 1px solid grey;
    }
.bottom-left
{margin-bottom:15px;}
 .footer-bottom1 a {
      color: #fff;
      margin: 6px 12px 10px 0px;
      text-decoration: none;
      font-size: 13px;
      font-size: 1.1em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: normal;
      /* font-family: gambetta; */
      text-align: left;
      margin-bottom: 16px;
    }

    .footer-bottom1 p {
      margin-top: 0px;
      font-size: 12px;
      font-size: 1.1em;
      font-family: 'Monument Grotesk Mono';
      font-weight: normal;
      font-style: normal;
      float: left;
      text-align: left !important;
      color: #fff;
    }

    .footer-bottom .number-foot {
    margin-top: 0px;
    font-size: 12px;
    font-size: 1.1em;
    font-family: 'Monument Grotesk Mono';
    font-weight: normal;
    font-style: normal;
    float: left;
    color: #fff;
    text-align: left;
}   /* Ensure section fills the screen */


/* Video fills parent, not fixed */
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100vw;
  height: auto;
  object-fit: fill; /* Ensures video fills screen without distortion */
  position: static;
  top: 0;
  left: 0;
  z-index: -1; /* Places video behind other content */
}

/* Overlay content stays on top */
.content-over-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* Optional: center content */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.elevate2 {
font-size: 2.3em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 50px;
margin-top: 0px;
color: black;
}


.landhsare-newbutton {
    margin-top: 12px;
    display: inline-flex
;
    font-size: 1.4rem;
    color: inherit;
    user-select: none;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    text-decoration: none !important;
    font-weight: 400;
    gap: 1rem;
    align-items: center;
    line-height: 1.2;
    font-family: 'Gambetta-Medium';
    margin-bottom: 20px;
    display: inline-flex
;
    color: black;
    gap: 0.98rem;
    align-items: center;
    border-radius: .145rem;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-size: 1.9rem;
    font-family: gambetta;
}
.about_greenNGOContentabt {
padding: 40px 40px 0px 40px;
}.owl-nav {
float: right;
margin-right: 30px;
}
.menu-list {
margin: 0;
padding: 0;
max-width: 100vw;
list-style: none;
padding-top: 0px;
}
.elevate1 {
font-size: 2.3em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 50px;
margin-top: 0px;
color: black;
margin-bottom: 3%;
}


.menu-list a:hover {
color: #5790e1;
margin-bottom: 10px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-family: 'Gambetta';
font-weight: 400;
font-size: 2.1rem;
text-transform: none;
text-align: left;
padding-top: 3.0625rem;
line-height: unset;
text-align: justify;
}


.menu-list a {
color: black;
margin-bottom: 10px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-family: 'Gambetta';
font-weight: 400;
font-size: 2.1rem;
text-transform: none;
text-align: left;
padding-top: 3.0625rem;
line-height: unset;
text-align: justify;
}
.landshareAboutBlockvalue {
font-size: 2.9em;
text-align: left;
font-family: 'Gambetta';
font-weight: 900;
line-height: 50px;
margin-top: 0px;
color: black;
text-align: center;
}
.aboutus-new {
  width: 100%;
  float: left;
  padding: 50px 20px 50px 20px;
  display: flex;
  justify-content: center;
  background: #fff;
}.elevate {
font-size: 2.3em;
text-align: left;
font-family: 'Gambetta';
font-weight: 900;
/* line-height: 70px; */
margin-top: 0px;
color: black;
text-align: left;
/* padding-top: 10.0625rem; */
font-family: 'Gambetta';
font-weight: 900;
line-height: 50px;
}

.LandshareAboutBlock
{
}
.aboutus {
width: 100%;
float: left;
padding: 50px 20px 50px 20px;
display: flex
;
justify-content: center;
background: #011526;
}.elevate-blue {
font-size: 2.3em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 50px;
margin-top: 5px;
color: #fff;
}

#left {
    padding-left: 0px;
    margin-top: 30px;
    border-right: 0px solid grey;
    height: auto;padding:0px;
}
#sub {
border-right: 0px solid grey;
height: auto;
}
.elevate3 {
font-size: 2.3em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 50px;
margin-top: 0px;
color: #fff;
}    .landsharebutton {
margin-top: 1.875rem;
display: flex
;
width: 100%;
margin: 0 auto;
font-family: 'CabinetGrotesk-Light';
color: #fff;
margin-bottom: 0px;
display: block;
}
.foot-dis {
  color: #fff;
  padding: 13px 13px 13px 0px;
  font-family: 'CabinetGrotesk-Light';
  font-size: 1.1em;
}
.posts-img {
 width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#btn-mobile
{display: none;}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 20px;
}
  }
/*-------------------------------------------*/
  @media only screen and (max-width: 1120px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 1.4em;
    }

  }
/*-------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 14px;
    }
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 1.3em;
    }
 
  }
/*--------------------------iphone------------------------------------------------*/
  @media only screen and (max-width: 860px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 0.9em;
    }
 
.sub-title:before {
    content: "";
    display: block;
    width: 0.5625rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    padding: 0px 6px 0px 0px;
}
.landshareAboutBlockvalue {
  font-size: 1.9em;
  text-align: center;
  font-family: 'Gambetta';
  font-weight: 900;
  line-height: 30px;
  margin-top: 0px;
  color: black;
}   
  }


  /*---------------------------------------------*/

  @media only screen and (max-width: 768px) {
    .main-header .header-wrapper .main-menu li {
      padding: 0.75em 0.5em;
    }

    .mob-img
    {display: block;}
  }

  @media only screen and (max-width: 650px) {
    .main-header .header-wrapper {
      width: 95%;
    }
  }
  @media only screen and (max-width: 480px) {
    .main-header .header-wrapper {
      width: 100%;
    }
    .main-header .header-wrapper .main-logo {
      display: none;
    }
    .main-header .header-wrapper .main-menu li {
      padding: 0.2em 0.3em;
    }
    .main-header .header-wrapper .main-menu li:last-child,
    .main-header .header-wrapper .main-menu li:nth-child(6) {
      padding: 0.2em 0.7em;
    }

  .landsharebutton {
      margin-top: 1.875rem;
      display: flex;
      width: 100%;
      margin: 0 auto;
      font-family: 'CabinetGrotesk-Light';
      color: #fff;
      margin-bottom: 0px;
      display: block;
  }
  }
  @media (max-width: 1199px) and (min-width: 992px) {}

  
  /*----------------------*/
  @media (max-width: 991px) and (min-width: 768px) {  
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white;
  }
  .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-right: 15px;
      margin-top: 8px;
      margin-bottom: 8px;
      background-color: #384119;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  .navbar-inverse .navbar-nav>li>a {
      color: black;
      font-weight: 900;
  }
  
  #myNavbar {
      margin-right: 0;
      margin-left: 0;
      margin-top: 30px;
      width: 100%;
  }
 
  .navbar {
    position: relative;
    min-height: 100px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}
.navbar-inverse {
    background-color: #384119 !important;
    border-bottom: 0px solid #fff !important;
    border-radius: 0px;
    padding: 0px 10px 20px 20px;
}
.navbar-brand>img {
    display: block;
    /* padding: 10px 50px 10px 50px; */
    width: 80%;
}
.navbar {
    min-height: auto;
    margin-bottom: 0px !important;
}
#nav-class {
    display: contents;
    justify-content: center;
    align-items: center;
}

.landsharebutton {
  margin-top: 1.875rem;
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-family: 'CabinetGrotesk-Light';
  color: #fff;
  margin-bottom: 0px;
  display: none;
}
  }

  
  /*----------------------*/
  @media (max-width: 767px) and (min-width: 550px) {  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #384119;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav>li>a {
    color: black;
    font-weight: 900;
    font-family: gambetta !important;
    font-size: 1.9rem;
    letter-spacing: 1px;
}

#myNavbar {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
}


.navbar {
  position: relative;
  min-height: auto !important;
  margin-bottom: 0px !important;
  border: 1px solid transparent;
}
.navbar-inverse {
  background-color: #012E41 !important;;
  border-bottom: 0px solid #fff !important;
  border-radius: 0px;
  padding: 15px 15px 20px 15px;
}
.navbar-brand>img {
  display: block;
  /* padding: 10px 50px 10px 50px; */
  width: 60%;
}
.navbar {
  min-height: auto;
  margin-bottom: 0px !important;
}
#nav-class {
  display: contents;
  justify-content: center;
  align-items: center;
}
  
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  background: #fff !important;
}
.Button_reversed__B8bOe {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: none;
}
.navbar-inverse .navbar-toggle {
  background-color: #000 !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color:#012e41b3 !important;
}
.about_para-blue {
    margin-top: 0px;
}
.landsharebutton {
  margin-top: 1.875rem;
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-family: 'CabinetGrotesk-Light';
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.footer {
  background: black;
  width: 100%;
  float: left;
  padding: 50px 20px 35px 20px;
  border-bottom: 1px solid grey;
}.posts-headfooter {
  font-size: 2.3em;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: 500;
  line-height: 50px;
  margin-top: 0px;
  color: #fff;
}
.footer1 {
  background: black;
  width: 100%;
  float: left;
  padding: 20px 20px 20px 20px;
}.copy {
  color: #fff;
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.1em;
  text-transform: none;
  text-align: left;
  /* padding-top: 0.0625rem; */
  /* line-height: 30px; */
  text-align: left;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
  color: #fff;
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
.foot-dis:hover {
  color: #5790e1;
  padding: 13px 13px 13px 0px;
  font-family: 'CabinetGrotesk-Light';
  font-size: 1.1em;
}

.foot-dis:hover {
  color: #5790e1;
  padding: 13px 13px 13px 0px;
  font-family: 'CabinetGrotesk-Light';
  font-size: 1.1em;
}


  }


  /*----------------------*/
  @media (max-width: 549px) and (min-width: 320px) {  
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #000;
  }.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #012E41 !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

  .navbar-inverse .navbar-nav>li>a {
      color: black;
      font-weight: 100;
      border-bottom: 1px solid #8080805c;
      padding: 10px 5px 10px 5px;
      font-size: 1.5rem;        letter-spacing: 1px;
  }
  
  #myNavbar {
      margin-right: 0;
      margin-left: 0;
      margin-top: 10px;
      width: 100%;
  }
  
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff !important;
}
  .navbar {
    position: relative;
    min-height: auto !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}
.navbar-inverse {
  background-color: #fff !important;
  border-bottom: 0px solid #fff !important;
  border-radius: 0px;
  padding: 5px 10px 25px 20px;
}
.navbar-brand>img {
    display: block;
    padding: 0px 0px 0px 0px;
    width: 65%;
    width: 70%;
    margin-top: 15px;
}
.navbar {
    min-height: auto;
    margin-bottom: 0px !important;
}
#nav-class {
    display: contents;
    justify-content: center;
    align-items: center;
}.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #000000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;margin-right: 0px !important;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color:#012E41 !important;
}

.navbar-inverse .navbar-toggle {
  border-color: #000 !important;
}
.Button_reversed__B8bOe {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: none;
}


.aboutus {
  width: 100%;
  float: left;
  padding: 50px 0px 50px;
  display: flex
;
  justify-content: center;
  background: #f5f5f5;
}
.elevate {
  font-size: 1.1em;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: bolder;
  line-height: 25px;
  margin-top: 0px;
  color: black;
}

  }

/*------------------------------*/

@media(max-width: 1600px){

}

@media(max-width: 1500px){

}

@media(max-width: 1400px){

}

@media(max-width: 1300px){

}

@media(max-width: 1100px){

}

@media(max-width: 650px){

}

@media(max-width: 450px){

  #about-sec {
    width: 100%;
    margin-left: 0%;
}
.landshareAboutBlockvalue {
  font-size: 1.9em;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: 900;
  line-height: 30px;
  margin-top: 0px;
  color: black;
}
.sub-title1 {display: inline-flex;color: black;gap: 0.98rem;align-items: center;border-radius: .145rem;letter-spacing: 1px;margin-bottom: 0px;font-size: 1.9rem;font-size: 1.3rem;}
.second-aboutus {
  width: 100%;
  float: left;
  padding: 0px 20px 50px 20px;
  display: flex;
  justify-content: center;
  background: #fff;
  /* padding: 50px 20px 50px 20px; */
}.menu-list {
margin: 0;
padding: 0;
max-width: 100vw;
list-style: none;
padding-top: 0px;
}
.menu-image-holder {
float: left;
margin-right: 0px;
margin-bottom: 20px;
}
.sub-title {
display: inline-flex
;
padding: 0.8375rem 1.5rem;
background: #dae4ec;
color: black;
gap: 0.98rem;
align-items: center;
border-radius: .145rem;
letter-spacing: 3px;
margin-bottom: 20px;
margin-top: 20px;
}
.sub-title {
display: inline-flex;
padding: 0.8375rem 1.5rem;
background: #012E41;
color: #012E41;
gap: 0.98rem;
align-items: center;
border-radius: .145rem;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 0px;
font-size: 1rem;
}
.elevate1 {
  font-size: 1.9rem;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: 500;
  line-height: 25px;
  margin-top: 0px;
  color: black;
  margin-bottom: 5%;
}
.menu-list a:hover {
  color: #5790e1;
  margin-bottom: 0px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.9rem;
  text-transform: none;
  text-align: left;
  padding-top: 1rem;
  line-height: unset;
  text-align: justify;
  }

  .menu-list a {
    color: black;
    margin-bottom: 0px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Gambetta';
    font-weight: 400;
    font-size: 1.9rem;
    text-transform: none;
    text-align: left;
    padding-top: 1rem;
    line-height: unset;
    text-align: justify;
    }
.elevate {
  font-size: 1.3em;
  text-align: left !important;
  font-family: 'Gambetta';
  font-weight: bolder;
  line-height: 25px;
  margin-top: 0px;
}
.LandshareAboutBlock
{
}
.about_para {
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.1em;
  text-transform: none;
  text-align: left;
  padding-top: 0.0625rem;
  text-align: left;
}
  .menu-list a {
    color: black;
    margin-bottom: 0px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Gambetta';
    font-weight: 400;
    font-size: 1.9rem;
    text-transform: none;
    text-align: left;
    padding-top: 1rem;
    line-height: unset;
    text-align: left;
    padding-bottom: 0rem;
    letter-spacing: 0px;
}
.menu-list a:hover {
  color: #5790e1;
  margin-bottom: 0px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.9rem;
  text-transform: none;
  text-align: left;
  padding-top: 1rem;
  line-height: unset;
  text-align: justify;
  padding-bottom: 0rem;
}
.lists {font-size: 2em;text-align: left;font-family: 'Gambetta';font-weight: 900;line-height: 50px;margin-top: 0px;color: #fff;text-align: left;/* padding-top: 10.0625rem; */font-family: 'Gambetta';font-weight: 900;font-family: 'Gambetta';font-weight: 400;font-size: 1.3em;text-transform: none;text-align: left;padding-top: 0.0625rem;line-height: 25px;text-align: left;margin-left: 0px;list-style-type: none;padding-left: 0px;}
.slider-sec {
width: 100%;
float: left;
padding: 0px 0px 50px;
display: flex;
justify-content: center;
background: #fff;
}
.aboutus-choose {width: 100%;float: left;padding: 50px 20px 50px 20px;display: flex;justify-content: center;background: #f5f5f5;}
.elevate1-blue {
  font-size: 1.3em;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: 500;
  line-height: 25px;
  margin-top: 0px;
  color: black;
  margin-bottom: 2%;
}
.about_para-blue {
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.1em;
  text-transform: none;
  text-align: left;
  padding-top: 0rem;
  line-height: 25px;
  text-align: justify;
  color: #000;
  margin-top: 0px;
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.1em;
}
.view-blue {
color: black;
font-family: 'Gambetta';
font-size: 1em;
}
#grid-con {background: transparent;padding-right: 0px;padding-left: 0px;width: 100%;padding: 10px 10px 10px 10px;padding: 50px 20px 50px 20px;}
.PostsBlock_items__rg8nV {
display: contents;
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
gap: .0625rem;
transition: transform 0.3s ease-in-out;
}.PostsBlock_post__qjBny {
background-color: transparent;
padding: 2rem 2rem 2rem 2rem;
border-radius: 0px;
transition: transform 0.3s ease, opacity 0.3s ease;
border: 1px solid #8080806e;
}
.posts-head {font-size: 1.3em;text-align: left;font-family: 'Gambetta';font-weight: 900;line-height: 30px;margin-top: 0px;color: black;text-align: left;/* padding-top: 10.0625rem; */font-family: 'Gambetta';font-weight: 900;color: #fff;margin-bottom: 30px;text-align: center;}
.posts-text {
font-family: 'Gambetta';
font-weight: 400;
font-size: 1.5em;
text-transform: none;
text-align: left;
padding-top: 0.0625rem;
line-height: 35px;
text-align: left;
}
.aboutus {
  width: 100%;
  float: left;
  padding: 50px 20px 50px 20px;
  display: flex;
  justify-content: center;
  background: #011526;
}
.aboutus-caro {width: 100%;float: left;padding: 50px 10px 0px 0px;display: flex;justify-content: center;background: #fff;padding: 50px 20px 50px 20px;}
.elevate2 {font-size: 1.3em;text-align: left;font-family: 'Gambetta';font-weight: 500;line-height: 25px;margin-top: 0px;color: black;}
.about_para-caro {font-family: 'Gambetta';font-weight: 400;font-size: 1.1em;text-transform: none;text-align: left;padding-top: 0.0625rem;line-height: 15px;text-align: center;line-height: 25px;}
.about_greenNGOContentabt {
padding: 30px 20px 0px 20px;
}.view {
    color: black;
    font-family: 'Gambetta-Medium';
    font-size: 1.3rem;
    font-family: 'Monument Grotesk Mono';
    font-family: 'Monument Grotesk Mono';
    letter-spacing: 1px;
    text-transform: capitalize;
}
.elevate-team {font-family: 'Gambetta';font-weight: 500;line-height: 50px;margin-top: 0px;color: black;font-size: 1.9rem;text-align: left;font-family: 'Gambetta';font-weight: 900;line-height: 35px;margin-top: 10px;color: black;text-align: revert;/* padding-top: 10.0625rem; */font-family: 'Gambetta';font-weight: 900;}
#sub {border-right: 0px solid grey;height: auto;padding: 0px;}
.top-left {position: absolute;top: 0px;left: 10px;padding: 10px 10px 0px 20px;color: white;}
.elevate3 {
font-size: 1.9em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 35px;
margin-top: 0px;
color: #fff;
}
.bottom-img {
border-radius: 10px;
margin-bottom: 50px;
}
.posts-headfooter{
font-size: 1.9em;
text-align: left;
font-family: 'Gambetta';
font-weight: 500;
line-height: 35px;
margin-top: 0px;
color: #fff;
}
.footer {
background: black;
width: 100%;
float: left;
padding: 50px 10px 35px 10px;
border-bottom: 1px solid grey;
}
.footer1 {
background: black;
width: 100%;
float: left;
padding: 20px 10px 20px 10px;
}
.foot-dis {
color: #fff;
padding: 0px 10px 0px 0px;
font-family: 'Gambetta';
font-size: 1.1em;
}
.copy {
color: #fff;
font-family: 'Gambetta';
font-weight: 400;
font-size: 1.1em;
text-transform: none;
text-align: left;
/* padding-top: 0.0625rem; */
/* line-height: 30px; */
text-align: left;
margin-left: 0px;
list-style-type: none;
padding-left: 0px;
color: #fff;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}
#btn-mobile
{display: none;}
.usericon1 {
background: transparent;
border-radius: 10px;
}
.usericon {
background: transparent;
  border-radius: 10px;
}      #section-1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.usericon1 {
  border-radius: 10px;
  color: #000 !important;
  background: #012E41;
}
.aboutus-new {
  width: 100%;
  float: left;
  padding: 50px 10px 50px 10px;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 50px 20px 50px 20px;
}
.elevate-blue {
  font-size: 2.1em;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: 500;
  line-height: 50px;
  margin-top: 0px;
  color: #fff;
}

#fullname {
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    font-size: 1.9rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-family: 'Gambetta';
}
#email_address {
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    font-size: 1.9rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-family: 'Gambetta';
}
#message {
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    font-size: 1.9rem;
    border: 1px solid #fff;
    width: 100%;
    font-family: 'Gambetta';
}
.py-3new {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
}.foot-logo {
    width: 26%;
    float: right;
    margin-top: 0px;
}
.posts-text {
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: none;
  text-align: left;
  padding-top: 0rem;
  line-height: 25px;
  text-align: left;
  color: #fff;
  margin-top: 0px;
}
    .elevate3 {
  font-size: 1.9rem;
  text-align: left;
  font-family: 'Gambetta';
  font-weight: 500;
  line-height: 35px;
  margin-top: 0px;
  color: #fff;
}
.landshareAboutBlockvalue-newlabel-small {
  padding-top: 0.0625rem;
  line-height: 29px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Gambetta';
  font-weight: 400;
  font-size: 2.1rem;
}.navbar-header
{display: flex;flex-direction: row-reverse;}

#right {
  padding-right: 0px;
  margin-top: 30px;
  border-right: 0px solid grey;
}
}
