.body {
  padding-bottom: 50px;
  background-color: #2e2d3b;
  font-family: Montserrat, sans-serif;
}

.sovereignlogogold {
  display: block;
  margin: 24px auto 32px;
}

.imgcolumn {
  height: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/3d-view-day-squashed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imgcolumn.philosophy {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Philosophy-Banner.png');
}

.imgcolumn.philosophy.stackcolumnleft {
  width: 50%;
  float: left;
}

.imgcolumn.innovation {
  background-image: url('../images/innovation.png');
}

.imgcolumn.stackcolumn {
  width: 50%;
}

.textcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 56px;
  font-family: Montserrat, sans-serif;
  color: #e69b73;
  letter-spacing: 2px;
}

.slidebodytext {
  padding-right: 56px;
  padding-left: 56px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  line-height: 24px;
  font-weight: 300;
}

.pastprojects {
  position: relative;
  margin-top: 120px;
}

.pastprojects.teamsection {
  margin-bottom: 80px;
}

.sectiontitle {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 6px;
}

.tilecolumn {
  padding: 32px;
}

.pastimage {
  height: 320px;
  padding-bottom: 0px;
  background-image: url('../images/IBM-Office.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.pastimage:hover {
  margin-right: 1px;
  box-shadow: 0 16px 35px 0 rgba(0, 0, 0, .43);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pastimage.airteloffice {
  background-image: url('../images/Airtel-Lucknow-Campus.jpg');
}

.pastimage.filmcity {
  background-image: url('../images/Filmcity.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pastimage.sb {
  background-image: url('../images/SB.JPG');
}

.pastimage.sovereignct {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
}

.pastimage.sovereignct:hover {
  box-shadow: 0 16px 35px 0 rgba(0, 0, 0, .43);
}

.pastimage.capitalgate {
  background-image: url('../images/capitalgate.png');
}

.div-block {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0px;
  padding: 16px;
  border: 2px solid #e69b73;
  background-color: #2e2d3b;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, .8);
  line-height: 24px;
  text-align: center;
}

.row {
  margin-top: 32px;
  color: #fff;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: 60px;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  top: 29%;
  right: 0px;
  bottom: 20%;
  background-color: rgba(0, 0, 0, .35);
}

.clientimage {
  height: 90px;
  background-image: url('../images/WSP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.clientimage.mediatek {
  background-image: url('../images/MEdiatek.png');
}

.clientimage.bhel {
  height: 64px;
  margin-top: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/BHEL_Logo.svg');
}

.clientimage.cnbc {
  background-image: url('../images/CNBC.png');
}

.clientimage.legrand {
  background-image: url('../images/Legrand.svg');
}

.clientimage.ibm {
  background-image: url('../images/IBM-Logo.png');
}

.clientimage.airtel {
  background-image: url('../images/Bharti_Airtel_Limited_logo.svg');
}

.clientimage.pearson {
  background-image: url('../images/Pearson-1.png');
}

.clientcolumn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 44px;
}

.sectionbg {
  position: absolute;
  left: 0px;
  top: 12%;
  right: 0px;
  bottom: 0%;
  margin-bottom: -20px;
  background-color: rgba(0, 0, 0, .35);
}

.teamimagecontainer {
  display: block;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.div-block-4 {
  min-height: 220px;
  margin-top: -50px;
  padding-top: 51px;
  padding-bottom: 32px;
  background-color: hsla(0, 0%, 100%, .2);
}

.text-block-3 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  background-color: #d28760;
  font-weight: 500;
  text-align: center;
}

.text-block-4 {
  margin-top: 20px;
  padding-right: 32px;
  padding-left: 32px;
  font-weight: 300;
  text-align: center;
}

.interestedsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d28760;
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.link-block {
  width: 300px;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #fff;
  color: #e69b73;
  text-align: center;
  letter-spacing: 3px;
}

.text-block-6 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.footer {
  padding-top: 100px;
  padding-bottom: 64px;
  background-color: #2e2d3b;
  font-family: Montserrat, sans-serif;
}

.div-block-5 {
  display: block;
  float: none;
  text-align: center;
}

.heading-2 {
  color: #e69b73;
  font-weight: 300;
}

.text-block-7 {
  color: hsla(0, 0%, 100%, .75);
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.footerright {
  margin-right: 100px;
  margin-left: 0px;
  float: right;
}

.bottomlinks {
  margin-top: 0px;
  padding-top: 48px;
  padding-right: 100px;
  padding-left: 100px;
  clear: both;
  color: hsla(0, 0%, 100%, .75);
  font-size: 12px;
  font-weight: 300;
}

.footerfontleft {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.footercenterlink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.footerrightlink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  text-align: center;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2d3b;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 1200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 1200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 1200ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 1200ms cubic-bezier(.25, .46, .45, .94);
}

.preloader.preloaderwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sovereignloaderlogo {
  display: block;
}

.fullheightsection {
  position: relative;
  height: 100vh;
}

.fullheightsection.coversection {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullheightsection.secondsection {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullheightsection.darksection {
  background-color: #2e2d3b;
}

.fullheightsection.currentprogresssection {
  background-image: url('../images/image1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.fullheightsection.snapshotsection {
  height: 80vh;
}

.fullheightsection.savingssection {
  height: 80vh;
  background-color: #2e2d3b;
}

.fullheightsection.layoutplan {
  background-image: url('../images/TYPICAL.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image {
  position: absolute;
  left: 60px;
  top: 40px;
}

.headingscontainer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30%;
  max-width: 440px;
}

.headingscontainer.headingscontainerright {
  left: auto;
  right: 0px;
}

.goldheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  padding: 0px;
  float: right;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d28760;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.goldheading.goldheadingbottomleft {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  float: none;
}

.goldheading.goldheadingbottomright {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  float: none;
}

.whiteheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-9 {
  font-size: 16px;
}

.videobutton {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 6px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
}

.text-block-10 {
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.image-2 {
  margin: 0px 0px 2px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fullimagecolumn {
  width: 50%;
  height: 100vh;
  background-image: url('../images/05-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullimagecolumn.philosophy {
  background-image: url('../images/Philosophy-Banner.png');
}

.fullimagecolumn.facilities {
  background-image: url('../images/02-copy.jpg');
  background-position: 50% 0px;
}

.fullimagecolumn.windows {
  background-image: url('../images/windows.png');
}

.fullimagecolumn.water {
  background-image: url('../images/water-squashed-min.png');
}

.fullheighttextcolumn {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 100px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.fullheighttextcolumn.blacktext {
  position: relative;
  color: #000;
}

.fullheighttextcolumn.blacktext.snapshotcol {
  height: 80vh;
}

.heading-3 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.underlinegold {
  width: 40px;
  height: 4px;
  margin-top: 12px;
  background-color: #e69b73;
}

.listitem {
  margin-top: 16px;
  margin-bottom: 16px;
}

.heading-4 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 20px;
}

.image-3 {
  position: absolute;
  right: auto;
  bottom: 16px;
  width: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs {
  height: 100vh;
}

.tabs-menu {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 644px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
}

.tab-link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab-link.w--current {
  font-family: Montserrat, sans-serif;
}

.tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-weight: 500;
  text-align: center;
}

.tablink.w--current {
  background-color: #d28760;
  color: #fff;
}

.tabs-content {
  height: 100vh;
  margin-top: -95px;
}

.tabpane {
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/transportmapdesktop.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabpane.corporatetab {
  background-image: url('../images/offices.jpg');
}

.tabpane.residentialpane {
  background-image: url('../images/corporateMap.png');
}

.background-video {
  width: 100vw;
  height: 100vh;
}

.background-video.fullheightsection {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33));
}

.mobilebg {
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.link-block-3 {
  display: block;
}

.sovereigntowerlogo {
  display: block;
}

.current-progress-heading {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 48px;
  margin-left: 32px;
  padding: 16px 32px;
  background-color: #d28760;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.text-block-11 {
  position: absolute;
  left: 32px;
  top: 108px;
  display: inline-block;
  padding: 8px 16px;
  float: none;
  clear: none;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.div-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-right: 12px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .11);
  opacity: 1;
}

.footerofficeaddress {
  display: block;
  margin-left: 100px;
  float: left;
  text-align: left;
}

.mapsbutton {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 198px;
  height: 50px;
  padding: 6px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .16);
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: none;
}

.leedslogo {
  position: absolute;
  top: 44px;
  right: 60px;
  display: inline-block;
  width: 80px;
  height: 100px;
  background-image: url('../images/leeds.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.snapshotheading {
  position: absolute;
  left: 36px;
  top: 60px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 20px;
}

.snapshotheading.savingsheading {
  color: #fff;
}

.savingscol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bignumber {
  font-family: Montserrat, sans-serif;
  color: #e69b73;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  color: #d28760;
  text-align: center;
}

.savingsimage {
  width: 150px;
  height: 150px;
}

.savingsimage.watersavings {
  background-image: url('../images/Water-Saving.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.savingsimage.energysaving {
  background-image: url('../images/Energy-Saving.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.savingsimage.airsaving {
  background-image: url('../images/Air-Saving.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.stackrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stackcolumnright {
  width: 50%;
  float: right;
}

.stackrowreverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.peoplerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
}

.loadingtext {
  margin-top: 32px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: hsla(0, 0%, 100%, .4);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
}

.loadingtext.loadingtower {
  margin-top: 60px;
}

html.w-mod-js *[data-ix="gold-logo-fade-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .imgcolumn {
    height: 400px;
  }
  .textcolumn {
    height: 400px;
  }
  .heading {
    font-size: 20px;
  }
  .slidebodytext {
    font-size: 12px;
  }
  .text-block-2 {
    font-size: 12px;
    line-height: 16px;
  }
  .clientcolumn {
    padding: 0px 44px;
  }
  .preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .preloader.preloaderwhite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .goldheading {
    width: 100%;
    float: left;
  }
  .goldheading.goldheadingbottomleft {
    width: 220px;
  }
  .goldheading.goldheadingbottomright {
    width: 200px;
  }
  .fullimagecolumn {
    height: 100vh;
  }
  .fullimagecolumn.facilities {
    height: 100vh;
  }
  .fullimagecolumn.windows {
    height: 100vh;
  }
}

@media (max-width: 479px) {
  .sovereignlogogold {
    width: 120px;
    margin-bottom: 24px;
  }
  .imgcolumn.philosophy {
    display: block;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .imgcolumn.philosophy.stackcolumnleft {
    display: block;
    width: 100%;
    float: right;
  }
  .textcolumn {
    height: 300px;
  }
  .heading {
    padding-left: 32px;
  }
  .slidebodytext {
    padding-right: 32px;
    padding-left: 32px;
    line-height: 20px;
  }
  .row {
    margin-top: 0px;
  }
  .div-block-3 {
    top: 15%;
    bottom: 10%;
  }
  .clientimage {
    height: 72px;
  }
  .clientcolumn {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .sectionbg {
    top: 5%;
    bottom: -5%;
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .text-block-3 {
    font-size: 12px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .interestedsection {
    margin-top: -13px;
  }
  .text-block-5 {
    font-size: 14px;
  }
  .link-block {
    width: 240px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer {
    padding-top: 72px;
    padding-bottom: 72px;
    text-align: center;
  }
  .div-block-5 {
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
  }
  .heading-2 {
    font-size: 18px;
  }
  .text-block-7 {
    font-size: 12px;
    line-height: 20px;
  }
  .footerright {
    margin-right: 0px;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
  }
  .text-block-8 {
    font-size: 12px;
  }
  .footerfontleft {
    text-align: center;
  }
  .preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .preloader.preloaderwhite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sovereignloaderlogo {
    width: 120px;
  }
  .fullheightsection.coversection {
    background-image: url('../images/Residential-Mobile-Copy-min.png');
    background-position: 50% 50%;
  }
  .fullheightsection.darksection {
    height: auto;
  }
  .fullheightsection.lightsection {
    height: auto;
  }
  .fullheightsection.snapshotsection {
    height: auto;
  }
  .fullheightsection.savingssection {
    height: auto;
    padding-bottom: 48px;
    background-color: #2e2d3b;
  }
  .fullheightsection.layoutplan {
    max-height: 600px;
    background-image: url('../images/Floor-Plan-Mobile.jpg');
  }
  .image {
    position: static;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    float: none;
  }
  .headingscontainer {
    width: 50%;
    max-width: 180px;
  }
  .goldheading {
    width: 100%;
    height: 150px;
    font-size: 12px;
    line-height: 20px;
  }
  .goldheading.goldheadingbottomleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .goldheading.goldheadingbottomright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .whiteheading {
    height: 150px;
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-9 {
    font-size: 12px;
    line-height: 20px;
  }
  .videobutton {
    right: 8px;
    bottom: 8px;
    height: 36px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10px;
  }
  .image-2 {
    display: block;
  }
  .fullimagecolumn {
    width: 100%;
    height: 50vh;
  }
  .fullimagecolumn.philosophy {
    display: none;
  }
  .fullimagecolumn.facilities {
    height: 50vh;
  }
  .fullimagecolumn.windows {
    position: static;
    display: block;
    height: 50vh;
  }
  .fullimagecolumn.water {
    display: block;
  }
  .fullheighttextcolumn {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2e2d3b;
    font-weight: 300;
  }
  .fullheighttextcolumn.blacktext {
    display: block;
    background-color: #fff;
    font-weight: 400;
  }
  .fullheighttextcolumn.blacktext.snapshotcol {
    height: auto;
    padding-bottom: 1px;
  }
  .fullheighttextcolumn.blacktext.snapshotcol.snapshotcol2 {
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .heading-3 {
    font-size: 16px;
  }
  .listitem {
    margin-bottom: 32px;
    font-size: 12px;
  }
  .heading-4 {
    font-size: 16px;
  }
  .image-3 {
    position: static;
    display: block;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs {
    position: static;
    height: 85vh;
  }
  .tabs-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tablink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 10px;
    text-align: center;
  }
  .tablink.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 4px;
    border-bottom-color: #e69b73;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    box-shadow: none;
    color: #e69b73;
  }
  .tabs-content {
    position: static;
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
  }
  .tabpane {
    height: 89vh;
    background-image: url('../images/Transport-Mobile.png');
    background-position: 0px 50%;
    background-size: cover;
  }
  .tabpane.corporatetab {
    height: 100%;
    background-image: url('../images/Corporate-Mobile.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .tabpane.residentialpane {
    height: 100%;
    background-image: url('../images/Residential-Mobile.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-2 {
    position: absolute;
    left: 16px;
    top: 12px;
    display: block;
  }
  .mobilebg {
    display: block;
    background-image: url('../images/Residential-Mobile-Copy-min.png');
    background-position: 50% 50%;
  }
  .sovereigntowerlogo {
    width: 120px;
  }
  .current-progress-heading {
    padding: 12px 16px;
    font-size: 16px;
  }
  .text-block-11 {
    top: 99px;
  }
  .footerofficeaddress {
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
    text-align: center;
  }
  .mapsbutton {
    right: 8px;
    bottom: 24px;
    width: 150px;
    height: 36px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10px;
  }
  .leedslogo {
    top: 20px;
    right: 16px;
  }
  .snapshotheading {
    position: static;
    font-size: 16px;
  }
  .snapshotheading.savingsheading {
    margin-top: 0px;
    padding-top: 60px;
    text-align: center;
  }
  .savingscol {
    height: 300px;
  }
  .bignumber {
    margin-top: 10px;
    font-size: 2em;
  }
  .stackrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stackcolumnright.textcolumn {
    width: 100%;
    float: left;
  }
  .stackrowreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .peoplerow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .loadingtext {
    font-size: 10px;
  }
}

