.site-mast {
  display: flex;
  flex-wrap: wrap;
}

.site-intro {
  padding:4rem 0;
  color: rgba(var(--white), 1.0);
  font-size: 1.5rem;
  font-weight: 600;
  background-color: rgba(var(--first), 1.0);
}

.panel {
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  justify-content: center;
}


.panel .wrapper {
  display: flex;
}


.panel.intro p{
  font-size: 1.25rem;
  font-weight: 600;
}

.panel .headline {
  font-weight: 800;
  font-size: 2rem;
}


.panel:nth-child(odd) {
  background: rgba(var(--grey-lightest), 1.0);
}

.panel.full .wrapper > .content {
  padding:8rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.panel .content p:last-of-type {
  margin-bottom: 0;
}

.panel .sector {
  width:100%;
  padding: 4rem 0 ;
}


.panel .sector.left {
  justify-content: right;
  background: rgba(var(--first), 0.1);
}

.panel .sector > .content{
  width: 90%;
  max-width: 720px;
  padding:4rem 0;
}

.contact-us .panel.full .wrapper > .content {
  width:100%;
  display: block;
}

/*.panel.default:nth-child(even) .sector > .content {
  padding-left: 2rem;
}

.panel.default:nth-child(odd) .sector > .content {
  padding-right: 2rem;
}*/



.sector.main .content .info li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.panel .content p:only-of-type {
  margin-bottom: 0;
}


.panel.default {
  display: flex;
}


.panel.default:nth-child(even) {
  flex-direction: row-reverse;
}


.panel .sector {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}


.panel .sector.background:after {
  padding-top:50%
}


.panel .bgimage {
  background-repeat: no-repeat;
  background-size: cover;
}

.panel.centre .bgimage {
  background-position: center;
}

.panel h2 {
  font-weight: 800;
  position: relative;
  text-transform: none;
  font-size: 3rem;
}

.panel h2 strong {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(var(--first), 1.0);
  line-height: 1;
  font-size: 2rem;
  letter-spacing: normal;
}

.panel h2:before {
  content: '';
  display: block;
  width:3rem;
  position: relative;
  margin-top: -2rem;

}


.panel h3 {
  text-transform: none;
  font-weight: 800;
}

.panel h4 {
  font-weight: 700;
  letter-spacing: none;

}

.other.sector.bgimage {
  color: rgba(var(--white), 1.0);
}



.site-mast h2 {
  text-transform: none;
  color: rgba(var(--white), 1.0);
  font-size: 4rem;
  font-weight: 800;
}


.panel.actnow {
  background-color: rgba(var(--dark, 1));
  background-blend-mode: multiply;
  font-size: 1.25rem;
  color: rgba(var(--white), 1.0);
  align-items: center;
  position: relative;
  margin-top: 0;
  padding:6rem 0;

}

.panel.actnow .overlay {
  position: realtive;
}


.background.actnow:after {
  padding-top: 0;
} 

.panel.actnow h2 {
  font-weight: 800;
  font-size: 4rem;
  color: rgba(var(--second), 1.0);
}

.panel.actnow em {
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  max-width: 60%;
  margin:0 auto;
  display: block;
  position: relative;
}

.panel.actnow.full .wrapper > .content {
  padding:0;
  padding-top:1.5rem;
  padding-left: 3rem;
  position: relative;
  overflow: hidden;
}

.panel.actnow  .content:before {
  width:1rem;
  background: rgba(var(--second), 1.0);
  content:'';
  display: block;
}


/*Blocks*/

.blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top:2rem;
  column-gap: 2%;
}

.blocks:before {
  display: none;
}


.blocks .block {
  flex-basis:100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}


.blocks .block h4 {
  background: rgba(var(--first-dark), 1.0);
  padding:4rem 2rem;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  justify-content: center;
  color: rgba(var(--white), 1.0);
}

.blocks .block h4:before {
  content: 'B';
  font-family: 'arm';
  font-size: 6rem;
  display: block;
  text-align: center;
  font-weight: 400;
}

.blocks .decisions.block h4:before {
  content:'z';
}

.blocks .collab.block h4:before {
  content:'y';
}

.blocks .practices.block h4:before {
  content:'A';
}


.blocks .block h4 strong {
  display: block;
  width:100%;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.blocks .block p {
  padding: 2rem;
}


/*Experiences*/

.experiences {
  display: flex;
  flex-wrap: wrap;
}

.experiences .experience {
  width:31.3%;
  margin: 1rem 1%;
}


/*Goals*/

.goals .main {
  background: rgba(var(--first), 1.0);
  color: #fff;
}


/*Memebrs*/

.members {
  display: flex;
  flex-wrap: wrap;
  gap:5%;
}

.members .member {
  margin-bottom: 3rem;

}

.members .member .photo {
  position: relative;
  width:60%;
  margin: 1rem auto;
  border: solid rgba(var(--grey-lighter), 1) 1rem;
  border-radius: 100%;
  background-size: cover;
}

.members .member .photo:before {
  content: '';
  padding-top:100%;
  display: block;
  border: solid rgba(var(--first-dark), 1.0) 0.25rem;
  border-radius: 100%;
}


.members .member .name {
  font-size: 1.25rem;
  font-weight: 800;
}

.members .member .designation {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 0.5rem;
  border-bottom: rgba(var(--grey-light), 1.0) solid 1px;
  margin-bottom: 1rem;
}

.members .member .qualifications{
  margin-bottom: 1rem;
}

.members .member .profile, .members .member .profile ul li{
  font-size: 0.85rem;

}

.members .member .position {
  font-weight: 700;
}



/*Services*/




.list {
  width: 100%;
}

.list .listing {
  position: relative;
  box-shadow: var(--box-shadow);
}

.list .section:nth-child(odd)  .listing {
  flex-direction: row-reverse;
}


.list .listing .set {
  position: relative;
  
}


.list .listing .set.content  {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
  background: #fff;
}


.list .listing .set.content .info {
  padding: 8rem 4rem;
  width:100%;
}


.list .listing .set.content .info h3 {
  position: relative;
}


.list .listing .set.content .info h3:before {
  content:'';
  display: block;
  width:4rem;
  height: 0.75rem;
  background: rgba(var(--first), 1.0);
  position: absolute;
  top:-1rem;
}



.list .listing .image {
  z-index: 0;
}


.list .listing .background:before {
  content:'';
  padding-top:50%;
  display: block;
}




.project .info {
  position: relative;
}


.project .info .types {
  position: absolute;
  display: flex;
  top:3rem;
}

.project .info .types .type {
  width: fit-content;
  padding: 0.25rem 0.5rem;
  background: rgba(var(--first), 1.0);
  color: rgba(var(--white), 1.0);
  font-size: 0.75rem;
  margin-right: 1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
}



/*Core Values*/

.values .value h3 {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 6rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.values .value h3:before {
  content: 'j';
  display: flex;
  color: rgba(var(--first), 1.0);
  text-align: center;
  font-size: 5rem;
  font-family: 'royal';
  font-weight: 400;
  text-transform: none;
  width:5rem;
  height:5rem;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 2.5rem);
  top:0;
  justify-content: center;
  align-items: center;
  text-transform: none;
}

.values .value.innovation h3:before {
  content: 'f';
}

.values .value.quality h3:before {
  content: 'i';
}

.values .value.sustainability h3:before {
  content: 'a';
}

.values .value.centricity h3:before {
  content: 'c';
}

.values .value.integrity h3:before {
  content: 'e';
}

.values .value.collaboration h3:before {
  content: 'b';
}

.whys {
  display: flex;
  flex-wrap: wrap;
}

.whys .why {
  width:90%;
  margin: 0.5rem;
  border: 1px solid rgba(var(--light), 0.1);
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  background: rgba(var(--white), 1.0);
  padding:1rem 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 5rem;
}

.whys .why h3 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.whys .why h3:before {
  position: absolute;
  content:'n';
  font-family: 'royal';
  left:-3rem;
  text-transform: none;
  color: rgba(var(--first), 1.0);
  font-size: 2rem;
}

.whys .why p {
  margin-bottom: 0;
}


.service {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.service > div {
  flex-basis: 100%;
}

.service .info  {
  position: relative;
  background: #fff;
  padding: 2rem 4rem;
}


.service .info > div {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(var(--grey-light), 1.0);
}

.service .info > div:last-of-type {
  border: none;
}


.service .info > div:before {
  content: 'l';
  font-family: 'arm';
  font-size: 1.5rem;
  color: rgba(var(--first), 1.0);
  width:2rem;
  height:2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left:0;
  border: 4px solid rgba(var(--first), 1.0);
  border-radius: 100%;
  line-height: 0;
  font-weight:800;
}

.service h3 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 2rem;
}

.service h3 strong {
  display: block;
  font-weight: 400;
  font-size: 1.65rem;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  column-gap:1%;
}

.areas .area {
  flex-basis: 100%;
  padding:2rem;
  background: rgba(var(--white), 1.0);
  border-radius: 0.25rem;
  text-align: center;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.areas .area  em{ 
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}

.areas .area strong {
  display: block;
  color: rgba(var(--first), 1.0);
  font-weight: 600;
}

.areas .area:before {
  content:'d';
  font-family: 'arm';
  display: block;
  font-size: 6rem;
  text-align: center;
  color: rgba(var(--first), 1.0);
  font-weight: 400;
  margin-bottom: 1rem;
}


.areas .area.agriculture:before {
  content: 'B';
}

.areas .area.tourism:before {
  content: 'E';
}


.areas .area.education:before {
  content: 'F';
}


.areas .area.governance:before {
  content: 'D';
}


.panel.focus {
  background: rgba(var(--first-light), 1.0);
}



