* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  word-wrap: break-word;
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-BoldIt.eot');
  src: url('../fonts/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'), url('../fonts/ProximaNova-BoldIt.woff') format('woff'), url('../fonts/ProximaNova-BoldIt.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biko';
  src: url('../fonts/Biko_Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: #58743b;
  --dark-green: #2f3f3f;
  --link-c: #fff;
  --black-c: #000;
  --white-c: #fff;
  --dark-bg-c: #000000;
  --white-bg-c: #ffff;
  --body-font: "Proxima Nova Rg";
  --heading-font: "Proxima Nova Rg";
  --transition: all 0.5s ease-in-out;
  --soft-bg: #ede6e5;
}
img {
  max-width: 100%;
}
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 22px;
  font-family: var(--body-font);
  font-weight: normal;
}
.site-menu.main-menu a {
  font-family: 'Biko';
  font-weight: normal;
  border-bottom: 2px solid transparent;
}
.website-hader {
  padding: 15px;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  font-size: 45px;
}
.main-heading {
  font-size: 70px;
  font-weight: bold;
  color: var(--white-c);
  line-height: 1.3em;
}
.inner-heading {
  font-size: 60px;
  font-weight: bold;
  color: var(--black-c);
  line-height: 1.3em;
}
iframe {
  border: none;
  box-shadow: none;
}
.inner-heading-small {
  font-size: 25px;
  font-weight: bold;
  color: var(--black-c);
  line-height: 1.3em;
}
.herro-section .disc {
  font-size: 23px;
  color: #fff;
}
.text-black {
  color: var(--black-c);
}
.inner-heading {
  font-size: 48px;
}
.inner-short-heading {
  font-size: 25px;
}
.short-p {
  font-size: 16px;
}
.container {
  width: 100%;
  max-width: 1440px;
}
.small-container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

iframe.contact_us {
  
min-height: 300px;	
width: 100%;
	
}


a {
  text-decoration: none;
  color: var(--black-c);
  transition: var(--transition);
}
ul {
  list-style: none;
  padding: 0;
}
a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.text_left{text-align: left;}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  font-size: 20px;
}
.site-menu.main-menu .active_c a {
  border-bottom: 2px solid;
  color: var(--main-color);
}
.site-menu.main-menu li a:hover {
  border-bottom: 2px solid;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  margin-left: 10px;
}
.site-mobile-menu-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #58743b;
}
.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  background: var(--white-bg-c);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.section {
  padding: 70px 0px;
}
.herro-section {
  background-image: url('../images/banner-bg.jpg');
  background-position: center;
  background-size: cover;
  padding: 150px 0px;
}
.herro-section .banner-side-cta {
  background: #ffffffd6;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.herro-section .banner-side-cta p {
  font-size: 25px;
  margin: 0;
}
.website-bt {
  font-size: 20px;
  font-weight: bold;
  background-color: var(--dark-green);
  color: var(--white-c);
  padding: 10px 40px;
  border-radius: 5px;
  border: 2px solid transparent;
}
.website-bt:hover {
  background-color: #fff;
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
}
.banner-side-cta .inner-heading {
  position: relative;
}
.banner-side-cta .inner-heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: var(--dark-green);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15px);
}
.welcome-provision .disc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 0 26px;
}
.welcome-provision {
  background-image: url(../images/welcome-draw.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.project-section {
  background-color: var(--soft-bg);
}
.expertise-section {
  background-image: url('../images/expertise-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.expertise-inner {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}
.expertise-section ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 35px;
}
.expertise-section li {
  position: relative;
  padding-left: 40px;
}
.expertise-section li:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/green-tick.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.development-section .exp {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.development-section .exp::before {
  content: "";
  width: 2px;
  height: 50px;
  background: #dddd;
  position: absolute;
  left: 52%;
}
.development-section .exp p {
  font-size: 30px;
  font-weight: bold;
  color: var(--dark-green);
  position: relative;
}
.footer-section {
  background: var(--dark-bg-c);
  color: #b3b2b2;
}
.footer-section a {
  color: #b3b2b2;
}
.footer-section h5 {
  font-size: 25px;
  font-weight: bold;
  color: var(--white-c);
}
.footer-section .footer-inner {
  padding: 40px;
  border: 1px solid;
}
.development-section .first-ex {
  text-align: right;
  padding: 15px 50px;
}
.development-section .second-ex {
  text-align: left;
  padding: 15px 50px;
}
.project-box {
  position: relative;
}
/* Parent container for the animated bars */
.animation-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  overflow: hidden;
}
/* Styling for each animated div */
.animated-div {
  background-color: var(--dark-green);
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
/* Delay stagger for each animated div */
.delay-0 {
  transition-delay: 0s;
}
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}
/* When active, scale the divs horizontally to create animation */
.active .animated-div {
  transform: scaleX(0);
}
/*About Page Start */
.why-different {
  background: #f5f6f7;
}
.stats-section .stat-box {
  margin-bottom: 20px;
}
.why-different .icon svg {
  width: 100px;
  height: auto;
  margin-bottom: 21px;
}
.aboutstats {
  padding: 100px;
  background-image: url(../images/ab-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  border-radius: 5px;
}
.stats-number-set {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  margin-top: 50px;
}
.stats-number-set h2 {
  font-weight: 800;
  color: #a9a9a9;
}
.stats-number-set p {
  font-size: 16px;
}
.stats-number-set .septer {
  width: 1px;
  background: #505050;
}
.aboutstats .website-bt {
  display: inline-block;
  background: #fff;
  color: #000 !important;
}
.team-card .team-card-body {
  margin-top: 17px;
  font-size: 18px;
}
.team-card .card-text {
  color: #73a246;
}
.team-card-body .name-pos h5 {
  margin-bottom: 0;
}
.team-card-body .name-pos {
  margin-bottom: 20px;
}
.team-card-body .phone-email p {
  margin: 0;
}
.about-hero-sec {
  background-image: url(../images/greenland.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0px;
  color: #fff;
}
.about.welcome-provision {
  background-image: url(../images/about-wel-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-herro-banner {
  background-image: url(../images/contact-banner.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0px;
  color: #fff;
}
.contact-info .inner-short-heading {
  font-weight: 800;
  margin-bottom: 20px;
}
.contact-info p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #313131;
}
.contact-info .info-box {
  margin-bottom: 40px;
  margin-top: 0px;
}
.contact-info .info-box .oppening-hour {
  display: flex;
  gap: 45px;
}
.form-section .website-bt {
  width: 100%;
}
form input, form textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.2rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  outline: none;
  color: #313131;
}
.input::placeholder {
  color: #313131;
}
/* Focus State */
form input:focus, form textarea:focus {
  border-color: #374c4c;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}
/* Input Margins */
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
  margin-bottom: 25px;
}
/*projects*/
.project-hero-sec {
  background-image: url(../images/bg_projects.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0px;
  color: #fff;
}
.landowner-sec {
  background-image: url("../images/bg_landowner.jpg");
  background-position: center;
  background-size: cover;
  padding: 150px 0px;
  color: #fff;
}
.projects_inn h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-c);
  margin: 15px 0 0 0;
}
.projects_inn p {
  font-size: 18px;
  color: #58743b;
  margin: 2px 0 0 0;
}
.projects_inn img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.projects_inn {
  margin: 0 0 20px 0;
}
.load_more {
  text-align: center;
  padding: 20px 0 0 0;
}
/*projects*/

.landowner-info{ text-align: center;}
.landowner-info h2{font-size: 45px; font-weight: bold;}
.landowner-info h3{font-size: 35px;}
.landowner-info h4{font-size: 25px; padding: 40px 0 0 0;}
#myCarousel{margin: 0 0 15px 0;}



@media (max-width: 1440px) {
  .small-container {
    width: 100%;
    max-width: 950px;
  }
  body {
    font-size: 18px;
  }
  .container {
    width: 100%;
    max-width: 1240px;
  }
  .herro-section .banner-side-cta p {
    font-size: 20px;
    margin: 0;
  }
  .development-section .exp p {
    font-size: 20px;
  }
  .welcome-provision .disc {
    gap: 15px;
  }
  .main-heading {
    font-size: 60px;
  }
  .inner-heading {
    font-size: 45px;
  }
  .website-bt {
    font-size: 20px;
  }
}
@media (max-width:1350px) {
  .small-container {
    width: 100%;
    max-width: 1000px;
  }
  .container {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .small-container {
    width: 100%;
    max-width: 1000px;
  }
  .container {
    width: 100%;
    max-width: 1140px;
  }
  .site-navbar .site-navigation .site-menu .get-started {
    margin-left: 0px;
  }
  .website-hader .togle-img img {
    width: 100%;
    max-width: 30px;
  }
  .site-mobile-menu-body .site-nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .site-mobile-menu-body .dark-bg-bt {
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
  .site-mobile-menu-body .outline-transbg-bt {
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
}
@media(max-width:1024px) {
  .close-menu img {
    width: 30px;
  }
  .website-hader .site-logo img {
    width: 100%;
    max-width: 250px;
  }
  .website-hader .togle-img img {
    width: 100%;
    max-width: 30px;
  }
  .main-heading {
    font-size: 50px;
  }
  .inner-heading {
    font-size: 35px;
  }
  .website-bt {
    font-size: 18px;
  }
  .aboutstats {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .small-container {
    padding: 0 20px;
  }
  .website-hader {
    padding: 0px;
    background: #fff;
  }
  .container {
    padding: 0 20px;
  }
  .close-menu img {
    width: 41px;
    background: #fff;
    border: 2px solid #000;
  }
  .site-mobile-menu-header .logo-m {
    width: 100%;
    max-width: 230px;
  }
  .site-mobile-menu-body {
    padding: 20px;
    text-align: center;
  }
  .site-mobile-menu-body .site-nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .site-mobile-menu-body .outline-transbg-bt {
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
  .site-mobile-menu-body .dark-bg-bt {
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
  .website-hader .site-logo img {
    width: 100%;
  }
  .website-hader .togle-img img {
    width: 100%;
    max-width: 30px;
  }
  .development-section .second-ex {
    text-align: center;
  }
  .development-section .exp::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #dddd;
    position: absolute;
    left: 0;
  }
  .development-section .exp {
    text-align: center !important;
    border: none;
    margin-top: 50px;
  }
  .development-section .exp p {
    font-size: 18px;
  }
  .development-section .first-ex {
    text-align: center;
  }
  .development-section .first-ex {
    text-align: center;
  }
  .development-section {
    text-align: center;
  }
  .expertise-section .inner-heading {
    margin-top: 40px;
  }
  .expertise-inner {
    padding: 20px;
  }
  .welcome-provision .disc {
    margin-top: 40px;
    text-align: center;
    padding: 0;
    align-items: center;
  }
  .main-heading {
    font-size: 45px;
  }
  .inner-heading {
    font-size: 30px;
  }
  .herro-section .banner-side-cta p {
    font-size: 20px;
  }
  .herro-section {
    padding: 50px 0px;
  }
  .website-bt {
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .aboutstats {
    padding: 30px;
  }
  .stats-number-set {
    flex-direction: column;
    gap: 15px;
  }
  .stats-number-set .septer {
    width: 60%;
    margin: auto;
    height: 2px;
    background: #505050;
  }
  .team-card {
    margin-bottom: 20px;
  }
  .form-section.section {
    padding-top: 0;
  }
  .section {
    padding: 40px 0;
  }
  .contact-info .info-box {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}