@font-face {
  font-family: 'bahnschriftregular';
  src: url('assets/fonts/bahnschrift-webfont.woff2') format('woff2'),
       url('assets/fonts/bahnschrift-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
h1, h2, h3, h4, h5, h6, p, a, span, div, body, table, th, td, li {
  font-family: Montserrat;
}
.nav.fontsbahnscri li a {
  font-family: bahnschriftregular;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.nav-pills.fontsbahnscri li .nav-link.active, .nav-pills.fontsbahnscri li .nav-link:hover {
  background-color: transparent;
  color: #37bdd8;
}
.nav.fontsbahnscri li.socialmedia a i {
  color: #37bdd8;
  padding: 5px 10px;
  font-size: 28px;
}
.nav-pills {
  align-items: center;
  float: right;
}
header.border-bottom.bordertheme {
  border-bottom: 10px solid #4cf400 !important;
  background: #FFF;
}
.embed-video {
  width: auto;
  max-width: none;
  position: absolute;
  bottom: 0px;
  min-height: 100vh;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}
.videofluid {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.videofluids .embed-video {
  bottom: -290px;
}
.videofluids .embed-video.aboutimg {
  bottom: -400px;
}
.videofluids .embed-video.municipalitiesimg {
  bottom: -100px;
}
.videofluids .embed-video.industrialimg {
  bottom: -200px;
}
.overlay.videobackground {
  position: absolute;
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
}
.videobackground h1 {
  color: #FFF;
  font-size: 54px;
  font-weight: bold;
  font-family: Montserrat;
}
.videobackground p {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  font-family: Montserrat;
}
.videofluids .videobackground p {
  font-size: 26px;
}
.videobackground .row {
  height: 100vh;
  align-items: center;
}
.btn.btn-default {
  background: #035373;
  border: 0;
  color: #FFF;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: Montserrat;
}
.btn.btn-default:hover {
  background: #4cf400;
  border: 0;
  color: #FFF;
  border-radius: 0;
}
.whitecolor {
  color: #FFF;
}
.title h2{
  font-size: 45px;
  font-weight: bold;
  font-family: Montserrat;  
}
.skyback {
  background: #37bdd8;
  color: #FFF;
}
.text-upper {
  text-transform: uppercase;
}
.who_we_serve h3 {
  font-size: 22px;
  font-weight: bold;
}
.who_we_serve p{
  font-size: 21px;
}
.whoweare {
  position: relative;
}
.whoweare .container {
  z-index: 2;
  position: relative;
}
.greyback.overgrey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.greyback {
  background: #dbdbdb;
}
.whoweare .backwhoweare {
  background: url(./assets/images/didyouknow.jpg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.whoweare .project1 {
  background: url(./assets/images/project1.webp) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.whoweare .project3 {
  background: url(./assets/images/project3.webp) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.py-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.blogimage img {
  padding: 20px;
  border-radius: 50px;
}
.blogcontent h4 a {
  font-size: 25px;
  color: #231f20;
  font-weight: bold;
  text-decoration: none;
}
.blogcontent p a {
  font-size: 16px;
  color: #231f20;
  text-decoration: underline;
}

.didyouknow {
  position: relative;
}
.didyouknow .container {
  z-index: 2;
  position: relative;
}
.dgreyback.overgrey {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.dgreyback {
  background: #cad5d9;
}
.didyouknow .backdidyouknow {
  background: url(./assets/images/shutterstock_2048237270.webp) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.didyouknow .agriculturallime {
  background: url(./assets/images/agriculture-lime.webp) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.didyouknow .project2 {
  background: url(./assets/images/project2.webp) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.newsletteremail.form-control {
  border: 3px solid #dbdbdb;
  border-radius: 0;
  padding: 12px;
}

footer {
  background: #162535;
  color: #FFF;
}
footer .nav li.nav-item a.nav-link.text-body-secondary {
  color: #FFF !important;
  font-size: 22px;
  text-transform: uppercase;
}
footer .nav .nav-item {
  padding: 0 5px;
}
footer .nav .nav-item:first-child {
  padding-left: 0;
}
footer .address {
  font-size: 22px;
}
footer .copyrighttext {
  font-size: 16px;
}
footer .copyrighttext a {
  text-decoration: none;
}
.gx-6 {
  --bs-gutter-x: 5rem !important;
}
.whitebacks {
  padding: 10px 10px;
  background: #FFF;
}
.videofluids {
  height: 40vh;
  position: relative;
  overflow: hidden;
}
.videofluids.mnciplti {
  height: 70vh;
}
.videofluids .videobackground .row {
  height: 40vh;
  align-items: center;
}
.videofluids.mnciplti .videobackground .row {
  height: 70vh;
  
}
.contactmenu .nav-link.btn.btn-default {
  border-radius: 0;
  color: #FFF;
  font-weight: normal;
  margin-left: 20px;
}
.footersocialicon {
	float: right;
}
.error {
  color: #b10f0f;
}

.contactform .form-control {
  background: #F3F4F6;
  padding: 1rem .75rem;
}
.socialmedia a i {
  font-size: 70px !important;
}
.genfil li {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.genfil li i {
	color: #33BFD8;
	margin-right: 20px;
	font-size: 18px;
}
.genfil .price {
	float: right;
}

.icon {
    color: #FFF;
	display: inline-block !important;
	width: auto !important;
	font-size: 70px;
}
/* .icon.trash-icon {
	border-right: 1px solid #ddd;
}
.icon.recycling-icon{
	border-left: 1px solid #ddd;
} */
.counter {
    font-size: 3.5em;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	width: auto !important;
    animation: moveCounter 3s forwards;
	margin: 0 30px;
	min-width: 140px; 
}
p.ftlarge {
	font-size: 22px;
}
.ft26 {
	font-size: 26px;
	font-weight: bold;
}
.mr-3 {
	margin-right: 30px;
}
.maincenter {
	background: rgb(49,183,203);
	background: -moz-radial-gradient(circle, rgba(49,183,203,1) 0%, rgba(48,193,214,1) 80%, rgba(48,193,214,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(49,183,203,1) 0%, rgba(48,193,214,1) 80%, rgba(48,193,214,1) 100%);
	background: radial-gradient(circle, rgba(49,183,203,1) 0%, rgba(48,193,214,1) 80%, rgba(48,193,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#31b7cb",endColorstr="#30c1d6",GradientType=1); 
}
.footeremail {
	color: #FFF;
	text-decoration: none;
}
.blogimage .border {
  border-color: #000 !important;
}

.blogpage h2 {
  font-size: 40px;
}
.whoweare .backwhoweare.howagriculturallime {
  /*background: url(./assets/images/how-agricutural-lime-enhances-soil-health-and-crop-yield.webp) no-repeat center center;
  background-size: contain;*/
  background: #E3EDCE;
}
.howagriculimg img {
  border-radius: 10px;
  max-height: 500px;
  background: #000;
  padding: 3px;
}
.title h2 a {
  color: #111;
  text-decoration: none;
}
.customblogtext {
  text-decoration: none;
}
/* @keyframes moveCounter {
    from {
        left: 70px; / Start position (near the trash icon) /
    }
    to {
        left: 200px; / End position (near the recycling icon) /
    }
} */
@media (min-width: 1200px) {
	.navbar .container {
		max-width: 99%;
	}
}

@media (max-width: 1212px){
	#gfgnavbar .nav-link {
		padding: 10px 12px;
	}
}
@media (max-width: 1145px){
	.navbar-expand-lg button.navbar-toggler {
		display: block !important;
		border: 0 !important;
	}
	.navbar-expand-lg #gfgnavbar.navbar-collapse {
		display: none !important;
	}
	.navbar-expand-lg #gfgnavbar.navbar-collapse.show {
		display: flex !important;
	}
	.nav-pills {
		float: none;
		margin: 30px auto 0;
	}
	.dropdown-menu.show {
	  display: block;
	  width: 100%;
	  margin-top: -1px;
	  text-align: center;
	}
	.embed-video {
		max-width: none !important;
		min-width: 100%;
		width: auto;
		min-height: 100vh;
	}
}
@media (min-width: 1145px){
	.navbar-expand-lg #gfgnavbar.navbar-collapse {
		display: block !important;
		align-content: center;
	}
	.videofluids .embed-video { 
	  max-width: none !important;
	  width: auto;
	  height: auto !important;
	  min-height: 100%;
	  min-width: 100%;
	}
}
@media (min-width: 992px) { 
	
	.navbar .container {
		max-width: 99%;
	}

  
}
@media (max-width: 992px) and (min-width: 768px) {
  .nav.nav-pills.fontsbahnscri {
    display: block;
    text-align: center;
  }
  .skyback .who_we_serve  .col-md-5 {
    padding: 0 10px;
  }
  .title h2 {
    font-size: 30px;
  }
  .genfil li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
	.navbar .container {
		max-width: 98%;
	}
  .container.max-768100 {
    max-width: 100%;
  }
}
@media (max-width: 767px){
	.navbar .container {
		max-width: 98%;
	}
	#gfgnavbar .fontsbahnscri .nav-item {
		display: block;
		width: 100%;
		text-align: center;
	}
	.dropdown-menu.show {
	  width: 100%;
	  margin-top: -1px;
	  text-align: center;
	}
	.dropdown-menu {
	  width: 100%;
	  text-align: center;
	  margin-top: -1px;
	  
	}
	ul.genfil {
		text-align: left;
	}
	.who_we_serve .row {
	  text-align: center;
	  margin-bottom: 30px;
	}
	.title h2, p, div {
		text-align: center;
	}
	.ourcommint p {
		text-align: left;
	}
	.nav-item.socialmedia {
		text-align: center !important;
		margin: 10px auto;
	}
	footer .nav.footer-nav .nav-item {
	  display: block;
	  width: 100%;
	}
	.who_we_serve img {
		margin-bottom: 20px;
	}
}
@media (min-width: 576px) {
	.navbar .container {
		max-width: 98%;
	}
}
@media (max-width: 540px){
	.videobackground h1 {
		font-size: 45px;
	}
	.title h2, p, div {
		word-wrap: anywhere;
	}
	.videobackground p{
		font-size: 25px;
	}
	.counter {
		font-size: 2em;
		margin: 0 15px;
	}
	.icon {
		font-size: 35px;
	}
	.mr-3 {
		margin-right: 15px;
	}
	.navbar.navbar-expand-lg .bi.me-2.img-fluid {
		max-width: 225px;
	}
	.g-5, .gx-5, .gx-6 {
	  --bs-gutter-x: 0rem !important;
	}
	.dgreyback.ps-5 {
	  padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
}
