body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root{
  --main-color:#355E8C;
}
.maincontent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.maincontent_wrapper {
  padding-top: 0;
}

img {
  width: 100%;
}

.headline{
  margin:50px auto;
  text-align:center;
}
.headline h2{
  position: relative;
  display:inline-block;
}
.headline h2::before{
  position:absolute;
  content:"";
  display:block;
  top:50%;
  left:-55px;
  width:50px;
  height:2px;
  background-color: var(--main-color);
}
.headline h2::after{
  position:absolute;
  content:"";
  display:block;
  top:50%;
  right:-55px;
  width:50px;
  height:2px;
  background-color: var(--main-color);
}
.headline-light{
  margin:50px auto;
  text-align:center;
}
.headline-light h2{
  position: relative;
  display:inline-block;
}
.headline-light h2::before{
  position:absolute;
  content:"";
  display:block;
  top:50%;
  left:-55px;
  width:50px;
  height:2px;
  background-color: #fff;
}
.headline-light h2::after{
  position:absolute;
  content:"";
  display:block;
  top:50%;
  right:-55px;
  width:50px;
  height:2px;
  background-color: #fff;
}
.highlight {
  color: var(--main-color);
  font-weight: 900;
}
.bold{
  font-weight:900;
}
.divider{
  max-width:70%;
  margin:0 auto;
  text-align: center;
  opacity: .2;
}
.section-divider{
  text-align: center;
}

.site-section-cover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.1);      
  z-index: 1;
  height:70vh;
}

.site-section-cover {
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  position: relative;
  z-index: 1;
}

.hero_content {
  z-index: 2;
  position: relative;
  padding: 120px;
}

.hero_content h1 {
  margin-top: 0px;
  font-weight: bold;
  line-height: 47px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.hero_content p {
  color: #fff;
  margin-bottom: 35px;
  max-width: 655px;
}

.hero_content h3 {
  color: #fff;
  margin-bottom: 35px;
  /* max-width: 675px; */
}

.page-width {
  padding: 0 10%;
}

.feature p {
  opacity: 0.7;
}

.section1 {
  padding: 3% 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.feature.has-icon i {
  position: absolute;
  top: 0;
  left: 0;
}

.feature.has-icon .description {
  padding-left: 50px;
  padding-top: 20px;
}

.sec2-wrapper {
  /* padding: 2% 0; */
}

.sec2-right {
  background-image: url('/imageserver/Reusable/gaf-truslate22/onyx-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 450px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.framed {
  border: 5px solid var(--main-color);
  padding: 25px;
  min-width:300px;
}
.gallery{
  text-align: center;
}
.gallery img{
  filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}
.detail{
  margin:50px 0;
}
h3.framed{
  display:inline-block;
}
.detail.left-align .title {
  text-align: left;
}
.detail.left-align .title .framed {
  padding-right: 100px;
}
.detail.right-align .title {
  text-align: right;
}
.detail.right-align .title .framed {
  padding-left: 100px;
}
.detail .description h3 {
  margin-top: 0;
  color: var(--main-color);
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  margin-left:25px;
}
.detail .description h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  height:2px;
  width:20px;
  background:#6E2445;
}
.detail .description p {
  margin-bottom: 40px;
}
.detail .title {
  position: relative;
}
.detail .title h3 {
  margin-top: 0px;
  margin-bottom: -80px;
}
.detail .title .framed {
  padding-bottom: 100px;
}
.section3{
  background-image: linear-gradient(to bottom, #fff 0%, #ececec 40%);
}
.sec3-wrapper {
  padding: 0 0 2%;
}
.section4 {
  padding: 3.5% 0;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%), url('/imageserver/Reusable/gaf-truslate22/bigstock-Architect-Workplace-Top-View--359232793-min.jpg');
  background-size:cover;
  color: #fff;
  text-align: center;
}
.sec5-wrapper{
  text-align: center;
}
.sec5-header{
  margin:50px 0;
}


/* =============== Media Queries ==================== */
@media (max-width: 1200px) {
  .sec2-right {
    display:none;
  }
  .title{
    display:none;
  }
}

@media (max-width:981px) {
  .hero_content {
    padding: 80px !important;
    text-align:center;
  }
  .site-section-cover {
    background-size: cover;
    background-repeat: no-repeat;
    height: 150%;
    position: relative;
    z-index: 1;
  }
  .hero_content p {
    margin-bottom: 35px;
    max-width: 100%;
  }
  .hero_content h3 {
    margin: 20px 0;
    max-width: 100%;
  }
}