/**Global**/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1em;
  line-height:1.8em;
  font-smooth: auto;
  color:#000
}
@media (max-width: 778px) {
  body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-smooth: auto;
	line-height:unset;
  }
}
@media (min-width: 430px) { 
.intro {
  font-size:1rem;
}
}
.intro {
  font-size:20px;
}
@media (max-width: 778px) {
  .intro {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  h1 {
    font-family: 'League Spartan', sans-serif;
    font-size: calc(5rem + 1.1vw);
    font-weight: 700;
    margin-bottom: 20px;
  }
}
h1 {
  font-family: 'League Spartan', sans-serif;
  font-size: calc(3.5rem + 1.1vw);
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  font-family: 'League Spartan', sans-serif;
  font-size: calc(1.7rem + 1.1vw);
  line-height: calc(1.7rem + 1.1vw);
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .h2-large {
    font-size: calc(3rem + 1.1vw);
    line-height: calc(3rem + 1.1vw);
  }
}
h3, h4, h5 {
  font-family: 'League Spartan', sans-serif;
  font-weight: bold;
}
a {
  text-decoration:none;
}
.entry-content a
{
  text-decoration:underline;
  font-weight:bold;
}
a:hover {
  color: #000;
}
.size-thumbnail, .size-medium, .size-large, .size-full {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1192px) {
  .container {
    max-width: 1300px !important;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 990px) {
  .container {
    max-width: 950px;
  }
}
@media (min-width: 1190px) {
  .d-lg-block {
    display: block !important;
  }
}
/**Colours**/
.blue {
  color: #5900FF
}
.bg-blue {
  background-color: #5900FF
}
.yellow {
  color: #FFC504
}
.bg-yellow {
  background-color: #FFC504
}
.text-light {
  color: #fff !important;
}
.bg-light {
  background-color: #fff !important;
}
.text-dark {
  color: #000 !important;
}
.bg-dark {
  background-color: #000 !important;
}
.bg-dark-grey {
  background-color: #1a1a1a !important;
}
.bg-light-grey {
  background-color: #ededed;
}
/**Buttons**/
@media (max-width: 430px) { 
.btn-lk-primary {
  font-size: 16px !important;
  padding: 13px 40px !important;
}
.btn-lk-light {
  font-size: 16px !important;
  padding: 13px 40px !important;
}
.btn-lk-dark {
  font-size: 16px !important;
  padding: 13px 40px !important;
}
.btn-lk-secondary {
  font-size: 16px !important;
  padding: 13px 40px !important;
}
}

.btn-lk-primary {
  background-color: #5900FF;
  text-decoration:none;
  color: #fff !important;
  border:2px solid #5900FF;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
}
.btn-lk-primary:hover {
  background-color: transparent;
  color: #5900FF !important;
  border:2px solid #5900FF;
  font-weight: bold;
}
.btn-lk-light {
  background-color: #fff;
  color: #5900FF !important;
  text-decoration:none;
  border:2px solid #fff;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
}
.btn-lk-light:hover {
  background-color: #5900FF;
  color: #fff !important;
  font-weight: bold;
}
.btn-lk-dark {
  background-color: #000;
  text-decoration:none;
  color: #fff !important;
  border:2px solid #000;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
}
.btn-lk-dark:hover {
  background-color: #5900FF;
  color: #fff !important;
  font-weight: bold;
}
.btn-lk-secondary {
  background-color: #ffffff;
  color: #5900FF !important;
  text-decoration:none;
  border:2px solid #fff;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
}
.btn-lk-secondary:hover {
  background-color: #5900FF;
  color: #fff !important;
  font-weight: bold;
}
.btn-nav, .btn-nav:hover {
  text-decoration:none;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
}
/** New Button Variations **/
.btn-lk-primary-smaller {
  padding: 10px 25px;
  font-size: 18px;
}
.button-wrapper {
  display: inline-block;
}
.btn-lk-primary-smaller {
  margin-top: 10px;
}
/**Navbar**/
.navbar-brand img {
  width: 200px;
  height: auto;
}
.navbar-nav .nav-link {
  font-weight: 400;
  font-size: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.navbar-light {
  background-color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 3px solid #FFC504;
}
.nav-highlight {
  border-bottom: 3px solid #5900FF;
}
.navbar-dark {
  background-color: #000;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none !important;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 3px solid #FFC504;
}
.dropdown-menu {
  border-radius: 0px;
  border: none;
}
@media (max-width: 1000px) {
  .dropdown-item, .sem-nav li {
    padding-left: 0px
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
/*--Mobile Nav--*/
@media (max-width: 767px) {
  .top-bar .d-none.d-md-block {
    display: none !important;
  }
  .top-bar .mobile-only {
    display: none;
  }
  .navbar-toggler.collapsed + .top-bar .mobile-only {
    display: inline-flex !important;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .top-bar .mobile-only {
    display: none;
  }
}
/*--Footer--*/
footer {
  font-size: 15px;
}
footer a {
  color: #000;
}
footer h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
}
footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
/*--Mobile Footer--*/
.mobile-footer-socials {
  font-size: 30px
}
/**FAQs**/
.faq-question {
  font-weight: bold;
  margin-bottom: 0px;
}
.faq-wrap {
  margin-bottom: 15px;
}
.faq-accordion {
  cursor: pointer;
  padding: 13px 0px 13px 0px;
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D0D0D0;
  text-align: left;
  outline: none;
  font-weight: 800;
  transition: 0.4s;
  display: flex;
}
.panel-active {
  margin-bottom: 0px;
}
.panel-active, .faq-accordion:hover {}
.faq-accordion:after {
  font-family: "Font Awesome 6 Free";
  content: "\f055";
  font-size: 20px;
  font-weight: 600;
  float: right;
  margin-left: auto;
}
.panel-active:after {
  content: "\f056";
  font-size: 20px;
}
.faq-panel {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-panel p {
  padding: 20px 0px;
}
/**Cards**/
.card {
  border: none;
}
.position-relative {
  position: relative;
}
/*--Graphic Cards--*/
.card-graphic {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  height: 250px;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 778px) {
  .card-graphic {
    height: 200px;
  }
}
/*--Service Cards--*/
.service-card {
  border-radius: 40px;
}
.service-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card-img-header {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 778px) {
  .service-card-img-header {
    max-height: 50px !important;
    padding-left: 5px
  }
}
.service-card-text {
  padding-top: 15px;
  font-size: 16px;
}
.service-card h3 {
  font-family: 'League Spartan', sans-serif;
  font-size: 25px;
  line-height:28px;
  font-weight: bold;
}
.service-card a {
  text-decoration:underline
}
.h3-responsive {
  margin-right: auto;
}
/*--Testimonials--*/
.testimonial-card {
  border-radius: 40px;
  font-size: 16px;
}
.testimonial-client-headshot {
  border-radius: 50%;
}
.star-rating .fas, .star-rating .far {
  color: gold;
  margin-right: 4px;
}
.testimonial-revs-img {
  max-width: 45%;
}

/*--Splodge Graphics--*/
.splodge-1 {
  position: absolute;
  right: 35%;
  height: 40%;
  transform: translateX(100%);
  top: 45%;
  z-index: -1;
}
.splodge-2 {
  position: absolute;
  left: 30%;
  transform: translateX(-100%);
  top: 18%;
  height: 40%;
  z-index: -1;
}
@media (max-width: 768px) {
  .splodge-1, .splodge-2 {
    left: 5%;
    height: 5%;
    right: auto;
    transform: translateX(-50%);
  }
  .splodge-2 {
    right: 5%;
    left: auto;
    height: 5%;
    transform: translateX(50%);
  }
}
@media (max-width: 1190px) {
  .navbar .m-auto {
    margin-left: auto !important;
    margin-right: unset !important;
  }
}
@media (max-width: 1180px) {
  .header-socials {
    display: none
  }
}
a {
  color: unset;
}
/**/
.icon-size {
  height: 1em;
  width: auto;
  vertical-align: middle;
}
.rounded-border {
  border-radius: 40px;
}
.top-bar {
  font-size: 15px;
}
/*--Home Hero--*/
.home-hero p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .home-hero p {
    width: 65% !important;
    font-size: 20px;
  }
}
.home-hero-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 50%);
}
@media (min-width: 1200px) {
  .h1-home-hero {
    font-family: 'League Spartan', sans-serif;
    font-size: calc(6rem + 1.1vw);
    line-height: calc(6rem + 1.1vw);
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media (min-width: 1290px) {
  .h1-services-hero {
    font-family: 'League Spartan', sans-serif;
    font-size: calc(5.2rem + 1.1vw) !important;
    line-height: calc(5.1rem + 1.1vw) !important;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .h1-services-hero {
    font-family: 'League Spartan', sans-serif;
    font-size: calc(4.5rem + 1.1vw);
    line-height: calc(4.4rem + 1.1vw);
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.awards-graphic {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 80px;
  width: auto;
  max-width: 100%;
  z-index:1
}
.awards-sparkle {
  position: absolute;
  right: -60px;
  top: 0;
  height: auto;
  width: 60px;
  max-width: 100%;
  z-index: 1;
}
.arrow-graphic {
  position: absolute;
  left: -20px;
  bottom: 30px;
  height: 80px;
}
@media (max-width: 768px) {
  .arrow-graphic {
    width: 100px;
    height: auto;
    bottom: 0;
  }
}
@media (max-width: 621px) {
  .arrow-graphic {
    bottom: 30px;
  }
}
/*--Hero Buttons--*/
.home-hero-rotate {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 900px) {
  .home-hero-rotate {
    margin-top: 40px;
    width: 70% !important;
  }
}
@media (min-width: 1000px) {
  .home-hero-rotate {
    margin-top: 40px;
    width: 80% !important;
  }
}
@media (min-width: 1320px) {
  .home-hero-rotate {
    margin-top: 40px;
    width: 70% !important;
  }
}
.home-hero .rotate-right {
  float: left;
  transform: rotate(-4.5deg);
}
.home-hero .rotate-left {
  float: right;
  transform: rotate(3deg);
}
/*--Rotate Buttons--*/
.hero-rotate {
  display: flex;
  justify-content: center;
}
.hero-rotate .btn-lk-primary, .hero-rotate .btn-lk-light {
  transition: transform 0.3s ease;
}
.rotate-right {
  transform: rotate(-4.5deg);
}
.rotate-left {
  transform: rotate(3deg);
}
/*--Signup Footer--*/
.white-black-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
}
.positioned-section {
  position: relative;
  overflow: hidden;
}
.footer-graphic {
  position: absolute;
  bottom: 5px;
  right: 10%;
  width: auto;
  height: auto;
  max-height: 100%;
}
.footer-signup {
  color: #fff;
}
.footer-signup a:hover {
  color: #FFC504;
}
.footer-signup .gform-theme--foundation .gfield input.large {
  border: 1px solid #fff;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.footer-signup .gform_required_legend {
  display: none;
}
.footer-signup #gform_submit_button_1 {
  text-align: center;
  padding: 15px 45px;
  border-radius: 10px;
  font-weight: bold;
  background-color: #5900ff;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: unset !important;
  margin-block-start: var(--gform-theme-form-footer-margin-block-start);
}
/*--Gravity Forms--*/
.gform_required_legend {
  display: none;
}
/*--Videos--*/
/*--Navbar--*/
.navbar i {
  font-size: 15px;
}
@media (max-width: 390px) {
  .navbar-brand img {
    width: 120px;
    height: auto;
  }
}
/*--Underlines--*/
.underline-1 {
  width: 85% !important;
  margin: auto;
}
/*--Nobi Graphics--*/
.Nobi-ChaChing {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 120px;
  width: auto;
  max-width: 100%;
}
.Nobi-Check {
  position: absolute;
  top: 100px;
  right: -20px;
}
.footer-graphic {
  position: absolute;
  bottom: -80px;
  height: 120px;
  width: auto;
  max-width: 100%;
}
/*--Swiper--*/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -20px;
}
.video-swiper-container .swiper-pagination-bullet-active {
  background: #FFC504;
}
.video-swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5
}
.video-swiper-container .swiper-pagination {
  position: unset;
  margin-top: 20px;
}
.testimonials-swiper .swiper-pagination-bullet-active {
  background: #FFC504;
}
.testimonials-swiper .swiper-pagination-bullet {
  background: #000;
  opacity: 0.5
}
.testimonials-swiper .swiper-pagination {
  position: unset;
  margin-top: 20px;
}


/*--Posts--*/
.post-content img {
  /*max-width: 100% !important;*/
  /*height: auto;*/
}
.custom-toc {}
.custom-toc li a {
  text-decoration: none;
  color: #333;
}
.custom-toc li {
  font-size: 16px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 25px !important;
  padding: 5px 0px 5px 0px;
}
/*Timeline*/
.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #000;
}
.timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-content {
  padding: 10px;
}
@media (max-width: 768px) {
  .timeline::before {
    left: 15px;
  }
  .timeline-date {
    left: 15px;
    transform: translateX(0);
  }
}
/*-----Post Card-----*/
.post-card .entry-title {
  font-size: 25px;
  line-height: unset;
}
.post-card {
  border-radius: 40px;
  font-size: 14px;
  background-color: #fff;
}
.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.job-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.entry-footer {
  margin-top: auto;
}


/**/
.card-graphic {
	max-height:250px;
	margin-bottom:20px;
	margin-top:20px;
}
.image-container {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.service-card-img-header {
  max-width: 80px;
  max-height: 80px;
	width:100%;
	height:auto;
  object-fit: contain !important;
}
#vibratingButton {
  animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*----Button Variations----*/
.cta-block .bg-dark .btn-lk-primary:hover {
	background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-weight: bold;
}
.services-hero .btn-lk-primary:hover, .home-hero .btn-lk-primary:hover, #vibratingButton:hover {
	 background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-weight: bold;
}
/*----Timeline----*/
.timeline-icon img {
  max-height: 150px;
  text-align: center;
  margin: auto;
}
.timeline-icon {
  text-align: center;
  margin: auto;
}
.gloria-hallelujah-regular {
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .timeline-item .col-5, .timeline-item .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .timeline p, .timeline h3 {
    padding-left: 30px;
  }
  .timeline-item .col-5.align-self-center, .timeline-item .col-5.timeline-content {
    order: 1;
  }
  .timeline-item .col-2.text-center {
    order: 2;
    margin: 20px 0;
  }
  .timeline-icon img {
    max-width: 100%;
    height: auto;
  }
  .timeline-date, .timeline-content p {
    font-size: 14px;
  }
  .timeline-content, .timeline-icon {
    padding: 15px;
  }
}
.timeline-date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #FFC504;
  border-radius: 50%;
  padding: 5px 10px;
}
/*----Video Section----*/
.video-facade {
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  cursor: pointer;
}
#videoModal .modal-body {
  padding: 0;
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-play-btn {
  background-color: black;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  cursor: pointer;
}
.video-play-btn img {
  display: block;
}
/*----Body Buttons Rotate----*/
.lk-rotate-right {
  transform: rotate(-2deg);
}
.lk-rotate-left {
  transform: rotate(2deg);
}
/*----Blog Posts Grid----*/
.post-card .entry-title {
  line-height: 30px;
}
.post-card a:hover {
  color: #FFC504
}
.post-card .btn-lk-primary:hover {
  background-color: #fff;
  color: #000 !important
}
.blog-hero .btn-lk-primary:hover {
  background-color: #fff;
  color: #000 !important
}
.featured-blogs .post-card {
  height: unset;
  background-color: transparent;
}
.featured-blogs .entry-title a:hover {
  color: #000
}
.featured-blogs .btn-lk-primary {
  max-width: 240px;
}
.nav-links {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.nav-links a, .nav-links span:not(.dots) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.nav-links .current {
  background-color: #FFD700 !important;
  color: #000 !important;
}
.nav-links a:hover {
  background-color: #5900FF;
}
.nav-links .prev, .nav-links .next {
  background-color: transparent;
  color: #000;
  width: auto;
  height: auto;
}
.nav-links .prev, .nav-links .next:hover {
  background-color: transparent;
  color: #000;
  width: auto;
  height: auto;
}
/*----Contact-----*/
.offices .splodge-1 {
  position: absolute;
  right: 10%;
  opacity: .4;
  height: 45%;
  transform: translateX(100%);
  top: 45%;
  z-index: -1;
}
.offices .splodge-2 {
  position: absolute;
  left: 10%;
  opacity: .4;
  transform: translateX(-100%);
  top: 1%;
  height: 45%;
  z-index: -1;
}
@media (max-width: 768px) {
  .offices .splodge-1, .splodge-2 {
    left: 5%;
    height: 5%;
    right: auto;
    transform: translateX(-50%);
  }
  .offices .splodge-2 {
    right: 5%;
    left: auto;
    height: 5%;
    transform: translateX(50%);
  }
}
#gform_wrapper_35 input[type="text"], #gform_wrapper_35 input[type="email"] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
#gform_wrapper_35 ::placeholder {
  color: #fff;
  opacity: 1;
}
#gform_wrapper_35 label.gform-field-label--type-sub {
  display: none;
}
#gform_wrapper_35 input[type="submit"] {
  background-color: #5900FF;
  color: #fff !important;
  font-size: 16px;
  border: 2px solid #5900FF;
  border-radius: 10px;
  padding: 14px 50px;
  font-weight: bold;
}
#gform_wrapper_35 input[type="submit"]:hover {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 16px;
  padding: 14px 50px;
  font-weight: bold;
}

.cta-gen a {
	text-decoration:none;
}
@media (max-width: 600px) {
.hero-cta-group button {
	width:100%;
}
}

.en-tabbed .nav-pills {
	background-color:#f2f2f2;
}
.en-tabbed .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:#FFC504;
    background-color: #000;
}
.en-tabbed .nav-link {
	color:#000;
	padding:20px !important;
	border-bottom:2px solid #fff
}

.post-card .card-img-top img, .post-card .card-img-top {
	border-top-left-radius:30px;
	border-top-right-radius:30px;
}

.cta-shortcodes .ninja-popup__image-left {
	position: absolute;
  max-width: 10rem !important;
  bottom: -1rem;
  left: -1rem !important;
}
.cta-shortcodes .ninja-popup__image-right {
	position: absolute;
  max-width: 10rem !important;
  bottom: -1rem;
  right: -1rem !important;
}
.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.sticky-cta {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media (max-width: 600px) {
  .hero-cta-group a {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0 !important; 
  }
  .hero-cta-group a:first-child {
    margin-top: 0;
  }
}


.default-container h2 {
	margin-top:30px;
}

.service-card-header a {
	text-decoration:none;
}
.service-card-text a {
	text-decoration:underline;
}
.services-boxes .splodge-1 {
	bottom:0;
	height:400px;
}
.services-boxes .splodge-2 {
	top:0;
	height:400px;
}
.jumbo-services .splodge-1 {
	bottom:0;
	height:400px;
	opacity:.3;
}
.jumbo-services .splodge-2 {
	top:0;
	height:400px;
	opacity:.3;
}

.team-members-slider .slick-list, .team-members-slider .slick-track {
	display:flex;
}
.team-members-slider .slick-track {
	padding-bottom:20px
}
.team-members-slider .slick-autoplay-toggle-button {
display:none;
}
/**/
.testimonials-slider .slick-dots {
    position: relative;
}
.testimonials-slider .slick-slide {
	margin:0.75rem;
	display:flex !important;
}

.testimonials-slider .slick-next .slick-next-icon:before {
    font-family: "FontAwesome";
    content: "\f054";
}
.testimonials-slider .slick-prev .slick-prev-icon:before {
    font-family: "FontAwesome";
    content: "\f053";
}
.testimonials-slider .slick-prev .slick-prev-icon {
    font-size: 40px;
}
.testimonials-slider .slick-next .slick-next-icon {
    font-size: 40px;
}
.testimonials-slider .slick-autoplay-toggle-button{
  display: none !important;
}
.testimonials-slider .slick-prev {
    left: 0;
    top: 47%;
    width: 3rem;
    height: 3rem;
}
.testimonials-slider .slick-next {
    right: 0;
    top: 47%;
    width: 3rem;
    height: 3rem;
}
.testimonials-slider {
    padding-left: 3rem;
    padding-right: 3rem;
}
.testimonials-slider .slick-list, .testimonials-slider .slick-track {
	display:flex;
}
.testimonials-slider .slick-track {
	padding-bottom:20px
}
/**/
.footer-logos-slider .slick-dots {
    position: relative;
}

.footer-logos-slider .slick-next .slick-next-icon:before {
    font-family: "FontAwesome";
    content: "\f054";
}
.footer-logos-slider .slick-prev .slick-prev-icon:before {
    font-family: "FontAwesome";
    content: "\f053";
}
.footer-logos-slider .slick-prev .slick-prev-icon {
    font-size: 40px;
}
.footer-logos-slider .slick-next .slick-next-icon {
    font-size: 40px;
}
.footer-logos-slider .slick-autoplay-toggle-button{
  display: none !important;
}
.footer-logos-slider .slick-prev {
    left: 0;
    top: 47%;
    width: 3rem;
    height: 3rem;
}
.footer-logos-slider .slick-next {
    right: 0;
    top: 47%;
    width: 3rem;
    height: 3rem;
}
.footer-logos-slider {
    padding-left: 3rem;
    padding-right: 3rem;
}
.footer-logos-slider .slick-list, .footer-logos-slider .slick-track {
	display:flex;
}
.footer-logos-slider .slick-track {
	padding-bottom:0px
}
/*--Case Study Cards--*/
.cs-card {
  border-radius: 40px;
	border-top-left-radius:0px;
	background-color:#f1f1f1;
	position:relative;
}
.cs-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-card-img-header {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 778px) {
  .cs-card-img-header {
    max-height: 50px !important;
    padding-left: 5px
  }
}
.cs-card-text {
  padding-top: 15px;
}
.cs-card h3 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 30px;
  font-weight: bold;
  max-width:80%;
}
.h3-responsive {
  margin-right: auto;
}
.logo-container, .icon-container {
  display: flex;
  align-items: center;
}
.sector-icon {
  position: absolute;
  right: 0;
  width: auto;
  height: 90px;
  margin-top: -150px;
}
.sector-name p {
	margin-bottom:0px;
	max-width:60%;
	background-color:#f1f1f1;
	border-radius: 20px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.sector-name {
  display: flex;
}
.cs-logo {
  max-height: 50px;
}
/*.cs-cta {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
}*/

/*-----Modal Forms-----*/
#submitBriefModal .modal-content {
	border-radius: 20px !important;
}
#submitBriefModal
.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
}
#submitBriefModal input[type="submit"]:hover {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 16px;
  padding: 14px 50px;
  font-weight: bold;
}
#submitBriefModal textarea,
#submitBriefModal input[type="text"], 
#submitBriefModal input[type="html"], 
#submitBriefModal input[type="tel"],
#submitBriefModal input[type="url"], 
#submitBriefModal input[type="email"] {
  background-color: #ededed !important;
  border: 1.5px solid #ededed !important;
  color: #000 !important;
  height: 50px !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
	box-shadow:none;
}
#submitBriefModal .gfield--type-html {
	color: #000 !important;
}
#submitBriefModal .gfield_description {
  color: #000 !important;
  opacity:  !important;
}
#submitBriefModal ::placeholder {
  color: #000 !important;
  opacity: 0 !important;
}
#submitBriefModal label {
  font-weight: bold;
}
#submitBriefModal input[type="submit"] {
  background-color: #FFC504;
  color: #000 !important;
  font-size: 16px;
  border: 2px solid #FFC504;
  border-radius: 10px;
  padding: 14px 50px;
	width:100%;
  font-weight: bold;
}
/**/
#sendMessageModal .modal-content {
	border-radius: 20px !important;
}
#sendMessageModal
.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
}
#sendMessageModal input[type="submit"]:hover {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 16px;
  padding: 14px 50px;
  font-weight: bold;
}
#sendMessageModal textarea,
#sendMessageModal input[type="text"], 
#sendMessageModal input[type="html"], 
#sendMessageModal input[type="tel"],
#sendMessageModal input[type="url"], 
#sendMessageModal input[type="email"] {
  background-color: #ededed !important;
  border: 1.5px solid #ededed !important;
  color: #000 !important;
  height: 50px !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
	box-shadow:none;
}
#sendMessageModal .gfield--type-html {
	color: #000 !important;
}
#sendMessageModal .gfield_description {
  color: #000 !important;
  opacity:  !important;
}
#sendMessageModal ::placeholder {
  color: #000 !important;
  opacity: 0 !important;
}
#sendMessageModal label {
  font-weight: bold;
}
#sendMessageModal input[type="submit"] {
  background-color: #FFC504;
  color: #000 !important;
  font-size: 16px;
  border: 2px solid #FFC504;
  border-radius: 10px;
  padding: 14px 50px;
	width:100%;
  font-weight: bold;
}
/*-----Blog Single-----*/
.post-content h2, .post-content h3 {
	margin-top:40px;
}
/*----Landing Page----*/
.lp-hero .gform_wrapper input[type="text"],
.lp-hero .gform_wrapper input[type="email"],
.lp-hero .gform_wrapper input[type="tel"] {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.lp-hero .gform_wrapper ::placeholder {
  color: #000;
  opacity: 1;
}
.lp-hero .gform_wrapper label.gform-field-label--type-sub {
  display: none;
}
.lp-hero .gform_wrapper input[type="submit"] {
  background-color: #5900FF !important;
  color: #fff !important;
  font-size: 16px !important;
  border: 2px solid #5900FF;
  border-radius: 10px !important;
  padding: 18px 50px !important;
  font-weight: bold !important;
}
.lp-hero .gform_wrapper input[type="submit"]:hover {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 16px;
  padding: 14px 50px;
  font-weight: bold;
}
.lp-hero .gform_wrapper select {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lp-hero .gform_wrapper select::-ms-expand {
  display: none;
}
.lp-hero .gform_wrapper select option {
  background-color: #fff; 
  color: #000;
}
.lp-hero .gform_wrapper label  {
	color:#fff !important;
}
.lp-hero .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	justify-content:unset !important;
	margin-bottom:30px;
}
.lp-hero h1 {
   font-size: 2.5em;
   line-height: 1.3em;
}
/*--Form Section--*/
.form-section .gform_wrapper input[type="text"],
.form-section .gform_wrapper input[type="email"],
.form-section .gform_wrapper input[type="tel"] {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.form-section .gform_wrapper ::placeholder {
  color: #000;
  opacity: 1;
}
.form-section .gform_wrapper label.gform-field-label--type-sub {
  display: none;
}
.form-section .gform_wrapper input[type="submit"] {
  background-color: #5900FF !important;
  color: #fff !important;
  font-size: 16px !important;
  border: 2px solid #5900FF;
  border-radius: 10px !important;
  padding: 18px 50px !important;
  font-weight: bold !important;
  text-align:center;
  margin:auto;
}
.form-section .gform_wrapper input[type="submit"]:hover {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 16px;
  padding: 14px 50px;
  font-weight: bold;
}
.form-section .gform_wrapper select {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-section .gform_wrapper select::-ms-expand {
  display: none;
}
.form-section .gform_wrapper select option {
  background-color: #fff; 
  color: #000;
}
.form-section .gform_wrapper label  {
	color:#fff !important;
}
.form-section .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
	justify-content:unset !important;
	margin-bottom:30px;
}


@media only screen and (max-width: 1062px) {
.timeline-date {
  position: absolute;
  left: 2rem;
	margin-top:20px;
  transform: translateX(-50%);
  background: #FFC504;
  border-radius: 50%;
  padding: 5px 10px;
}
.timeline-content {
   margin-top:40px;
}
}
/* Hubspot Styling Dark Background */
.lk-form-column form.hs-form {
  width: 100%;
}

.lk-form-column form.hs-form label {
  color:#fff;
}

.lk-form-column .hs-form-field {
  width: 100%;
  box-sizing: border-box;
}

.lk-form-column .hs-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0px;
}

.lk-form-column .hs-form-checkbox {
	display:flex;
	align-items:center;
}

.lk-form-column .hs-form-checkbox input {
	margin-right:5px;
	align-self:center;
}
.lk-form-column .hs-form-checkbox span {
	line-height:0px;
	font-size:12px;
	align-self:center;
}
.lk-form-column .hs-form-booleancheckbox-display {
	display:flex;
	justify-content:center;
}

.lk-form-column .hs-form-field .input select.hs-input,
.lk-form-column .hs-form-field .input input.hs-input:not([type="checkbox"]) {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 50px;
}

.lk-form-column ul {
	list-style-type:none;
	padding-left:0px;
	font-size:14px;
}

.lk-form-column fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.lk-form-column fieldset.form-columns-2 .hs-form-field {
  flex: 1;
  min-width: calc(50% - 15px);
}

.lk-form-column .hs-richtext {
	color:#fff
}

.lk-form-column fieldset.form-columns-1 .hs-form-field {
  flex: 1;
  width: 100%;
}

.lk-form-column .actions .hs-button {
  background-color: #5900FF;
  text-decoration: none;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
	margin-top:20px;
}

.lk-form-column .form-columns-2,
.lk-form-column .form-columns-1,
.lk-form-column .form-columns-0 {
  max-width: unset;
	margin-top:10px
}
/* Hubspot Styling White Background */
.lk-form-modal form.hs-form {
  width: 100%;
}
.lk-form-modal form.hs-form label {
  color:#000;
}
.lk-form-modal form.hs-form legend, .lk-form-modal .hs-richtext {
  color:#000;
	font-size:12px;
}
.lk-form-modal .hs-form-field {
  width: 100%;
  box-sizing: border-box;
}
.lk-form-modal .hs-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0px;
}
.lk-form-modal .hs-form-checkbox {
	display:flex;
	align-items:center;
}
.lk-form-modal .hs-form-checkbox input {
	margin-right:5px;
	align-self:center;
}
.lk-form-modal .hs-form-checkbox span {
	line-height:0px;
	font-size:12px;
	align-self:center;
}
.lk-form-modal .hs-form-field .input select.hs-input,
.lk-form-modal .hs-form-field .input input.hs-input:not([type="checkbox"]) {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 50px;
}
.lk-form-modal ul {
	list-style-type:none;
	padding-left:0px;
	font-size:14px;
}
.lk-form-modal fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.lk-form-modal fieldset.form-columns-2 .hs-form-field {
  flex: 1;
  min-width: calc(50% - 15px);
}
.lk-form-modal fieldset.form-columns-1 .hs-form-field {
  flex: 1;
  width: 100%;
}
.lk-form-modal .actions .hs-button {
  background-color: #5900FF;
  text-decoration: none;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
	margin-top:20px;
}
.lk-form-modal .form-columns-2,
.lk-form-modal .form-columns-1,
.lk-form-modal .form-columns-0 {
  max-width: unset;
	margin-top:10px
}
/* Hubspot Styling Sidebar */
.marketing-cta-col form.hs-form {
  width: 100%;
}
.marketing-cta-col form.hs-form label {
  color:#fff;
  margin-top:10px;
}
.marketing-cta-col form.hs-form legend, .marketing-cta-col .hs-richtext {
	display:flex;
  color:#fff;
	font-size:12px;
	line-height:20px;
	text-align:left !important;
	margin-top:10px;
}
.marketing-cta-col .hs-form-booleancheckbox-display {
	display:flex;
  color:#fff;
	font-size:12px;
	line-height:20px;
	text-align:left !important;
}
.marketing-cta-col .hs-form-booleancheckbox-display input {
	height:20px;
	width:20px;
	align-self:center;
}
.marketing-cta-col .hs-form-field {
  width: 100%;
  box-sizing: border-box;
}
.marketing-cta-col .hs-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0px;
}
.marketing-cta-col .hs-form-checkbox {
	display:flex;
	align-items:center;
}

.marketing-cta-col .hs-form-checkbox input {
	margin-right:5px;
	align-self:center;
}
.marketing-cta-col .hs-form-checkbox span {
	line-height:0px;
	font-size:12px;
	align-self:center;
}
.marketing-cta-col .hs-form-field .input select.hs-input,
.marketing-cta-col .hs-form-field .input input.hs-input:not([type="checkbox"]) {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 50px;
}
.marketing-cta-col ul {
	list-style-type:none;
	padding-left:0px;
	font-size:14px;
}
.marketing-cta-col fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.marketing-cta-col fieldset.form-columns-2 .hs-form-field {
  flex: 1;
  min-width: calc(50% - 15px);
}

.marketing-cta-col fieldset.form-columns-1 .hs-form-field {
  flex: 1;
  width: 100%;
}

.marketing-cta-col .actions .hs-button {
  background-color: #5900FF;
  text-decoration: none;
  color: #fff !important;
  border: 2px solid #5900FF;
  font-size: 20px;
  border-radius: 10px;
  padding: 13px 50px;
  font-weight: bold;
	margin-top:20px;
}

.marketing-cta-col .form-columns-2,
.marketing-cta-col .form-columns-1,
.marketing-cta-col .form-columns-0 {
  max-width: unset;
	margin-top:10px
}
/** Misc **/
.responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
}
.breadcrumbs {
	width:100%;
}
.iframe-container-apple {
  height: auto;
  width: 100%;
}
.iframe-container-apple iframe {
  width: 100%;
  max-width:100% !important;
  height: auto;
  border: none;
}
.iframe-container-spotify iframe {
    width: 100%;
    border: none;
}