@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --primary: #dd645a;
  --secondary: #e8933b;
  --white: #fff;
  --textcolor: #222;
  --darkgreen: #2c555d;
  --yellow: #eeb843;
  --green: #599989;
  --bgcolor: #f7f3ed;
  --grey: #949494;
  --fontext: "Raleway", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  font-size: 18px;
  line-height: 1.6;
  font-family: var(--fontext);
  font-weight: 500;
  color: var(--textcolor);
  background-color: var(--bgcolor);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.1em;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1340px;
  z-index: 1;
}

.mediumwrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after, .clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.666%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spaceBottom {
  position: relative;
  padding-bottom: 80px;
}

.spaceTop {
  position: relative;
  padding-top: 80px;
}

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.content ul, .content ol {
  margin: 10px 0;
}

.content ul li, .content ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.content ol li {
  list-style-type: decimal;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.innerttl {
  padding-bottom: 20px;
}

.content h2 {
  color: var(--primary);
}

.content h3 {
  color: var(--secondary);
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--textcolor);
  background: #fff;
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid #d3dee7;
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #d3dee7;
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table a {
  word-break: break-word;
}

.content a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
}

.content a:hover {
  color: var(--secondary);
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid var(--secondary);
  opacity: .25;
  clear: both;
}

.fulltable {
  width: 100%;
}

.title {
  margin-bottom: 30px;
}

.title h2 {
  color: var(--textcolor);
  font-size: 3.6em;
  margin-bottom: 30px;
}

.title p {
  font-size: 1.2em;
  color: var(--grey);
}

.title.wht h2 {
  color: var(--white);
}

.title h2 strong {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.wht h2 strong {
  background: unset;
  -webkit-text-fill-color: unset
}

.btn a {
  display: inline-block;
  border: 1px solid;
  border-color: var(--secondary);
  background-color: var(--secondary);
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #fff;
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  margin-top: 15px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
}

.btn a:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  transform-origin: 51%;
}

.btn a:hover {
  color: var(--primary);
}

.btn a:hover:before {
  background-color: #fff;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/*  */
.banner {
  padding: 120px 0;
}

.banner h2 {
  font-size: 6em;
  margin-bottom: 30px;
}

.banner h2 strong {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.banner p {
  font-size: 1.2em;
  line-height: 1.5em;
  max-width: 760px;
  margin: 0 auto;
}

.about {
  background-color: var(--white);
}

.boxes div {
  padding: 60px;
  position: relative;
  border: 1px solid var(--primary);
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  width: calc(50% - 20px);
  margin: 10px;
}

.boxes div::before {
  content: '';
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}

.boxes div::before {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.boxes .aboutbg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 50%;
  height: 80%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}

.boxes div:nth-child(2) {
  border-color: var(--yellow);
}

.boxes div:nth-child(2)::before {
  background-color: var(--yellow);
}

.boxes div:nth-child(3) {
  border-color: var(--green);
  width: calc(100% - 20px);
  border-radius: 0 0 30px 30px;
}

.boxes div:nth-child(3)::before {
  background-color: var(--green);
}

.boxes i {
  font-size: 1em;
  background-color: var(--white);
  color: var(--secondary);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.boxes h3 {
  margin: 30px 0;
}

.work {
  background-color: var(--green);
  color: var(--white);
}

.work .worktimeline div {
  position: relative;
  padding: 30px;
  width: 33.33%;
}

.work .worktimeline div::before {
  width: 100%;
  height: 2px;
  background-color: #529282;
  content: '';
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
}

.work .worktimeline i {
  font-size: 1.5em;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: #529282;
  margin-bottom: 15px;
}

.sticky {
  position: sticky;
  top: 0;
  padding: 20px 0;
}

.built .builtbox {
  padding: 40px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #f2d6d0;
}

.built .builtbox:nth-child(2) {
  background-color: #f4dfca;
}

.built .builtbox:nth-child(3) {
  background-color: #f6e7cb;
}

.built .builtbox:nth-child(4) {
  background-color: #d8e1d9;
}

.built .builtbox:first-child {
  border-radius: 30px 30px 0 0;
}

.built .builtbox:last-child {
  border-radius: 0 0 30px 30px;
  margin-bottom: 0;
}

.built .builtbox img {
  border-radius: 10px;
}

.ready img {
  border-radius: 30px;
  padding: 10px;
  border: 1px solid var(--primary);
}

/* footer */
.footer {
  background-color: var(--white);
  color: var(--textcolor);
  padding-top: 40px;
}

.footer a {
  color: var(--primary);
}

.footer a:hover {
  color: var(--secondary);
}

.footer .footercontent a {
  width: 240px;
  display: block;
  margin: 0 auto 30px;
}

.footer .copyright {
  border-top: 1px solid var(--bgcolor);
  padding: 15px 0;
  font-size: 0.9em;
  margin-top: 20px;
}

.footer .copyright span {
  margin: 0 5px;
}

/*  */
.header {
  width: 100%;
  z-index: 11;
  position: relative;
  padding: 15px 0;
  background-color: var(--white);
}

.logo {
  width: 180px;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.menu>li {
  position: relative;
  margin: 0 30px;
}

.menu.footmenu>li {
  margin-left: 0;
}

.menu>li>a {
  color: var(--textcolor);
  position: relative;
  z-index: 1;
  line-height: 45px;
}

.menu li a:hover, .menu li.active a {
  color: var(--secondary);
}

.menu>li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--secondary);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu.footmenu>li:after {
  content: unset;
}

.menu>li:hover:after, .menu>li.active:after {
  opacity: 1;
  width: 100%;
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--white);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 0.8em;
  line-height: 1.15em;
  color: var(--textcolor);
  font-weight: 500;
}

.menu li ul li a:hover {
  background-color: var(--secondary);
  color: var(--white);
}

#menu-trigger {
  display: none;
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width:1240px) {
  .container {
    max-width: 100%;
    width: calc(100% - 40px);
  }

  .banner {
    padding: 60px 0;
  }

  .banner h2 {
    font-size: 5em;
    margin-bottom: 15px;
  }

  .title h2 {
    font-size: 3em;
    margin-bottom: 15px;
  }

  .built .builtbox {
    padding: 25px;
  }

  .menu.footmenu>li {
    margin-right: 20px;
  }

  .menu.footmenu>li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width:1120px) {
  .logo {
    width: 120px;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .innerttl {
    padding-bottom: 0;
  }

  .footer .footercontent a {
    width: 180px;
    margin: 0 auto 15px;
  }

  .footer .copyright {
    margin-top: 15px;
    padding: 10px 0;
  }

  .footer .copyright span {
    display: none;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 17px;
  }

  .banner h2 {
    font-size: 3.6em;
  }

  .title h2 {
    font-size: 2.6em;
  }

  .footer ul.menu.footmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer .menu li a {
    margin-left: 0;
    padding: 10px;
    border-bottom: 0;
  }

  .footer .menu>li {
    border-bottom: 0;
  }

  .footer .copyright .row {
    width: 100%;
  }

  /* ~~~~~~~~~~ */
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
    bottom: inherit;
    padding-left: 0;
    margin-top: 0;
  }

  .nav:before {
    display: none;
  }

  .menu {
    width: auto;
  }

  .menu>li>a:after {
    content: unset;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .menu li a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: var(--textcolor);
    background-color: transparent;
    border-bottom: 1px solid var(--white);
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 8px;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a {
    color: var(--primary);
    background-color: transparent;
  }

  .menu>li.active>a, .menu li.active li.active li.active>a, .menu li.active li.active>a {
    color: var(--primary);
    background-color: var(--lightred);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    /* display: block; */
    position: relative;
    z-index: 11;
    width: 34px;
    height: 28px;
    cursor: pointer;
    border: 0;
    background-color: var(--lightred);
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .menu>li:after {
    content: unset;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 30px);
  }

  .col12, .col13, .col23 {
    width: 100%;
  }

  .col12+.col12, .col13+.col13, .col13+.col23, .col23+.col13 {
    margin-top: 15px;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .banner {
    padding: 30px 0;
  }

  .banner h2 {
    font-size: 2em;
  }

  .banner p, .title p {
    font-size: 1em;
  }

  .sticky {
    padding: 0;
  }

  .title {
    margin-bottom: 15px;
  }

  .title h2 {
    font-size: 1.8em;
  }

  .built .builtbox {
    margin: 0 0 20px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer .footercontent a {
    width: 140px;
  }

  .footer .menu li a {
    padding: 8px;
    font-size: 0.95em;
  }
}