* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

nav {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 9999;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 9999;
}

.nav-links .nav-telephone-number a {
  margin-left: 5em;
  color: #1c8f66;
}

.nav-links .nav-telephone-number a:hover {
  color: #67d99d;
}

.nav-telephone-number {
  display: block;
}

.first {
  display: block;
  transition: 2s ease-in;
}

.first-mobile {
  display: none;
  transition: 2s ease-in;
}

.second {
  display: none;
  transition: 2s ease-in;
}

.second-mobile {
  display: block;
  transition: 2s ease-in;
}

.menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-transform: capitalize;
  margin-right: 1em;
}

.menu ul li a {
  font-size: 14px;
}

.logo-resize {
  margin-left: 100px;
  margin-bottom: 1em;
  width: 135px;
}

.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.burger {
  display: none;
}

.burger div {
  width: 25px;
  height: 2px;
  background-color: #000000;
  margin: 5px;
  transition: all 0.3s ease-in;
}

.burger .line2 {
  width: 20px;
}

.top-nav-contact-information {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-nav-vertical-line {
  border-left: 1px solid #ffffff;
  height: 25px;
  margin: 0 1em;
}

.top-nav-social-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 1em;
  margin-left: 25%;
}

.top-nav-social-media a {
  padding: 0 0.5em;
}

a #sm-icon {
  padding-right: 0.5em;
}

a .sm-icon {
  height: 20px;
}

.menu ul li a:hover {
  color: #67d99d;
}

.menu ul li a:active {
  color: #67d99d;
}

@media screen and (max-width: 1024px) {
  .nav-telephone-number {
    display: none;
  }

  .menu ul li a {
    font-size: 14px;
  }

  .nav {
    height: 14%;
  }

  .menu ul {
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
  }

  .menu ul li {
    margin: 1em 0;
  }

  .nav-links {
    position: absolute;
    right: 0px;
    height: 10%;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    background-color: #ffffff;
    display: none;
  }

  .logo-resize {
    margin-left: 30px;
    width: 128px;
  }

  .nav-links li {
    opacity: 0;
  }

  .burger {
    margin-right: 1em;
    display: block;
  }

  .nav-active {
    transform: translateX(0%);
    padding-top: 6em;
    display: block;
    height: 100%;
    background-color: #99dfba;
    color: #ffffff;
  }

  .nav-active a {
    font-size: 14px;
    margin-top: 1em;
    color: #ffffff;
  }

  .nav-background {
    background-color: #fffff;
  }
}
@media screen and (min-width: 1024px) {
  .nav-links {
    margin-right: 100px;
  }

  .menu ul li {
    padding: 1em;
  }

  .top-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 10%;
    padding: 1.5em;
    font-size: 12px;
    color: #ffffff;
    background-color: #E30D14;
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .menu ul li a {
    font-size: 14px;
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -5px);
}

button {
  cursor: pointer;
}

.bttn-solid {
  border-radius: 15px;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bttn-solid {
  background-color: #E30D14;
  border: 2px solid #E30D14;
  color: white;
}

.bttn-solid:hover {
  opacity: 0.8;
}

.arrow-bttn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 150px;
}

.bttn-arrow {
  background-image: url(images/arrow2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.arrow-bttn-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.arrow-bttn-link p {
  color: #E30D14;
}

.arrow {
  background-image: url("/images/arrow.png");
  height: 24px;
  width: 47px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.btn-grad {
  background-image: linear-gradient(to bottom right, #02AAB0, #E6FBF0);
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: white;
  border-radius: 10%;
  display: block;
}

.bttn-green,
.bttn-white {
  margin-top: 1em;
  bottom: 35px;
  left: 25%;
  font-size: 18px;
  padding: 10px 45px;
  border-radius: 10px;
  border: none;
  transition: 1s;
}

.bttn-white {
  background-color: #f5f5f5;
  color: black;
}

.bttn-white:hover {
  color: #67d99d;
}

.bttn-green {
  background-color: #67d99d;
  color: black;
}

.bttn-green:hover {
  color: #E6FBF0;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.carousel {
  width: 100%;
  height: 600px;
}

.carousel-images {
  box-shadow: inset 0 0 0 100vw rgba(204, 239, 229, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-left: 20%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

/* right to left */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.sm-img-triangle-top-left {
  width: 0;
  height: 0;
  border-top: 300px solid white;
  border-right: 300px solid transparent;
  background-color: transparent;
}

.sm-img-triangle-bottom-right {
  width: 0;
  height: 0;
  border-bottom: 300px solid rgba(255, 255, 255, 0.9);
  border-left: 300px solid transparent;
  background-color: transparent;
}

.sm-img-triangle-top-left-two {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid rgba(255, 255, 255, 0.9);
  border-left: 100px solid transparent;
  background-color: transparent;
}

.page-link {
  width: 40%;
  height: 605px;
}

.page-link h1 {
  margin-left: 0.5em;
  font-size: 50px;
  text-transform: uppercase;
}

.page-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sm-img-triangle-bottom-right-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 100px solid rgba(255, 255, 255, 0.9);
  border-right: 100px solid transparent;
  background-color: transparent;
}

.hp-about {
  position: relative;
}

.circle-main,
.circle-one,
.circle-two,
.circle-three,
.circle-main-a,
.circle-main-b,
.circle-main-c {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.circle-main,
.circle-main-a,
.circle-main-b,
.circle-main-c {
  border: none;
  background-color: #FFFFFF;
}

.circle-main {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
}

.circle-main-a {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 150px;
}

.circle-top {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #67d99d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.circle-small-one,
.circle-small-two,
.circle-small-three {
  width: 10px;
  height: 10px;
}

.circle-small-one {
  border-radius: 50%;
  background-color: #67d99d;
  margin: 0 0.2em;
}

.circle-small-two {
  border-radius: 50%;
  background-color: #67d99d;
  margin: 0 0.2em;
}

.circle-small-three {
  border-radius: 50%;
  background-color: #67d99d;
  margin: 0 0.2em;
}

.intro-text-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.circle-top p {
  color: #E6FBF0;
  font-size: 20px;
}

.circle-main-b {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 250px;
}

.circle-main-c {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 350px;
}

.circle-one {
  width: 100px;
  height: 100px;
  top: -50px;
  left: 48%;
  background-color: #E6FBF0;
}

.circle-two {
  width: 25px;
  height: 25px;
  top: 389px;
  left: 219px;
  background-color: #67d99d;
}

.circle-three {
  width: 20px;
  height: 20px;
  top: 425px;
  left: 210px;
  background-color: #67d99d;
}

.planning-links {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: right;
  margin-right: 1em;
}

.triangle-top-left {
  width: 0;
  height: 0;
  border-top: 800px solid black;
  border-right: 700px solid transparent;
  background-color: transparent;
}

.hp-main-bg-img {
  background-image: url("/images/everest.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  z-index: -100;
}

.icon-title {
  display: flex;
  flex-direction: column;
}

.icon-title svg {
  margin-right: 1em;
}

.hp-about {
  width: 100%;
  background-color: #F5F5F5;
  padding: 7% 12%;
}

.actions {
  background-color: white;
  border-radius: 10px 10px 0 0;
}

.actions-inner-container {
  margin-top: 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.three-actions h3 {
  color: #67d99d;
  font-size: 35px;
}

.three-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.intro-text p {
  margin-bottom: 2em;
}

.hp-about h2 {
  margin-bottom: 1em;
}

.hp-about p {
  line-height: 1.5;
}

.hp-about-container {
  display: flex;
  flex-direction: column;
}

.hp-services {
  width: 100%;
}

.scheduler-side-image {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-image: url("/images/bikes.jpg");
  box-shadow: inset 0 0 0 100vw rgba(109, 168, 194, 0.5);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp-about-left-container {
  margin: 1em;
}

.hp-intro-two,
.hp-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.individual-background-image {
  position: relative;
  box-shadow: inset 0 0 0 100vw rgba(109, 168, 194, 0.5);
  background-image: url("/images/downtown.jpg");
}

.corporate-background-image {
  background-image: url("/images/corporate.png");
}

.list-top {
  padding-top: 1em;
  padding-left: 4em;
}

.list-top li {
  text-transform: capitalize;
  text-decoration: none;
  list-style: none;
  margin-top: 0.5em;
}

.three-boxes {
  border-radius: 10px 10px 0 0;
  position: relative;
  background-color: #F5F5F5;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -8em;
  margin-bottom: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  z-index: 10;
}

.box {
  border-radius: 10px 10px 0 0;
  width: 350px;
  height: 480px;
  padding: 2em;
  background-color: #ffffff;
  z-index: 50;
  position: relative;
  margin-bottom: 1em;
}

.box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-content ul li {
  list-style: none;
}

.box-content h4 {
  font-size: 21px;
  color: #67d99d;
}

.box-bttn {
  position: absolute;
  bottom: 35px;
  left: 25%;
  margin-top: 1em;
  font-size: 18px;
  padding: 10px 45px;
  background-color: #67d99d;
  border-radius: 10px;
  border: none;
  transition: 0.5s;
}

.box-bttn:hover,
.submit-box-bttn:hover {
  color: #E6FBF0;
  transition: 0.5s;
}

.submit-box-bttn {
  bottom: 35px;
  left: 25%;
  font-size: 18px;
  padding: 10px 45px;
  background-color: #67d99d;
  border-radius: 10px;
  border: none;
}

.circle-color {
  background-color: #E6FBF0;
}

.circle-submit-one,
.circle-submit-two,
.circle-submit-three,
.circle-submit-four {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-left: -4em;
  opacity: 0.8;
}

.circle-submit-five,
.circle-submit-six,
.circle-submit-seven,
.circle-submit-eight {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: -4em;
  opacity: 0.6;
}

.individual-background-image,
.corporate-background-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
}

.individual-background-image h2 {
  color: white;
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .body-text-alignment {
    margin: 0 25%;
  }

  .call-to-action {
    padding: 6em 3em;
    margin-left: 10%;
    width: 400px;
  }

  .award-box-container {
    height: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .page-link h1 {
    margin-left: 0.5em;
    font-size: 100px;
    text-transform: uppercase;
  }

  .circle-small-one,
.circle-small-two,
.circle-small-three {
    width: 10px;
    height: 10px;
  }

  .circle-small-one {
    margin: 0 1em;
  }

  .circle-small-two {
    margin: 0 1em;
  }

  .circle-small-three {
    margin: 0 1em;
  }

  .three-actions {
    margin: 2em;
  }

  .three-boxes {
    flex-direction: row;
    justify-content: space-around;
  }

  .box {
    margin-top: 2em;
    margin-bottom: 0;
  }

  .scheduler-side-image {
    width: 50%;
    margin-right: 4em;
  }

  .scheduler-container {
    flex-direction: row;
  }

  .actions-inner-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: self-start;
  }

  .hp-call-to-action {
    margin-top: 6em;
  }

  .container-alignment {
    padding-left: 15%;
    padding-right: 15%;
  }

  .hp-hero {
    padding-top: 135px;
  }

  .container-white-box {
    height: 560px;
  }

  .award-text-box {
    margin-left: 40%;
  }

  .three-actions h3 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1395px) {
  .hp-intro {
    flex-direction: row;
  }

  .hp-intro-two {
    flex-direction: row-reverse;
  }

  .container-alignment {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.contact-form-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 10%;
  padding-top: 15%;
}

.contact-container {
  z-index: 1000;
  margin-left: 50%;
  position: absolute;
  margin-left: 70%;
  margin-top: -27em;
  margin-bottom: 1em;
}

input#honey {
  display: none;
}

input {
  border: 0.5px solid #707070;
  height: 30px;
  width: 250px;
}

.checkbox {
  display: flex;
  align-items: center;
  align-content: center;
}

.checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10%;
}

.checkbox label p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.checkbox input {
  display: flex;
  border: 0.5px solid #707070;
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

.input-layout-one,
.input-layout-two {
  display: flex;
  flex-direction: column;
}

#message,
.input-layout-one,
.input-layout-two {
  margin: 1em 0;
}

.input-layout-interior-box {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}

#message {
  width: 250px;
  height: 75px;
}

.contact-social-media-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-social-media {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}

.contact-line {
  margin: 1em 0;
  width: 160px;
  border: 0.5px solid #E30D14;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}

#send {
  width: 125px;
  height: 30px;
  margin-top: 2.5em;
}

.contact-form-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f5;
  margin-top: 4em;
}

.contact-column-three input,
.checkbox-input input {
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-left: 1em;
}

.checkbox-input {
  display: flex;
  flex-direction: column;
  margin-left: 2em;
}

.checkbox-input input:checked ~ .checkmark {
  background-color: #2196F3;
}

.contact-column-one,
.contact-column-three {
  margin: 2em;
}

.services {
  margin-top: 1em;
  margin-left: 2em;
}

.contact-column-three p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hcaptcha-container {
  margin-top: 1em;
  margin-bottom: 1em;
}

.story-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-box input {
  border: none;
  border-bottom: 1px solid black;
  margin-left: 1em;
  background-color: #f5f5f5;
  margin-top: 0.5em;
}

.story-box p {
  font-size: 18px;
  margin-top: 1em;
}

@media screen and (min-width: 1025px) {
  .form-introduction {
    width: 380px;
  }

  .input-layout-one,
.input-layout-two {
    flex-direction: column;
  }

  .services {
    margin-left: 0;
  }

  .contact-column-one,
.contact-column-three {
    margin: 0;
  }

  .contact-form-layout {
    justify-content: space-around;
    align-items: flex-start;
  }

  .input-layout-interior-box {
    margin-right: 2em;
  }

  .form {
    margin-left: 10%;
    width: 250px;
  }

  .form h3 {
    margin-bottom: 0.5em;
  }

  .contact-social-media {
    padding-top: 5%;
  }

  .input-layout {
    flex-direction: column;
  }

  .input-layout-interior-box {
    flex-direction: column;
  }

  #message {
    width: 250px;
  }

  .story-box {
    flex-direction: row;
  }

  .contact-column-one {
    width: 300px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .contact-column-two {
    margin-right: 3em;
  }

  .contact-column-three {
    margin-top: 1em;
  }

  .contact-form-two {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f5f5f5;
    margin-top: 2em;
  }

  .contact-exterior-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 4em;
  }

  .checkbox-input {
    margin-left: 0;
  }

  .checkbox-input > input:checked {
    background-color: black;
  }

  .checkbox-input input {
    margin-left: 0.5em;
  }
}
body {
  background: #FFFFFF;
  margin: 0;
  font-family: "Lato", sans-serif;
}

nav,
.top-nav a,
.top-nav button {
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4 {
  text-transform: capitalize;
}

h1 {
  color: #E6FBF0;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 40px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}

h3 {
  font-size: 25px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}

h4 {
  font-size: 18px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}

h2,
h3,
h4 {
  margin: 0.3em 0;
}

p {
  font-family: "Lato", sans-serif;
  margin: 0;
  margin-bottom: 0.3em;
  padding: 0;
  line-height: 1.5;
}

.align-contents h3 {
  font-family: "Lato", sans-serif;
}

footer h4 {
  font-family: "Lato", sans-serif;
}

footer p {
  font-family: "Lato", sans-serif;
}

footer {
  color: white;
}

a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.light {
  font-family: "gibson-light", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}

.red {
  color: #E30D14;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }
}
.hero-image {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 450px;
  box-shadow: inset 0 0 0 100vw rgba(109, 168, 194, 0.5);
}

.hero-text-block {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #f7fffb;
}

.list-description-container {
  padding: 0 10%;
}

.subservice-container ul li {
  list-style: none;
  padding-top: 1em;
  padding-left: 1em;
}

.hero-text-circle-one,
.hero-text-circle-two,
.hero-text-circle-three,
.hero-text-circle-four,
.hero-text-circle-five,
.hero-text-circle-six {
  position: absolute;
  border-radius: 50%;
  background-color: #f7fffb;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 2s;
  animation-fill-mode: forwards;
}

.hero-text-circle-one {
  width: 10px;
  height: 10px;
  background-color: #f7fffb;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.hero-text-circle-two {
  width: 10px;
  height: 10px;
  background-color: #f7fffb;
  left: 60px;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.side,
.side-two {
  padding-left: 10%;
  padding-right: 10%;
}

.top-title {
  margin-top: 3em;
}

.hero-text-circle-three {
  width: 10px;
  height: 10px;
  background-color: #f7fffb;
  left: 120px;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.hero-text-circle-four {
  margin-top: 0.5px;
  width: 10px;
  height: 10px;
  background-color: #f7fffb;
  left: 180px;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

.hero-text-circle-five {
  width: 10px;
  height: 10px;
  background-color: #f7fffb;
  left: 240px;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}

.hero-text-circle-six {
  width: 10px;
  height: 10px;
  background-color: #f7fffb;
  left: 300px;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
}

.main-text h2,
.main-text h3 {
  text-align: center;
}

.gray-main-text-background {
  background-color: #f5f5f5;
}

.main-text {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.main-text p {
  margin-left: 1em;
  margin-right: 1em;
}

.main-text ul li {
  margin: 0 auto;
}

.main-text ul li::marker {
  color: black;
  margin-top: 0.2em;
  font-size: 2em;
}

.flex {
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flex p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 2.5em;
}

.subservices-block {
  margin: 5% 10%;
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
}

.subservices-title h2 {
  font-size: 29px;
}

.title-subservices {
  padding-top: 2em;
}

.subservices-block-gray {
  background-color: #f5f5f5;
}

.subservices-block-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.subservices-block h2 {
  text-align: center;
  font-size: 29px;
}

.subservice-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5%;
}

.subservice-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #67d99d;
}

.subservice-title h3 {
  text-transform: uppercase;
}

.subservice-title h2 {
  text-transform: uppercase;
  margin-right: 0.5em;
}

.services-list-block {
  margin: 10%;
  background-color: #99dfba;
  border-radius: 10px 10px 0 0;
}

.services-list-block h2 {
  text-align: center;
  color: #f7fffb;
}

.services-list-continer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.services-list-text {
  margin-left: 2em;
}

.number-circle {
  border-radius: 50%;
  background-color: #f7fffb;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99dfba;
}

.number-circle h2 {
  color: #99dfba;
}

.services-list-block-container {
  padding: 5% 5%;
  display: flex;
  flex-direction: column;
}

.services-list-continer {
  padding: 2% 2%;
}

.services-list-continer h3 {
  color: #f7fffb;
}

.quote-block {
  margin-left: 20%;
  margin-right: 20%;
}

.quote-block p {
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.author {
  font-weight: bold;
  text-transform: capitalize;
  font-weight: 300;
}

.quote-block hr {
  margin-top: 3em;
  margin-bottom: 3em;
  border: 1px solid red;
}

.side-images {
  padding: 5% 10%;
}

.main-text img {
  margin: 0 auto;
  width: 300px;
}

.main-text figure,
.two-column-spacer figure {
  margin: 0 auto;
}

.main-text iframe,
.two-column-spacer iframe {
  width: 280px;
  height: 200px;
  margin-bottom: 3em;
}

.side-image-box,
.side-image-box-right {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: 3em 0;
}

.side-image-box {
  border-radius: 10px 10px 0 0;
}

.side-image-box-right {
  flex-direction: column;
  border-radius: 10px 10px 0 0;
}

.side-image-content,
.side-image-content-right {
  background-size: cover;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 100vw rgba(109, 168, 194, 0.5);
}

.side-description-box,
.side-description-box-with-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
}

.two-column-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.two-column-container {
  padding-top: 4em;
  padding-bottom: 4em;
}

.center {
  text-align: center;
}

.two-column-spacer {
  margin-left: 2em;
  margin-right: 2em;
}

.side-description-box {
  margin-top: 3em;
}

.side-description-box-with-image {
  background-color: #99dfba;
  padding-top: 4.5em;
}

.other-services-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.full-width-image {
  background-size: cover;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 100vw rgba(109, 168, 194, 0.5);
}

.full-width-image h2 {
  color: #f7fffb;
}

.side-description-box h3 {
  margin-bottom: 1em;
}

.side-description-box p {
  margin-bottom: 2em;
}

.side-image-content {
  border-radius: 10px 0 0 0;
}

.side-image-content-right {
  border-radius: 0 10px 0 0;
}

.main-text ul {
  margin: 0 auto;
  display: block;
}

.main-text ul li {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.center-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  margin-left: 10%;
  margin-right: 10%;
}

.full-width-image {
  margin-top: 2em;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width-image-text {
  font-size: 60px;
  font-weight: 300;
  color: #f5f5f5;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.float-container-left,
.float-container-right {
  margin-left: 10%;
  margin-right: 10%;
}

.float-container-left img,
.float-container-right img {
  width: 250px;
  height: 200px;
}

.float-container-left img {
  margin-top: 1em;
  margin-right: 4em;
  margin-bottom: 2em;
}

.float-container-right img {
  margin-top: 1em;
  margin-left: 4em;
  margin-bottom: 2em;
}

.float-container-left p,
.float-container-right p {
  padding-top: 1em;
}

.document-box-container {
  border: 1px solid red;
}

.personal-contact-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-container {
  margin-left: 10%;
  margin-right: 10%;
}

.card-container .event-and-course-container {
  justify-content: center;
}

.people-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4em;
  margin-bottom: 4em;
}

.people-images-container {
  position: relative;
  margin-bottom: 1em;
}

.people-text-container {
  margin-left: 3em;
}

.people-text-container h4 {
  font-weight: bold;
}

.people-image {
  border-radius: 50%;
  margin-left: 0.6em;
  margin-top: 0.6em;
  width: 270px;
  height: 270px;
}

.image-circles {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 1px solid red;
}

.document-title {
  text-align: center;
  margin-top: 2em;
}

.document-box-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5em 15%;
  padding: 3em;
}

.document-box-container img {
  opacity: 0.8;
  height: 60px;
  margin-bottom: 0.5em;
}

.document-box-container a {
  text-decoration: none;
}

.additional-links {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.document-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}

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

.card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.card-exterior-container {
  width: 330px;
  margin: 1em;
  border-radius: 10px 10px 0 0;
}

.card-image {
  border-radius: 10px 10px 0 0;
  background-size: cover;
  width: 100%;
  height: 250px;
  box-shadow: inset 0 0 0 100vw rgba(109, 168, 194, 0.5);
}

.card-description-container {
  padding: 2em;
}

.card-main {
  padding: 4em 0;
}

.card-title-container {
  text-align: center;
  padding: 2em 0;
}

@media only screen and (min-width: 1020px) {
  .main-text p {
    margin-left: 5em;
    margin-right: 5em;
  }

  .side-image-box,
.side-image-box-right {
    display: flex;
    flex-direction: row;
    margin: 3em 0;
  }

  .side-image-box-right {
    flex-direction: row-reverse;
  }

  .subservice-container {
    width: 33%;
  }

  .people-images-container {
    margin-bottom: 0;
  }

  .float-container-left img,
.float-container-right img {
    width: 450px;
    height: 350px;
  }

  .flex {
    display: flex;
    flex-direction: row;
  }

  .main-text img {
    width: 100%;
  }

  .people-container {
    flex-direction: row;
  }

  .main-text iframe {
    width: 600px;
    height: 350px;
    margin-bottom: 2em;
  }

  .card-container .event-and-course-container {
    justify-content: center;
  }

  .people-text-container p {
    width: 80%;
  }

  .side-image-content,
.side-image-content-right {
    width: 50%;
  }

  .side-description-box,
.side-description-box-with-image {
    width: 50%;
  }

  .card-exterior-container {
    width: 450px;
    margin: 1em 3em 3em 1em;
    border-radius: 10px 10px 0 0;
  }
}
.chart-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chart-box {
  padding-left: 8%;
  padding-right: 3em;
}

.text-chart {
  margin-left: 2em;
}

.chart-box h2,
.chart-box p {
  margin-top: 1.2em;
}

.chart-box p {
  margin-top: 1;
}

.bar-chart,
.donut-chart,
.bubble-chart,
.line-chart {
  width: 100%;
  height: 350px;
}

@media only screen and (min-width: 1020px) {
  .chart-container {
    flex-direction: row;
    justify-content: center;
    padding: 0 2.5em;
  }

  .chart-box {
    padding-left: 10%;
    padding-right: 3em;
  }

  .donut-chart {
    width: 600px;
    height: 400px;
  }

  .bar-chart,
.bubble-chart,
.line-chart {
    width: 900px;
    height: 500px;
  }
}
.errors {
  width: 400px;
  height: 200px;
}

.error-bttn {
  width: 100px;
}

.arrow-bttn-link input {
  border: none;
  width: 100px;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}

.landing-container {
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
}

.landing-image {
  background-image: url("/images/colorado-with-flags.jpg");
  width: 100%;
  height: 400px;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

.landing-container h1 {
  color: black;
  margin-top: 1em;
}

.landing-box p {
  max-width: 500px;
  margin-top: 1em;
  line-height: 1.5;
}

.landing-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  height: 350px;
}

* {
  box-sizing: border-box;
}

#layer-one {
  width: 100px;
  height: 100px;
}

#path_245 {
  width: 100px;
  height: 100px;
  fill: #1A1B1D;
}

.testimonial-container {
  height: 500px;
  width: 100%;
}

.quote-layout {
  padding-top: 3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

hr.line-testimonial {
  border: 0.5px solid #E30D14;
  width: 220px;
  margin: 1em 0;
}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 20px auto 130px auto;
}

.testimonial-avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 1em;
}

.testimonial-quote {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: black;
}

.main-gallery .flickity-page-dots {
  bottom: -15px;
}

.main-gallery .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -15px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.main-gallery .flickity-page-dots .dot {
  border-style: solid;
  border-width: 1.5px;
  border-color: black;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.testimonial-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12em;
}

.quote {
  margin-right: 6em;
}

.main-gallery .flickity-page-dots .dot.is-selected {
  background-color: black;
  opacity: 1;
}

.review-white-text .main-gallery .flickity-page-dots .dot {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}

.review-white-text .main-gallery .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
  opacity: 1;
}

.review-white-text,
.review-white-text .testimonial-author {
  color: #ffffff;
}

.review-white-text .flickity-page-dots .dot {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .quote {
    margin: 0 auto;
  }

  #layer-one {
    width: 70px;
    height: 70px;
  }

  .quote-layout {
    text-align: center;
    flex-direction: column-reverse;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .testimonial-title {
    margin-right: 0;
  }

  hr.line-testimonial {
    border: 0.5px solid #E30D14;
    margin: 1em 0;
  }

  .main-gallery .flickity-page-dots {
    bottom: -57px;
  }

  .review-white-text {
    margin-bottom: 10em;
  }
}
hr.line {
  border-top: 1px solid red;
  width: 100%;
  margin: 5% 0;
  height: 2px;
}

.master-text-box h1 {
  margin-top: 1em;
}

.master-text-box p {
  margin-left: 3em;
  margin-right: 3em;
}

.master-text-box {
  text-align: center;
  margin: 1em;
}

.master-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.master-icon-box-exterior {
  width: 320px;
  height: 400px;
  margin-bottom: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.master-icon-box-interior {
  margin: 2em 0;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.master-icon-box-interior img {
  padding-bottom: 2em;
}

.text-carousel-small-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}

.text-carousel-text-box {
  width: 100%;
  height: 250px;
  padding: 1.5em;
  position: relative;
}

.page-numbers-text-box .arrow-bttn-link {
  position: absolute;
  left: 1.5em;
  bottom: 25px;
  z-index: 100;
}

.page-numbers-text-box .flickity-page-dots {
  position: absolute;
  left: 1.5em;
  bottom: 23px;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.page-numbers-text-box .flickity-page-dots .dot {
  border-color: #E30D14;
  background-color: #E30D14;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0.2em;
}

.page-numbers-text-box-container {
  display: flex;
  align-items: center;
}

.page-numbers-text-box {
  width: 100%;
  height: 280px;
  background-color: #ffffff;
  margin: 10% 1em;
}

.page-numbers-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4em 0;
}

.page-numbers-text-box .flickity-page-dots .dot::after {
  content: counter(a);
  counter-increment: a;
}

.full-width-box-container {
  position: relative;
}

.text-carousel-full-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.full-text-image-box {
  position: absolute;
  top: 100px;
  height: 270px;
  width: 90%;
  background-color: #ffffff;
  margin-left: 5%;
  margin-right: 5%;
}

.bttn-container {
  margin-top: 1em;
}

.full-text-image-box-container {
  margin: 2em 1.5em;
}

.full-text-image-box-container .bttn-container {
  position: absolute;
  bottom: 2em;
}

.bttn-solid {
  padding: 0.3em 1.5em;
}

.category-project-content {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10em;
  width: 90%;
  /* background-color: white; */
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
}

.project-content-box {
  width: 400px;
  height: 840px;
  background-color: #ffffff;
  margin-left: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 2em;
}

.project-content-box h2 {
  margin-bottom: 1em;
}

.project-content-box h3,
.project-content-box p {
  margin-bottom: 0.5em;
}

.project-content-box hr {
  margin: 1em 0;
}

.project-content-box img {
  margin: 1em 0;
  margin-right: 1em;
}

.project-content-box .bttn-solid {
  position: absolute;
  bottom: 0;
  margin: 2.5em 0;
}

.indidual-background-one {
  background-image: url("../images/white-texture.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  z-index: -999;
}

.individual-project-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-numbers-text-box .flickity-page-dots {
  counter-reset: a;
}

.indidual-background-two {
  background-image: url("../images/footer-texture.jpg");
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 2400px;
  background-repeat: no-repeat;
  z-index: -999;
}

.individual-background-two-container {
  height: 100%;
  position: relative;
}

.individual-background-two-container footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.main-carousel {
  margin-top: 4em;
  margin-left: 10%;
  margin-right: 10%;
  width: 400px;
  height: 500px;
}

.carousel-cell {
  width: 100%;
  /* full width */
  height: 750px;
  /* height of carousel */
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-cell img {
  display: block;
  max-height: 100%;
}

.category-navigation ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.category-navigation .flickity-prev-next-button.previous {
  right: 5px;
}

.category-navigation .flickity-prev-next-button.next {
  right: -15px;
}

/* right to left */
.category-navigation .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.category-navigation .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  right: 10px;
}

.category-navigation .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.category-navigation .flickity-button-icon {
  fill: #E30D14;
}

.category-navigation .flickity-prev-next-button {
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  background: transparent;
}

.category-navigation ul li {
  margin: 1em;
  padding-top: 1em;
}

.top-line {
  border-top: 2px solid #E30D14;
}

.category-navigation ul li a {
  color: black;
  text-decoration: none;
}

.category-navigation {
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
}

.category-navigation p a {
  color: black;
}

.award-images {
  width: 60px;
  height: 60px;
}

.award-image-container {
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
}

.gallery .gallery-cell a {
  color: black;
}

/* .flickity-prev-next-button.previous { left: 10px; } */
/* .flickity-prev-next-button.next { right: 10px; } */
.gallery .gallery-cell {
  position: absolute;
  left: 25%;
  width: 70%;
  height: 60px;
  margin: 0 4em;
  text-align: center;
  padding: 1em 1em;
}

.line {
  border-top: 2px solid red;
  /* margin: 2em; */
  padding-left: 1em;
  padding-right: 1em;
}

/* cell number */
.gallery .gallery-cell:before {
  display: block;
  text-align: center;
  /* line-height: 200px; */
  font-size: 80px;
  color: black;
}

.category-navigation {
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  flex-direction: row;
}

.category-navigation-buttons {
  margin-right: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1em;
}

.category-navigation-buttons p {
  color: #E30D14;
}

.body-content-container {
  margin: 2em 14%;
  text-align: center;
}

.gallery-container {
  width: 65%;
}

.category-navigation-buttons img {
  height: 25px;
  margin-left: 4em;
  margin: 0.5em;
}

#arrow-back-bttn {
  position: absolute;
  bottom: 41%;
  left: 26%;
  color: white;
}

#arrow-back-bttn a {
  color: #ffffff;
  font-family: gibson-book;
  font-size: 16px;
  text-transform: uppercase;
}

.back-arrow-container {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #E30D14;
}

.back-arrow {
  margin-bottom: 1em;
}

.carousel-image-slider {
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-carousel .flickity-prev-next-button.previous {
  left: 14px;
}

.main-carousel .flickity-prev-next-button.next {
  right: 42px;
}

/* right to left */
.main-carousel .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.main-carousel .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  right: 10px;
}

.main-carousel .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60px;
  height: 80px;
}

.main-carousel .flickity-button-icon {
  fill: #ffffff;
  stroke-width: "10";
}

.main-carousel .flickity-prev-next-button {
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  background: transparent;
}

@media screen and (min-width: 768px) {
  .full-text-image-box {
    position: absolute;
    top: 100px;
    right: 20%;
    height: 270px;
    width: 370px;
    background-color: #ffffff;
  }

  .page-numbers-text-box .flickity-page-dots {
    position: absolute;
    left: 1.5em;
    bottom: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
  }

  .page-numbers-text-box {
    width: 400px;
    height: 260px;
    margin: 10% 3em;
  }

  .page-numbers-text-box .arrow-bttn-link {
    left: 8.5em;
    bottom: 19px;
    z-index: 100;
  }

  .gallery .gallery-cell {
    width: 35%;
  }

  .category-navigation .flickity-prev-next-button.previous {
    right: -43px;
  }

  .category-navigation .flickity-prev-next-button.next {
    right: -63px;
  }
}
@media screen and (min-width: 780px) {
  .text-carousel-small-image {
    width: 80%;
  }

  .main-carousel {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    width: 900px;
    height: 500px;
  }

  #arrow-back-bttn {
    bottom: 35%;
    left: 48%;
  }

  .category-navigation {
    margin-left: 10em;
    display: flex;
    flex-direction: row;
  }

  .gallery .gallery-cell {
    width: 30%;
    height: 100px;
  }

  .master-icon-box {
    margin: 0 10%;
  }

  .master-text-box {
    margin: 0 10%;
  }

  .category-navigation {
    margin-top: 6em;
    margin-bottom: 6em;
  }

  .individual-project-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .white-box {
    height: 800px;
    width: 800px;
    background-color: white;
  }

  .indidual-background-two {
    height: 1170px;
  }

  .main-carousel {
    width: 700px;
    height: 550px;
  }

  .gallery-container {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1220px) {
  .category-navigation .flickity-prev-next-button.previous {
    right: -73px;
  }

  .category-navigation .flickity-prev-next-button.next {
    right: -103px;
  }

  .gallery .gallery-cell {
    width: 20%;
    height: 100px;
    margin: 0 1em;
  }

  .main-carousel {
    margin-top: 0;
    margin-left: 2%;
    margin-right: 2%;
    width: 800px;
    height: 550px;
  }

  .category-navigation-buttons {
    margin-right: 1em;
  }

  .master-text-box p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .master-icon-box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-footer {
  min-height: 400px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #575C5C;
}

.terms {
  display: flex;
  flex-direction: row;
}

.terms p {
  color: black;
}

.broker-img {
  padding-left: 1em;
  padding-right: 1em;
  color: black;
  margin-top: 3em;
  width: 100%;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.broker-img img {
  height: 30px;
  padding-left: 1em;
  padding-top: 0.2em;
}

.top-footer h2 {
  color: #E6FBF0;
}

.top-footer p {
  color: #E0E6E0;
}

.bottom-footer {
  position: relative;
  min-height: 300px;
  margin: 0 auto;
  background-color: #262B29;
}

.terms {
  margin-left: 1em;
}

.terms a {
  margin-left: 1em;
  margin-right: 1em;
}

.icons {
  display: flex;
  align-items: center;
}

.icon-sm {
  margin-right: 1em;
}

.dividing-line {
  border-left: 1px solid white;
  margin: 0 1em;
}

.t-c {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 20px;
  top: 20px;
}

.required-content {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.icon-container {
  display: flex;
  justify-content: center;
}

.icon-size {
  width: 30px;
  height: 30px;
  margin-right: 1em;
}

@media screen and (min-width: 1025px) {
  .top-footer {
    min-height: 200px;
    flex-direction: row;
    padding: 2em 10%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
body {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

input:focus,
textarea {
  outline: none !important;
}

.site-information-container {
  padding: 10%;
  background-color: #f5f5f5;
}

.site-information-box-intro h2 {
  color: black;
}

.site-information-box ul li {
  margin-left: 2em;
}

.site-information-box p {
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.subpage-hero {
  background-color: #F5F5F5;
  position: relative;
  height: 100vh;
  width: 100%;
  background-repeat: none;
  background-size: cover;
}

.subpage-hero-top {
  margin-left: 20vw;
  width: 60vw;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  z-index: 800;
}

.main-title {
  position: absolute;
  top: 2em;
  left: 5em;
  z-index: 1000;
}

.subpage-hero-top-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 55vh solid #FFFFFF;
  border-right: 45vw solid transparent;
  background-color: transparent;
  z-index: 100;
}

.subpage-hero-bottom-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100vh solid #FFFFFF;
  border-left: 80vw solid transparent;
  background-color: transparent;
}

.arrow-bottom {
  color: black;
}

.arrow-bttn-link a {
  color: black;
}

.global-footer-background {
  background-image: url("/images/footer-texture.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.global-hero-image-sl {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.global-hero-image-top {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.container-alignment {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

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

.main-gallery {
  margin-bottom: 1em;
  height: 300px;
}

.back-arrow {
  background-image: url("../images/back-arrow.png");
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

input#honeypot {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .global-hero-image-sl {
    height: 450px;
  }

  .container-alignment {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1350px) {
  .bc-container {
    margin-left: 10%;
    margin-right: 10%;
  }

  .global-hero-image-sl {
    height: 650px;
  }
}
.pj-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pj-box-container {
  width: 100%;
  height: 250px;
  margin-bottom: 0.1em;
}

.pj-background-image {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pj-icon-resize {
  height: 80px;
}

.pj-background-image h2 {
  color: white;
  text-align: center;
}

.pj-background-image {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.4);
}

.pj-background-image:hover {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.7);
  transition: 1s ease;
}

.project-text-container {
  text-align: center;
  margin: 5% 10%;
}

.align-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1020px) {
  .pj-container {
    flex-direction: row;
    width: 100%;
    margin-bottom: 3.2em;
  }

  .pj-box-container {
    height: 400px;
    margin: 0.1em;
  }

  .pj-background-image {
    height: 450px;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .pj-container {
    flex-direction: row;
    width: 100%;
  }

  .pj-box-container {
    height: 400px;
    margin: 0.1em;
  }

  .pj-background-image {
    height: 450px;
    align-items: center;
  }
}
.team-subtitle {
  position: absolute;
  bottom: 5em;
  right: 5em;
  z-index: 1000;
}

.about-icon-size {
  width: 25px;
  height: 25px;
}

.about-icon-container {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
  margin-bottom: 2em;
}

.about-icon-container a {
  margin-right: 1em;
}

.rest-of-team-container {
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

.rest-of-team {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.continue-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 21vh solid #F5F5F5;
  border-right: 18vw solid transparent;
  background-color: transparent;
  z-index: 100;
}

.employee-container {
  z-index: 1000;
  width: 1000px;
}

.left-aligned-card-text {
  margin-left: 1em;
  margin-right: 1em;
  width: 90%;
}

.about-image {
  width: 450px;
  height: 480px;
  background-size: cover;
  margin-right: 10%;
}

.employee-content {
  margin-top: 1em;
}

.ab-story-container {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  margin-bottom: 10%;
}

.left-aligned-card-text {
  padding: 1em;
  margin-top: 1em;
}

.left-aligned-image-container {
  width: 100%;
  height: 400px;
}

.right-block-image-container {
  width: 100%;
  height: 400px;
}

.ab-difference {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  margin-top: 3em;
  margin-bottom: 10%;
}

.ab-story-container,
.ab-difference {
  margin: 2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ab-team h2 {
  padding-top: 10%;
}

.about-story-bkgrd-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.line-three {
  border: 2px solid #E30D14;
  width: 80%;
  margin: 2% 10%;
}

.ab-story-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.ab-team {
  background-image: url("/images/footer-texture.jpg");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ab-team h2 {
  color: #ffffff;
  text-align: center;
}

.team-card {
  width: 340px;
  height: 685px;
  background-color: white;
  margin-bottom: 2em;
}

.color-top {
  width: 340px;
  height: 190px;
  background-color: #DBAC2C;
}

.team-card-master-layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.individual-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5em;
}

#team-card-button {
  margin-top: 3em;
}

.individual-card h3 {
  margin-top: 1em;
}

hr.line-two {
  border-top: 2px solid #E30D14;
  width: 60%;
  margin: 1em 20%;
}

.image-size {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 325px;
  height: 300px;
}

.ab-team-photo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ab-key-personnel h2 {
  margin-bottom: 2em;
}

@media screen and (min-width: 1020px) {
  .rest-of-team {
    margin: 1em 0;
    flex-direction: row;
    align-items: flex-start;
  }

  .rest-of-team-container {
    align-items: flex-start;
  }

  .team-card-master-layout {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .employee-content {
    margin-left: 7em;
    margin-top: 0;
  }

  .ab-story-container {
    flex-direction: row;
    min-width: 70%;
    height: 500px;
  }

  .ab-difference {
    display: flex;
    flex-direction: row-reverse;
    min-width: 70%;
    height: 400px;
  }

  .image-size {
    width: 1000px;
    height: 500px;
  }

  .right-block-image-container {
    width: 100%;
    height: 400px;
  }

  .left-aligned-image-container {
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .team-card {
    width: 350px;
  }

  .color-top {
    width: 350px;
  }
}

/*# sourceMappingURL=styles.css.map */
