@font-face {
    font-family: 'Bahagia';
    src: url('fonts/Bahagia.eot');
    src: url('fonts/Bahagia.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bahagia.woff2') format('woff2'),
        url('fonts/Bahagia.woff') format('woff'),
        url('fonts/Bahagia.ttf') format('truetype'),
        url('fonts/Bahagia.svg#Bahagia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.eot');
    src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat-Light.ttf') format('truetype'),
        url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype'),
        url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-BlackCond.eot');
    src: url('fonts/MyriadPro-BlackCond.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-BlackCond.woff2') format('woff2'),
        url('fonts/MyriadPro-BlackCond.woff') format('woff'),
        url('fonts/MyriadPro-BlackCond.ttf') format('truetype'),
        url('fonts/MyriadPro-BlackCond.svg#MyriadPro-BlackCond') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




html{
    scroll-behavior: smooth;
}
body{
    font-family: Montserrat;
    font-size: 17px; 
    color: #808080;
    font-weight: 400;
    padding-top: 100px;
}

a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #606f3f; text-decoration: none;}

::placeholder { color: 000; opacity: 1; }
:-ms-input-placeholder { color: 000;}
::-ms-input-placeholder { color: 000;}

/*COMMOM STYLES*/

.fw-bl{font-weight: 700;}
.fw-bo{font-weight: 600;}
strong, .fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}


.fs-65{font-size: 65px;}
.fs-60{font-size: 60px;}
.fs-56{font-size: 56px;}
.fs-48{font-size: 48px;}
.fs-38{font-size: 38px;}
.fs-32{font-size: 32px;}
.fs-30{font-size: 30px;}
.fs-26{font-size: 26px;}
.fs-22{font-size: 22px;}
.fs-18{font-size: 18px;}
.fs-14{font-size: 14px;}

.ls-0-4{letter-spacing: .4px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-4{letter-spacing: 4px;}
.ls-8{letter-spacing: 8px;}
.ls-20{letter-spacing: 20px;}


.lh-2-4{line-height: 2.4;}
.lh-2{line-height: 2;}






.mx-500{max-width: 100%; width: 500px;}


.bg-grey{background-color: #484c4c!important; }
.bg-brand{background-color: #669B41;}

.text-brand{color:#6AA442!important;}
.text-grey{color:#4D4D4D!important;}
.text-black{color:black!important;}
.bg-light{background-color: #F2F2F2!important;}
.btn-brand{background-color: #FF6600; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #FFF; font-size: 30px; padding: 15px 25px; letter-spacing: 1.5px; font-weight: 700; border: 2px solid white;}
.btn-brand:hover{background-color: #484c4c; color: #FFF!important;}
.btn-brand1{background-color: #6AA442; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #FFF; font-size: 17px; padding: 15px 40px; letter-spacing: 1.5px; }
.btn-brand1:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -13px;
    margin-bottom: -3px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #6AA442;
}
.bg-hero {
    background-image: url(/images/hero-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 200px;
}
.bg-gal {
    background-image: url(/images/gal-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 200px;
}
.btn-brand1:hover{background-color: #484c4c; color: #FFF!important;}

.btn-share{background-color: #AAAAAA; background-image: url('../images/misc/share.png'); background-position: 90% 52%; background-repeat: no-repeat; padding-right: 65px!important; border: 0;}
.btn-share:hover{background-color: #535850;}
.btn-share:focus {border: none;  }
.fixed-position {
    position: fixed;
 }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    /* top: 0; */
    right: 0;
    /* background-color: #111; */
    background-image: url('../images/bg-nav.jpg');
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 28px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 0px 8px 0px 32px;
    text-decoration: none;
    font-size: 65px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  .sidenav img{padding-bottom: 3rem;}
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px!important;
    margin-left: 50px;
  }
  
  /* @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  } */
  /* #welcomeSlider{
    border-style: solid;
    border-width: 50px;
    border-image: linear-gradient(45deg, rgb(201,219,173), rgb(255,255,255)) 1;
  } */
  #welcomeCarousel .carousel-item {
    /* height: calc(117vh - 70px); */
    width: 100%;
    /* background-image: url("/images/hero/homepage-hero.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: homepagehero;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  #welcomeCarousel #hero-1 {
    background-image: url("/images/hero-1.jpg");
  }
  #welcomeCarousel #hero-2 {
    background-image: url("/images/hero-2.jpg");
  }
  #welcomeCarousel #hero-3 {
    background-image: url("/images/hero/slider-3.jpg");
  }
  #welcomeCarousel #hero-4 {
    background-image: url("/images/hero/slider-4.jpg");
  }
  
 
 #welcomeSlider .carousel-indicators{margin-bottom: 5rem;}
  #welcomeSlider .carousel-indicators li{width: 16px; height: 16px; border-radius: 50%; opacity: 1;margin-right: 10px;}
#welcomeSlider .carousel-indicators .active{background-color: #669B41;}

#welcomeSlider #slide1{background-image: url('../images/hero/slider-1.jpg');}
#welcomeSlider #slide2{background-image: url('../images/hero/slider-2.jpg');}
#welcomeSlider #slide3{background-image: url('../images/hero/slider-3.jpg');}

#welcomeSlider .caption{top: 10%; position: absolute;  color: #FFF;  z-index: 99; font-size: 53px; padding: 40px 30px 40px; text-shadow: 2px 2px 5px #333;}

#welcomeSlider .btn-wrapper {position: absolute; left: 0; bottom: 80px; z-index: 95; width:100%; text-align: center;}
#welcomeSlider .btn-brand {border: 4px solid #FFF; font-size: 19px; padding: 10px 15px; }

  
.has-bg{background-position: center; background-size: cover; background-repeat:no-repeat;}
#carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-thumbnails {
    background-color:#ccc;
}
.carousel-inner {
    text-align:center;
}
.carousel-indicators li{
    width:100px;
}
.custom-indicator-wrap {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.custom-indicator-wrap li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}
.border-t{border-top: 1px solid #666; }
.border-b{border-bottom: 1px solid  #666;}
footer{background-color: #669B41;}

/* Navigation */
#topNavigation {height: 100px; position: fixed; top: 0; left: 0; padding: 0; background-color: #FFF;}
#topNavigation .img-logo{width: 270px;
    position: absolute;
    left: 85px;
    top: 0;
    background-color: white;
    padding: 20px 45px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);}
#topNavigation .nav-link{font-size: 17px; font-weight: 500; color: #999999; padding: 5px 25px;letter-spacing: 2px;}
#topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: #6AA442;}
#topNavigation .nav-item{display: flex; align-items: center;}
/* #topNavigation #nav-register{background-color: #606f3f; padding: 27px 30px;} */



#sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
#sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
#sideNav .nav-register:hover{background-color: #535850; }
#sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; }
.social .btn-social{padding: 9px;}
.social .btn-fb{background-color: #006699;border-radius: 50%;}
.social .btn-ig{background-color: #006633;border-radius: 50%;}
.social .bt-share{background-color: #679b41;border-radius: 50%;}
.wrapper-sm{max-width: 625px; float: right; }
.social a{margin-right: 15px;}


.bg-model{background-image: url('../images/model.png'); background-repeat: no-repeat; background-position: right top;}

.pr-0{padding-right: 0!important;}

.bg-top-reasons{background-image: url('../images/top-10.png'); background-position: center top; background-repeat: no-repeat; height: 675px;}

.withBg-wrapper{overflow-x: hidden!important; overflow-y: hidden;}
.withBg{position: relative;}

.withBg:after{content: ''; background-color: #F2f2f2; width: 120%; height: 78%; position: absolute; left: -7%; top: 157px; z-index: -1; transform: rotate(-5deg);}
.withBg-top:after{height: 1299px; bottom: 57px; top: inherit;}

.bg-mid {
    background-image: url(/images/bg-mid.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;
    min-height: 200px;
}
.min-h-80{min-height:80vh}
.bg-river {
    background-image: url(/images/bg-river.jpg);
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* height: 1150px;  */
    margin-top: -14.5%;
}
footer .img-social-icon {
    padding: 2px;
}

#registrationForm .form-control{border: none;height: calc(3.5rem + 2px);  border-radius: 0; margin-bottom: 50px; font-size: 17px; font-weight: 400;background-color: #F4F4F4;}
#registrationForm .form-control:focus{ box-shadow: none;}
#registrationForm sup{color: #6AA442; font-size: 16px!important; font-weight: 400;}
#registrationForm  label{color:#666666;font-size: 19px;}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    height: calc(3.5rem + 2px);
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236AA442%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: #333333;
}
.form-control:disabled {
    background-color: #b3b2b2!important;}
.activeNav{color:#6AA442!important}
.navbar-nav .active a{color:#6AA442!important}
#mainNav .nav-link .active{color:#6AA442!important}
#topNavigation .nav-item .active{color:#6AA442!important}
#sharePopUp .modal-header{border: none;}
.centered {
    position: absolute;
    top: 4%;
    left: 0;
    padding-right: 3rem!important;
    padding-left: 3rem!important;
    padding-top: 1.5rem!important;
    padding-bottom: 3rem!important;
}
.centered h3{font-size: 50px;font-weight: 700;letter-spacing: 2px;}
.centered h4{font-size: 38px;font-weight: 700;letter-spacing: 3px;}
.centered h4 span{font-size: 75px;}
.centered .btn-brand{margin-left: 3rem;}
.person{padding: 7rem 10rem;}
.blub {
    background-image:url('/images/bg-blub.jpg');
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 108vh;
    min-height: 200px;
  }
  .blub p {
    font-size: 22px;
    color: white;
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
  }
  .blub h3{color: white;
font-size: 60px; font-weight: 500;padding-top: 4rem;}
.blub .btn-brand{margin-top: 3rem;}
.blub-content{margin-left: 40%;width: 53%;}

.features {
   background-image: url(/images/features.jpg);
    /* height: 110vh; */
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .features h1{font-size: 60px;font-weight: bold;color: white;text-align: center;padding-bottom: 3rem;}
  .features span{font-size: 30px;font-weight: 400;color: white;}
  /* .features img{padding-right: 40px;} */
.feature{display:flex;
    align-items:center;padding-bottom: 5rem;}

    .eco-life {
        background-image: url(/images/eco-life.jpg);
         /* height: 50vh; */
         /* height: 100%; */
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         position: relative;
       }
       .eco-life h1{font-size: 60px;font-weight: bold;color: white;text-align: center;padding-bottom: 3rem;padding-top: 2rem;}
       .ame {display:flex;
        align-items:center;padding-bottom: 3rem;}
.ame span{font-size: 30px;font-weight: 500;}
.low-impact {
    background-image: url(/images/low-impact.jpg);
     /* height: 94vh; */
     /* height: 100%; */
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
   }
   .low-impact h1{font-size: 60px;font-weight: bold;color: white;text-align: center;padding-bottom: 3rem;padding-top: 3rem;}
   .low-impact p{font-size: 24px;font-weight: bold;color: white;text-align: center;line-height: 2;padding-bottom: 3rem;}
.project{background-image: url(/images/bg-project.jpg);
    /* height: 94vh; */
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 31vh;
}
   
    .sales{background-image: url(/images/bg-sales.jpg);
        /* height: 94vh; */
        /* height: 100%; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        height: 31vh;}

        .project h3, .sales h3{color: white;font-size: 40px;font-weight: bold;}
        .project h4, .sales h4{color: white;font-size: 38px;font-weight: 500;}
        .register{background-image: url(/images/bg-register.jpg);
            /* height: 94vh; */
            /* height: 100%; */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;display: flex;
            align-items: center;}
            .thankyou{background-image: url(/images/bg-thankyou.jpg);
                /* height: 94vh; */
                /* height: 100%; */
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                position: relative;display: flex;
                align-items: center;}
                .thankyou h1{font-size: 60px;font-weight: bold; color: white;}
                .thanks h4{font-size: 39px;font-weight: 500;line-height: 1.7;}


@media screen and (max-width:992px){
    body{padding-top: 0px;}
    .fs-65{font-size: 60px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 50px;}
    .fs-48{font-size: 42px;}
    .fs-38{font-size: 36px;}
    .fs-30{font-size: 28px;}

}

@media screen and (max-width: 767px){

    .fs-65{font-size: 56px;}
    .fs-56{font-size: 46px;}
    .fs-48{font-size: 36px;}
    .fs-38{font-size: 31px;}
    .fs-30{font-size: 24px;}
    .fs-22{font-size: 17px;}
    .fs-14{font-size: 13px;}
}

@media screen and (max-width: 576px){

    .fs-65{font-size: 36px;}
    .fs-56{font-size: 32px;}
    .fs-48{font-size: 24px;}
    .fs-38{font-size: 22px;}
    .fs-30{font-size: 20px;}
    .fs-14{font-size: 12px;}
}
@media screen and (min-width:768px){
    .mt-md-lg{margin-top: 60px!important;}
    .mb-md-lg{margin-bottom: 60px!important;}

    .mt-md-xl{margin-top: 100px!important;}
    .mb-md-xl{margin-bottom: 100px!important;}
  
}

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

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #669B41;
    color: white;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 9%);
  }
  
  #myBtn:hover {
    background-color: #555;
  }

.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}

.tarion-logo-wrap {
    max-width:150px;  
    margin-right:5px;  
}

@media (max-width: 800px) {
    /* #welcomeCarousel .carousel-item{height: 411px;} */
    #welcomeSlider .carousel-indicators{margin-bottom: 1.7rem;}
}
@media screen and (min-width:992px){

    .rendering-section{background-image: url('../images/chairs.png'); background-position: 50px bottom; background-repeat: no-repeat; }
    .rendering-section .wrapper-sm{padding-top: 300px;}
    
    #areaAmenities{background-image: url('../images/area-amenities.png'); background-position: 50px 188px; background-size: auto; background-repeat: no-repeat;}
    .amenities-wrapper{padding-left: 150px;}

    .text-md-left {
        text-align: left!important;
    }

}
@media (min-width:1300px) and (max-width:1800px){
    .blub-content{margin-left: 38%;width: 60%;}
}
@media (min-width:1300px) and (max-width:1700px){
    /* .sidenav a{font-size: 45px;} */
    .nav-r{width: 180px;}
    .centered h3{font-size: 40px;}
.centered h4{font-size: 30px;}
.centered h4 span{font-size: 65px;}
.centered img{height: 350px;}

}
@media (min-width:1300px) and (max-width:1480px){
    .blub{height: 94vh;}
    .blub p {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
      }
    .blub-content{margin-left: 37%;width: 63%;}
  .blub .btn-brand {
    margin-top: 1rem;
}
}
@media (min-width:993px) and (max-width:1299px){
    /* .sidenav a{font-size: 35px;} */
    .nav-r{width: 160px;}
    .centered h3{font-size: 30px;}
.centered h4{font-size: 20px;}
.centered h4 span{font-size: 50px;}
.centered img{height: 270px;}
.centered{top:0}
.blub{height: 71vh;}
.blub p {
    font-size: 18px;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
  .blub h3{padding-top: 2rem;font-size:40px ;}
  .blub-content{margin-left: 38%;width: 60%;}
  .blub .btn-brand {
    margin-top: 1rem;
}
.person {
    padding: 7rem 2rem;
}
}


@media (min-width:993px) and (max-width:1199px){
.feature{padding-bottom: 3rem;}
}

@media screen and (max-width:992px){
  
    #topNavigation .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(170, 170,170, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation  .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }

    #topNavigation {background-color: #F2F2F2; height: 60px; top:0px; width: 100%; z-index: 99;position: relative;}
   
    #topNavigation  .navbar-collapse{width: 100%; background-color: #6aa441; padding-top: 15px; position: absolute; left: 0; top: 44px;}
    #topNavigation .nav-link{color: #FFF; padding-bottom: 20px;}
     #sideNav{width: 140px; left: 8px; top: 110px; z-index: 101;position: static;float: right;}
    #sideNav .btn-social{padding: 6px;}
    .mt-md-xl {margin-top: 35px!important;}
    .bg-mid {height: 50vh!important;}
    .bg-hero {height: 50vh!important;}
    .bg-gal {height: 50vh!important;}
    .timeline{-webkit-columns: 2;-moz-columns: 2;columns: 2;}
        .content-desktop {display: none!important;}
.content-mobile {display: block!important;}
.ls-20 {letter-spacing: 15px;}
.bg-river {height:50vh}
#topNavigation .nav-item .active {
    color: black!important;
}
.navbar-nav .active a{color: black!important;}
.status {
    padding: 0px 20px;}
    .social a {
        margin-right: 7px;
    }
    .person {
        padding: 5rem 1.5rem;
    }
    .btn-brand{font-size: 20px;}
    #welcomeSlider .caption{font-size: 50px;   padding: 40px 30px 40px;}  
    .sidenav a{font-size: 35px;padding-bottom: 1rem;}
    .nav-r{width: 110px;}
    .centered h3{font-size: 55px;}
.centered h4{font-size: 45px;}
.centered h4 span{font-size: 60px;}
.centered .btn-brand{margin-left: 0rem;}
.centered{top:4%}
.centered .mid-1{margin-bottom: 2rem;}
.centered .mid-2{margin-bottom: 2rem;}
 .centered .mid-3{margin-bottom: 2rem;margin-top: 2rem;}
 /* .features {
    height: 130vh;} */
    .features h1{font-size: 45px;}
    .features span{font-size: 23px;}
    .feature{padding-bottom: 3rem;}
    .low-impact h1{font-size: 45px;}
    .eco-life h1{font-size: 45px;}
    /* .eco-life{height: 75vh;} */
    .ame span{font-size: 23px;}
    .project h3, .sales h3{font-size: 18px;}
        .project h4, .sales h4{font-size: 17px;}
        .project, .sales{height: 22vh;}
        .p-5 {
            padding: 1rem!important;
        }
        .px-5 {
            padding-right: 0rem!important;
            padding-left: 0rem!important;
        }
}
@media screen and (max-width: 767px){
    
    #welcomeSlider .btn-wrapper{display: none;}
    #welcomeSlider .caption{font-size: 24px; top: 100px;  padding: 20px; max-width: 375px; display: none;}
    /* .sidenav a{font-size: 20px!important;} */
    /* .nav-r{width: 90px!important;} */
    .sidenav img{padding-bottom: 2rem;}
    .centered h3{font-size: 30px!important;}
.centered h4{font-size: 20px!important;}
.centered h4 span{font-size: 40px!important;}
.centered .mid-1{margin-bottom: 2rem;}
.centered .mid-2{margin-bottom: 2rem;}
 .centered .mid-3{margin-bottom: 2rem;margin-top: 2rem;}
 #registrationForm label{font-size: 15px;}
 }
@media screen and (max-width: 576px){ 
    #welcomeSlider .caption{ font-size: 16px; top: 50px;  padding: 10px; max-width: 255px; }
    /* .sidenav a{font-size: 17px!important;} */
    /* .nav-r{display: none;} */
    .sidenav img{padding-bottom: 1rem!important;}
    /* .sidenav{padding-top: 0px;} */
    .centered h3{font-size: 25px!important;}
.centered h4{font-size: 20px!important;}
.centered h4 span{font-size: 30px!important;}
.centered .mid-1{height: 120px;margin-bottom: 1rem;}
.centered .mid-2{height: 40px;margin-bottom: 1rem;}
 .centered .mid-3{height: 50px;margin-bottom: 1rem;margin-top: 1rem;}
 .centered{top:0!important}
 .centered .btn-brand{font-size:18px;}
 .tarion-logo-wrap{
        max-width: 118px;
        margin-top: 4px;
    }

    .tarion-logo-wrap img {
        padding:0px!important;
    }
}
@media screen and (max-width: 400px){
    .centered h3{font-size: 17px!important;}
    .centered h4{font-size: 14px!important;}
    .centered h4 span{font-size: 20px!important;}
    .centered .mid-1{height: 100px;margin-bottom: 1rem!important;}
    .centered .mid-2{height: 40px;margin-bottom: 1rem!important;}
     .centered .mid-3{height: 50px;margin-bottom: 1rem!important;margin-top: 1rem!important;}
     .centered{top:0!important}
     .centered .btn-brand{font-size:18px;}
     .project, .sales {
        height: 19vh;
    }
    
 }
