/* Basic Starter */
body, html {
  margin: 0;
  padding: 0;
}

section, .container {
  width: 100%;
}

.full-height {
  height: 100%;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.tabled {
  display: table;
}

.tabled-cell {
  display: table-cell;
  vertical-align: middle;
}

.max-vh-75 {
  max-height: 75vh !important;
}

.max-vh-50 {
  max-height: 50vh !important;
}

.white {
  background: #ffffff;
}

a {
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
  outline: 0;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

/* */
/* colors */
/* Holding page */
/* */
html, body {
  height: 100%;
  font-family: "Quicksand", sans-serif;
}

h1, h2, h3, h4 {
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

p {
  color: #111111;
  margin-bottom: 30px;
}

a {
  color: #5aa2a7;
}

img {
  width: 100%;
  max-width: 100%;
}

.cd-primary-nav-trigger .cd-menu-icon, .cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  background-color: #111111;
  height: 1px;
  width: 30px;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -8px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 8px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #111111;
}

.nav-wrap {
  position: fixed;
  z-index: 9999;
  top: -1px;
  right: 0;
  left: 91.666667%;
  height: 100px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .nav-wrap {
    border: 1px dotted #ccc;
    left: 80%;
  }
}

.cd-primary-nav-trigger {
  width: 80px;
  right: calc(50% - 27px);
  top: 48px;
  position: absolute;
}

.cd-primary-nav, .cd-primary-nav-trigger {
  z-index: 9999;
}

.cd-primary-nav {
  background-color: #ffffff;
  text-align: left;
}
.cd-primary-nav .row {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .cd-primary-nav .row {
    padding: 0 20px;
  }
}
.cd-primary-nav h2 {
  font-size: 24px;
  margin-top: 19px;
}
.cd-primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.cd-primary-nav ul li a {
  font-size: 18px;
  padding: 0;
  padding-left: 0;
  color: #111111;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px dotted #ffffff;
}
.cd-primary-nav ul li a:hover {
  border-bottom: 1px dotted #111111;
}
.cd-primary-nav img {
  margin-top: 20px;
}
.cd-primary-nav a.btn {
  color: #5aa2a7;
  border-bottom: 1px dotted #5aa2a7;
  padding: 0 0 10px 0;
  width: 200px;
  text-align: left;
}
.cd-primary-nav a.btn span {
  float: right;
}

.container {
  max-width: 100%;
}
.container.banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/banner-1.b6463624bce2.png");
  height: 100%;
  max-width: 100%;
}
.container.banner img.logo {
  max-width: 200px;
  margin-bottom: 30px;
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .container.banner img.logo {
    max-width: 150px;
  }
}
.container.banner h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .container.banner h2 {
    font-size: 34px;
  }
}
.container.banner .row {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.container.banner .row > div {
  height: 100%;
}
.container.banner.page {
  height: 680px;
}
.container.topbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.container.topbar .row .nav {
  background-color: #ffffff;
  height: 100px;
  border: 1px dotted #ccc;
  border-right: 0;
  border-top: 0;
}
.container.topbar .row .nav .btn {
  padding: 30px 0px;
  line-height: 2.5;
  border-radius: 0;
  font-size: 15px;
}
.container.topbar .row .nav .btn:first-of-type {
  border-right: 1px dotted #ccc;
}
.container.topbar .row .nav .btn.designers {
  color: #ffffff;
  background-color: #ef9079;
}
.container.topbar .row .btn.get-in-touch {
  padding: 30px 50px;
  line-height: 2.5;
  border-radius: 0;
  font-size: 15px;
  color: #ffffff;
  background-color: #92bcbf;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
  opacity: 0;
  border-bottom: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.container.topbar .row .btn.get-in-touch.hide {
  opacity: 0;
}
.container.topbar .row .btn.get-in-touch.show {
  opacity: 1;
}
.container.bottombar {
  border-bottom: 1px dotted #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(90deg, #ffffff 50%, transparent 50%);
}
@media only screen and (max-width: 768px) {
  .container.bottombar {
    background: linear-gradient(90deg, #ffffff 100%, transparent 0%);
  }
}
.container.bottombar .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.bottombar .row .navi {
  height: 160px;
  padding: 64px 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .container.bottombar .row .navi {
    padding-top: 50px;
  }
}
.container.bottombar .row .navi a {
  display: block;
  margin-top: -20px;
}
.container.bottombar .row .navi h2 {
  margin-top: 10px;
}
.container.bottombar.page {
  top: 520px;
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  .container.bottombar.page {
    top: 550px;
    bottom: auto;
  }
}
.container.footer {
  border-top: 1px dotted #ccc;
  background-color: #92bcbf;
  color: #ffffff;
}
.container.footer .row {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container.footer .logo {
  max-width: 100px;
  margin-right: 30px;
  float: left;
}
.container.footer p {
  color: #ffffff;
}
.container.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container.footer a {
  color: #ffffff;
}
.container.footer a.btn {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  padding: 0 0 10px 0;
  width: 200px;
  text-align: left;
  margin-top: 10px;
}
.container.footer a.btn span {
  float: right;
}
.container.footer i {
  font-size: 34px;
  margin-right: 10px;
}
.container.footer .right-col {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .container.footer .right-col {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.container.content.b {
  background-size: calc(50% - 100px);
  background-repeat: no-repeat;
  background-position: center left;
}
@media only screen and (max-width: 768px) {
  .container.content.b {
    background-image: none !important;
  }
}
.container.content.b .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container.content.showcase {
  padding-right: 0;
  overflow: hidden;
}
.container.content.showcase .row {
  max-width: 100%;
  margin: 0;
  padding-left: 12%;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .container.content.showcase .row {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 60px;
  }
}
.container.content.showcase .row > div {
  padding-right: 0;
}
.container.content.reviews {
  overflow: hidden;
}
.container.content.reviews > .row {
  max-width: 100%;
}
.container.content.reviews p.review {
  text-align: center;
  font-size: 28px;
  font-style: italic;
  max-width: 940px;
  margin: 0 auto;
  font-family: "Newsreader", serif;
}
@media only screen and (max-width: 768px) {
  .container.content.reviews p.review {
    font-size: 20px;
  }
}
.container.content.reviews p.review img {
  margin-bottom: 20px;
}
.container.content.reviews p.review span {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}
.container.content .row {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .container.content .row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.container.content .row .text-div {
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .container.content .row .text-div {
    padding-right: 15px;
  }
}
.container.content .row .text-div.b {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .container.content .row .text-div.b {
    padding-left: 15px;
  }
}
.container.content .row .text-div h2 {
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .container.content .row .text-div h2 {
    margin-top: 0;
  }
}
.container.content .row .img-div {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .container.content .row .img-div {
    padding-left: 15px;
  }
}
.container.content .row .img-div.b {
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .container.content .row .img-div.b {
    padding-right: 15px;
  }
}
.container.content .row .right-col {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .container.content .row .right-col {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container.content .row .box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.container.content a.btn {
  color: #5aa2a7;
  border-bottom: 1px dotted #5aa2a7;
  padding: 0 0 10px 0;
  width: 200px;
  text-align: left;
}
.container.content a.btn span {
  float: right;
}

.container.pc > .row {
  padding-top: 0;
  padding-bottom: 140px !important;
}

.padding-top {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .padding-top {
    padding-top: 30px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
}

.swiper-container {
  overflow: visible;
}

.swiper-image {
  position: relative;
  opacity: 0.95;
  filter: brightness(40%);
  cursor: pointer;
}

.swiper-banner {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.swiper-banner h3 {
  color: #ffffff;
  margin: 0;
  font-size: 2.2rem;
}

.swiper-slide {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .swiper-slide img {
    max-width: 320px !important;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 80px;
  top: auto;
  bottom: -60px;
  width: 50px;
  height: 50px;
  outline: 0;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 15px;
  top: auto;
  bottom: -60px;
  width: 50px;
  height: 50px;
  outline: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: none;
  content: "";
}

.swiper-button-prev:after {
  background-image: url("../images/680660_arrows_512x512.0744b76baecc.png");
  background-size: 50px 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
}

.swiper-button-next:after {
  background-image: url("../images/680661_arrows_512x512.b83ef39522c1.png");
  background-size: 50px 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
}

.swiper-pagination-reviews {
  bottom: -80px !important;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-reviews .swiper-pagination-bullet-active {
  background-color: #92bcbf !important;
}

h3.nav01, h3.nav02 {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
}

/*--- Nav |  02  |  Side-Slide --*/
nav.drop-down {
  background-color: #FFC650;
  text-align: center;
  top: -100vh;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrow: column;
  z-index: 999;
}
nav.drop-down h3 {
  color: #D05353;
  top: 50px;
  right: 150px;
}

nav.drop-down li {
  line-height: 30px;
}

nav.drop-down a {
  color: #204056;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
nav.drop-down a:hover {
  color: #D05353;
}

.come-in {
  transform: translateY(300px);
  animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 1s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.modal {
  z-index: 999999;
}
.modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.modal .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}
.modal .modal-dialog .modal-content .row {
  max-width: 1280px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .row {
    margin: 0 auto;
  }
}
.modal .modal-dialog .modal-content .row img {
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .row .description {
  padding: 40px;
  margin-bottom: 40px;
}
.modal .close.cd-primary-nav-trigger-2 {
  right: 20px;
  width: 80px;
  height: 30px;
  top: 38px;
  position: fixed;
  opacity: 1;
}
.modal .close-m {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #111111;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.modal .close-m::before, .modal .close-m::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111111;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
.modal .close-m::before {
  top: -5px;
}
.modal .close-m::after {
  top: 5px;
}

.cd-primary-nav-trigger-2 .close-m.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger-2 .close-m.is-clicked::before, .cd-primary-nav-trigger-2 .close-m.is-clicked::after {
  background-color: #111111;
  height: 1px;
  width: 30px;
}

.cd-primary-nav-trigger-2 .close-m.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger-2 .close-m.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.modal-backdrop.show {
  opacity: 0 !important;
  z-index: 99999;
}

/* pages */
/* Mobile & larger */
.hero {
  height: fit-content;
}
.hero__background-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100%;
  background-image: url("../images/banner-1.b6463624bce2.png");
}
.hero__content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px 60px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  justify-items: center;
  align-items: start;
}
.hero__logo {
  display: block;
  width: 150px;
  margin-bottom: 30px;
}
.hero__tagline {
  max-width: 400px;
  color: white;
  font-size: 34px;
}
.hero__intro-text p {
  color: white;
}
.hero__form {
  height: fit-content;
  width: 100%;
  background-color: white;
  padding: 30px;
  box-shadow: 0 1px 3px 0 rgba(7, 25, 57, 0.1), 0 1px 2px 0 rgba(7, 25, 57, 0.2);
}
.hero__form .submit-btn {
  margin-top: 20px;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  display: block;
  background-color: #92BCBF;
  color: white;
  border: transparent;
}
.hero__form .submit-btn:hover {
  background-color: #72a8ac;
}
.hero__form .submission-confirmation {
  min-height: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero__form .submission-confirmation svg {
  color: #92BCBF;
}
.hero__form .submission-confirmation__home-link {
  font-weight: bold;
  color: #92BCBF;
  font-size: 22px;
  border-bottom: solid 1px #92BCBF;
}
.hero__form .submission-confirmation__home-link:hover {
  color: #72a8ac;
}

.callback-btn {
  margin: 40px auto 100px;
  font-weight: bold;
  padding: 20px;
  font-size: 24px;
  display: block;
  background-color: #92BCBF;
  color: white;
  border: transparent;
}
.callback-btn:hover {
  background-color: #72a8ac;
}

.text-overlay-image-container {
  position: relative;
}

.text-overlay-image-container img {
  opacity: 0.95;
  filter:brightness(40%);
}

.text-overlay-image-container div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.text-overlay-image-container h2,
.text-overlay-image-container h3,
.text-overlay-image-container h4,
.text-overlay-image-container p {
  color: white;
  margin: 0;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .text-overlay-image-container {
    position: relative;
    margin-bottom: 30px;
  }

  .text-overlay-image-container h2,
  .text-overlay-image-container h3,
  .text-overlay-image-container h4,
  .text-overlay-image-container p {
    color: white;
    margin: 0;
    font-size: 1.8rem;
  }
}

/* Tablet & larger */
@media only screen and (min-width: 768px) {
  .hero__content {
    grid-template-columns: 1fr 1fr;
  }
  .hero__logo {
    width: 200px;
  }
  .hero__tagline {
    max-width: 600px;
    font-size: 40px;
  }
  .hero__form {
    transform: translateY(0);
    max-width: 600px;
  }
}
/* Desktop */
@media only screen and (min-width: 1200px) {
  .hero__content {
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
  }
  .hero__tagline {
    font-size: 44px;
  }
  .hero__form {
    width: 100%;
    max-width: 500px;
  }
}
/* components */
/* Mobile & larger */
.content-block {
  margin: 80px auto;
  padding: 0 30px;
  max-width: 1200px;
  box-sizing: border-box;
}
.content-block__container {
  margin: 0 auto;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px;
  justify-items: center;
  align-items: start;
}
.content-block__container--text-with-image {
  align-items: center;
}
.content-block__tagline {
  margin-bottom: 25px;
}
.content-block__detail p {
  margin-bottom: 15px;
}
.content-block__img-content {
  max-width: 500px;
}

/* Tablet & larger */
@media only screen and (min-width: 768px) {
  .content-block {
    margin: 100px auto;
  }
  .content-block__container {
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }
}
/* Desktop */

