body {
  background-color: #faf9f6;
}
body * {
  font-family: "Open Sans", sans-serif;
  color: #3c3c3c;
}

.s-only {
  position: absolute;
  top: -9999px;
}

.bg-accent1 {
  background-color: #ebc9c4;
}

.bg-accent2 {
  background-color: #df8659;
  color: #fff;
}

.bg-accent3 {
  background-color: #e8d6c3;
}

.bg-accent4 {
  background-color: #98795c;
}
.bg-accent4 * {
  color: #fff;
}

.footer .ic-contact-icon {
  font-size: 2em;
}

i.ic-icon {
  font-size: 2em;
  color: #e76f51;
}

.ic-contact-icon {
  font-size: 3em;
  display: block;
  margin-bottom: 1vw;
  color: #e9c46a !important;
}

.ic-main {
  margin-top: calc(110px + 2.5vw);
}

.ic-banner-image {
  width: 105%;
  left: -5%;
  position: relative;
  overflow: hidden;
  height: 10vw;
  min-height: 150px;
  margin: 0 0 6vw 0;
  display: flex;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.ic-banner-image.ic-image-end {
  align-items: flex-end;
}
.ic-banner-image.ic-image-start {
  align-items: flex-start;
}
.ic-banner-image img {
  width: 100%;
}

.ic-inner {
  padding: 1vw 2vw;
}

.ic-contact-form {
  max-width: 800px;
}
.ic-contact-form > * {
  margin: 1vw 0;
}
.ic-contact-form textarea {
  height: 10vw !important;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: calc(1.9rem + 0.7vw);
  padding-bottom: calc(0.625rem + 0.7vw);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.section {
  margin-bottom: 5vw;
  overflow: hidden;
}
.section:first-of-type {
  margin-top: calc(85px + 6vw);
}
.section.inview img {
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.section.inview .ci-section-text {
  animation: 1s ease-out 0s 1 slideInFromRight;
}

.ci-section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 65%;
  text-align: end;
  align-items: flex-end;
  margin: auto auto auto 0;
}
.ci-section-text * {
  width: 80%;
}

.ci-section-text.left {
  text-align: start;
  align-items: start;
  margin: auto 0 auto auto;
}

.ci-hp {
  width: 125%;
  position: relative;
}
.ci-hp img {
  width: 100%;
}

.ci-hp.hp1 {
  left: -33%;
  margin-bottom: 6vw;
}

.ci-hp.hp2 {
  margin: 6vw 0;
  right: -33%;
}
.ci-hp.hp2 img {
  position: relative;
  left: -20%;
}

.ci-hp.hp3 {
  margin: 6vw 0;
  left: -33%;
}

.ci-hp.hp4 {
  right: -33%;
  margin: 6vw 0 0 0;
}
.ci-hp.hp4 img {
  position: relative;
  left: -20%;
}

.floater {
  position: absolute;
  height: 70%;
  width: 100%;
  top: 15%;
  z-index: -1;
}

.ic-main .ic-testimonials .col {
  margin-bottom: 8vw;
}

.sub .ic-testimonials {
  margin-top: 0;
}

.ic-testimonials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ic-testimonials > * {
  padding-top: 100px;
  flex: 0 0 auto;
  width: 30%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.ic-testimonials .testimonial {
  height: 100%;
  width: 100%;
  border: solid 0.1em #ebebeb;
}
.ic-testimonials .testimonial .ic-testimonial-logo-holder {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: -5rem;
}
.ic-testimonials .testimonial .half-circle {
  background-color: #fff;
  border: solid 0.1em #ebebeb;
  display: inline-block;
  overflow: hidden;
  width: 65%;
  height: auto;
  padding-top: 65%;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.ic-testimonials .testimonial .ic-testimonial-logo {
  background-color: #fff;
  position: absolute;
  left: 20%;
  border-radius: 50%;
  width: 60%;
  height: auto;
  margin: 1vw auto;
  padding-top: 60%;
  overflow: hidden;
}
.ic-testimonials .testimonial .ic-testimonial-logo img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
}
.ic-testimonials .testimonial .ic-title {
  margin-top: 1vw;
  font-weight: 700;
  padding: 0 2vw;
  text-align: center;
}
.ic-testimonials .testimonial .ic-role {
  font-weight: 300;
  padding: 0 2vw;
  text-align: center;
}
.ic-testimonials .testimonial .ic-quote {
  padding: 1vw 2vw;
  margin-bottom: 4vw;
}

.mb-6vw {
  margin-bottom: 6vw;
}

.notouch .ic-meet-the-team li .ic-person:hover {
  background-color: #ffefdf;
}
.notouch .ic-meet-the-team li .ic-person:hover .ic-alt {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.25s;
  display: block !important;
  background-color: #ffefdf;
}
.notouch .ic-meet-the-team li .ic-person:hover img.ic-pro {
  z-index: -5;
}
.notouch .ic-meet-the-team li .ic-person:hover img.ic-alt {
  z-index: 10;
}

.ic-meet-the-team {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.ic-meet-the-team > * {
  width: 33.3333333%;
  flex: 0 0 auto;
}
.ic-meet-the-team li:first-of-type {
  width: 100%;
}
.ic-meet-the-team li:first-of-type .ic-person {
  flex-direction: row;
}
.ic-meet-the-team li:first-of-type .ic-person .col:first-of-type {
  max-width: 400px;
}
.ic-meet-the-team li {
  margin: 1vw 0;
}
.ic-meet-the-team li .ic-person {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin: 0vw 1vw;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1vw;
  cursor: pointer;
}
.ic-meet-the-team li .ic-person .ic-person-image {
  border: solid 1px #ebebeb;
  position: relative;
  border-radius: 50%;
  width: 75%;
  height: auto;
  margin: 1vw auto;
  top: 1vw;
  padding-top: 75%;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.ic-meet-the-team li .ic-person .ic-person-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ic-meet-the-team li .ic-person .ic-person-image .ic-pro {
  z-index: 10;
}
.ic-meet-the-team li .ic-person .ic-person-image .ic-alt {
  z-index: 5;
}
.ic-meet-the-team li .ic-person .ic-person-title {
  margin: 1.5vw 2vw 0 2vw;
  font-weight: 700;
  text-transform: uppercase;
}
.ic-meet-the-team li .ic-person .ic-person-role {
  margin: 0 2vw;
  font-weight: 300;
}
.ic-meet-the-team li .ic-person .ic-person-bio {
  margin: 0.5vw 2vw;
  padding-bottom: 90px;
  position: relative;
}
.ic-meet-the-team li .ic-person .ic-person-bio .ic-alt {
  position: absolute;
  display: none;
  height: 100%;
  top: 0;
}
.ic-meet-the-team li .ic-person.alt .ic-pro {
  display: none;
}
.ic-meet-the-team li .ic-person.alt .ic-alt {
  display: block;
}
.ic-meet-the-team li .ic-person.active {
  background-color: #ffefdf;
}
.ic-meet-the-team li .ic-person.active .ic-alt {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.25s;
  display: block !important;
  background-color: #ffefdf;
}
.ic-meet-the-team li .ic-person.active img.ic-pro {
  z-index: 5;
}
.ic-meet-the-team li .ic-person.active img.ic-alt {
  z-index: 10;
}

.ic-what-we-do {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.ic-what-we-do > * {
  width: 50%;
  flex: 0 0 auto;
}
.ic-what-we-do li {
  margin: 1vw 0;
}
.ic-what-we-do li .ic-inner {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}
.ic-what-we-do li .ic-inner .ic-icon {
  margin: auto;
}
.ic-what-we-do li .ic-inner .ic-icon i {
  font-size: 3em;
  color: #e76f51;
}
.ic-what-we-do li .ic-inner .ic-title {
  margin: 2vw 0;
  text-align: center;
  font-weight: 700;
}

.banner {
  height: 6vw;
}
.banner .side-only {
  display: none;
}
.banner .offcanvas {
  background-color: #faf9f6;
}
.banner .offcanvas .side-only {
  display: block;
}
.banner #ci-navbar {
  width: 100%;
}
.banner nav {
  background-color: transparent;
  animation: slideUp 500ms 1 ease-in-out;
}
.banner nav .logo-holder {
  background: #ebc9c4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(85px + 6vw);
}
.banner nav .logo-holder a {
  height: 100%;
}
.banner nav .logo-holder a img {
  height: 100%;
}
.banner nav .navbar-toggler {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner nav .navbar-toggler button {
  font-size: 2.5em;
}
.banner .navbar {
  justify-content: flex-end;
}
.banner.scrolled nav {
  background: rgba(229, 229, 229, 0.8);
  animation: slideDown 500ms 1 ease-in-out;
}
.banner.scrolled nav .logo-holder {
  background: transparent;
}
.banner.scrolled nav .ci-navbar {
  background-color: transparent;
}
.banner .offcanvas-body .ci-navbar {
  display: block;
  padding: 1.5rem !important;
  margin-top: 5px;
}
.banner .offcanvas-body .ci-navbar li {
  text-align: start;
  margin: 0.8rem 0rem;
}
.banner .ci-navbar {
  display: flex;
  list-style: none;
  height: 100%;
  align-items: center;
  align-content: center;
  width: 100%;
  background-color: #faf9f6;
  flex-wrap: wrap;
}
.banner .ci-navbar li {
  margin: 0 0.5em;
  padding: 0.4em 0;
  flex-grow: 1;
  text-transform: uppercase;
  color: #402113;
  font-weight: 700;
  text-align: center;
}
.banner .ci-navbar li a {
  color: #402113;
}

.ic-side-nav {
  max-width: 500px;
  padding-bottom: 200px;
}
.ic-side-nav .side-only {
  display: block;
}
.ic-side-nav .ci-navbar {
  list-style: none;
  height: 100%;
  margin-top: 15vw;
  padding-left: 0;
}
.ic-side-nav .ci-navbar li {
  padding: 0;
  flex-grow: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: start;
  margin: 1vw 0;
}
.ic-side-nav .ci-navbar li .nav-link {
  padding: 0.5rem 1rem;
}
.ic-side-nav .ci-navbar li .active {
  background-color: #faf9f6;
  color: #3c3c3c;
  width: 125%;
  border-radius: 0.8rem;
}
.ic-side-nav .logo-holder img {
  width: 100%;
}

.sub .banner {
  padding-bottom: 10px;
  height: auto;
}
.sub .banner .col {
  background-color: #ebc9c4;
}
.sub .banner .ci-navbar {
  background-color: transparent;
}
.sub .banner.scrolled .col {
  background-color: transparent;
}

@media (min-width: 768px) {
  .sub .banner {
    display: none;
  }
}
/*******************************************

              ANIMATION LAYOUT

  *******************************************/
@keyframes slideUp {
  0% {
    background-color: rgba(229, 229, 229, 0.8);
  }
  100% {
    background-color: rgba(229, 229, 229, 0);
  }
}
@keyframes slideDown {
  0% {
    background-color: rgba(229, 229, 229, 0);
  }
  100% {
    background-color: rgba(229, 229, 229, 0.8);
  }
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jdm {
  background-color: #001745 !important;
}

.kfh {
  background-color: #fff !important;
}

.lin {
  background-color: #000 !important;
}

.lr {
  background-color: #f18e04 !important;
}
.lr img {
  width: 100% !important;
}

.dillions {
  background-color: #110757 !important;
}

.footer {
  min-height: 250px;
  background-color: #df8659;
  padding: 1rem;
}
.footer * {
  color: #fff;
}

.sub .footer {
  background-color: #faf9f6;
  border-top: solid 1px #ebebeb;
  margin-top: 1vw;
}
.sub .footer * {
  color: #000;
}

#cookie-consent * {
  font-size: 12pt;
}
#cookie-consent.cookie-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f6f4;
}
#cookie-consent.cookie-footer .cookie-inner {
  width: 60%;
  margin: auto;
}
#cookie-consent.cookie-footer .cookie-inner h3 {
  font-size: 1.2em;
}

@media (min-width: 1280px) {
  body * {
    font-size: calc(10px + 0.65vw);
  }
  body label {
    font-size: calc(10px + 0.25vw);
  }
  body h1 {
    font-size: calc(10px + 2vw);
  }
  body h2 {
    font-size: calc(10px + 1.6vw);
  }
  body h3 {
    font-size: calc(10px + 1.1vw);
  }
  .footer * {
    font-size: calc(10px + 0.35vw);
  }
  .ci-section-text h1 {
    font-size: 3.6vw;
  }
  .ci-section-text h3 {
    font-size: 2.1vw;
  }
  .ci-section-text p {
    margin-top: 1vw;
    font-size: 1.2vw;
  }
  .ic-what-we-do li .ic-inner .ic-icon i {
    font-size: 6vw;
  }
}
@media (max-width: 992px) {
  .banner nav {
    background: rgba(229, 229, 229, 0.8);
    animation: none;
  }
  .banner nav .logo-holder {
    background: transparent;
  }
  .banner.scrolled nav {
    animation: none;
  }
  .mb-6vw {
    margin-bottom: 0;
  }
  .section {
    margin-bottom: 4em;
    position: relative;
  }
  .section > * {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .section > .floater {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .section.reverse {
    flex-direction: column-reverse;
    margin-top: 0;
    align-items: flex-end;
  }
  .section.t-end {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .section.ic-testimonials {
    margin-top: 6em;
  }
  .section.ic-testimonials > * {
    width: 50%;
    margin-bottom: 175px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
  }
  .section .ci-section-text {
    width: 100%;
    z-index: 50;
    padding: 2rem;
  }
  .section .ci-hp {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
    height: 350px;
  }
  .section .ci-hp img {
    box-shadow: none !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section .ci-hp.hp1 {
    margin-bottom: 0;
  }
  #cookie-consent.cookie-footer .cookie-inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ic-meet-the-team > * {
    width: 100%;
    flex: 0 0 auto;
  }
  .section.ic-testimonials > * {
    width: 100%;
    margin-bottom: 175px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
  }
  .sub .ic-testimonials > * {
    width: 100%;
    margin-bottom: 175px !important;
    padding: 10px;
  }
  .ic-what-we-do > * {
    width: 100%;
    flex: 0 0 auto;
  }
  .ic-main {
    margin-top: calc(160px + 6vw);
  }
  .ic-main .ic-banner-image {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ic-what-we-do > * {
    width: 100%;
    flex: 0 0 auto;
  }
  .ic-meet-the-team > * {
    width: 50%;
    flex: 0 0 auto;
  }
  .sub .ic-testimonials > * {
    width: 50%;
    margin-bottom: 175px !important;
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ic-what-we-do > * {
    width: 50%;
    flex: 0 0 auto;
  }
  .ic-meet-the-team > * {
    width: 50%;
    flex: 0 0 auto;
  }
  .sub .ic-testimonials > * {
    width: 50%;
    margin-bottom: 175px !important;
    padding: 10px;
  }
}

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