/* [class*="col"] { border:red dotted 1px;} [class*="row"] { border:green dashed 1px;} */
/* ------------------------  My Core CSS ------------------------ */
.background-primary {
  background-color: #483a5d !important;
}
.background-primary-light {
  background-color: #9380b0 !important;
}
.background-primary-lighter {
  background-color: #c1b6d1 !important;
}
.background-primary-dark {
  background-color: #30263e !important;
}
.background-secondary {
  background-color: #48155c !important;
}
.background-secondary-light {
  background-color: #8928af !important;
}
.background-secondary-lighter {
  background-color: #ffffff !important;
}
.background-secondary-dark {
  background-color: #280c32 !important;
}
.background-tertiary {
  background-color: #c7017a !important;
}
.background-tertiary-light {
  background-color: #fe30ae !important;
}
.background-tertiary-lighter {
  background-color: #fff1f9 !important;
}
.background-tertiary-dark {
  background-color: #94015b !important;
}
.background-quaternary {
  background-color: #ebe7e4 !important;
}
.background-quaternary-light {
  background-color: #f6f4f3 !important;
}
.background-quaternary-lighter {
  background-color: #faf9f9 !important;
}
.background-quaternary-dark {
  background-color: #d5cdc7 !important;
}
.background-gray {
  background-color: #30373a !important;
}
.background-gray-light {
  background-color: #e5e8ea !important;
}
.background-gray-dark {
  background-color: #000000 !important;
}
.background-body {
  background-color: #000000 !important;
}
.background-body-light {
  background-color: #131313 !important;
}
.background-body-lighter {
  background-color: #171717 !important;
}
.background-body-dark {
  background-color: #000000 !important;
}
.background-offwhite {
  background-color: #f9f9f9 !important;
}
.background-white {
  background-color: white;
}
.background-off-white {
  background-color: #ece7e3;
}
.color-primary {
  color: #483a5d !important;
}
.color-primary-light {
  color: #8670a6 !important;
}
.color-primary-dark {
  color: #0b090e !important;
}
.color-secondary {
  color: #48155c !important;
}
.color-secondary-light {
  color: #f6ebfa !important;
}
.color-secondary-dark {
  color: #000000 !important;
}
.color-tertiary {
  color: #c7017a !important;
}
.color-secondary-light {
  color: #f6ebfa !important;
}
.color-secondary-dark {
  color: #000000 !important;
}
.color-body {
  color: #000000 !important;
}
.color-body-light {
  color: #1a1a1a !important;
}
.color-body-dark {
  color: #000000 !important;
}
.color-white {
  color: #FFFFFF !important;
}
.color-purple {
  color: #7b2f66 !important;
}
* {
  transition: 0ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 0ms;
  -webkit-transition-timing-function: ease-in-out;
}
body {
  background-color: white;
}
body,
.body {
  font-size: 16px;
  line-height: auto;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0em;
  font-display: optional;
}
.feature-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-display: optional;
}
p {
  font-weight: 100;
  line-height: 1.2em;
  margin: 0em 0em 1em 0em;
  color: inherit;
}
.light {
  font-weight: 100 !important;
}
.regular {
  font-weight: 300 !important;
}
.bold,
strong {
  font-weight: 600 !important;
  line-height: 1.35em;
}
.black {
  font-weight: 900 !important;
}
ul.body,
ol.body,
ul.tick {
  margin: 0em 0em 1.5em 0em;
  padding: 0em;
  color: inherit!important;
}
ul.body li,
ol.body li,
ul.tick li {
  margin: 0em 0em 0em 1em;
  padding: 0em;
  line-height: normal;
  position: relative;
  list-style: none;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: inherit!important;
  font-weight: inherit!important;
}
ul.body li ul,
ol.body li ul,
ul.tick li ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
}
ul.body li li,
ol.body li li,
ul.tick li li {
  margin: 0em 0em 0em 1.5em;
  padding: 0em;
  line-height: 1em;
  position: relative;
  list-style: none;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
ul.body li:before,
ol.body li::before,
ul.tick li:before {
  position: absolute;
  left: -1em;
  top: 0px;
  font-size: inherit;
}
ul.body li:before {
  content: "\25A0";
  color: #000000 !important;
  font-size: 0.8em;
}
ul.tick li:before {
  content: "\2714\0020";
  color: #000000 !important;
  left: -2em;
}
ul.tick li {
  margin: 0em 0em 0.7em 2em;
}
ol.body li {
  counter-increment: step-counter;
}
ol.body li::before {
  content: counter(step-counter) ".";
}
ul.body-none {
  list-style: none;
  padding: 0px;
}
ul.body-none li {
  font-weight: inherit!important;
  text-transform: uppercase;
}
.lead {
  font-size: 1.2em;
  font-display: optional;
}
.small {
  font-family: inherit!important;
  font-weight: inherit!important;
  font-size: 0.8em;
  font-display: optional;
}
a {
  color: #483a5d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #48155c;
}
a.invert,
.invert a {
  color: white;
}
a.invert:hover,
.invert a:hover {
  text-decoration: none;
  color: #e6e6e6;
  color: #48155c;
}
.no-break {
  white-space: nowrap;
}
.img-force-full {
  width: 100%!important;
  height: auto;
}
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0.2em;
  right: 0.2em;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(72, 58, 93, 0.4);
  text-align: center;
  font-size: 2.2em;
  line-height: 0.2em;
  padding: 0em 0.2em 0em 0.2em;
}
.back-to-top:hover {
  background-color: rgba(72, 58, 93, 0.8);
  color: #ffffff;
}
.fade-transition {
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
.legal li {
  position: relative;
  padding: 0em 1em;
}
.legal li:after {
  content: "|";
  position: absolute;
  right: 0em;
  top: 0em;
}
.legal li:last-child:after {
  content: none!important;
}
#logo .st0 {
  fill: transparent;
}
.tel-link {
  color: #000000 !important;
}
.tel-link:hover {
  color: #483a5d !important;
}
/* Base Form */
.contactForm .form-group {
  padding: 0em;
  margin: 0em;
  text-indent: 0em;
  width: 100%;
}
.contactForm label {
  color: #000000;
  font-weight: 300;
  padding: 2em 0em;
  margin: 0em;
}
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm select,
.contactForm input[type="date"],
.contactForm input[type="datetime-local"] {
  margin: 0em;
  width: 100%;
  border-radius: 0em;
  border: rgba(72, 58, 93, 0.8) 1px solid;
  padding: 0.5em 0.75em;
  margin-bottom: 1.5em;
  color: #000000;
  font-size: 1em!important;
  background-color: rgba(0, 0, 0, 0.06);
  font-size: 0.95em;
}
.contactForm .btn {
  border: none;
  margin: 0.5em 0em 0em 0em;
  padding: 0.5em 0.5em !important;
  background-color: #48155c !important;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  display: block;
  font-size: 1em;
  font-weight: 300;
  width: 100%;
}
.contactForm .btn:hover {
  background-color: #372c47 !important;
}
.contactForm .checkbox {
  margin: 1.1em 0em;
  display: block;
}
.contactForm .checkbox label {
  display: block;
  margin: 0em 0em 0.8em 1.1em;
  position: relative;
}
.contactForm .checkbox label input {
  display: block;
  position: inherit;
  float: left;
}
.contactForm select {
  background-color: #48155c;
  color: #483a5d;
  padding: 1em;
  font-size: 1.4em !important;
  position: relative;
}
.contactForm .select {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contactForm .select:after {
  content: '>';
  color: #483a5d;
  position: absolute;
  right: 10px;
  top: 0%;
  transform: rotate(90deg) translateX(200%);
  z-index: 1;
  text-align: center;
  pointer-events: none;
  height: 1em;
  border: solid red 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-display: optional;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.houdini {
  display: none;
}
/* Footer Ellements */
/* END Footer Ellements */
/* Social Network icon render */
.social-bar {
  display: inline-block;
  padding: 0em 0.4em !important;
  font-size: 0.5em;
}
.social-icon-header-link {
  width: 2em!important;
  height: 2em!important;
  padding: 0.1em;
  display: inline-block;
  margin: 0px;
  background-color: transparent;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  border-radius: 50%;
}
.social-icon-header-link:hover {
  background-color: transparent;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.social-icon-header-link .svg {
  display: block;
  width: 100%;
  height: 100%;
}
.social-icon-header-link .svg {
  fill: #000000;
}
.social-icon-header-link:hover .svg {
  fill: #c7017a;
}
#header {
  font-size: 0.9em;
}
#footer .social-icon-header-link .svg {
  fill: rgba(255, 255, 255, 0.8);
}
#footer .social-icon-header-link:hover .svg {
  fill: #c7017a;
}
#footer {
  background-color: #483a5d;
  color: white;
}
/* END Social Network icon render */
#cookie-law {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
#cookie-law a {
  color: #483a5d;
  text-decoration: none;
}
.close-cookie-banner {
  font-size: 18px;
  color: #fb0509;
  text-decoration: none;
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
}
.close-cookie-banner .far {
  color: #ffffff;
}
.close-cookie-banner .far:hover {
  color: #483a5d;
}
#mail-sent {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  animation: mail-sent 1s 1;
  -webkit-animation: mail-sent 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
#mail-sent a {
  color: #48155c;
  text-decoration: none;
}
@keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.btn-link {
  background: linear-gradient(-45deg, #483a5d, #c7017a);
  border-radius: 1em;
  color: #483a5d;
  display: inline-block;
  font-size: 1em;
  padding: 1px;
  text-decoration: none;
}
a.btn-link:hover {
  color: white!important;
}
.btn-link span {
  background: white;
  display: block;
  padding: 0.5em 1.75em;
  border-radius: 0.9em;
  text-transform: uppercase;
}
a.btn-link:hover span {
  background: rgba(225, 225, 225, 0) !important;
  display: block;
  padding: 0.5em 1.75em;
  border-radius: 0.8em;
  text-transform: uppercase;
}
.background-quaternary .btn-link span {
  background: #ebe7e4;
}
.btn-link:hover {
  color: #c7017a !important;
  text-decoration: none;
  background: linear-gradient(45deg, #483a5d, #c7017a);
  transition: all 200ms;
}
.btn-link:hover span {
  background-color: #ffffff !important;
}
.invert .btn-link {
  color: white!important;
  border-color: white;
}
.invert .btn-link:after {
  color: white;
}
.invert .btn-link:hover {
  color: white!important;
  background-color: rgba(255, 255, 255, 0.25) !important;
  border-color: white;
}
.invert .btn-link:hover:after {
  color: white;
}
#map_canvas1 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px!important;
  border-radius: 0px;
  box-shadow: inset rgba(0, 0, 0, 0.14) 0px 0px 10px;
}
.themap {
  width: 100%;
  height: 500px;
  z-index: -100;
}
.scrolloff {
  pointer-events: none;
}
.clear-on-mobile {
  clear: both;
}
.top-gap-mobile {
  padding-top: 25px;
}
.text-center-mobile {
  text-align: center;
}
.relative {
  position: relative;
}
.push-top {
  padding-top: 0px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
}
.aligncenter {
  float: center;
}
.align {
  display: block;
}
.align-center {
  align-self: center;
  align-items: center;
  justify-content: center;
}
.align-top {
  align-self: flex-start;
}
.align-bottom {
  align-self: flex-end;
}
.align-stretch {
  align-self: stretch;
}
/* testimonials feature */
.testimonial_feature {
  display: block;
  margin: 0px auto 60px 0px;
  position: relative;
  clear: both;
}
.testimonial_feature:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 40px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #f3f5f5 transparent transparent transparent;
}
.testimonial_feature:nth-child(even):after {
  right: 40px!important;
  left: auto;
  border-width: 25px 0 0 25px;
  border-color: #849399 transparent transparent transparent;
}
.testimonial_feature blockquote {
  text-align: center;
  color: #323232;
  font-size: 16px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  border: none;
  padding: 25px 30px 25px 30px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  background-color: #f3f5f5;
}
.testimonial_feature:nth-child(even) blockquote {
  color: white;
  background-color: #849399;
}
/*.testimonial_feature blockquote p:before,
.testimonial_feature blockquote p:after {
  color: @brand-secondary;
  content: open-quote;
  font-size: 40px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}*/
.testimonial_feature:nth-child(even) blockquote p:before,
.testimonial_feature:nth-child(even) blockquote p:after {
  color: #e4e4e4;
}
/*.testimonial_feature blockquote p:after {
  content: close-quote;
  padding-left: 10px;
}*/
.testimonial_feature blockquote p {
  display: inline;
  color: inherit;
  text-decoration: none;
  font-style: italic;
}
.testimonial_feature blockquote a {
  color: inherit;
  text-decoration: none;
}
.testimonial_feature blockquote a:hover {
  color: inherit;
  text-decoration: none;
}
.testimonial_feature blockquote:hover {
  text-decoration: none;
}
.testimonial_feature blockquote footer {
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  bottom: -25px;
  left: 80px;
  color: inherit;
}
.testimonial_feature:nth-child(even) blockquote footer {
  text-align: center;
  right: 80px;
  left: auto;
  color: inherit;
}
.testimonial_feature blockquote footer cite {
  font-weight: 400;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.testimonial_feature blockquote footer cite:before {
  content: ",";
  padding: 0px 6px 0px 0px;
}
.testimonial_feature blockquote footer span {
  color: inherit;
  font-style: italic;
  margin: 0px 10px 0px 0px;
}
.testimonial_feature blockquote footer span:before {
  content: ",";
  padding: 0px 6px 0px 0px;
}
.testimonial_feature blockquote .date {
  display: inline-block;
}
.testimonial_feature blockquote .date:before {
  content: " - ";
}
.testimonial_feature-btn {
  clear: both;
}
/* -- wordpress css intergration -- */
.alignright {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}
.project-feed {
  margin-bottom: 25px;
  display: block;
  position: relative;
}
.project-feed {
  color: #000000 !important;
  background-color: white;
  padding: 20px 0px;
}
.project-feed .date {
  color: #000000;
  background-color: #48155c;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  padding: 12px 0px;
  margin-right: 10px;
  margin-left: 10px;
}
.project-feed .copy {
  font-size: 1.2em;
}
.project-feed .header {
  font-size: 1.6em;
  font-weight: 300;
  color: #48155c;
}
.project-feed .title {
  font-size: 1.8em;
  line-height: normal;
  padding-bottom: 10px;
  text-transform: none;
  font-weight: 300;
  color: #48155c;
}
.project-feed .sub-title {
  font-size: 1.4em;
  line-height: normal;
  font-weight: 300;
  color: #000000;
}
.project-feed .content {
  font-size: 1.2em;
  color: inherit;
}
.project-feed .copy {
  font-size: 1em;
  color: inherit;
}
.project-feed .thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.project-feed h1 {
  font-size: 20px;
}
.project-feed h1 {
  font-size: 18px!important;
}
.project-feed h1 {
  font-size: 15px;
}
.project-feed h1 {
  font-size: 16px;
}
.project-feed h1 {
  font-size: 15px;
}
.project-feed h1 {
  font-size: 14px;
}
.moretag {
  color: inhertit!important;
}
.wp-caption-text {
  font-size: 0.75em !important;
}
/* -- END wordpress css intergration -- */
.window-size {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.61);
  border: dotted 1px red;
  color: black!important;
  padding: 0.5em 0.7em;
  font-size: 0.7em;
  box-shadow: 1px 1px 2.5px 2px rgba(0, 0, 0, 0.15);
}
/*.window-size{display:none;} */
.window-size:after {
  content: "XS - 576 and below";
}
@media (min-width: 576px) {
  .window-size:after {
    content: "SM - 576 and up";
  }
  .project-feed .date {
    font-size: 28px;
    line-height: 28px;
    padding: 20px 20px;
  }
  .testimonial_feature .blockquote {
    font-size: 1.3em;
  }
  .testimonial_feature blockquote {
    position: relative;
    padding: 3em 7em;
    border: solid 0px red;
    margin-bottom: 0em;
  }
  .testimonial-band:nth-child(even) .testimonial_feature blockquote:before,
  .testimonial_feature blockquote:before {
    transform: scale(1);
    top: 2em;
  }
  .testimonial-band:nth-child(even) .testimonial_feature blockquote:after,
  .testimonial_feature blockquote:after {
    transform: scale(1);
    top: 2em;
  }
}
@media (min-width: 768px) {
  .window-size:after {
    content: "MD - 768 and up";
  }
  .social-bar {
    font-size: 0.5em;
  }
  .navbar-collapse {
    padding: 0px 0px;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .w-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .window-size:after {
    content: "LG - 992 and up";
  }
  #header {
    font-size: 0.9em;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
  }
  #header-flat #header {
    position: relative!important;
    background: rgba(225, 225, 255, 0.5);
    background: linear-gradient(90deg, #483a5d 0%, #ffffff 50%);
  }
  .w-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .window-size:after {
    content: "XL - 1200 and up";
  }
  .w-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* END Base Form */
/* ------------------------ END My Core CSS ------------------------ */
/* ------------------------ Bootsrap Restyle ------------------------ */
/* Custom Menu nav */
.error {
  position: relative;
  color: white;
  background-color: #2b292a;
  font-size: 0.7em;
}
.error .error-number {
  font-size: 10em;
  display: block;
  color: inherit;
  font-weight: 900;
}
.error .error-title {
  font-size: 3em;
  line-height: auto;
  text-align: inherit;
  font-weight: 100;
  color: inherit;
  margin: 0px;
  padding-bottom: 0.5em;
}
.error .error-sub-title {
  font-size: 1.6em;
  color: inherit;
  padding-bottom: 1em;
  font-weight: 100;
}
.error .copy {
  position: relative;
  /*background-color: @brand-body;*/
  color: inherit;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.error .error-text {
  font-size: 1.4em;
  color: inherit;
  text-align: left;
}
.error-divider {
  border-bottom: solid white 1px;
}
.navbar-toggler {
  background-color: #a190ba;
}
.dropdown-toggle::after {
  display: none;
}
.nav-item a {
  color: white;
}
#footer .nav-item a {
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  color: white;
}
#footer .nav-item ul {
  padding: 0px;
  margin: 0px;
}
#footer .nav-item ul li {
  list-style: none;
}
#footer .nav-item ul li a {
  font-weight: 100;
}
#footer .nav {
  padding: 0px;
  margin: 0px;
}
#footer .nav-item a:hover {
  color: #c7017a;
}
#footer .nav-item.active a {
  color: #c7017a;
}
.dropdown-menu {
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0px!important;
  padding: 0px!important;
}
.dropdown-item {
  font-weight: 100;
  color: #483a5d !important;
}
.dropdown-item:hover {
  background-color: #483a5d;
  color: white!important;
}
.active .dropdown-item {
  background-color: white!important;
  color: #000000 !important;
  font-weight: regular;
}
.active .nav-item {
  color: #c7017a !important;
  font-weight: regular;
}
.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  opacity: 7;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}
.navbar-light .navbar-nav .nav-link {
  color: #1F1F1F;
}
@media (min-width: 576px) {
  #myModalmech .modal-dialog {
    width: 750px;
  }
  .modal-dialog {
    width: 95%;
  }
  #myModalmech .modal-header .close {
    font-size: 50px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #c7017a;
    margin: 0px;
  }
  .modal-title {
    font-weight: 300;
  }
  .modal-title span {
    padding-right: 10px;
  }
  /* Carousel Changes */
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  /* END Carousel Changes */
  /* Tab Navigation */
  .modal-resize {
    width: 75%;
  }
  .carousel-caption {
    position: absolute;
    top: 55%;
    left: 0%;
    right: 60%;
    bottom: auto;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 18px;
    padding: 0%;
    display: block;
    background-color: transparent;
    font-size: 1.1em;
  }
  .carousel-caption .title {
    font-size: 1.3em;
  }
  .carousel-caption .flash {
    font-size: 3.7em;
  }
  .carousel-caption .info {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .error {
    font-size: 1em;
  }
  .error .copy {
    position: absolute;
    top: 50%;
    left: 4.5%;
    width: 65%;
    transform: translate(0%, -50%);
    padding: 0px!important;
    background-color: transparent;
    text-align: left;
  }
  .error {
    font-size: 0.6em;
  }
  .error .error-text {
    font-size: 1.4em;
    color: white!important;
  }
}
@media (min-width: 992px) {
  .carousel-caption {
    font-size: 1.8em;
  }
  .error {
    font-size: 0.9em;
  }
  .error .error-text {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .error {
    font-size: 1em;
  }
}
/* ------------------------ END Bootsrap Restyle ------------------------ */
/* ------------------------ Animations CSS ------------------------ */
.scroll-animations {
  opacity: 0;
}
.showme {
  opacity: 1;
}
.contain-animation {
  overflow: hidden!important;
}
/* ------------------------ END Animations CSS ------------------------ */
/* ------------------------ IE Fix ------------------------ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .img-fluid {
    width: 100%;
  }
}
/* ------------------------ END IE Fix ------------------------ */
/* ------------------------ Cookies CSS ------------------------ */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  font-display: optional;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: auto;
  bottom: 20px;
  width: 400px;
}
.cc-banner .cc-message {
  display: block;
  /*-webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/* ------------------------ END Cookies CSS ------------------------ */
/* ------------------------ Site Specific CSS ------------------------ */
.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75em;
  line-height: 1.15em;
  font-display: optional;
}
.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  line-height: 1.25em;
  font-display: optional;
}
.sub-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  font-display: optional;
}
.mega.title {
  font-size: 3em;
  line-height: 1em;
}
#footer {
  font-size: 0.85em;
}
#footer .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25em;
  line-height: 1.25em;
  font-display: optional;
}
.sub-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-display: optional;
}
.hero,
.hero-clean {
  position: relative;
  font-size: 30px;
}
.hero .copy {
  position: relative;
  color: white;
  padding: 20px 20px 20px 20px;
  font-size: 1em;
  text-align: center;
  z-index: 20;
}
.hero .hero-title {
  font-size: 0.85em;
  line-height: auto;
  text-align: inherit;
  padding-bottom: 0.5em;
  margin: 0px;
  text-transform: uppercase;
  word-break: normal;
}
.hero .mega.hero-title {
  font-size: 1.5em;
}
.hero .hero-text {
  font-size: 0.75em;
  padding-bottom: 0.5em;
}
.hero .small.hero-text {
  font-size: 0.6em;
}
.hero {
  position: relative;
}
.hero:after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #483a5d;
  background: linear-gradient(90deg, rgba(36, 29, 46, 0.3) 20%, rgba(36, 29, 46, 0) 60%);
  z-index: 10;
}
.hero.no-background:after {
  background: transparent!important;
}
.side-info {
  font-size: 1.5em;
  line-height: 1.25em;
}
.side-info-link a {
  font-size: 1em;
  line-height: 1.25em;
  color: #48155c !important;
  background-color: transparent;
  display: block;
  padding: 0.5em 1.5em;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #48155c;
  background: linear-gradient(to left, transparent 50%, #48155c 50%) right;
  background-size: 200%;
  transition: 0.25s ease-out;
}
.side-info-link a:hover {
  background-position: left;
  color: white!important;
}
.bounce {
  -webkit-animation: bounceMe 4s ;
  animation: bounceMe 4s ;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /*Set our animation play state to paused initially 
  animation-play-state: paused; */
}
.bounce:hover {
  /* Toggle our animation play state to running when we are hovering over our sticker 
  animation-play-state: running;*/
}
.info-table tr {
  background-color: white;
  color: #483a5d;
  font-weight: 100;
  text-align: center;
}
.info-table td {
  border-bottom: 0px solid white;
  border-right: 0px solid white;
}
.info-table th {
  background-color: #48155c;
  color: white;
  font-weight: 100;
  border-bottom: 0px solid white;
  border-right: 1px solid white;
  text-align: center;
  vertical-align: middle!important;
}
.info-table tr th:last-child {
  border-right: none;
}
.info-table tr:first-child th {
  border-top: none!important;
  font-weight: 600;
}
.info-table tr:last-child td {
  border-bottom: none!important;
}
.info-table td {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}
.info-table tr:nth-child(odd) {
  background-color: #c7017a !important;
}
.info-table-caption ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  list-style: none;
}
.info-table-caption ul li {
  color: white!important;
  position: relative;
}
.info-table-caption ul li ul {
  margin: 0px 0px 0px 0px;
}
.info-table-caption ul li:before {
  content: "*";
  padding-right: 5px;
}
.info-table-caption ul li li {
  font-size: 0.8em;
}
.info-table-caption ul li li:before {
  content: "";
  padding-right: 12px;
}
sup {
  font-size: 0.6em;
}
.logo {
  position: relative;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #483a5d;
}
.news {
  margin-bottom: 1em;
  color: white;
  font-size: 1em;
}
.news .news-image {
  text-align: center;
  background-color: #000000;
  padding: 0em;
  padding-top: 2em;
}
.news .news-image img {
  height: auto;
  width: 100%;
}
.news .news-copy {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  background-color: #000000;
}
.news .news-copy .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  margin-bottom: 0.5em;
}
.news .news-copy .info {
  font-weight: 100;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-size: 0.7;
  line-height: normal;
}
.news:nth-child(odd) .news-copy {
  font-size: 1em;
  background-color: #c7017a;
}
.news .image {
  background-color: #000000;
}
.news:nth-child(odd) .news-image {
  background-color: #c7017a;
}
#myCarousel {
  margin: 0em;
  padding: 0em;
  width: 100%;
  display: block;
}
img {
  display: block;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
.header-background {
  background-color: rgba(255, 255, 255, 0.8);
}
.expertise {
  text-align: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3em;
}
.expertise .icon {
  padding: 0em 2.5em 1em 2.5em;
  width: 100%;
  height: auto;
}
.expertise .title {
  font-family: 'Montserrat', sans-serif;
  color: #483a5d;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  text-align: center;
  width: 100%;
  font-display: optional;
}
.expertise .info {
  line-height: 1.2em;
  font-size: 0.85em;
  padding-bottom: 1em;
  margin-bottom: auto;
}
.expertise .btn-link {
  margin-left: auto;
  margin-right: auto;
}
.expertise-main {
  text-align: center;
}
.expertise-main > div {
  padding: 0.5em;
}
.expertise-main .title {
  font-family: 'Montserrat', sans-serif;
  color: #483a5d;
  font-weight: 300;
  font-size: 0.63em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-display: optional;
}
.expertise-main .icon {
  padding: 0em 0.5em 0.5em 0.5em;
}
.expertise-main a:hover .title {
  transform: scale(1.15);
}
.expertise-main a:hover .icon {
  transform: scale(1.15);
}
.link-faded {
  color: rgba(255, 255, 255, 0.7);
}
.link-faded:hover {
  color: #ffffff;
}
.work {
  position: relative;
  padding: 0px;
  border: solid 2px white;
  overflow: hidden;
}
.work .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: auto;
  transform: scale(1.2);
  opacity: 0;
}
.work:hover .logo {
  transform: scale(1);
  opacity: 1;
}
.work .main {
  transition: filter 0.2s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.work:hover .main {
  -webkit-filter: blur(1px) grayscale(90%) brightness(60%);
  /* Safari 6.0 - 9.0 */
  filter: blur(1px) grayscale(90%) brightness(60%);
  transform: scale(1.15);
}
.work .client {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  font-size: 0.8em;
  font-weight: 400;
  padding: 0.75em 1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  font-family: 'Montserrat', sans-serif;
  opacity: 0.5;
  font-display: optional;
}
.background-purple-gradient {
  background: linear-gradient(90deg, rgba(72, 58, 93, 0.1), rgba(199, 1, 122, 0.1));
}
.insight .image {
  margin-bottom: 1em;
}
.insight .title {
  color: #483a5d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-display: optional;
}
.insight .info {
  color: #000000;
}
.insight .info p:first-of-type {
  font-weight: 300;
}
.insight .links {
  text-align: right;
}
.insight .links svg {
  display: inline-block;
  max-width: 2.8em;
  margin-left: 0.5em;
  border-radius: 50%;
}
.insight .links svg:hover {
  background-color: #483a5d;
}
.insight .links svg:hover path {
  fill: white;
  border-radius: 50%;
}
.insight-arrows .carousel-control-next .fas,
.insight-arrows .carousel-control-prev .fas {
  width: 1em;
  height: 1em;
  font-size: 2em;
}
.insight-arrows .carousel-control-next,
.insight-arrows .carousel-control-prev {
  color: #483a5d !important;
  background: -webkit-linear-gradient(#483a5d, #c7017a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes animatedBackground {
  from {
    /* background-position: 0 0;*/
    background-size: 100% 100%;
  }
  to {
    /*background-position: 0 0;*/
    background-size: 120% 120%;
  }
}
.background-image {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain!important;
}
.brand-development {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/brand-development.jpg");
}
.design-for-print {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/design-for-print-mobile.jpg");
}
.design-for-print-hero {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/design-for-print/hero.jpg");
}
.modeling-illustration {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/3D-modelling-illustration.jpg");
}
.modeling-illustration-animate {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/3D-modelling-illustration.jpg");
  background-position: top;
}
.web-design {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/web-design.jpg");
}
.web-design-hero {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/web-design.jpg");
}
.video-animation {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/animation-mobile.jpg");
  background-position: bottom;
  min-height: 500px;
}
.exhibition-design {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/exhibition-design.jpg");
}
.virtual-reality {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/animation-mobile.jpg");
  background-position: bottom;
  min-height: 500px;
}
.online-marketing {
  background-image: linear-gradient(-45deg, rgba(72, 58, 93, 0.8), #48155c), url("../../images/set-up/online-marketing.jpg");
}
.feature .title {
  font-weight: black;
  text-transform: uppercase;
}
.feature .info {
  font-size: 0.85em;
}
.border11 {
  border: 3px solid transparent;
  border-image: linear-gradient(to right, green, lightgreen);
  border-image-slice: 1;
  padding: 25px;
}
.gradient-overlay {
  background-image: linear-gradient(90deg, rgba(72, 21, 92, 0.8) 10%, rgba(72, 21, 92, 0) 75%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.gradient-overlay-other {
  background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.clearheader {
  padding-top: 0em;
}
.parallax {
  /* The image used */
  background-image: url("../../images/heros/home-hero-1.jpg");
  /* Set a specific height */
  min-height: 50vh;
  /* Create the parallax scrolling effect */
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.style {
  background-image: var(--background, url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/bo_play_pattern.png'));
  min-height: var(--min-height);
  background-attachment: fixed;
  background-size: 100% auto;
}
.icon-max svg {
  max-height: 7em;
}
.featured-website {
  position: absolute;
  right: 0em;
  left: 0em;
  bottom: 1em;
  font-size: 0.75em;
  color: white;
  line-height: 1em;
}
.featured-website a {
  color: white;
}
.featured-website a:hover {
  color: white;
}
.reel {
  cursor: url(../../images/set-up/rotate-icon.png), auto;
}
.reel-fade {
  cursor: url(../../images/set-up/rotate-fade-icon.png), auto;
}
#image-reel {
  height: auto!important;
}
.modal-xl {
  width: 90%;
  max-width: 1200px;
}
.modal-content {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
}
.modal-header {
  border: none;
  align-items: center;
}
.modal-title {
  color: white;
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.9) !important;
  opacity: 1!important;
}
.modal .close {
  color: white!important;
  font-size: 4em;
  line-height: 1em;
  opacity: 1;
  font-weight: 300;
}
.modal-header .close {
  margin: 0px;
  padding: 0px;
  background-color: transparent!important;
  border: none!important;
  border-width: 0px!important;
}
.contain-grow {
  overflow: hidden!important;
}
.grow {
  transition: all 0.2s ease-in-out !important;
  image-rendering: crisp-edges;
}
.grow:hover {
  transform: scale(1.2) !important;
}
.grow2 {
  transition: all 0.2s ease-in-out !important;
}
.grow2:hover {
  transform: scale(1.6) !important;
}
.Full-screen-video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.gallery-item {
  display: inline-block !important;
  padding: 0.5em;
  margin-bottom: 0px;
}
.gallery-box-background {
  background-color: rgba(72, 58, 93, 0.1);
  padding-bottom: 2em;
  padding-top: 2em;
}
.services-link {
  color: #483a5d;
}
.services-link li a {
  color: #483a5d;
  background-color: transparent;
  display: inline-block;
  background: linear-gradient(to right, transparent 50%, #48155c 50%) left;
  background-size: 200%;
  transition: 0.25s ease-out;
  padding: 0em 0em;
}
.services-link li a:hover {
  color: #48155c;
  letter-spacing: 0.04em;
  background-position: right;
  color: white!important;
  padding: 0em 1em;
}
@-webkit-keyframes bounce-scale {
  0% {
    transform: scale(1, 1) translate(0px, 0px);
  }
  15% {
    transform: scale(1.05, 1.05) translate(0px, 0px);
  }
  30% {
    transform: scale(0.95, 0.95) translate(0px, 0px);
  }
  45% {
    transform: scale(1.025, 1.025) translate(0px, 0px);
  }
  65% {
    transform: scale(0.975, 0.975) translate(0px, 0px);
  }
  80% {
    transform: scale(1.012, 1.012) translate(0px, 0px);
  }
  100% {
    transform: scale(1, 1) translate(0px, 0px);
  }
}
.quote-link-banner a {
  display: block;
  font-size: 1.5em;
  color: #483a5d;
  text-align: center;
  padding: 0.5em 0.5em;
  font-weight: 600;
  border: solid 1px #483a5d;
  margin: 1em 0em;
  text-transform: uppercase;
  font-weight: 500;
}
.quote-link-banner a:hover {
  animation: bounce-scale 1s 1 ease-in-out;
  /* 0.75secs, repeat 3 times */
  background-color: #483a5d;
  color: white;
  font-weight: 600;
}
.parallax-one {
  padding-top: 45vh;
  padding-bottom: 0vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: var(--background, url(../../images/exhibition-design/Exhibition-hero.jpg));
  background-attachment: scroll;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.parallax-one.mobile-image {
  padding-top: 0px;
}
.parallax-one.right {
  background-position: center right;
}
.parallax-one:after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #483a5d;
  background: linear-gradient(90deg, rgba(36, 29, 46, 0.3) 20%, rgba(36, 29, 46, 0) 60%);
  z-index: 10;
}
.parallax-one.light:after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #483a5d;
  background: linear-gradient(90deg, rgba(36, 29, 46, 0.15) 20%, rgba(36, 29, 46, 0) 60%);
  z-index: 10;
}
#wernick .wernick .logo,
#lyte-ladders .lyte-ladders .logo,
#groundhog .groundhog .logo,
#welsh-government .welsh-government .logo,
#franks .franks .logo,
#cmf .cmf .logo {
  transform: scale(1);
  opacity: 1;
}
#wernick .wernick .main,
#lyte-ladders .lyte-ladders .main,
#groundhog .groundhog .main,
#welsh-government .welsh-government .main,
#franks .franks .main,
#cmf .cmf .main {
  -webkit-filter: blur(1px) grayscale(90%) brightness(60%);
  /* Safari 6.0 - 9.0 */
  filter: blur(1px) grayscale(90%) brightness(60%);
  transform: scale(1.15);
}
@media (min-width: 576px) {
  .hero .hero-title {
    font-size: 1.2em;
  }
  .hero .mega.hero-title {
    font-size: 2em;
  }
  .parallax {
    min-height: 50vh;
  }
  .mega.title {
    font-size: 4em;
    line-height: 1em;
  }
  .image-with-info {
    position: relative;
  }
  .image-with-info > .info {
    position: absolute;
    bottom: 3em;
    right: 3em;
    text-align: right;
  }
  .image-with-info > .info .title {
    color: white;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0.25em;
  }
  .image-with-info > .info .link a {
    color: white;
    font-size: 0.75em;
    font-weight: 100;
    line-height: 1.25em;
    display: block;
  }
  .image-with-info > .info .link a:hover {
    color: #c7017a;
  }
  .image-with-info.inverse > .info .link a,
  .image-with-info.inverse > .info .title {
    color: #483a5d;
  }
  .animation-section .image-with-info > .info .link a {
    color: white;
    font-size: 0.75em;
    font-weight: 100;
    z-index: 25;
  }
  .animation-section .image-with-info > .info .link a:hover {
    color: #c7017a;
  }
  .animation-section .image-with-info > .info {
    position: absolute;
    bottom: 1.25em;
    right: 1.5em;
    text-align: right;
  }
  .animation-section .image-with-info {
    position: relative;
    padding: 0em!important;
    overflow: hidden;
    border: solid 1px white;
  }
  .animation-section .image-with-info:after {
    position: absolute;
    content: "";
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 90%);
    top: 75%;
    bottom: 0em;
    left: 0em;
    right: 0em;
    display: block;
    z-index: 10;
  }
  .animation-section .info {
    z-index: 20;
  }
  .animation-section .main.image-with-info:after {
    top: 75%;
  }
  .social-line {
    border-right: solid 0px gray;
    margin-right: 0em;
  }
}
@media (min-width: 768px) {
  .hero .copy {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    border-bottom: solid 0px #483a5d;
  }
  .hero:after {
    background: linear-gradient(90deg, rgba(48, 38, 62, 0.5) 20%, rgba(36, 29, 46, 0) 60%);
  }
  .brand-development {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%), url("../../images/set-up/brand-development.jpg");
  }
  .design-for-print {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0.8) 10%, rgba(72, 21, 92, 0) 75%), url("../../images/set-up/design-for-print.jpg");
  }
  .design-for-print-hero {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0.8) 10%, rgba(72, 21, 92, 0) 75%), url("../../images/design-for-print/hero.jpg");
  }
  .modeling-illustration {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%), url("../../images/set-up/3D-modelling-illustration.jpg");
  }
  .modeling-illustration-animate {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%), url("../../images/set-up/Metstructure-figure.gif");
  }
  .web-design {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%), url("../../images/set-up/web-design.jpg");
  }
  .web-design-hero {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%), url("../../images/web-design/hero.jpg");
  }
  .video-animation {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0) 10%, rgba(72, 21, 92, 0) 100%);
  }
  .video-animation2 {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0) 10%, rgba(72, 58, 93, 0) 100%);
    background-color: #ece7e4;
  }
  .online-marketing {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0.8) 10%, rgba(72, 21, 92, 0) 75%), url("../../images/set-up/online-marketing.jpg");
  }
  .virtual-reality-hero {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0.8) 10%, rgba(72, 21, 92, 0) 75%), url("../../images/design-for-print/hero.jpg");
  }
  .exhibition-hero {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0.7) 10%, rgba(72, 21, 92, 0) 75%), url("../../images/exhibition-design/Exhibition-hero.jpg");
  }
  .exhibition-design {
    background-image: linear-gradient(90deg, rgba(72, 58, 93, 0.8) 10%, rgba(72, 58, 93, 0) 75%), url("../../images/set-up/exhibition-design.jpg");
  }
  .virtual-reality {
    background-image: linear-gradient(90deg, rgba(72, 21, 92, 0) 10%, rgba(72, 21, 92, 0) 75%);
    background-color: white;
  }
  .background-image-animate {
    animation: animatedBackground 45s linear infinite alternate;
  }
  .video-animation-video-box {
    position: relative;
    z-index: 1;
  }
  .video-animation-video-info {
    z-index: 3;
    position: absolute;
    left: 0px;
    right: 0px;
    transform: translate(0%, -50%);
    top: 50%;
  }
  .parallax {
    min-height: 60vh;
  }
  .Section-height-vh {
    min-height: 50vh;
  }
  .mega.title {
    font-size: 4.5em;
    line-height: 1em;
  }
  .featured-website {
    position: absolute;
    right: 7em;
    bottom: 2em;
    font-size: 0.75em;
    color: #483a5d;
    line-height: 1em;
  }
  .featured-website a {
    color: #7b2f66;
  }
  .featured-website a:hover {
    color: white;
  }
  .extra-vertical-space {
    padding-top: 8em!important;
    padding-bottom: 8em!important;
  }
  .parallax-one {
    padding-bottom: 45vh;
  }
  .parallax-one:after {
    background: linear-gradient(90deg, rgba(48, 38, 62, 0.5) 20%, rgba(36, 29, 46, 0) 60%);
  }
  .animation-section .main.image-with-info:after {
    top: 85%;
  }
  .parallax-one.mobile-image {
    padding-top: 45vh;
  }
  .parallax-one.light:after {
    background: linear-gradient(90deg, rgba(48, 38, 62, 0.1) 20%, rgba(36, 29, 46, 0) 60%);
  }
}
@media (min-width: 992px) {
  .clear-header {
    height: 6.85em;
  }
  .clearheader {
    padding-top: 7.7em;
  }
  .parallax {
    min-height: 80vh;
  }
  .Section-height-vh {
    min-height: 80vh;
  }
  .featured-website {
    right: 12em;
    bottom: 6em;
  }
  .extra-vertical-space {
    padding-top: 10em!important;
    padding-bottom: 10em!important;
  }
  .social-line {
    border-right: solid 1px gray;
    margin-right: 1em;
  }
}
@media (min-width: 1200px) {
  .clear-header {
    height: 7.72em;
  }
  .parallax {
    min-height: 85vh;
  }
  .Section-height-vh {
    min-height: 80vh;
  }
  .extra-vertical-space {
    padding-top: 12em!important;
    padding-bottom: 12em!important;
  }
  .parallax.style {
    background-attachment: fixed;
  }
}
/* ------------------------ END Site Specific CSS ------------------------ */
