@charset "utf-8";
@font-face {
    font-family: 'matterbold';
    src: url('fonts/matter-bold-webfont.woff2') format('woff2'),
         url('fonts/matter-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}




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

}




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

}
/*------------| body frame start |-----------*/
* {
  -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;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;

}


html, body {
  width: 100%;
 /* height: 100%; */
  padding: 0px;
  margin: 0;

}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
color: #61694D;
font-size: 16px;
line-height: 20px;
font-family: 'matterlight';
font-weight: 400;
overflow-x: hidden;

}
b, strong{
font-family: 'matterbold';
	font-weight: 400;
}
/*=============== tags start ===================**/
section{
  width: 100%;
position: relative;
overflow: hidden;

}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
/* border-color:transparent; */
}




button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
color: #61694D;
position: relative;
text-decoration:none;
display: inline-block;
}

#page-wrap a::after
{
	content: '';
	display: block;
	position: absolute;
	background: #61694D;
	height: 1px;
	width: 0%;
	-webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
   }
   a:hover{
     color: #FE5442;
   }
   #page-wrap a:hover::after {
   width: 100%;
   background: #FE5442;
   }

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }

h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;

}
h1, h2, h3, h4, h5, h6{margin: 0px; font-weight: normal;}
h1{
font-family: 'matterlight';
font-weight: 400;
font-size: 6.82vw /*131px*/;
line-height: 6.82vw;
padding-bottom: 50px;
}
h2{font-size: 66px;
    line-height: 78px; padding-bottom: 40px;}

    h3{font-size: 60px;
        line-height: 70px;}
        .entry h3
        {padding-bottom: 10px;}
      h4 {
    font-size: 50px;
    line-height: 54px;
  }

  h5 {
font-size: 40px;
line-height: 44px;
}
h6 {
font-size: 30px;
line-height: 34px;
}

ul{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ol{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 0px 0px 0px 0px;
}

ol li{
padding: 0px 0px 0px 0px;
}

p { margin: 0px; padding: 0px 0px 20px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #B4B5B5;
}

img { /*  display:block;*/
height: auto }


/* ==================================== breadcrumb menu & pagination css end here========================== */
.box
{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-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%;
		}


.fadeIn {
	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 {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}



.animation, .hoverpath, .closeBtn{
  -webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
  -moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
  -o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
  transition:         all .3s cubic-bezier(.16,.84,.44,1);
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,
.col_1_1, .col_1_1_1, .col_1_1_1_1, .menu-main-menu-container, .LandingText, .LandingText2, .iconList, .textImageWrapper, .ThreeImageRow,
.ThreeImageRow .groupImage, .yearRecord, .Rowone .col:nth-child(2), .planDetails > div, .spacePlanSlide, #categoryData > div, .imageListWrapper,
.sustanabilityDeveloper
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}

.flexWrap, .col_1_1, .col_1_1_1, .col_1_1_1_1, .iconList, .textImageWrapper, .ThreeImageRow,
.ThreeImageRow .groupImage, .LandingText, .LandingText2
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch .col_1_1_1, .col_1_1_1_1{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter, nav, .menu-main-menu-container, .LandingText, .iconList, .LandingText2
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}
.TopPart
{
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack:  space-between;
	justify-content: space-between;
}
/* , .ContentHolder */
.flexVerticalCenter, .menu-main-menu-container, .LandingText, .LandingText2, .spacePlanSlide, #categoryData > div
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
 .flexstart, .textImageWrapper
{
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.flexRowReverse, .TitleTextImage .col_1_1, .Rowone .col_1_1, .RowTwo .col_1_1, .RowSix .col_1_1, .RowNine .col_1_1, .RowEleven  .col_1_1, .textImageWrapper
{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse
{
     -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
