.c-section {
  width: 100vw;
  height: auto;
  min-height: 50px;
}

.c-section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 0vh;
  -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: #16627e;
}

.c-section.pad {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.c-section.pad.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section.pad-top {
  padding-top: 10vh;
  padding-bottom: 0vh;
}

.c-section.pad-top.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section.flex.pad.top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buildings-clear-sky-exterior-facade-374023.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buildings-clear-sky-exterior-facade-374023.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-section.flex.hide {
  display: none;
}

.c-section.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a30a0a;
}

.c-section.pad {
  padding-top: 10vh;
  padding-bottom: 0vh;
}

.c-section.pad.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section.pad.flex.m-grey {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f0f1f3;
}

._w-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

._w-nav-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.l-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  padding-left: 26px;
  -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;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
}

.s-h1 {
  font-family: Exo, sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
}

.s-h1.m-white {
  color: #fff;
}

.s-h1.m-white.m-huge {
  font-size: 4rem;
  line-height: 5rem;
}

.s-para {
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.s-para.m-white {
  color: #fff;
}

.c-container {
  width: 90%;
  min-height: 50px;
}

.c-container.pad {
  margin-top: 50px;
}

._w-title {
  width: 90%;
}

._w-title.m-text-center {
  width: 100%;
  padding: 30px;
  text-align: center;
}

._w-title.left {
  width: 60%;
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.c-flex.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-flex.full {
  width: 100%;
  height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-flex.full.m-grey {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f1f3;
}

.c-flex.a-verti {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex.margin-top {
  margin-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex.m-full-top {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-flex.m-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 26px;
  border-radius: 6px;
  background-color: #a30a0a;
  font-family: Exo, sans-serif;
  font-size: 1rem;
}

.cta.pad-none {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #a30a0a;
}

.c-half {
  width: 50%;
  height: auto;
}

.c-half.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-half.pad {
  padding: 5% 0% 5% 5%;
}

.c-half.pad.img {
  max-height: 85vh;
}

.c-half.pad.img.swap {
  padding-right: 3vw;
  padding-left: 0%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.c-half.pad-right {
  padding-right: 3vw;
}

.c-half.pad-right.swap {
  padding-right: 0vw;
  padding-left: 5%;
}

.img-full {
  width: auto;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.e-line {
  width: 100px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: silver;
}

.e-line.m-black {
  background-color: #000;
}

.e-line.m-red {
  background-color: #a30a0a;
}

.c-third {
  width: 33.333333333333336%;
  height: auto;
  padding: 100px 3vw;
}

.c-third.m-client {
  padding: 10px 25px;
  background-color: transparent;
  color: #222;
  text-decoration: none;
}

.s-h2 {
  font-family: Exo, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}

.s-h2.m-white {
  color: #fff;
}

.e-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: 0vh;
  padding: 15vh 10vw;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(1, 4, 43, 0.6);
}

.e-slider.hero {
  display: block;
  height: 100%;
  padding: 0vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.e-slide {
  width: 100%;
  height: 100%;
}

.e-slide._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/abstract-architectural-design-architecture-building-136419.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/abstract-architectural-design-architecture-building-136419.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.e-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/architectural-design-architecture-ceiling-chairs-380768.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/architectural-design-architecture-ceiling-chairs-380768.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.s-h3 {
  font-family: Exo, sans-serif;
  color: #252525;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.s-h3.m-white {
  color: #fff;
  font-style: normal;
}

.s-h3.m-white.m-italic {
  font-style: italic;
}

.s-h3.m-italic {
  font-style: italic;
}

.s-h3.m-italic.m-pad {
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-client {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.c-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 11px;
}

.img-socials {
  padding: 6px;
}

.s-link {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}

.s-link.mini {
  color: #eee;
  font-size: 14px;
  text-decoration: underline;
}

.c-logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  font-family: Montserrat, sans-serif;
  color: #eee;
}

.c-logo-2.alignleft {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.c-footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 78%, 0.09);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
}

.c-footer-link-2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #eee;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.c-footer-col-2 {
  overflow: visible;
  padding: 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-footer-col-2.nopad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-socials-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-social-2 {
  width: 50px;
  height: 50px;
}

.c-footer-info-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-footer-info-2 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #eee;
  line-height: 30px;
  text-align: center;
}

.c-footer-2 {
  padding: 35px 25px 25px;
  background-color: #1d1d1f;
}

.c-footer-spydr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-line-3 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid hsla(0, 1%, 60.4%, 0.6);
}

.c-footer-wrap {
  position: relative;
  height: auto;
  margin-top: 0px;
}

.c-logo-wrap.alignleft {
  display: inline-block;
}

.c-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  min-height: 15vh;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  text-align: center;
}

.img-icon {
  width: 50px;
  height: 50px;
}

.img-icon.pad {
  margin-left: 10px;
}

.s-service {
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
}

.s-service.m-center {
  text-align: center;
}

.s-service.m-center.m-white {
  color: #fff;
}

.c-quads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 25vh;
  margin-top: 2%;
  padding: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f1f3;
}

.c-quad-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.s-logo {
  color: #fff;
}

.link {
  display: inline-block;
  margin-top: 50px;
  margin-left: 1.5%;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.c-div {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.c-div.m-grey {
  background-color: #f0f1f3;
}

.c-div.m-red {
  background-color: #a30a0a;
}

.c-div.m-blue {
  background-color: #1c6dbe;
}

.c-div.m-charchol {
  background-color: #333;
}

.list-2 {
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line.white {
  width: 30px;
  background-color: #000;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line.white {
  width: 30px;
  background-color: #000;
}

.s-part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s-part1._2 {
  margin-top: 3%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-line {
  width: 100%;
  height: 3px;
  padding-right: 15%;
  background-color: #fff;
}

.n-button {
  position: relative;
  z-index: 9007199254740991;
  width: 50px;
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.n-content {
  position: fixed;
  left: 100%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: block;
  width: 60%;
  height: 100%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  opacity: 0;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.top-line.white {
  width: 30px;
  background-color: #000;
}

.s-hsdf {
  margin-right: 0px;
  font-size: 1rem;
  line-height: 1rem;
}

.s-hsdf.pad-right {
  margin-right: 15px;
}

.s-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
  color: #000;
  text-decoration: none;
}

.s-nav-link.contact {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s-nav {
  max-width: 60%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  text-decoration: none;
}

.s-nav:hover {
  color: #ce000e;
  text-decoration: none;
}

.s-nav.w--current {
  color: #ce000e;
  text-decoration: underline;
}

.s-nav.w--current:hover {
  text-decoration: underline;
}

.s-nav.smaller {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.c-menu-right {
  position: relative;
  z-index: 999999999;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.c-form-wrap {
  margin-top: 0px;
  color: #26248f;
}

.c-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #26248f;
}

.c-input-wrap {
  width: 50%;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0px;
  font-family: Montserrat, sans-serif;
  color: #26248f;
  font-weight: 600;
}

.c-input-wrap.large {
  width: 100%;
}

.c-text-input {
  width: 100%;
  height: 5rem;
  margin-top: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 69.3%, 0.4);
  border-radius: 6px;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
}

.c-text-input::-webkit-input-placeholder {
  color: #000;
}

.c-text-input:-ms-input-placeholder {
  color: #000;
}

.c-text-input::-ms-input-placeholder {
  color: #000;
}

.c-text-input::placeholder {
  color: #000;
}

.c-text-input.large {
  height: 10rem;
}

.cta-2 {
  width: auto;
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 0px;
  padding: 17px 26px;
  border-radius: 100px;
  background-color: #26248f;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cta-2.space {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 10px;
  background-color: #26248f;
}

@media screen and (max-width: 991px) {
  .l-menu {
    padding-right: 14px;
    padding-left: 14px;
  }
  .s-h1.m-white.m-align-center {
    text-align: center;
  }
  .s-para {
    font-size: 1rem;
  }
  .c-flex.full.m-grey.m-pad-top {
    margin-top: 5vh;
  }
  .e-line {
    margin-bottom: 25px;
  }
  .c-third.m-client {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-logo-2 {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-footer-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .middle-line {
    width: 30px;
    height: 3px;
    background-color: #000;
  }
  .middle-line.white {
    height: 2px;
  }
  .bottom-line {
    width: 30px;
    height: 3px;
    background-color: #000;
  }
  .bottom-line.white {
    height: 2px;
  }
  .n-button {
    position: relative;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
  }
  .n-content {
    left: 100%;
    display: none;
    width: 100%;
  }
  .top-line {
    width: 30px;
    height: 3px;
    background-color: #000;
  }
  .top-line.white {
    height: 2px;
  }
  .s-nav-link {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .s-nav {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .s-nav.smaller {
    display: block;
    max-width: none;
    font-size: 1rem;
    text-align: right;
  }
  .c-menu-right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-section.hero {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .c-section.pad.flex {
    padding-top: 5vh;
  }
  .c-nav {
    text-decoration: none;
  }
  ._w-nav-blocks {
    display: none;
  }
  .s-h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  ._w-title.left {
    width: 100%;
  }
  .c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-flex.m-full-top.m-horiz-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-half.pad.img {
    width: 100%;
  }
  .c-half.pad.img.m-pad-none-mobile {
    padding-left: 0%;
  }
  .c-half.pad-right {
    width: 100%;
  }
  .c-half.pad-right.swap.m-pad-none-left {
    padding-left: 0%;
  }
  .c-third {
    width: 100%;
  }
  .s-h3.m-white.m-italic {
    text-align: center;
  }
  .c-footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer-bottom-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .c-footer-info-wrap-2 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-footer-info-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .c-footer-spydr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-footer-wrap {
    padding-bottom: 0px;
  }
  .c-icon {
    width: 33.333333333333336%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-icon._2 {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-service {
    text-align: center;
  }
  .c-quads {
    height: 15vh;
    border-radius: 6px;
  }
  .left-arrow-2 {
    display: none;
  }
  .right-arrow-2 {
    display: none;
  }
  .list-2 {
    margin-top: 25px;
  }
  .middle-line.white {
    background-color: #fff;
  }
  .bottom-line.white {
    background-color: #fff;
  }
  .s-part1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Exo, sans-serif;
  }
  .n-button {
    z-index: 9999999;
  }
  .n-content {
    left: 100%;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    opacity: 0;
  }
  .top-line.white {
    background-color: #fff;
  }
  .s-hsdf.pad-right {
    display: none;
    margin-right: 0px;
  }
  .c-menu-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .s-h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .s-h1.m-white.m-huge {
    font-size: 3rem;
    line-height: 4rem;
  }
  .s-h1.m-white.m-align-center.m-smaller {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .s-para.m-white {
    font-size: 1rem;
    line-height: 2.25rem;
  }
  .c-container.pad {
    margin-top: 25px;
  }
  ._w-title.m-text-center {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-third {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-logo-2 {
    height: auto;
    padding: 10px;
  }
  .c-footer-col-2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-footer-col-2.nopad {
    padding: 0px 15px;
  }
  .c-social-2 {
    width: 50px;
    height: 50px;
  }
  .c-footer-info-wrap-2 {
    -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;
  }
  .s-service {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .c-div.m-grey {
    margin-bottom: 10px;
  }
  .c-div.m-red {
    margin-bottom: 10px;
  }
  .c-div.m-blue {
    margin-bottom: 10px;
  }
  .c-div.m-charchol {
    margin-bottom: 10px;
  }
  .s-part1 {
    margin-bottom: 10%;
  }
  .s-part1._2 {
    margin-top: 10%;
  }
  .n-button {
    width: 60px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .n-content {
    display: none;
    width: 100%;
    padding: 10%;
  }
  .s-hsdf.pad-right {
    display: none;
  }
  .s-nav.smaller {
    max-width: none;
    text-align: right;
  }
  .c-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-input-wrap {
    width: 100%;
    margin-bottom: 0px;
  }
  .c-text-input {
    height: 3rem;
  }
}

