* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*:focus, a:hover, a:active, a:focus {
outline:0;
outline:none!important;
border:0;
}
html{ margin: 0px!important;}
html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  color: #000000;
  font-family: 'EDGE-Light';
  font-weight: 300;
  font-style: normal;
  font-size:20px;
  line-height:28px;
  display: flex;
  flex-direction: column;
}

body.hideLogo .logoHolder{ opacity: 0; visibility:hidden;}
/* common css start here */
img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}
.grid{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexVerticalCenter{
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.col_1_1_1 .col{width:33.33%;}
.commonSpace{ padding:180px 0;}

header:after, section:after, .content_1750:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
h1,h2,h3,h4,h5,h6{ margin: 0px; padding: 0 0 15px 0;}
strong, b{font-family: 'EDGE-Bold';}
p{margin:0px; padding:0 0 28px 0;}

a, .menubtn, .closebtn, .menubtn.show, header, .headlogo{-webkit-transition: all 0.3s ease-in-out;
  		-moz-transition: all 0.3s ease-in-out;
  		-o-transition: all 0.3s ease-in-out;
  		transition: all 0.3s ease-in-out;
  	}
.container, .textAnimate, .textAnimateTwo, .bottomArrow, .titleAni{-webkit-transition: all 0.8s ease-in-out;
  		-moz-transition: all 0.8s ease-in-out;
  		-o-transition: all 0.8s ease-in-out;
  		transition: all 0.8s ease-in-out;}

      .logoHolder{-webkit-transition: all 0.6s ease-in-out;
        		-moz-transition: all 0.6s ease-in-out;
        		-o-transition: all 0.6s ease-in-out;
        		transition: all 0.6s ease-in-out;}
/* common css end here */

#page-wrap{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 1 0 auto;
}
#page-wrap
{
  opacity: 0;
  transition: opacity 1s cubic-bezier(.17,.67,.83,.67);
  -webkit-transition: opacity 1s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: opacity 1s cubic-bezier(.17,.67,.83,.67);
  -o-transition: opacity 1s cubic-bezier(.17,.67,.83,.67);
}
.loaded #page-wrap
{
  opacity: 1;

}
footer{flex-shrink: 0;}

/* menu start */
header{ z-index:999; padding:24px 0; width: 100%; background-color:#F8F5F5;}
body.scroll header{background-color:#F8F5F5;}
.menuSec, header{ position:fixed; left: 0; right: 0; margin: 0 auto;}
header .content_1750{ position: relative;}
.headlogo{

  -khtml-opacity: 1;
  opacity: 1; /* Standard compliant browsers */
  -moz-opacity: 1; /* Firefox and Mozilla browsers */
  -webkit-opacity: 1; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=1); /* For IE8 and earlier */
   visibility:visible;}
body.scroll .headlogo{
  /* opacity: 1; */
  -khtml-opacity: 1;
  opacity: 1; /* Standard compliant browsers */
  -moz-opacity: 1; /* Firefox and Mozilla browsers */
  -webkit-opacity: 1; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=100); /* For IE8 and earlier */
  visibility: visible;}
.hlink{ display: inline-block; cursor:pointer;}
body.scroll .hlink{ cursor: pointer;}
body.scroll .menubtn::before{ background:#000;}

.menubtn, .closebtn{ background-color:#94D5C4; color:#fff; font-size: 16px; line-height: 24px; letter-spacing: 1.6px; font-family: 'EDGE-Book'; text-transform:uppercase; text-decoration:none;
position: absolute; right:20px;
/* top: 30px;  */
top: -3px;
/* padding: 18px 40px;  */
padding: 14px 36px;
cursor: pointer; z-index: 1;}
/* .menubtn{ right:-40px;}
.menubtn.show{ right: 20px;} */
.menubtn.fadeAnimate{ opacity: 1;}
.menubtn::before, .closebtn::before{content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;}
.closebtn{right: 40px;
  /* top: 40px; */
  top: 24px;
   z-index:1;}
.menubtn:hover{color:#fff;}
.closebtn:hover{color:#fff;}
.menubtn:hover::before, .closebtn:hover::before{-webkit-transform:scaleX(1); transform: scaleX(1);}
.menuBox {
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #94D5C4;
    overflow-y: auto;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateX(100%);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-duration: 0.9s;
    visibility: hidden;
    color:#fff;
}

body.open-menu .menuBox {
    right: 0;
    visibility: visible;
    transform: translateX(0);
}

.menuBox h2{ text-align: center; font-size: 116px; line-height:116px; letter-spacing: -5.8px; font-family: 'Silva-Regular'; padding-bottom: 80px;}
.menuBox .col{
  border-left:#fff solid 1px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 24px;
  font-family: 'EDGE-Book';
  color:#000000;
}
.menuBox .col strong, .menuBox .col b{color:#fff;}
.menuBox .col p:last-of-type{padding-bottom:0px;}
.menuBox .col:first-child{padding-left:20px;  display:flex; align-items:center; justify-content:center;}
.menuBox .col:last-child{border-right:0px; padding-right:0px;}
.menuBox a{color:#000000; text-decoration:none;}
.menuBox a:hover{text-decoration:underline;}
.logoBox{padding-bottom:40px;}
.name{text-transform:uppercase;}
.menuBox .grid{padding:0 40px;}

.logoBox.branding{max-width:158px; padding-bottom:34px;}
/* menu end */
@-webkit-keyframes dashanimate{ 100%{stroke-dashoffset:0;} }
@-moz-keyframes dashanimate{ 100%{stroke-dashoffset:0;} }
@-o-keyframes dashanimate{ 100%{stroke-dashoffset:0;} }
@-ms-keyframes dashanimate{ 100%{stroke-dashoffset:0;} }
@keyframes dashanimate{ 100%{stroke-dashoffset:0;} }
.animDash{stroke-dasharray:1200; stroke-dashoffset:1200;}
.shapeSlide.slick-current .animDash{
stroke-dasharray:1200;
stroke-dashoffset:1200;
background-clip: text;
-webkit-animation:dashanimate 1s cubic-bezier(0, 0, 0.2, 1) forwards;
-moz-animation:dashanimate 1s cubic-bezier(0, 0, 0.2, 1) forwards;
-o-animation:dashanimate 1s cubic-bezier(0, 0, 0.2, 1) forwards;
-ms-animation:dashanimate 1s cubic-bezier(0, 0, 0.2, 1) forwards;
animation:dashanimate 1s cubic-bezier(0, 0, 0.2, 1) forwards;
animation-delay: 1s;
}

@-webkit-keyframes showimage {
  from{opacity:0;}
   to{opacity:1;}
}
@-moz-keyframes showimage {
  from{opacity:0;}
   to{opacity:1;}
}
@keyframes showimage {
  from{opacity:0;}
   to{opacity:1;}
}

/* .shapeSlide.slick-current .maskimage{
-webkit-animation: showimage 0.4s linear forwards;
-moz-animation: showimage 0.4s linear forwards;
animation: showimage 0.4s linear forwards;
animation-delay: 0.3s;
}

.maskimage{ opacity: 0;} */
/* .shapeSlide.slick-current .maskimage{opacity:1;} */
/* slider start */
.sliderWrapper{width: 100%; height:100vh;}

.fullslider{
  height:100vh;
  text-align:center;
  /* position:relative; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* min-height: 670px; */
}
.bottomArrow{ position: absolute; width:88px; height:116px; left:0px; right: 0px; margin: 0 auto; z-index: 9; cursor: pointer;}
.bottomArrow{ bottom: 100px; opacity: 0;}
.bottomArrow.show{ bottom:20px; opacity: 1;}

.infoSec{position: relative; z-index: 1; background-color:#F0ECE6;}

ul.slider, ul.slider li, .slider .slick-list, .slider .slick-track,ul.slider li .box { height: 100%;}
ul.slider{margin:0px; padding:0px; list-style-type:none;}
ul.slider li{margin:0px; padding:0px;}

.overlay::before{ content:''; z-index: 1; background-color:rgba(000,000,000,0.2); position: absolute; left: 0; top:0; width: 100%; height: 100%; }

.box{position: relative;}
.box:before{
	content: "";
	display: block;
	padding-top: 50%; 	/* initial ratio of 1:1*/
}
.imageHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
	/* font-family: 'object-fit: cover'; */
  object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}

.logoHolder{
  width:100%;
  /* max-width:430px;  */
  margin:0 auto;
  text-align: center;
  padding:0 40px;
  padding-bottom:60px;
  height:100%;
  position:absolute; left:0; right:0; top:0; z-index: 1;}
.logoHolder div{ margin: 0 auto;}
.logoHolder svg{ width: 100%;
  /* max-width:410px; */
  max-width:350px;
}

.logoHolder h1{text-align: center;
font-size:14vw;
line-height:14vw;
/* letter-spacing:-5.8vw; */
font-family: 'Silva-Regular';
font-weight: normal;
font-style: normal;
color:#fff;
margin: 0 auto;
padding-bottom:0px!important;}

.titleAni{ opacity: 0; margin-bottom:-10%!important;}
.titleAni.show{margin-bottom:0px!important; opacity: 1;}

body.loaded #logo-icon
{    transform-origin: 50% 27%;
            -webkit-animation: rotatering 2s 0s cubic-bezier(.13,.62,.32,.84) forwards;
            -moz-animation: rotatering 2s 0s cubic-bezier(.13,.62,.32,.84) forwards;
            -ms-animation: rotatering 2s 0s cubic-bezier(.13,.62,.32,.84) forwards;
            animation: rotatering 2s 0s cubic-bezier(.13,.62,.32,.84) forwards;
  animation-delay: 0.2s;
  }


  @keyframes rotatering {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}
  @-webkit-keyframes rotatering {
    0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}
/* slider end */

/* content start */
.content_1750 {
    max-width: 1790px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
}

.content_1450 {
    max-width: 1490px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
}

.content_1120 {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
}
.content_720 {
    max-width: 760px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
}

.content_1000 {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
}

.largeText{font-size:48px; line-height:60px; padding-bottom:80px; letter-spacing:-2.55px; position: relative;
  /* overflow:hidden; */
}
.largeText span{position: relative;}
.mediumText{font-size:23px; line-height:30px; letter-spacing:-1.15px; padding-bottom:50px;}
.boldText{font-family: 'EDGE-Bold'; font-size:34px; line-height:40px; letter-spacing:0.34px;}
.largeText, .mediumText, .boldText{ text-align: center;}
.circle{position:absolute; left:-8%; top:-8%; width: 130%; height: 120%; z-index:-1;
  -webkit-transform:rotate(-8deg);
      -moz-transform:rotate(-8deg);
      -ms-transform:rotate(-8deg);
      -o-transform:rotate(-8deg);
      transform:rotate(-8deg);}
.line{position:absolute; width:100%; left:0; right:0; bottom:-70%; margin:0 auto;}
.healthyTxt,.mostTxt{ position: relative;}
/* content end */

/* footer pages start here */
body.pageinfoOpen{ overflow: hidden;}
.infoPopup{
  width: 100%;
  height: 100%;
  background-color:#F0ECE6;
  color:#000000;
  padding: 0px;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0px;
  left: -100%;
  transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
opacity: 0;
z-index: 999;
}

.pageinfoOpen .infoPopup.active{opacity:1; left:0%;}

.closebtnpop {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 999;
  background-image: url('../images/closeIcon.svg');
  background-size:28px;
  background-repeat: no-repeat;
  background-position: center center;
}

.innerContent {
  max-width:1080px;
  color:#000;
  position:relative;
  margin:0 auto;
  z-index:2;
  padding:80px 20px 80px 20px;
  word-wrap:break-word;
  font-size:16px;
  line-height:24px;
  text-align:center;
}
.innerContent h2,.innerContent h3,.innerContent h4,.innerContent h5,.innerContent h6{font-family: 'EDGE-Bold'; 	font-weight: normal;
	font-style: normal; text-transform: uppercase;}
.innerContent h1{font-size:50px; line-height:56px; padding-bottom:28px;}
.innerContent h2{font-size:40px; line-height:46px; padding-bottom:20px;}
.innerContent h3{font-size:34px; line-height:40px; padding-bottom:18px;}
.innerContent h4{font-size:26px; line-height:32px; padding-bottom:18px;}
.innerContent h5{font-size:24px; line-height:30px; padding-bottom:18px;}
.innerContent h6{font-size:22px; line-height:28px; padding-bottom:18px;}

.innerContent ul{ margin: 0px; padding:0 12px 20px 12px; list-style-position:inside;}
.innerContent ul li{ margin: 0px; padding: 0 0 8px 0;}
.innerContent ol{margin: 0px; padding:0 12px 20px 12px; list-style-position:inside;}
.innerContent ol li{margin: 0px; padding: 0 0 8px 0;}
.innerContent a{ text-decoration: none; color:#12BC90;}
.innerContent a:hover{ text-decoration: underline; color:#000;}
/* footer pages end here */

/* footer start */
footer .content_1750{text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;

-webkit-box-align:flex-start;
-webkit-align-items:flex-start;
-ms-flex-align:flex-start;
align-items:flex-start;
}
footer{ background-color:#E7E0D5; padding: 50px 0; color:#363835; z-index: 99;}
.copyright{ float: left; width: 33.33%; text-align: center;}
.copyright.desktop{ padding-top:3px;}
.address{ padding-top: 8px;}
.logoSec, .copyright a{font-family: 'EDGE-Book'; font-size: 12px; line-height: 20px; letter-spacing: 1.44px; text-transform:uppercase; width: 33.33%; }
.logoSec span{ padding-left:16px;}
.address{ float: right; font-family: 'EDGE-Light'; font-size: 13px; line-height:28px; width: 33.33%; text-align: right;}
.logoSec{ margin: 0 auto;}
.copyright a{color:#363835; text-decoration:none;}
.copyright a:hover{text-decoration: underline;}

.address ul{ margin: 0px; padding: 0px; list-style-type: none; display:flex; justify-content: flex-end; font-size: 12px; line-height: 20px;}
.address ul li{ margin: 0px; padding: 0px 8px; border-right:#363835 solid 1px;}
.address ul li:last-child{ padding-right: 0px; border-right: 0px;}
.address ul li a{ text-decoration:none; color:#363835; text-transform: uppercase; font-family: 'EDGE-Book'; letter-spacing: 1.44px; cursor: pointer;}
.address ul li a:hover{ text-decoration:underline;}
/* footer end */


.fadeIn, .fadeAnimate {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe, .fadeAnimate.show{opacity:1}


.fadeInUp { -webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	transition: opacity 1s ease .4s,transform 1s ease .4s;
	-webkit-transition: opacity 1s ease .4s,transform 1s ease .4s;
	-moz-transition: opacity 1s ease .4s,transform 1s ease .4s;
	-o-transition: opacity 1s ease .4s,transform 1s ease .4s;
}
.fadeInUp.animateMe { -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;}

.healthyTxt::after {
    content: 'R';
    font-family: 'Northwell Swash';
    color: #000;
    font-size: 120%;
    line-height: 50px;
    font-weight: normal;
    width: 0%;
    position: absolute;
    display: block;
    bottom: -60%;
    left: -5px;
}

.healthyTxt.animateMe::after {
  -webkit-animation: typinglong 0.5s;
    animation: typinglong 0.5s;
        animation-delay: 0s;
        animation-fill-mode: none;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
    overflow: hidden;
}
.circle.animateMe svg, .largeText.animateMe .mostTxt svg {
-webkit-animation: opacity 1s;
animation: opacity 1s;
animation-delay: 0s;
animation-fill-mode: none;
animation-delay: 0.1s;
animation-fill-mode: forwards;
}
.circle.animateMe path{
  fill: none;
stroke: white;
stroke-width: 10;
stroke-dasharray: 1350;
stroke-dashoffset: 0;
-webkit-animation: highlightRound 1s;
animation: highlightRound 1s;
animation-delay: 0s;
animation-fill-mode: none;
/* animation-delay: 0.5s; */
animation-fill-mode: forwards;
}

@-webkit-keyframes opacity{ 0%{opacity:0} 100% {opacity:1;} }

@keyframes opacity { 0%{opacity:0} 100%{opacity:1;} }

@-webkit-keyframes highlightRound {
	0%{stroke-dashoffset:0;}
	100%{stroke-dashoffset: 1350;}
}

@keyframes highlightRound {
0%{stroke-dashoffset: 0;}
100% {stroke-dashoffset: 1350;}
}

@-webkit-keyframes highlightRound {
0%{stroke-dashoffset: 0;}
100%{stroke-dashoffset: 1350;}
}

@keyframes highlightRound {
0%{stroke-dashoffset:0;}
100% {stroke-dashoffset:1350;}
}


@-webkit-keyframes typinglong {
	from {width: 0%;}
	to {width: 100%;}
}
@-moz-keyframes typinglong {
	from {width:0%;}
	to {width:100%;}
}
@keyframes typinglong {
	from {width: 0%;}
	to {width: 100%;}
}
@-ms-keyframes typinglong {
	from {width: 0%;}
	to {width: 100%;}
}
@-o-keyframes typinglong {
	from {width: 0%;}
	to {width: 100%;}
}
/* loader css start here */
.loader
{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #000;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition:    all 0.4s ease-in-out;
  -o-transition:      all 0.4s ease-in-out;
  transition:         all 0.4s ease-in-out;
  /* display: none; */
}

.container{
width: 100px;
height: 100px;
position: absolute;
left: 50%;
margin-left: -50px;
top: 50%;
margin-top: -50px;
display:flex;
align-items:center;
justify-content:center;
 }
.container.logoPos{ width:284px; height: 284px; margin-left:-142px; margin-top: -296px;}
.container.logoPos img{ width:285px; height:285px;}

body.loaded .loader{opacity:0; visibility: hidden;/* display: none; */ }

.textAnimate, .textAnimateTwo{ opacity:0; -webkit-transform : translate3d(0, 30px, 0); -webkit-moz : translate3d(0, 30px, 0); transform : translate3d(0, 30px, 0);}
.textAnimate.show, .textAnimateTwo.show{-webkit-transform : translate3d(0, 0, 0); -moz-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity: 1;}
/* loader css end here */

/* content shape animation start */
.pinkCircle, .humanText, .revolution, .balance, .sqft{ position:relative;}
.pinkCircle svg{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-52%, -50%);
  z-index:-1;
  width:120%;
}
.humanText svg{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-55%, -50%);
  width:118%;
  z-index: -1;
}
.revolution svg{position:absolute; left:0; right: 0; bottom:-1.8vw; width:10vw; margin: 0 auto; z-index: -1;}
.balance svg{position:absolute; left:0; right: 0; bottom:-1.8vw; width:10vw; margin: 0 auto; z-index: -1;}
.sqft svg{
  position:absolute;
  left:50%;
  top:50%;
  width:18vw;
  transform:translate(-52.5%, -50%);
  width:106%;
  z-index:-1;
}

_::-webkit-full-page-media, _:future, :root .sqft svg {
  transform:translate(-50.5%, -50%);
  width:108%;
}
/* content shape animation end */

/* new text animations */
.pinkCircle.animateMe .edCircle{
  -webkit-animation:edCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -moz-animation:edCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -ms-animation:edCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation:edCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -webkit-animation-delay:1s;
  animation-delay:1s;
}
@keyframes edCircle {
     0%{stroke-dashoffset:500;}
    100%{stroke-dashoffset:1000;}
  }
  @-webkit-keyframes edCircle {
    0%{stroke-dashoffset:500;}
   100%{stroke-dashoffset:1000;}
  }

  .revolution.animateMe .revoStroke{
    -webkit-animation:revoStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -moz-animation:revoStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -ms-animation:revoStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation:revoStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -webkit-animation-delay:1.8s;
    animation-delay:1.8s;
  }
  @keyframes revoStroke {
       0%{stroke-dashoffset:360;}
      100%{stroke-dashoffset:180;}
    }
    @-webkit-keyframes revoStroke {
      0%{stroke-dashoffset:360;}
     100%{stroke-dashoffset:180;}
    }

  .balance.animateMe .balanceStroke{
    -webkit-animation:balanceStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -moz-animation:balanceStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -ms-animation:balanceStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation:balanceStroke 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -webkit-animation-delay:2.6s;
    animation-delay:2.6s;
  }
  @keyframes balanceStroke {
       0%{stroke-dashoffset:440;}
      100%{stroke-dashoffset:220;}
    }
    @-webkit-keyframes balanceStroke {
      0%{stroke-dashoffset:440;}
     100%{stroke-dashoffset:220;}
    }

  .humanText.animateMe .huCircle{
    -webkit-animation:huCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -moz-animation:huCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -ms-animation:huCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation:huCircle 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -webkit-animation-delay:3.4s;
    animation-delay:3.4s;
  }
  @keyframes huCircle {
       0%{stroke-dashoffset:1340;}
      100%{stroke-dashoffset:670;}
    }
    @-webkit-keyframes huCircle {
      0%{stroke-dashoffset:1340;}
     100%{stroke-dashoffset:670;}
    }

    .sqft.animateMe .whiteBorder{
      -webkit-animation:whiteBorder 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      -moz-animation:whiteBorder 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      -ms-animation:whiteBorder 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      animation:whiteBorder 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
      -webkit-animation-delay:4.2s;
      animation-delay:4.2s;
    }
    @keyframes whiteBorder {
         0%{stroke-dashoffset:1820;}
        100%{stroke-dashoffset:910;}
      }
      @-webkit-keyframes whiteBorder {
        0%{stroke-dashoffset:1820;}
       100%{stroke-dashoffset:910;}
      }
/* new text animations */
.copyright.mobile{ display: none; padding-bottom:30px;}

.responsiveTable{
  width:100%;
  overflow:auto;
  padding:24px 0;
}
table {
    width: 100% !important;
    min-width: 560px;
    border: 0;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #172c35;
    border-top: 1px solid #172c35;
    border-collapse: collapse;
    font-size:16px;
    line-height:24px;
}

table tr td {
    padding:8px 12px;
    border-collapse: collapse;
}

table th {
        color: #172c35;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #172c35;
    font-weight: 700;
    border-bottom: 1px solid #172c35;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #172c35;
    border-bottom: 1px solid #172c35;
    word-wrap: break-word;
}

.commonSpace.infoSec{ padding-bottom: 0;}
.kidsWithTree{margin:0 auto; width:18%; height:auto; padding-bottom:80px;}
.betterBuildings{margin:0 auto; width:18%; height:auto; padding-top:80px; margin-bottom:-1.6%;}
