body, html {
  height: 100%;
  margin: 0;
} 

body {
  padding: 0;
  font-family:Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #333332;
  text-align: left;
  background-color: #fff;
}

  

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0;
  color: #333332;
  font-family:Open Sans, Helvetica, Arial, sans-serif;
  line-height: 1.5; 
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
}
span{
  color: #7da290;
}

h1 {
  font-size: 28px;
  color: #ffffff;
}
.no-hero {
  margin-top: 200px;
}
.no-hero h1 {
  font-weight: 600;
  color: #333332;
  margin-bottom: 4.8rem;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: -.05em;
  margin: 0 0 2.6rem 0;
  text-transform: capitalize;
}

@media (max-width: 425px) {
  
  .no-hero {
    margin-top: 50px;
  }
  
}

h2 {
  font-weight: 400;
  margin-top: 0;
  font-size: 2.142rem;
  line-height: 1.5;
  letter-spacing: -.05em;
  margin: 0 0 2.6rem 0;
}
h3 {
  font-weight: 400;
  margin-top: 0;
  font-size: 2.142rem;
  line-height: 1.5;
  letter-spacing: -.05em;
  margin: 0 0 2.6rem 0;
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 1.2857rem;
  line-height: 1.666;
  font-weight: 300;
  letter-spacing: 0;
  font-family:Open Sans, Helvetica, Arial, sans-serif;
}


em {
    font-style: italic
}

strong {
    font-weight: bold;
    color: #333
}

small {
    font-size: 80%
}

blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    font: italic 120%/170% Georgia, "Times New Roman", Times, serif
}

blockquote p {
    font-weight: 300
}

blockquote small {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.8em
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote cite {
    font-weight: bold
}


hr {
    border: solid #7da290;
    border-width: 1px 0 0;
    clear: both;
    margin: 80px 0;
    height: 0
}


a {
  color: #7da290;
  text-decoration:underline;
  background-color: transparent;
   font-weight: 400;
  line-height: 1.2; 
  padding-bottom: 2px;
}

a:hover {
    color: #464646;
    text-decoration: underline
}

.btn-green {
    color: #fff;
    background-color: #7da290;
    border-color: #7da290
}

.btn-green:hover {
    color: #fff;
    background-color: #7da290;
    border-color: #7da290
}
a.btn-border {
  color: #7da290;
  border: 2px solid #7da290;
  padding: 20px;
  text-transform: uppercase;
  font-size: 24px;  
  text-decoration:none;
  background-color: transparent;
  font-weight: 600;
  line-height: 1.2; 
  display: block;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

a.btn-border:hover {
  color: #464646;
  border: 2px solid #464646;
}

  
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-fill {
  width: 100%;
  height: auto;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}

.ps-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ps-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}

  
.hidden {
  display: none;
}


.display-mobile {
  display: block;
}
.hide-desktop {
  display: none;
}

@media (max-width: 425px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  
}

.form-full input[type=text], select, textarea, input[type=email] {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 1em;
}
  
.form-full label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-weight: 600;
}
  
.form-full .btn {
  border-radius: 5px;
  height: auto;
  width: auto;
  padding: 8px 10px;
  margin: 10px;
  display: inline-block;
  background-color: #7da290;
  border: 0;
  font-size:1.2em; 
  color: #fff;
}
.form-full .btn:hover {
    background-color: #7da290
}
  
.form-full .btn-white {
  border-radius: 5px;
  height: auto;
  width: auto;
  padding: 8px 10px;
  margin-top: 20px;
  display: inline-block;
  background-color: #000;
  border: 0;
  font-size:1.2em; 
  color: #fff;
}
.form-full .btn-white:hover {
    background-color: #7da290
} 
  
@media (max-width: 980px) {
  
  .form-full input[type=text], select, textarea {
    width: 90%;
  }
  
}

.alert-link {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    background-color:#ffff;
    border: 2px solid #7da290;
    border-radius: 5px;
    color: #ff0000;
    font-weight: bold;
  }

/*Cookie Consent Begin*/
.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}
/*Cookie Consent End*/


  
/*Skeleton Start*/
  
.container {
  width: 92%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}
.container-text {
  max-width: 840px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
.container-images {
  max-width: 1200px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
.p-15 {
  padding: 15px;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
} 
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
} 
.qtr, .third, .half.two-thirds, .three-qtr, .full-width, col {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}



.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.qtr {
  -ms-flex: 0 0 23%;
      flex: 0 0 23%;
  max-width: 23%;
  padding: 0 1%;
}
.third {
  -ms-flex: 0 0 31.333333%;
      flex: 0 0 31.333333%;
  max-width: 31.333333%;
  padding: 0 1%;
}
.half {
  -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  max-width: 48%;
  padding: 0 1%;
}
.two-thirds {
  -ms-flex: 0 0 64.666667%;
      flex: 0 0 64.666667%;
  max-width: 64.666667%;
  padding: 0 1%;
}

.three-qtr {
  -ms-flex: 0 0 73%;
      flex: 0 0 73%;
  max-width: 73%;
  padding: 0 1%;
}
.full-width {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .qtr {
    -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
    max-width: 31.333333%;
    padding: 0 1%;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
  .qtr  {
  -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  max-width: 48%;
  padding: 0 1%;
}
  .three-qtr {
    -ms-flex: 0 0 64.666667%;
        flex: 0 0 64.666667%;
    max-width: 64.666667%;
    padding: 0 1%;
  }
  
}
@media (max-width: 576px) {
  .container {
    max-width: 576px;
  }
  .qtr, .third, .half, .two-thirds, .three-qtr {
    -ms-flex: 0 0 98%;
        flex: 0 0 98%;
    max-width: 98%;
    padding: 0 1% 20px;
  }
}  
/*Skeleton End*/

/*Menu Start*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 101;
  -webkit-box-shadow: 0px -8px 34px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -8px 34px -5px rgba(0,0,0,0.75);
box-shadow: 0px -8px 34px -5px rgba(0,0,0,0.75);
}

.sidenav a {
  padding: 20px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #040404;
  display: block;
  transition: 0.3s;
  width: 100%;
}
.sidenav a.link {
  min-width: 250px;
}
.sidenav a:hover {
  color: #7da290;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 36px;
  margin-left: 50px;
  color: #464646;
}
nav {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 100px;
  border-bottom: 1px solid #e1e1e1;
} 
nav .logo {
  display: inline-block;
  margin: 20px 30px;

} 
nav .right {
  margin: 25px 30px 25px  0;
  display: inline-block;
  height: 40px;
  float: right;
  vertical-align: middle;
} 
nav .tel {
  display: inline-block;
  border-right: 1px solid #000;
  height: 30px;
  vertical-align: middle;
  padding-right: 75px;
  padding-top: 5px;
  font-family:Open Sans, Helvetica, Arial, sans-serif;
}

nav .social {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  padding-top: 10px;
  margin-left: 75px;
  margin-right: 75px;
}
nav .social span {
  display: inline-block;
  margin: 0 15px;
  
} 
nav .openbtn {
  font-size:25px;
  cursor:pointer;
  display: inline-block;
  margin-top: 0;
  float: right;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media (max-width: 768px) {
  nav .logo {
    display: inline-block;
    margin: 20px 20px;
  } 
  
  nav .right {
    margin: 30px 20px 10px  0;
  }
  nav .tel {

    padding-right: 20px;
  }

  nav .social {
    display: inline-block;
    margin-left: 15px;
    margin-right: 20px;
  }
  nav .social span {
    margin: 0 5px;
  }
}

@media (max-width: 425px) {  
  
  nav {
    height:auto;
    width: 100%;
    position: relative;
  }
  nav .logo {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
  }
  
  nav .right {
    position: relative;
    margin: 0 0 40px;
    display: block;
    width: 100%;
    height:auto;
    float: none;
  }
  nav .tel {
    display: inline-block;
    border-right: none;
    width:auto;
    font-size: 120%;
    font-weight: 600;
    margin-left: 20px;
    padding-right: 0;
  }

  nav .social {
    display: none;
  }
  nav .openbtn {
    font-size:60px;
    text-align: right;
    margin-right: 20px;
    margin-top: 0;
    display: inline-block;
    line-height: 0.6;

  }
} 
 
.hero-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: left;
  position: absolute;
  bottom: 20%;
  left: 15%;
  color: white;
  width: 700px;
}

.hero-text h1 {
  font-size:60px;
  margin: 0;
}
.hero-text p {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 600;

} 
  

@media (max-width: 768px) {
  
  .hero-text {
    left: 10%;
    width: 90%;
  }
  .hero-text h1 {
    font-size:30px;
  }
  

}
/*Menu End*/ 
  


/* Listing pages Start */ 
  
.case-listing {
  background-color: #f2f2f2;
  max-width: 1200px;
  margin-bottom: 5rem;
  margin-right: auto;
  margin-left: auto;
    display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-listing:hover {
  background-color: #bed0c7;
  transition: 0.5s;
  }
.case-listing .image {
  -ms-flex: 0 0 65.666667%;
  flex: 0 0 65.666667%;
  max-width: 65.666667%;
  padding: 0;
}
  
.case-listing .image img {
  width: 100%;
  height: 100%;
  object-fit:cover; 
  }
.case-listing .text {
  -ms-flex: 0 0 32.333333%;
      flex: 0 0 32.333333%;
  max-width: 32.333333%;
  padding: 0;
}
.case-listing .text .padding {
  padding: 3.6rem;
}
.case-listing .text .completed {
  font-size: 90%;
}
.case-listing .text h4 {
  font-weight: 600;
  font-size: 140%;
}
  
.case-listing .text p.description {
  font-size: 95%;
}

.case-listing .text a.read-more {
  color: #333332;
  font-weight: 600;
  font-size: 90%;
}

@media (max-width: 768px) {
  .case-listing .text, .case-listing .image {
    margin: 0 15px;
    width: auto;
  }
  .case-listing .text, .case-listing .image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin: 0 ;
  }
}
  
@media (max-width: 425px) {
  .case-listing .text .padding {
    padding: 2rem;
  }
}
  
.sidebar h3 {
  font-weight: 600;
  font-size: 1.142rem;
  margin: 0 0 2rem 0;

}
  
.sidebar ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.sidebar ul.filter {
    list-style: none;
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
    padding-left: 0;
    margin: 0;
  margin-top: 0;
  margin-bottom: 4.6rem;
}
.sidebar ul.filter li {
  display: block;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
  
  
.sidebar ul.filter .active a {
    color: #7da290;
    text-decoration: none;
  font-weight: 500;

}

.sidebar ul.filter a {
    color: #333332;
    text-decoration: none;
}
.sidebar ul.filter a:hover {
    color: #7da290;
}
 
/* Listing pages End */


.service-listing {
  overflow: hidden;
}
.service-listing.img-wrap {
  margin: 10px;
  
}
.service-listing img {
  display: block;
  border: 1px solid #e1e1e1;
}

.service-listing:hover .img-wrap {
    background-color: black;
}
.service-listing .text-block {
  position: absolute;
  bottom: 30px;
  background-color: #fff;
  width: 86%;
  opacity: 0.8;
}
 .service-listing .text-block h3 {  
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.05em;
    color: #000;
   margin: 0 0 0 2rem;
}
 .service-listing .text-block h4 {  
    font-weight: 600;
    font-size: 1.142rem;
    line-height: 1.2;
    letter-spacing: -.05em;
    color: #000;
    margin: 0 0 1rem 2rem;
}
.service-listing:hover img {
  opacity: 0.5;
  transition: 0.3s;
  color: #fff;
}

 
.project-listing.img-wrap {
  margin: 10px;
  
}
.project-listing img {
  display: block;
}

.project-listing:hover .img-wrap {
    background-color: black;
}

.project-listing:hover img {
  opacity: 0.5;
  transition: 0.3s;
}
  
.project-listing .text-block {
  position: absolute;
  bottom: 20px;
  color: #FFFFFF;
  max-width: 86%;
}
 .project-listing .text-block h3 {  
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.05em;
    color: #FFFFFF;
   margin: 0 0 0.5rem 2rem;
}
 .project-listing .text-block h4 {  
    font-weight: 600;
    font-size: 1.142rem;
    line-height: 1.2;
    letter-spacing: -.05em;
    color: #FFFFFF;
    margin: 0 0 2rem 2rem;
}
  
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.map-frame {
    width: 100%;
    height: 400px;
    position: relative;
}

.map-content {
    z-index: 10;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 390px;
    background-color: black;
    color: #FFF;
}

.social-contact {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  padding-top: 10px;
}
.social-contact span {
  display: inline-block;
  margin: 0 30px 0 0;
  
} 

  
  
   
footer {
  display: block;
  height:auto;
  margin: 150px 50px 0;
  background-color: #ffffff;
  color: #464646;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}



footer .footermain {
  padding: 100px 0;
  display: block;
}
  

footer .footermain p {
  font-size: 15px;
  line-height: 1;
}
  
footer .footermain a {
  font-size: 15px;
  line-height: 1;
  color: #464646;
  text-decoration: none;
}
footer .footermain a:hover {
  color: #7da290;
}
  

