/* When you want to update colours, simply replace the hex codes below.*/
/* remove page top and bottom padding from standard pages, but not news items etc. */
.page-template-100-width #main {
  padding-top: 0px;
  padding-bottom: 0px;
}
.display-flex, .display-flex > .fusion-row {
  display: flex;
}
.display-flex.vertical-center, .display-flex > .fusion-row.vertical-center {
  align-items: center;
}
.fusion-page-title-bar h1.entry-title {
  letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
  .page-id-939, .page-id-329, .parent-pageid-329, .page-id-1494, .parent-pageid-1494, .page-id-1500, .parent-pageid-1500 {
    /* text-align: center; */
  }
}
/*
 h1, h2, h3 {
 span.underline-title {
 border-bottom: 2px solid #d5d5d5;
 -webkit-box-decoration-break: clone;
 &.darker {
 border-bottom: 2px solid #aaaaaa;
 }
 }
 }
 */
.fusion-text.content-white h1 span, .fusion-text.content-white h2 span {
  color: white;
}
.fusion-text.content-white h3, .fusion-text.content-white h4, .fusion-text.content-white h5, .fusion-text.content-white p {
  color: white;
}
.fusion-text.content-white.grey h5, .fusion-text.content-white.grey p {
  color: #c3c2c2;
}
.heading-highlight {
  background-image: linear-gradient(to bottom, transparent 5px, #ff0 5px, #ff0 100%);
  background-size: auto 100%;
  width: fit-content;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.hover-highlight {
  background-image: linear-gradient(to bottom, transparent 65%, #ff0 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.hover-highlight:hover {
  background-size: 100% 100%;
}
.solution-overview h3 {
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 50px;
  color: white !important;
}
.solution-overview h4 {
  color: white !important;
  border-left: 6px solid #ff0;
  padding-left: 25px;
  font-family: 'Merriweather Light Italic' !important;
  font-size: 28px !important;
  font-weight: 100 !important;
}
h5.light-italic {
  font-family: 'Merriweather Light Italic' !important;
}
a.fusion-button, span.menu-text.fusion-button {
  border: #ff0 solid 2px !important;
  text-transform: Capitalize !important;
}
a.arrow-button {
  font-family: 'Merriweather';
  text-transform: capitalize;
  font-weight: 600;
  font-style: italic;
  color: black;
  border: none !important;
}
a.arrow-button:after {
  content: '';
  width: 29px;
  height: 10px;
  margin-left: 15px;
  display: inline-block;
  position: inherit;
  vertical-align: middle;
  background-image: url(/wp-content/uploads/2019/01/Arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
a.arrow-button.yellow {
  color: #ff0;
}
a.arrow-button.yellow::after {
  background-image: url(/wp-content/uploads/2019/01/r6-yellow-arrow.png);
  width: 30px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
a.arrow-button.yellow:hover::after {
  filter: brightness(0%);
}
a.arrow-button.yellow.white-hover:hover {
  color: #fff;
}
a.arrow-button.yellow.white-hover:hover::after {
  filter: saturate(0%);
}
a.arrow-button:hover {
  color: black;
}
.dual-btn-wrapper a {
  margin-right: 20px;
}
.dual-btn-wrapper a:last-child {
  margin-right: 0;
}
/* Add spacing to bottom of butons on mobile */
@media only screen and (max-width: 800px) {
  a.fusion-button.mobile-space {
    margin-bottom: 45px !important;
  }
}
.yellow-cta-box h2 {
  font-size: 35px !important;
  line-height: 49px !important;
}
.yellow-cta-box p {
  color: black;
  padding-bottom: 10px;
}
/* Column Right Border - Yellow */
.fusion-layout-column.border-right {
  border-right: 3px solid yellow;
  padding-right: 25px;
}
@media only screen and (max-width: 800px) {
  .fusion-layout-column.border-right {
    border-right: 0px;
    padding-right: 0px;
  }
}
/* Particle Backgrounds */
#particles-js {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* Image Borders */
.fusion-imageframe.bottom-border {
  border-bottom: 4px solid #ff0;
}
.fusion-imageframe.left-border {
  border-left: 4px solid #ff0;
}
.fusion-imageframe.right-border {
  border-right: 4px solid #ff0;
}
.fusion-imageframe.top-border {
  border-top: 4px solid #ff0;
}
/* Testimonials */
.strong-view.testimonial-slider .testimonial-client {
  color: black;
  font-family: 'Merriweather';
}
.strong-view.testimonial-slider .testimonial-client .testimonial {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}
.strong-view.testimonial-slider .testimonial-client .name, .strong-view.testimonial-slider .testimonial-client .company {
  font-style: italic;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}
.strong-view.testimonial-slider .testimonial-client .name:after {
  margin-left: 10px;
  margin-right: 10px;
  content: '-';
  display: inline-block;
  position: relative;
}
.strong-view.testimonial-slider .wpmslider-controls {
  text-align: left !important;
}
.strong-view.testimonial-slider .wpmslider-controls a.wpmslider-prev, .strong-view.testimonial-slider .wpmslider-controls a.wpmslider-next {
  background: none !important;
  border: 2px solid #96a0a3 !important;
  border-radius: 50px !important;
  width: auto;
  height: auto;
  opacity: 0.4;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.strong-view.testimonial-slider .wpmslider-controls a.wpmslider-prev:before, .strong-view.testimonial-slider .wpmslider-controls a.wpmslider-next:before {
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 5px 14px;
  font-size: 11px !important;
  color: #96a0a3;
}
.strong-view.testimonial-slider .wpmslider-controls a.wpmslider-prev:hover, .strong-view.testimonial-slider .wpmslider-controls a.wpmslider-next:hover {
  opacity: 1;
}
.strong-view.simple-testimonial .testimonial-client {
  color: black;
  text-align: center;
  padding: 0px 120px;
}
@media only screen and (max-width: 800px) {
  .strong-view.simple-testimonial .testimonial-client {
    padding: 0px;
  }
}
.strong-view.simple-testimonial .testimonial-client .testimonial {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
  font-family: "Aller Regular";
}
.strong-view.simple-testimonial .testimonial-client .name, .strong-view.simple-testimonial .testimonial-client .company {
  font-style: italic;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Merriweather';
}
.strong-view.simple-testimonial .testimonial-client .name:after {
  margin-left: 10px;
  margin-right: 10px;
  content: '-';
  display: inline-block;
  position: relative;
}
.strong-view.simple-testimonial .wpmslider-viewport {
  overflow: visible !important;
}
.strong-view.simple-testimonial .wpmslider-viewport:before {
  display: inline-block;
  position: absolute;
  color: yellow;
  content: '';
  background: url('/wp-content/uploads/2018/10/quote.png');
  background-repeat: no-repeat;
  background-size: contain;
  overflow: visible;
  height: 60px;
  width: 60px;
  top: -35px;
  left: 95px;
}
@media only screen and (max-width: 800px) {
  .strong-view.simple-testimonial .wpmslider-viewport:before {
    top: 0px;
    left: 0px;
  }
}
.strong-view.simple-testimonial .wpmslider-viewport:after {
  display: inline-block;
  position: absolute;
  color: yellow;
  content: '';
  background: url('/wp-content/uploads/2018/10/quote-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  overflow: visible;
  height: 60px;
  width: 60px;
  bottom: 45px;
  right: 95px;
}
@media only screen and (max-width: 800px) {
  .strong-view.simple-testimonial .wpmslider-viewport:after {
    bottom: 0px;
    right: 0px;
  }
}
/* Iframe Style */
iframe.culturedoc {
  border-top: 4px solid #ff0;
}
iframe.culturedoc div#branding {
  display: none !important;
}
/* Seperators & Borders */
@media only screen and (max-width: 800px) {
  #service-single .fusion-builder-row.fusion-row {
    display: flex;
    flex-wrap: wrap;
  }
  #service-single .fusion-builder-row.fusion-row .fusion-layout-column.left-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    order: 2;
  }
  #service-single .fusion-builder-row.fusion-row .fusion-layout-column.right-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    order: 1;
  }
}
#service-single .fusion-builder-row.fusion-row:nth-child(1) {
  padding-bottom: 90px;
  border-bottom: 2px dashed #e9eaec;
}
/* Single Capabilities */
.fusion-content-boxes.single-capabilities-list .fusion-column.content-box-column {
  margin-bottom: 85px;
}
.fusion-content-boxes.single-capabilities-list .heading {
  text-align: left !important;
}
.fusion-content-boxes.single-capabilities-list .heading h4.content-box-heading {
  font-weight: 300;
  font-size: 22px !important;
  font-style: normal;
  background-image: linear-gradient(to bottom, transparent 9px, #ff0 9px, #ff0 100%);
  box-shadow: 0 0 0 #ff0, 0 0 0 #ff0;
  display: inline;
  background-size: auto 100%;
  width: fit-content;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.fusion-content-boxes.single-capabilities-list .content-container {
  text-align: left !important;
}
.fusion-content-boxes.single-capabilities-list a.fusion-read-more {
  display: block;
  font-family: 'Merriweather';
  font-weight: 600;
  font-style: italic;
  color: black;
  text-align: left !important;
}
.fusion-content-boxes.single-capabilities-list a.fusion-read-more:after {
  content: '';
  width: 29px;
  height: 10px;
  margin-left: 15px;
  display: inline-block;
  position: inherit;
  vertical-align: middle;
  background-image: url(/wp-content/uploads/2019/01/Arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.fusion-content-boxes.single-capabilities-list a.fusion-read-more:hover {
  color: black;
}
.side-contactinfo {
  margin: 45px 0px;
  padding-right: 140px;
}
@media only screen and (max-width: 800px;) {
  .side-contactinfo {
    padding-right: 0px !important;
  }
}
.side-contactinfo a {
  font-size: 22px;
  font-family: 'Merriweather';
  font-weight: 800;
}
.simple-form .single-form-section {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}
.simple-form .single-form-section h3.form-section-title {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.simple-form .single-column {
  margin-bottom: 3%;
}
.simple-form .two-column {
  width: 46.5%;
  margin-right: 3%;
  display: inline-block;
  position: inherit;
  margin-bottom: 3%;
}
.simple-form input.wpcf7-form-control.wpcf7-text, .simple-form textarea.wpcf7-form-control.wpcf7-textarea, .simple-form select.wpcf7-form-control.wpcf7-select {
  height: 45px;
  border: 0px;
  border-radius: 4px;
  background: #eef3f5;
}
.simple-form textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}
.simple-form .select-arrow {
  height: 40px;
  background: none !important;
  border: 0px !important;
  font-weight: 800;
}
.simple-form input.wpcf7-form-control.wpcf7-submit {
  text-transform: capitalize;
}
.simple-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: black;
  color: #ff0;
}
.simple-form .contact-form-row {
  width: 100%;
  margin-bottom: 15px;
}
.simple-form .contact-form-row.contact-form-row-2-col span {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.simple-form .contact-form-row.contact-form-row-2-col span:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .simple-form .contact-form-row.contact-form-row-2-col span:nth-child(2) {
    margin-bottom: 0;
  }
  .simple-form .contact-form-row.contact-form-row-2-col span {
    width: 100%;
    margin-bottom: 15px;
  }
}
.creative-form {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.creative-form p {
  font-size: 28px;
  font-family: 'Merriweather';
  color: black;
}
.creative-form input.wpcf7-form-control {
  border: 0px;
  display: inline-block;
  font-size: 28px;
  outline: none;
  float: none;
  position: inherit;
}
.creative-form input.wpcf7-form-control.wpcf7-submit {
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.creative-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: black;
  color: #ff0;
}
/* Change Placeholder sytles */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4da dc;
  font-family: 'Merriweather';
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #4da dc;
  font-family: 'Merriweather';
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #4da dc;
  font-family: 'Merriweather';
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #4da dc;
  font-family: 'Merriweather';
}
.fusion-google-map {
  border-top: 6px solid #ff0;
}
.fusion-google-map .gmnoprint, .fusion-google-map button.gm-control-active.gm-fullscreen-control {
  display: none;
}
/* Sliders */
.fusion-recent-works.project-slider {
  overflow: visible !important;
  margin-bottom: 0px !important;
}
.fusion-recent-works.project-slider .fusion-carousel-item-wrapper {
  max-height: 270px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .fusion-recent-works.project-slider .fusion-carousel-item-wrapper {
    max-height: auto;
  }
}
.fusion-recent-works.project-slider .carousel-item-count {
  position: absolute;
  left: 40px;
  bottom: -40px;
  font-family: 'Merriweather';
  color: #101010;
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
}
.fusion-recent-works.project-slider .fusion-carousel-nav {
  float: right;
  margin-right: 0px;
  margin-top: 15px;
}
.fusion-recent-works.project-slider .fusion-carousel-nav span.fusion-nav-prev {
  border: 2px solid black;
  border-radius: 50px;
  padding: 0px;
  vertical-align: middle;
  margin: 0px !important;
  margin-right: 10px !important;
  display: inline-block !important;
  width: 45px;
  height: 45px;
}
.fusion-recent-works.project-slider .fusion-carousel-nav span.fusion-nav-prev:before {
  color: black !important;
  font-weight: 600;
  top: 4px !important;
  left: 0px;
  font-size: 35px !important;
}
.fusion-recent-works.project-slider .fusion-carousel-nav span.fusion-nav-next {
  background: none !important;
  border: 2px solid black;
  border-radius: 50px;
  vertical-align: middle;
  margin: 0px !important;
  position: inherit;
  float: right;
  width: 45px;
  height: 45px;
}
.fusion-recent-works.project-slider .fusion-carousel-nav span.fusion-nav-next:before {
  color: black !important;
  font-weight: 600;
  top: 4px !important;
  left: 1px;
  font-size: 35px !important;
}
@media only screen and (max-width: 800px) {
  .fusion-recent-works.project-slider li.fusion-carousel-item {
    height: auto;
  }
}
/* Grid */
.fusion-recent-works.projects-grid {
  margin-bottom: 45px !important;
}
.fusion-recent-works.projects-grid .fusion-portfolio-content-wrapper {
  border-bottom: 2px solid black !important;
}
.fusion-recent-works.projects-grid .fusion-portfolio-content h2.entry-title {
  margin-bottom: 20px !important;
}
.fusion-recent-works.projects-grid .fusion-portfolio-content h2.entry-title a {
  font-size: 28px;
  line-height: 38px;
  background-image: linear-gradient(to bottom, transparent 65%, #ff0 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.fusion-recent-works.projects-grid .fusion-portfolio-content h2.entry-title a:hover {
  background-size: 100% 100%;
  color: black;
}
.fusion-recent-works.projects-grid .fusion-image-wrapper.fusion-image-size-fixed {
  min-width: 100% !important;
}
.fusion-recent-works.projects-grid .fusion-image-wrapper.fusion-image-size-fixed img {
  min-width: 100% !important;
}
.fusion-recent-works.projects-grid .fusion-portfolio-meta a {
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Aller';
  text-decoration: underline;
}
/* Featured Case */
.fusion-recent-works.featured-casestudy .fusion-portfolio-content {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 80px;
  left: 65px;
  max-width: 45%;
  padding: 40px !important;
  background: white !important;
  pointer-events: none;
}
.fusion-recent-works.featured-casestudy .fusion-portfolio-content::before {
  content: 'featured case study';
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: black;
  font-family: 'Merriweather';
  padding: 3px 10px;
  background: #ff0;
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  top: -10px;
}
.fusion-recent-works.featured-casestudy .fusion-image-wrapper {
  margin-bottom: 0px !important;
  border: 0px !important;
}
.fusion-recent-works.featured-casestudy .fusion-portfolio-content-wrapper {
  border: 0px !important;
}
.fusion-recent-works.featured-casestudy .fusion-post-content {
  display: none;
}
.fusion-recent-works.featured-casestudy h2.entry-title {
  font-size: 32px !important;
  line-height: 38px !important;
  padding-bottom: 20px;
}
.fusion-recent-works.featured-casestudy .fusion-portfolio-meta {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Aller';
}
@media (min-width: 2000px) and (max-width: 2599px) {
  .postid-5948 #service-list {
    background-position: 110% 100% !important;
  }
}
/*
 .layout-wide-mode {
 header.fusion-header-wrapper {
 nav.fusion-main-menu {
 margin: 0 auto;
 display: inline-block;
 overflow: visible;
 float: LEFT;
 POSITION: absolute;
 right: 0;
 width: calc(67% - 76px);
 li.menu-item {
 float: none;
 display: inline-block;
 a {
 line-height: 102px;
 &.fusion-bar-highlight {
 border-top: none;
 border-bottom: 3px solid transparent;
 height: 69px;
 &:hover {
 border-color: #fdff00;
 }
 }
 span {
 text-transform: uppercase;
 }
 }
 &:last-child {
 a.fusion-bar-highlight {
 &:hover {
 border-bottom: transparent;
 }
 }
 position: absolute;
 right: 0;
 }
 }
 ul {
 margin: 0 auto;
 display: inline-block;
 overflow: visible;
 float: left;
 position: absolute;
 right: 0;
 left: 0;
 }
 }
 .fusion-header {
 .fusion-logo {
 width: 76px;
 }
 }
 .fusion-row {
 max-width: 100%;
 width: 100%;
 position: relative;
 }
 }
 }
 */
@media screen and (min-width: 901px) {
  .fusion-header .fusion-row {
    display: flex;
  }
}
@media screen and (min-width: 901px) {
  .fusion-header .fusion-main-menu {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .fusion-header .fusion-main-menu #menu-main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1130px) {
  .fusion-header .fusion-main-menu #menu-main-menu > li {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1041px) {
  .fusion-header .fusion-main-menu #menu-main-menu > li.menu-button {
    position: absolute;
    right: 0;
  }
}
.fusion-header .fusion-main-menu #menu-main-menu > li .menu-text {
  font-weight: 600;
  text-transform: uppercase;
}
.fusion-header .fusion-main-menu #menu-main-menu > li:hover > .sub-menu::before {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.fusion-header .fusion-main-menu #menu-main-menu > li > .sub-menu {
  margin-top: -20px;
}
.fusion-header .fusion-main-menu #menu-main-menu > li > .sub-menu::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children {
  overflow: visible !important;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu {
  max-height: 400px;
  transition: max-height 0.05s ease;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item {
  opacity: 1;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(1) {
  transition: opacity 0.05s ease-in 0.05s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(1) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.05s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(2) {
  transition: opacity 0.05s ease-in 0.1s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(2) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.1s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(3) {
  transition: opacity 0.05s ease-in 0.15s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(3) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.15s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(4) {
  transition: opacity 0.05s ease-in 0.2s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(4) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.2s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(5) {
  transition: opacity 0.05s ease-in 0.25s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(5) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.25s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(6) {
  transition: opacity 0.05s ease-in 0.3s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(6) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.3s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(7) {
  transition: opacity 0.05s ease-in 0.35s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(7) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.35s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(8) {
  transition: opacity 0.05s ease-in 0.4s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(8) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.4s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(9) {
  transition: opacity 0.05s ease-in 0.45s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item:nth-child(9) a {
  font-size: 0.8em;
  transition: font-size 0.05s linear 0.45s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children .sub-menu {
  max-height: 0;
  transition: max-height 0.05s ease;
  background: #fff;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children .sub-menu .menu-item {
  opacity: 0;
  transition: opacity 0.05s ease-in 0.05s;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children .sub-menu .menu-item a {
  font-size: 1em;
  transition: font-size 0.05s linear 0.05s;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 0;
  position: relative;
  padding: 15px 20px;
}
.fusion-header .fusion-main-menu #menu-main-menu .menu-item-has-children .sub-menu .menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background: #ebebeb;
}
.fusion-mobile-menu-icons .fusion-icon-bars {
  font-size: 35px;
}
.fusion-mobile-menu-icons .fusion-icon-bars[aria-expanded=true] {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  font-size: 45px;
}
.fusion-mobile-menu-icons .fusion-icon-bars[aria-expanded=true]::before {
  color: #dadada;
  content: '\f00d';
}
@media screen and (max-width: 800px) {
  .fusion-header-v1 .fusion-logo {
    position: absolute;
    top: 5px;
    z-index: 11;
  }
}
.fusion-header-v1 .fusion-mobile-nav-holder {
  z-index: 10;
}
.fusion-header-v1 .fusion-mobile-nav-holder .fusion-mobile-current-nav-item a {
  color: black;
}
.fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item a {
  background: #fff;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Aller Regular';
  height: auto;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) and (device-pixel-ratio: 2) {
  .fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item a {
    font-size: 14px;
  }
}
.fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 42px);
  height: 1px;
  background: #ebebeb;
}
.fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item a:hover {
  background: #f2f2f2;
  color: #0a0a0a;
}
.fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item .fusion-open-submenu {
  top: 15px;
}
.fusion-header-v1 #mobile-menu-main-menu-1 .fusion-mobile-nav-item .fusion-open-submenu:hover {
  color: #0a0a0a;
}
.mobile-call {
  display: none;
  color: #ff0;
  position: absolute;
  font-family: 'Merriweather';
  font-style: italic;
  font-size: 21px;
  left: 50%;
  top: 3px;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .mobile-call {
    left: 45%;
  }
}
@media screen and (max-width: 800px) and (device-pixel-ratio: 2) {
  .mobile-call {
    left: 45%;
  }
}
@media screen and (max-width: 900px) {
  .mobile-call {
    display: block;
  }
}
.mobile-call img {
  width: 30px;
  margin-right: 10px;
}
#wrapper .fusion-page-title-bar {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  #wrapper .fusion-page-title-bar {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
#wrapper .fusion-page-title-bar .fusion-page-title-row h1.entry-title {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 801px) {
  .hide-desktop {
    display: none;
  }
}
#ourcareer-dashed .fusion-builder-row.fusion-row {
  border-bottom: 2px dashed #cacfd1;
}
.career-columnone {
  width: 50%;
  display: inline-block;
}
.career-columnone img.plussymbol {
  vertical-align: middle;
  margin-right: 10px;
}
.career-columntwo {
  width: 48%;
  display: inline-block;
  position: absolute;
}
.career-columntwo img.plussymbol {
  vertical-align: middle;
  margin-right: 10px;
}
#capabilities .fusion-builder-row.fusion-row {
  border-bottom: 2px dashed #cacfd1;
}
.services-section .service-boxes:hover .fusion-column-wrapper {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.services-section .service-boxes .fusion-column-wrapper {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.single-post article .fusion-sharing-box.fusion-single-sharing-box.share-box {
  display: flex;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  height: auto;
}
.single-post article .related-posts {
  padding: 60px 0 !important;
}
.single-post article .related-posts .fusion-carousel {
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .single-post article .related-posts .fusion-carousel .fusion-carousel-wrapper {
    overflow: visible;
  }
}
.single-post article .related-posts .fusion-carousel .fusion-carousel-holder {
  display: flex;
}
.single-post article .related-posts .fusion-carousel .fusion-carousel-item {
  border-bottom: 2px solid #101010;
}
.single-post article .related-posts .fusion-carousel .fusion-carousel-item .fusion-carousel-title {
  margin-bottom: 15px;
}
.single-post article .related-posts .fusion-carousel .fusion-carousel-item img {
  height: 240px;
}
.single-post article .related-posts .fusion-carousel .fusion-carousel-item .fusion-carousel-meta {
  display: none;
  font-family: 'Aller Regular';
  color: #101010;
}
#project-testimonials {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
  footer.fusion-footer-widget-area {
    background: #101010;
  }
}
footer section h4.widget-title {
  font-family: 'Merriweather' !important;
  text-transform: capitalize !important;
  font-size: 31px !important;
  width: fit-content;
  color: white;
}
footer section ul.menu li.menu-item {
  border: none !important;
  padding-left: 0px !important;
}
footer section ul.menu li.menu-item:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: "\f067";
  font-size: 15px;
  color: #ff0;
}
footer section ul.menu li.menu-item a {
  display: inline-block;
  left: 13px;
  text-transform: uppercase;
  font-family: 'Aller';
  font-size: 15px;
}
footer section ul.menu li.menu-item a:before {
  display: none;
}
footer section .textwidget p {
  margin-top: 0px;
}
footer section .textwidget p a {
  border-bottom: 1px solid grey;
  -webkit-box-decoration-break: clone;
}
footer section .textwidget p a.custom-button {
  border: #ff0 1px solid !important;
  border-radius: 2px;
  padding: 11px 30px;
  font-family: 'Aller';
  text-transform: uppercase;
  color: #ff0;
}
footer .fusion-column:nth-child(2), footer .fusion-column:nth-child(3), footer .fusion-column:nth-child(4) {
  top: 74px;
}
@media screen and (max-width: 800px) {
  footer .fusion-column {
    margin-bottom: 0 !important;
  }
  footer .fusion-column section:not(#custom_html-2) {
    display: none;
  }
}
footer .fusion-column #custom_html-2 {
  display: none;
}
@media screen and (max-width: 800px) {
  footer .fusion-column #custom_html-2 {
    display: block;
  }
}
footer .fusion-column #custom_html-2 .social-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
footer .fusion-column #custom_html-2 .social-row > div {
  width: 50%;
}
footer .fusion-column #custom_html-2 .social-row .footer-logo::before {
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 80px;
  background: #ff0;
  top: -44px;
}
footer .fusion-column #custom_html-2 .social-row .footer-logo img {
  max-width: 80px;
}
footer .fusion-column #custom_html-2 .social-row .footer-social-icons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 475px) {
  footer .fusion-column #custom_html-2 .social-row .footer-social-icons {
    justify-content: space-around;
  }
}
footer .fusion-column #custom_html-2 .social-row .footer-social-icons a {
  margin-right: 30px;
}
@media screen and (max-width: 475px) {
  footer .fusion-column #custom_html-2 .social-row .footer-social-icons a {
    margin-right: 0;
  }
}
footer .fusion-column #custom_html-2 .social-row .footer-social-icons img {
  height: 25px;
}
footer .fusion-column #custom_html-2 .contact-row h4 {
  margin-bottom: 15px;
}
footer .fusion-column #custom_html-2 .contact-row a {
  display: block;
  text-decoration: underline;
}
footer .fusion-copyright-content {
  border-top: #303030 solid 1px;
  padding-top: 45px;
  padding-bottom: 27px;
}
@media screen and (max-width: 800px) {
  footer .fusion-copyright-content {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer .fusion-copyright-content .fusion-copyright-notice > div {
  display: flex;
  justify-content: space-between;
}
footer .fusion-copyright-content .tandc {
  float: right;
}
footer .fusion-copyright-content .date-footer, footer .fusion-copyright-content div.socials, footer .fusion-copyright-content div.tandc {
  display: inline-block;
  font-family: "Aller Regular";
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 14px;
}
footer .fusion-copyright-content .date-footer a, footer .fusion-copyright-content div.socials a, footer .fusion-copyright-content div.tandc a {
  font-family: "Aller Regular";
  color: #4d4d4d;
}
footer .fusion-copyright-content div.socials {
  text-align: center;
}
@media screen and (max-width: 800px) {
  footer .fusion-copyright-content div.socials {
    display: none;
  }
}
footer .fusion-copyright-content div.socials a img {
  width: auto;
  height: 16px;
  padding: 0px 7px;
}
@media screen and (max-width: 800px) {
  #footer.fusion-footer-copyright-area {
    background: #0c0c0c;
  }
}
.hover-highlight-title span {
  background-image: linear-gradient(to bottom, transparent 65%, #ff0 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.hover-highlight-title span:hover {
  background-size: 100% 100%;
}
#testimonials {
  padding-bottom: 0 !important;
}
.wpcf7-select-parent .wpcf7-select[name="insert-service"] {
  font-size: 28px;
  outline: none;
  border: none;
  width: 290px;
}
.wpcf7-select-parent .wpcf7-select[name="insert-service"] + .select-arrow {
  border-left: none;
  font-size: 25px !important;
}
#digital-marketing .fusion-content-boxes.content-boxes-icon-on-top .heading img {
  height: 120px;
}
.highlight {
  background-image: linear-gradient(to bottom, transparent 9px, #ff0 9px, #ff0 100%);
}
.hide-mobile {
  display: block;
}
@media screen and (max-width: 800px) {
  .hide-mobile {
    display: none;
  }
}
.mockup-image .fusion-column-wrapper {
  width: 828px !important;
}
div#divider-section .fusion-layout-column:nth-child(1) {
  border-right: 1px solid;
  border-color: #c3c2c2;
}
@media screen and (max-width: 800px) {
  #home-hero {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1000px) {
  #home-title h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 550px) {
  #home-title h1 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .vertical-separator-columns .fusion-builder-row .fusion-column-first .fusion-column-wrapper {
    border-right: none !important;
  }
  .mobile-casestudy-portfolio .fusion-rollover {
    background: transparent !important;
    height: 100%;
    cursor: pointer;
  }
  .mobile-casestudy-portfolio .fusion-rollover-link:before {
    content: none;
  }
  .projects-grid .fusion-rollover {
    background: transparent !important;
    height: 100%;
    cursor: pointer;
  }
  .projects-grid .fusion-rollover-link:before {
    content: none;
  }
  .social-media-style .fusion-column-wrapper {
    padding: 0 !important;
  }
  .social-media-style .fusion-column-wrapper h2 {
    font-size: 28px !important;
  }
  .googleadwords-body h2 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 920px) {
  .services-section > .fusion-row {
    display: flex;
    flex-direction: column;
  }
  .services-section > .fusion-row > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 550px) {
  .services-section .fusion-text h2 {
    font-size: 30px !important;
  }
}
#testimonial {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 550px) {
  #testimonial .strong-view.simple-testimonial .testimonial-client .testimonial {
    font-size: 21px;
    line-height: 30px;
  }
  #testimonial .strong-view.simple-testimonial .wpmslider-viewport::before {
    top: -30px;
    left: -30px;
    height: 40px;
    width: 40px;
  }
  #testimonial .strong-view.simple-testimonial .wpmslider-viewport::after {
    bottom: 30px;
    right: -30px;
    height: 40px;
    width: 40px;
  }
}
#testimonial.hide-desktop {
  padding-top: 0 !important;
}
@media screen and (max-width: 550px) {
  #project-slider-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 801px) {
  #main .mobile-casestudy-container {
    display: none;
  }
}
#main .mobile-casestudy-container .mobile-casestudy-portfolio div[role="menubar"], #main .mobile-casestudy-container .mobile-casestudy-portfolio .fusion-separator, #main .mobile-casestudy-container .mobile-casestudy-portfolio .pagination {
  display: none;
}
@media screen and (max-width: 800px) {
  #main #project-slider-container {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-wrapper, #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-holder {
    height: 375px !important;
    padding: 0 !important;
  }
  #main #project-slider-container .fusion-portfolio.project-slider li.fusion-carousel-item {
    width: 100vw !important;
    height: auto;
    min-width: unset !important;
  }
  #main #project-slider-container .fusion-portfolio.project-slider li.fusion-carousel-item .fusion-carousel-item-wrapper {
    max-height: unset;
    height: 100%;
  }
  #main #project-slider-container .fusion-portfolio.project-slider li.fusion-carousel-item .fusion-carousel-item-wrapper .fusion-image-wrapper {
    width: 100%;
  }
  #main #project-slider-container .fusion-portfolio.project-slider li.fusion-carousel-item .fusion-carousel-item-wrapper .fusion-image-wrapper img {
    height: 375px !important;
  }
  #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-nav {
    position: absolute;
    bottom: 60px;
    width: 100%;
  }
  #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-nav .fusion-nav-prev {
    position: absolute !important;
    left: 40px !important;
    top: 0;
    border: 2px solid #fff;
  }
  #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-nav .fusion-nav-prev::before {
    color: #fff !important;
  }
  #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-nav .fusion-nav-next {
    border: 2px solid #fff;
    top: 0;
    left: unset !important;
    right: 10px !important;
  }
  #main #project-slider-container .fusion-portfolio.project-slider .fusion-carousel-nav .fusion-nav-next::before {
    color: #fff !important;
  }
  #main #project-slider-container .fusion-portfolio.project-slider .carousel-item-count {
    display: none;
  }
}
.carousel-item-count {
  display: none !important;
}
/* .fusion-portfolio {
 .fusion-carousel-wrapper {
 height: 220px !important;
 .fusion-image-wrapper, .fusion-image-wrapper img {
 max-height: inherit !important;
 }
 .fusion-image-wrapper {
 .fusion-rollover {
 height: 235px;
 h4.fusion-rollover-title {
 padding-bottom: 10px;
 a {
 border-bottom: 2px solid rgba(195, 194, 194, 0.5);
 -webkit-box-decoration-break: clone;
 padding-bottom: 5px;
 }
 }
 .fusion-rollover-categories a {
 color: rgba(207, 207, 207, 0.46);
 font-size: 15px;
 }
 }
 }
 }
 } */
.fusion-layout-column.service-boxes {
  border-bottom: yellow 4px solid;
}
.fusion-layout-column.service-boxes .fusion-column-wrapper {
  height: 390px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fusion-layout-column.service-boxes .fusion-column-wrapper h5.border-title {
  margin-bottom: 26px;
  border: 1.4px solid;
  padding: 9px;
  border-radius: 6px;
  font-size: 15px;
  color: #c3c2c2;
}
.fusion-layout-column.service-boxes:after {
  content: '';
  height: 391px;
  width: 100%;
  margin-top: -390px;
  content: '';
  display: block;
  position: initial;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 2%, rgba(0, 0, 0, 0.22) 99%, rgba(0, 0, 0, 0.22) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 2%, rgba(0, 0, 0, 0.22) 99%, rgba(0, 0, 0, 0.22) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 2%, rgba(0, 0, 0, 0.22) 99%, rgba(0, 0, 0, 0.22) 100%);
}
#cta-home-hover {
  transition: background-image ease 1s;
}
#cta-home-hover:hover {
  background-image: url(/wp-content/uploads/2018/10/Home-busines_colour-bg.jpg) !important;
  transition: background-image ease 1s;
}
#cta-hover-small-bus {
  transition: background-image ease 1s;
}
#cta-hover-small-bus:hover {
  background-image: url(/wp-content/uploads/2018/11/Small-Business_bg_12.jpg) !important;
  transition: background-image ease 1s;
}
#cta-hover-small-bus-2 {
  transition: background-image ease 1s;
}
#cta-hover-small-bus-2:hover {
  background-image: url(/wp-content/uploads/2018/11/Small-Business_bg_2.jpg) !important;
  transition: background-image ease 1s;
}
#cta-hover-digi-market {
  transition: background-image ease 1s;
}
#cta-hover-digi-market:hover {
  background-image: url(/wp-content/uploads/2018/11/Digital-Managment_bg2-hov.jpg) !important;
  transition: background-image ease 1s;
}
#cta-hover-digi-market::before {
  background-image: url(/wp-content/uploads/2018/11/Digital-Managment_bg2-hov.jpg) !important;
}
.gray-hover::before {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all ease-in-out 1s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  background-size: cover;
  background-position: center center;
}
.gray-hover:hover::before {
  filter: none;
  -webkit-filter: none;
}
.gray-hover.cta-hover-manage::before {
  background-image: url(/wp-content/uploads/2018/11/Digital-Managment_bg2-hov.jpg);
}
.gray-hover.cta-hover-work::before {
  background-image: url(/wp-content/uploads/2018/11/Small-Business_bg_2.jpg);
}
.gray-hover.cta-hover-team::before {
  background-image: url(/wp-content/uploads/2018/11/Small-Business_bg_12.jpg);
}
.gray-hover.cta-hover-aboutus::before {
  background-image: url(/wp-content/uploads/2019/01/About-Us-CTA-Background.jpg);
}
.gray-hover.cta-hover-careers::before {
  background-image: url(/wp-content/uploads/2019/01/R6_Banner.jpg);
}
.gray-hover.cta-hover-storage::before {
  background-image: url(/wp-content/uploads/2019/02/FirstCTA_Colour.jpg);
}
.gray-hover.cta-hover-storagetwo::before {
  background-image: url(/wp-content/uploads/2019/02/SecondCTA_Colour.jpg);
}
.gray-hover.cta-hover-realestate::before {
  background-image: url(/wp-content/uploads/2019/02/FirstCTA_BW.jpg);
}
.gray-hover.cta-hover-realestatetwo::before {
  background-image: url(/wp-content/uploads/2019/02/SecondCTA_Colour-1.jpg);
}
.gray-hover.cta-hover-motorsport::before {
  background-image: url(/wp-content/uploads/2019/02/FirstCTA_Colour2.jpg);
}
.gray-hover.cta-hover-motorsporttwo::before {
  background-image: url(/wp-content/uploads/2019/02/SecondCTA_Colour-2.jpg);
}
.gray-hover.cta-hover-startups::before {
  background-image: url(/wp-content/uploads/2019/02/FirstCTA_Colour-2.jpg);
}
.gray-hover.cta-hover-startupstwo::before {
  background-image: url(/wp-content/uploads/2019/02/SecondCTA_Colour-3.jpg);
}
.gray-hover.cta-hover-startupstwo::before {
  background-image: url(/wp-content/uploads/2019/02/SecondCTA_Colour-3.jpg);
}
.gray-hover.cta-hover-business::before {
  background-image: url(/wp-content/uploads/2019/02/FirstCTA_SmallBusiness.jpg);
}
.gray-hover.cta-hover-businesstwo::before {
  background-image: url(/wp-content/uploads/2019/02/SecondCTA_SmallBusiness.jpg);
}
.gray-hover.cta-hover-software::before {
  background-image: url(/wp-content/uploads/2019/02/GreenBox_hero.jpg);
}
.gray-hover.cta-hover-creativeservices::before {
  background-image: url(/wp-content/uploads/2019/02/Rally_hero.jpg);
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-wrapper {
  border: none !important;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-wrapper .fusion-post-content-wrapper {
  padding: 20px 0px !important;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-wrapper ul.slides li {
  margin-top: 0;
  height: 270px;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-wrapper ul.slides li.flex-active-slide {
  width: -webkit-fill-available !important;
}
.feature-news-page-section .fusion-blog-shortcode h2.blog-shortcode-post-title.entry-title {
  font-family: 'Merriweather' !important;
  line-height: 1.2 !important;
  font-size: 27px !important;
  background-image: linear-gradient(to bottom, transparent 65%, #ff0 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.feature-news-page-section .fusion-blog-shortcode h2.blog-shortcode-post-title.entry-title a:hover {
  background-size: 100% 100%;
  color: black;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content {
  height: 150px;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content .fusion-content-sep.sep-double.sep-solid {
  display: none;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content span.fusion-inline-sep {
  display: none;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content p span:nth-child(4) {
  display: block;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content span.vcard:after {
  background-color: black;
  width: 100%;
  content: '';
  display: block;
  border: solid 1px;
  margin-bottom: 14px;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content p.fusion-single-line-meta {
  font-size: 16px;
  font-family: aller;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  line-height: 14px;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content p.fusion-single-line-meta span > span a {
  color: black;
  font-weight: 700;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-post-content.post-content p.fusion-single-line-meta span:nth-child(4) {
  font-weight: 400;
  font-size: 12px;
}
.feature-news-page-section .fusion-blog-shortcode .flexslider.fusion-post-slideshow {
  border-bottom: 4px solid #fdff00 !important;
}
.feature-news-page-section .fusion-blog-shortcode article:nth-of-type(2) {
  width: 30%;
  float: none !important;
  right: 0 !important;
  left: unset !important;
}
.feature-news-page-section .fusion-blog-shortcode article:nth-of-type(1) {
  width: 70%;
}
.feature-news-page-section .fusion-blog-shortcode article:nth-of-type(1) .fusion-post-wrapper ul.slides li.flex-active-slide {
  margin: 0 auto !important;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-rollover {
  display: none;
}
.feature-news-page-section .fusion-blog-shortcode .fusion-blog-layout-grid .fusion-post-grid div.fusion-post-wrapper:after {
  border-bottom: 3px solid black !important;
  content: '';
  width: 96%;
  display: block !important;
  float: none;
  bottom: -15px;
  position: absolute;
}
.fusion-tabs.service-tabs .nav li a {
  width: fit-content;
  border: none !important;
}
.fusion-tabs.service-tabs .nav li a h4 {
  font-family: 'Merriweather';
  color: #c3c2c2;
  font-size: 23px;
  line-height: 1.5em;
}
.fusion-tabs.service-tabs .nav li a.tab-link {
  padding: 2px 0px !important;
  background: none !important;
}
.fusion-tabs.service-tabs .nav li.active a {
  border: none !important;
  border-bottom: yellow solid 2px !important;
}
.fusion-tabs.service-tabs .nav li.active a h4 {
  color: white;
}
.fusion-tabs.service-tabs .nav li.active a h4 i {
  color: #ff0;
}
.fusion-tabs.service-tabs .tab-content {
  width: 70% !important;
  float: none;
  position: absolute;
  right: 0;
}
.fusion-tabs.service-tabs .tab-content div.tab-pane h4, .fusion-tabs.service-tabs .tab-content div.tab-pane p {
  color: white;
}
.testimonials-wrapper > .fusion-column-wrapper {
  border-left: 0px solid transparent !important;
}
.testimonials-wrapper > .fusion-column-wrapper:after {
  content: '';
  background: url(/wp-content/uploads/2018/10/quote-2.png);
  display: inline-block;
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  position: absolute;
  right: 9px;
  bottom: 9px;
}
.testimonials-slider blockquote {
  background-color: transparent;
}
.testimonials-slider .testimonial-thumbnail.doe {
  display: none;
}
.testimonials-slider .author span.company-name {
  font-size: 16px;
  letter-spacing: 0px;
  color: black;
  font-style: italic;
  font-family: 'Merriweather';
}
.testimonials-slider .author span.company-name span {
  font-weight: 700;
}
.testimonials-slider div#fusion-testimonials-1 a {
  border-color: transparent !important;
  background-color: #c3c2c2 !important;
}
.testimonials-slider div#fusion-testimonials-1 a.activeSlide {
  background: black !important;
}
.testimonials-slider.fusion-testimonials.clean {
  width: 70%;
}
.testimonials-slider.fusion-testimonials.clean .reviews .review blockquote {
  text-align: center;
}
.testimonials-slider.fusion-testimonials.clean .reviews .review blockquote q, .testimonials-slider.fusion-testimonials.clean .reviews .review blockquote h4 {
  text-align: center;
  font-style: normal;
}
.testimonials-slider.fusion-testimonials.clean .reviews .review .author {
  text-align: center;
}
.testimonials-slider.fusion-testimonials.clean .reviews:before {
  content: '';
  background: url(/wp-content/uploads/2018/10/quote.png);
  display: inline-block;
  height: 60px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -40px;
}
.testimonials-slider.fusion-testimonials.clean .reviews:after {
  content: '';
  background: url(/wp-content/uploads/2018/10/quote-2.png);
  display: inline-block;
  height: 60px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  position: absolute;
  right: 0;
}
.testimonials-slider.fusion-testimonials.clean .testimonial-pagination {
  text-align: center;
}
.client-logos .fusion-column-wrapper span img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 60px;
  width: auto;
}
.client-logos .fusion-column-wrapper span img:hover {
  -webkit-filter: none;
  filter: none;
}
#main .fusion-content-boxes.icon-boxes .fusion-column div.image {
  opacity: 0.15;
  transition: opacity ease 1s;
}
#main .fusion-content-boxes.icon-boxes .fusion-column div.image:hover {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #main .industry-first-picture-container .fusion-column-content {
    height: 455px;
    overflow: hidden;
  }
  #main .industry-first-picture-container .fusion-column-content img {
    margin-top: -20px;
  }
  #main .industry-first-picture-container .fusion-column-content #self-storage-first-picture img {
    margin-top: -200px;
  }
  #main .industry-first-picture-container .fusion-column-content #business-first-picture img {
    margin-top: -20px;
  }
  #main .industry-first-picture-container .fusion-column-content #motorsport-first-picture img {
    margin-top: -160px;
  }
  #main .industry-first-picture-container .fusion-column-content #real-estate-first-picture img {
    margin-top: -255px;
  }
  #main .industry-first-picture-container .fusion-column-content #start-ups-first-picture {
    width: 100%;
    text-align: center;
  }
  #main .industry-second-picture-container {
    display: none;
  }
  #main .creative-form .your-email input {
    max-width: 97% !important;
  }
}
@media only screen and (max-width: 800px) {
  #googleadwords-services .fusion-builder-row.fusion-row {
    padding-top: 30px;
  }
  .fusion-page-title-bar .fusion-page-title-row h1 {
    font-size: 30px !important;
  }
  .fusion-page-title-bar .fusion-page-title-row h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  #googleadwords {
    padding-top: 12% !important;
  }
  .yellow-cta-box h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  #googleadwords-body {
    padding-top: 12% !important;
  }
  #googleadwords-body .googleadwords-body {
    margin-bottom: 20px !important;
  }
  #googleadwords-body .googleadwords-body h4 {
    margin-top: 30px;
  }
  #googleadwords-services {
    padding-bottom: 10% !important;
  }
  #googleadwords-services .content-creation {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-610 .type-page .fusion-fullwidth.fullwidth-box.contact-map-google.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    margin-top: -90px !important;
  }
  .contact-icon-box .heading.heading-with-icon.icon-left {
    margin-bottom: 0;
  }
  .page-id-610 .type-page .fusion-fullwidth.fullwidth-box.fusion-parallax-none.contact-icon-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding-bottom: 80px !important;
  }
  .project-feature-list .fusion-column.content-box-column.content-box-column {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  #digital-marketing h3.content-box-heading {
    font-size: 20px !important;
  }
  #service-single {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  #service-single a.fusion-button {
    margin-bottom: 40px !important;
  }
  #service-single .google-partner .fusion-imageframe {
    max-width: 40% !important;
  }
  #service-single .service-title {
    margin-top: 30px !important;
  }
  #cta-hover-digi-market .yellow-cta-box .fusion-column-wrapper {
    padding: 30px !important;
  }
  #testimonial {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
span.underline {
  background-image: linear-gradient(to bottom, transparent 65%, #fcf113 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
span.underline:hover {
  background-size: 100% 100%;
}
#Insight-heropost .fusion-layout-column {
  overflow: hidden;
}
#Insight-heropost .fusion-post-content, #Insight-heropost .blog-shortcode-post-title {
  font-size: 24px !important;
  line-height: 34px !important;
}
#Insight-heropost .hero-post .flexslider, #Insight-heropost .hero-post .slides img {
  border-bottom: 3px solid yellow;
}
#Insight-heropost .hero-post .fusion-meta-info {
  margin-top: 0px;
  padding: 0px 0px 20px;
  border-top: none;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  font-weight: 800;
}
#Insight-heropost h2.blog-shortcode-post-title.entry-title a {
  background-image: linear-gradient(to bottom, transparent 65%, #ff0 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
#Insight-heropost h2.blog-shortcode-post-title.entry-title a:hover {
  color: black;
  background-size: 100% 100%;
}
#Insight-heropost .subpost .fusion-post-content-wrapper {
  padding: 30px 0px 15px !important;
}
@media only screen and (max-width: 800px) {
  #Insight-heropost .subpost .fusion-post-content-wrapper {
    padding-bottom: 0 !important;
  }
}
#Insight-heropost .subpost .fusion-post-wrapper {
  border: none !important;
  border-bottom: 2px solid #000 !important;
}
#Insight-heropost .subpost .fusion-blog-shortcode-2 .fusion-blog-layout-grid .fusion-post-grid {
  padding: 12.5px 12.5px 30px;
}
#Insight-heropost .subpost p.fusion-single-line-meta {
  text-transform: uppercase;
  font-weight: 800;
}
#Insight-heropost .subpost .fusion-blog-pagination .pagination .current {
  background-color: yellow;
  border: none;
  color: #000;
  font-weight: 800;
  font-style: italic;
  border-radius: 20px;
  font-family: merriweather;
}
#Insight-heropost .subpost .fusion-blog-pagination .pagination a.inactive {
  background-color: #edf2f4;
  border: none;
  color: #000;
  font-weight: 800;
  font-style: italic;
  border-radius: 20px;
  font-family: "merriweather";
}
#Insight-heropost .subpost .fusion-blog-pagination .pagination {
  float: left;
  margin-top: 20px;
}
#Insight-heropost .subpost .fusion-blog-pagination .pagination .pagination-next {
  font-weight: 800;
  font-style: italic;
  font-family: "merriweather";
}
#Insight-heropost .subpost a.pagination-next::after {
  display: none !important;
}
#Insight-heropost .subpost .fusion-show-pagination-text, #Insight-heropost .subpost .fusion-blog-pagination, #Insight-heropost .subpost .pagination {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#Insight-heropost .mostpopular-menu .heading {
  background-color: #dce2e4;
  padding: 20px 30px 5px;
}
#Insight-heropost .mostpopular-menu h4.widget-title {
  font-style: normal;
}
#Insight-heropost .mostpopular-menu section#recent-posts-2 {
  background-color: #edf2f4;
}
#Insight-heropost .mostpopular-menu section#recent-posts-2 a::before {
  display: none;
}
#Insight-heropost .mostpopular-menu .fusion-widget-area .widget_recent_entries li {
  padding: 25px 30px 25px 30px;
}
#Insight-heropost .mostpopular-menu .fusion-widget-area .widget_recent_entries li a {
  font-size: 18px;
  font-family: "merriweather";
  font-weight: 600;
}
#Insight-heropost .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper {
  position: relative;
}
#Insight-heropost .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-single-line-meta {
  position: absolute;
  bottom: 10px;
}
@media only screen and (max-width: 800px) {
  #Insight-heropost .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-single-line-meta {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #Insight-heropost .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content {
    margin-bottom: 0;
  }
}
#Insight-heropost .fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
  height: 230px;
}
body.post-template-default.single.single-post article.post ul.slides li {
  display: flex !important;
  justify-content: center;
}
body.post-template-default.single.single-post article.post ul.slides li img.attachment-full.size-full.wp-post-image {
  border-top: 5px solid yellow !important;
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  body.post-template-default.single.single-post article.post ul.slides li img.attachment-full.size-full.wp-post-image {
    width: 100%;
  }
}
#main {
  padding-top: 0px !important;
}
.fusion-text h5.blog-heading {
  font-family: aller;
  font-style: normal;
}
.fusion-text h6.blog-subheading {
  color: #000;
  background-color: yellow;
  font-weight: 800;
  width: fit-content;
  margin-bottom: 15px;
  margin-top: 50px;
}
.blog-quote .fusion-column-wrapper {
  border-radius: 20px;
}
.quote-yellow {
  text-align: center;
  background-color: yellow;
  width: fit-content;
  padding: 18px 20px 6px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.blog-subheading-two {
  font-size: 20px;
  font-style: normal;
}
#news-img {
  margin-left: 125px;
  margin-right: 125px;
}
#Insight-heropost-two body.post-template-default.single.single-post img.attachment-full.size-full.wp-post-image {
  border-top: none !important;
}
#post-img .yellow-underline {
  border-bottom: 5px solid yellow;
}
ul.slides {
  margin-top: -50px !important;
}
.single-post #main {
  padding: 0px !important;
}
.single-post section.related-posts.single-related-posts {
  width: 100%;
  background: #f9f9f9;
  padding: 60px 31%;
}
@media only screen and (max-width: 800px) {
  .single-post section.related-posts.single-related-posts {
    padding: 30px;
  }
}
.single-post section.related-posts.single-related-posts .fusion-title.fusion-title-size-three {
  display: none;
}
.single-post .fusion-flexslider.flexslider.post-slideshow.fusion-post-slideshow {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .single-post .fusion-flexslider.flexslider.post-slideshow.fusion-post-slideshow {
    width: 100%;
  }
}
@media screen and (min-width: 1141px) {
  .single-post .fusion-flexslider.flexslider.post-slideshow.fusion-post-slideshow {
    width: 1140px;
  }
}
.single-post .post-content, .single-post .fusion-sharing-box.fusion-single-sharing-box.share-box {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding: 0px 30px;
}
.single-post .fusion-meta-info {
  display: none;
}
.single-post .fusion-sharing-box.fusion-single-sharing-box.share-box {
  margin-top: 0px;
  padding-top: 35px;
  background: none;
  border-top: 2px solid black;
}
@media only screen and (max-width: 800px) {
  .single-post .fusion-sharing-box.fusion-single-sharing-box.share-box {
    margin: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #cultureimg p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #cultureimg img {
    width: 100%;
  }
  #cultureimg p {
    margin-bottom: 0;
  }
}
#cultureimg img.cultureimg1 {
  vertical-align: bottom;
  margin-right: 25px;
  border-bottom: 5px solid yellow;
}
@media screen and (max-width: 768px) {
  #cultureimg img.cultureimg1 {
    display: none;
  }
}
#cultureimg img.cultureimg2 {
  vertical-align: bottom;
  margin-right: 25px;
  border-top: 5px solid yellow;
}
@media screen and (max-width: 1100px) {
  #cultureimg img.cultureimg2 {
    margin-right: 0;
  }
}
#cultureimg img.cultureimg3 {
  position: absolute;
  margin-top: 220px;
  border-left: 5px solid yellow;
}
@media screen and (max-width: 1100px) {
  #cultureimg img.cultureimg3 {
    display: none;
  }
}
#cultureimg img.cultureimg4 {
  margin-top: 4px;
  padding-right: 4px;
  border-left: 5px solid yellow;
}
@media screen and (max-width: 1100px) {
  #cultureimg img.cultureimg4 {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #cultureimg img.cultureimg4 {
    margin-top: 0;
    border-left: none;
    border-top: 5px solid yellow;
  }
}
#culturecoin {
  margin-top: -60px !important;
}
@media only screen and (max-width: 800px) {
  #culturecoin h1 {
    font-size: 52px;
  }
}
#culturedoc {
  margin-top: -180px;
}
#culturedoc .culturedoc {
  max-width: 100%;
}
#culturedoc .fusion-builder-row.fusion-row {
  border-top: 5px yellow solid;
}
.single-avada_portfolio #main {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 90px;
  /* > .fusion-row {
   max-width: unset;   
   } */
}
.single-avada_portfolio #main .hide-desktop {
  display: none;
}
@media screen and (max-width: 800px) {
  .single-avada_portfolio #main .hide-desktop {
    display: block;
  }
}
.single-avada_portfolio.tax_case-study-feature .fusion-logo-link:not(.replacement-logo) .fusion-standard-logo {
  display: none;
}
@media only screen and (max-width: 900px) {
  .single-avada_portfolio.tax_case-study-feature .replacement-logo {
    display: none;
  }
}
#main .project-result-slider {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #main .project-result-slider {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #main .project-result-slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 801px) {
  #main .project-result-slider {
    width: 500px;
  }
}
#main .project-result-slider .slider-track {
  transform: translate3d(0, 0, 0);
  transition: 0.3s all ease-in-out;
  background: #ff0;
  position: relative;
  overflow: hidden;
  display: flex;
}
#main .project-result-slider .slider-track .text-slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px 70px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .project-result-slider .slider-track .text-slide h2 {
  font-weight: 600;
}
#main .project-result-slider .slider-track .text-slide h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#main .project-result-slider .slider-track .text-slide p {
  color: #101010;
  line-height: 1.2;
}
#main .project-result-slider .slider-nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#main .project-result-slider .slider-nav a {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  background: none !important;
  border: 2px solid #101010 !important;
  border-radius: 50px !important;
  width: auto;
  height: auto;
  opacity: 0.4;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  z-index: 5;
}
#main .project-result-slider .slider-nav a:hover {
  opacity: 1;
}
#main .project-result-slider .slider-nav a::before {
  display: inline-block;
  content: '';
  position: relative;
  left: 1px;
  top: 1px;
  transition: all 0.2s linear;
  font-size: 11px;
  vertical-align: middle;
  padding: 5px 14px;
  color: #101010;
}
#main .project-result-slider .slider-nav .slide-prev.hidden {
  opacity: 0;
  pointer-events: none;
}
#main .project-result-slider .slider-nav .slide-prev::before {
  content: '\f053';
}
#main .project-result-slider .slider-nav .slide-next::before {
  content: '\f054';
}
#main .project-result-slider .slider-nav .slide-next.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  #single-project-hero {
    padding-top: 120px !important;
  }
}
#single-project-hero h1 {
  color: #101010;
}
@media screen and (max-width: 1100px) {
  #single-project-hero h1 {
    font-size: 35px;
  }
}
#single-project-hero .subtitle {
  color: #7e8b8f;
}
#single-project-hero .dual-btn-wrapper {
  margin-top: 50px;
}
#single-project-hero .dual-btn-wrapper a {
  font-size: 15px;
}
@media screen and (max-width: 450px) {
  #single-project-hero .dual-btn-wrapper a {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
#single-project-hero .project-feature-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  right: 0;
}
@media screen and (max-width: 800px) {
  #single-project-hero .project-feature-list {
    position: relative;
    margin: 60px auto 0 auto !important;
    max-width: unset;
  }
}
#single-project-hero .project-feature-list .content-box-column {
  margin-bottom: 0;
  border: none;
}
#single-project-hero .project-feature-list .content-box-column.content-box-column-last .content-wrapper-background {
  border-bottom: none;
}
#single-project-hero .project-feature-list .content-box-column .content-wrapper-background {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
#single-project-hero .project-feature-list .content-box-column .heading {
  pointer-events: none;
}
#single-project-hero .project-feature-list .content-box-column .content-box-heading {
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  #single-project-hero .project-feature-list .content-box-column .content-box-heading {
    font-size: 25px;
  }
}
#single-project-hero .project-feature-list .content-box-column .content-container {
  margin-bottom: 0;
}
#single-project-hero .project-feature-list .content-box-column .content-container h4 {
  color: #fff;
  font-family: 'Aller Light';
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  font-style: normal;
}
#single-project-hero .project-feature-list .content-box-column .content-container p {
  color: #d0d5d7;
  text-align: left;
}
.project-details h4 {
  font-style: normal !important;
}
.project-details ul {
  list-style: none;
  padding-left: 0;
}
.project-details ul li {
  padding-left: 1em;
  position: relative;
}
.project-details ul li::before {
  content: "\2022";
  color: #010101;
  display: inline-block;
  width: 1em;
  font-size: 18px;
  height: 100%;
  left: 0;
  position: absolute;
}
#service-list {
  background-size: 50% 100% !important;
}
@media screen and (min-width: 1921px) {
  #service-list {
    background-size: contain !important;
  }
}
@media screen and (max-width: 1100px) {
  #service-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 800px) {
  #service-list {
    background-image: none !important;
  }
}
#service-list .fusion-text h4 {
  font-style: normal;
  margin-top: 50px;
  display: inline-block;
}
#service-list .fusion-text ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding-left: 0;
}
#service-list .fusion-text ul li {
  padding-left: 1em;
  position: relative;
}
#service-list .fusion-text ul li::before {
  content: "\2022";
  color: #010101;
  display: inline-block;
  width: 1em;
  font-size: 18px;
  height: 100%;
  left: 0;
  position: absolute;
}
#service-list .hide-desktop.fusion-imageframe {
  margin-top: 40px;
}
.item-breakdown > .fusion-row {
  max-width: 840px !important;
}
.item-breakdown h2 + p {
  font-size: 1.4em;
  line-height: 1.3em;
  font-style: italic;
}
.item-breakdown h2 p {
  color: #7e8b8f;
}
.item-breakdown .fusion-layout-column .fusion-column-wrapper h3 {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .item-breakdown .fusion-layout-column .fusion-column-wrapper h3 {
    margin-top: 60px;
  }
  .item-breakdown .fusion-layout-column .fusion-column-wrapper h3:first-child {
    margin-top: 0px;
  }
}
.item-breakdown .split-images {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.item-breakdown .split-images > .fusion-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .item-breakdown .split-images .fusion-layout-column {
    margin-bottom: 40px !important;
  }
}
.item-breakdown .split-images .fusion-imageframe {
  border-bottom: 4px solid #ff0;
}
#objectives {
  background-size: auto !important;
}
@media screen and (max-width: 800px) {
  #project-testimonials {
    padding-bottom: 0px !important;
  }
}
#project-testimonials h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  #project-testimonials h2 {
    font-size: 28px !important;
  }
}
section.related-posts.single-related-posts h3.title-heading-left {
  color: black !important;
  font-size: 41px !important;
  font-style: normal !important;
}
section.related-posts.single-related-posts h3.title-heading-left:after {
  display: inline-block;
  position: absolute;
  content: '.';
  margin: 0px;
  padding: 0px;
}
section.related-posts.single-related-posts .fusion-carousel-item-wrapper a.fusion-related-posts-title-link {
  font-size: 24px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  background-image: linear-gradient(to bottom, transparent 65%, #ff0 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
section.related-posts.single-related-posts .fusion-carousel-item-wrapper a.fusion-related-posts-title-link:hover {
  color: black;
  background-size: 100% 100%;
}
section.related-posts.single-related-posts .fusion-carousel-item-wrapper h4.fusion-carousel-title {
  padding-bottom: 35px;
  padding-top: 10px;
  overflow: visible !important;
  min-height: 150px;
  text-transform: lowercase !important;
}
section.related-posts.single-related-posts .fusion-carousel-item-wrapper h4.fusion-carousel-title::first-letter {
  text-transform: uppercase;
}
section.related-posts.single-related-posts .fusion-carousel-meta {
  display: none;
}
@media only screen and (max-width: 800px) {
  section.related-posts.single-related-posts {
    display: none;
  }
}
.creative-form p {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.creative-form p input[name="your-name"] {
  max-width: 206px;
}
.creative-form p input[name="insert-service"] {
  max-width: 244px;
}
.creative-form p input[name="business-name"] {
  max-width: 263px;
}
.creative-form p input[name="your-phone"] {
  max-width: 216px;
}
.creative-form p input[name="your-email"] {
  max-width: 320px;
}
#main #capabilities .fusion-content-boxes .content-box-column .heading h4 {
  text-align: left;
}
@media screen and (max-width: 800px) {
  #main #case-studies-separator {
    margin-top: 30px !important;
  }
  #main #culture-container {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 801px) {
  #main .team-photogrid .fusion-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 4px solid #f8fc00;
  }
  #main .team-photogrid .fusion-row .text-box .fusion-column-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 35px !important;
  }
  #main .team-photogrid .fusion-row .text-box .fusion-column-wrapper h3 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 801px) and (min-width: 801px) and (max-width: 900px) {
  #main .team-photogrid .fusion-row .text-box .fusion-column-wrapper h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  #main .team-photogrid .fusion-row div.fusion_builder_column_1_4:nth-child(2n) {
    display: none;
  }
  #main .team-photogrid .fusion-row .text-box .fusion-column-wrapper {
    width: 273px;
    height: 298px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-id-1190 #ourcareer-dashed .fusion-column-last {
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .page-id-1190 #ourcareer-dashed .fusion-column-last {
    text-align: left;
  }
}
.page-id-1190 #ourcareer-dashed .fusion-button {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .page-id-1190 #ourcareer-dashed .fusion-button {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.page-id-1190 .mobile-substitute-image {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-id-602 .join-the-team {
  text-align: left;
}
.page-id-602 .join-the-team h2, .page-id-602 .join-the-team h4 {
  text-align: inherit;
}
@media only screen and (max-width: 800px) {
  .page-id-602 .join-the-team {
    text-align: center;
  }
  .page-id-602 .join-the-team .side-contactinfo {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-403 {
    /*#testimonial{
     .wpmslider-viewport{
     &::before{
     left: -20px !important;    
     }    
     &::after{
     right: -20px !important;
     }
     }
     }*/
  }
  .page-id-403 #home-hero .fusion-column-wrapper {
    text-align: center;
  }
  .page-id-403 .vertical-separator-columns .fusion-column-wrapper {
    text-align: center;
    padding: 0px !important;
  }
  .page-id-403 .fusion-layout-column .fusion-column-wrapper {
    text-align: center;
    padding: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-929 .fusion-column-wrapper .fusion-text {
    text-align: center !important;
  }
  .page-id-929 .fusion-column-wrapper .fusion-text h2, .page-id-929 .fusion-column-wrapper .fusion-text h4 {
    text-align: center !important;
  }
  .page-id-929 .single-capabilities-list .heading, .page-id-929 .single-capabilities-list .content-container, .page-id-929 .single-capabilities-list a.fusion-read-more {
    text-align: center !important;
  }
}
.page-id-329 {
  /*.fusion-column-wrapper{
   padding: 0px !important;    
   }*/
}
@media only screen and (max-width: 767px) {
  .page-id-329 .fusion-text, .page-id-329 .fusion-column-content, .page-id-329 .underline-title {
    text-align: center !important;
  }
  .page-id-329 .fusion-text h2 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1494 .fusion-column-content {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1500 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-1500 .fusion-text h2 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-209 .fusion-column-content, .page-id-209 .fusion-column-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  body.page-id-517 .fusion-text h2, body.page-id-517 .fusion-text h4, body.page-id-517 .fusion-text h6, body.page-id-517 .fusion-text p {
    text-align: center !important;
  }
  body.page-id-517 .fusion-column-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1190 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-1190 .fusion-text {
    text-align: center !important;
  }
  .page-id-1190 .fusion-text h2, .page-id-1190 .fusion-text h4 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1358 .fusion-column-content, .page-id-1358 .fusion-column-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1364 .fusion-column-content, .page-id-1364 .fusion-text, .page-id-1364 .fusion-column-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1360 .fusion-column-content, .page-id-1360 .fusion-text, .page-id-1360 .fusion-column-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1362 .fusion-column-content, .page-id-1362 .fusion-text, .page-id-1362 .fusion-column-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1058 .fusion-column-content, .page-id-1058 .fusion-text, .page-id-1058 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-1058 .fusion-text h2, .page-id-1058 .fusion-text h4, .page-id-1058 .fusion-text h6, .page-id-1058 .fusion-text p {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-640 .fusion-column-content, .page-id-640 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-640 .fusion-column-content ul, .page-id-640 .fusion-column-wrapper ul {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1511 .fusion-column-content, .page-id-1511 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-1511 .fusion-text {
    text-align: center !important;
  }
  .page-id-1511 .fusion-text h4 {
    text-align: center !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1513 .fusion-column-content, .page-id-1513 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-1513 .fusion-text {
    text-align: center !important;
  }
  .page-id-1513 .fusion-text h4 {
    text-align: center !important;
    display: inline-block;
  }
  .page-id-1513 .fusion-text h2 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-column-wrapper {
    text-align: center !important;
  }
  .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text {
    text-align: center !important;
  }
  .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text h3, .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text h4, .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .postid-6190 .eltd-portfolio-info-item {
    text-align: center !important;
  }
  .postid-6190 .eltd-portfolio-content ul {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-1526 .fusion-column-content, .page-id-1517 .fusion-column-content, .page-id-1519 .fusion-column-content, .page-id-1515 .fusion-column-content, .page-id-1533 .fusion-column-content, .page-id-1524 .fusion-column-content, .page-id-1529 .fusion-column-content, .page-id-1541 .fusion-column-content, .page-id-1535 .fusion-column-content, .page-id-1546 .fusion-column-content, .page-id-1526 .fusion-column-wrapper, .page-id-1517 .fusion-column-wrapper, .page-id-1519 .fusion-column-wrapper, .page-id-1515 .fusion-column-wrapper, .page-id-1533 .fusion-column-wrapper, .page-id-1524 .fusion-column-wrapper, .page-id-1529 .fusion-column-wrapper, .page-id-1541 .fusion-column-wrapper, .page-id-1535 .fusion-column-wrapper, .page-id-1546 .fusion-column-wrapper {
    text-align: center !important;
  }
  .page-id-1526 .fusion-text, .page-id-1517 .fusion-text, .page-id-1519 .fusion-text, .page-id-1515 .fusion-text, .page-id-1533 .fusion-text, .page-id-1524 .fusion-text, .page-id-1529 .fusion-text, .page-id-1541 .fusion-text, .page-id-1535 .fusion-text, .page-id-1546 .fusion-text {
    text-align: center !important;
  }
  .page-id-1526 .fusion-text h2, .page-id-1517 .fusion-text h2, .page-id-1519 .fusion-text h2, .page-id-1515 .fusion-text h2, .page-id-1533 .fusion-text h2, .page-id-1524 .fusion-text h2, .page-id-1529 .fusion-text h2, .page-id-1541 .fusion-text h2, .page-id-1535 .fusion-text h2, .page-id-1546 .fusion-text h2 {
    text-align: center !important;
  }
  .page-id-1526 .fusion-text h4, .page-id-1517 .fusion-text h4, .page-id-1519 .fusion-text h4, .page-id-1515 .fusion-text h4, .page-id-1533 .fusion-text h4, .page-id-1524 .fusion-text h4, .page-id-1529 .fusion-text h4, .page-id-1541 .fusion-text h4, .page-id-1535 .fusion-text h4, .page-id-1546 .fusion-text h4 {
    text-align: center !important;
    display: inline-block;
  }
  .page-id-1526 #googleadwords-body .googleadwords-body h4, .page-id-1517 #googleadwords-body .googleadwords-body h4, .page-id-1519 #googleadwords-body .googleadwords-body h4, .page-id-1515 #googleadwords-body .googleadwords-body h4, .page-id-1533 #googleadwords-body .googleadwords-body h4, .page-id-1524 #googleadwords-body .googleadwords-body h4, .page-id-1529 #googleadwords-body .googleadwords-body h4, .page-id-1541 #googleadwords-body .googleadwords-body h4, .page-id-1535 #googleadwords-body .googleadwords-body h4, .page-id-1546 #googleadwords-body .googleadwords-body h4 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-781 .fusion-column-content, .page-id-781 .fusion-column-wrapper, .page-id-781 .blog-shortcode-post-title.entry-title {
    text-align: left !important;
  }
  .page-id-781 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text {
    text-align: left !important;
  }
  .page-id-781 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text h4 {
    text-align: left !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-610 .form-section-title {
    text-align: left;
  }
  .page-id-610 .post-content p {
    text-align: left !important;
  }
  .page-id-610 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-column-wrapper {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-719 #main .our-work-header, .page-id-719 #main .light-italic {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  body.page-id-929 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text h4 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling, #particle-js {
    padding-top: 40px !important;
  }
  .nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling.fusion-equal-height-columns, .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding-bottom: 20px !important;
  }
  .fusion-content-boxes.single-capabilities-list .fusion-column.content-box-column {
    margin-bottom: 40px !important;
  }
  .fusion-content-boxes.content-boxes-icon-on-top .content-box-column {
    margin-bottom: 25px !important;
  }
  div#digital-marketing {
    padding: 20px 30px !important;
  }
  #service-single {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  #service-single .fusion-builder-row.fusion-row {
    padding-bottom: 40px !important;
  }
  #googleadwords {
    margin-bottom: 20px !important;
  }
  #googleadwords-body .googleadwords-body {
    margin-bottom: 0px !important;
  }
  .fusion-separator.fusion-full-width-sep.sep-single {
    margin-top: 30px !important;
  }
  .page-id-1533 .fusion-body .fusion-layout-column {
    margin-bottom: 0 !important;
  }
  .page-id-1535 .fusion-column-wrapper {
    padding-right: 0px !important;
  }
  #main .industry-first-picture-container .fusion-column-content {
    height: auto !important;
    padding-bottom: 20px !important;
  }
  .page-id-517 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-column-wrapper .fusion-column-content-centered .fusion-column-content .fusion-text h4 {
    text-align: center !important;
  }
  .page-id-1190 #ourcareer-dashed.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding-top: 0 !important;
  }
  .page-id-1190 h5.light-italic {
    margin-bottom: 0 !important;
  }
  .page-id-1190 .mobile-substitute-image {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  #cultureimg {
    margin-top: 0px !important;
    padding-top: 10px !important;
  }
  .page-id-1058 .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth {
    margin-bottom: 0 !important;
  }
  .page-id-1058 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text {
    text-align: center !important;
  }
  .page-id-1058 .fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-one-full.fusion-column-first.fusion-column-last .fusion-text h4 {
    text-align: center !important;
  }
  #Insight-heropost.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling:nth-child(2) {
    padding-top: 0 !important;
  }
  .page-id-610 .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    margin-top: 0 !important;
  }
}
.owl-carousel.carousel-link-images .owl-stage-outer .owl-stage .owl-item {
  background-color: yellow;
}
.owl-carousel.carousel-link-images .owl-stage-outer .owl-stage .owl-item a img {
  transition: opacity 0.5s;
}
.owl-carousel.carousel-link-images .owl-stage-outer .owl-stage .owl-item a:hover img {
  opacity: 0.5;
}
.owl-carousel.carousel-link-images .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.owl-carousel.carousel-link-images .owl-nav button {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid black;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
  opacity: 0.7;
  margin-left: 10px;
}
.owl-carousel.carousel-link-images .owl-nav button:hover {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #main .vertical-separator-columns .fusion-column-first h2.hover-highlight-title {
    font-size: 30px !important;
  }
  #main .our-work-header {
    font-size: 48px;
  }
}
#main .icon-boxes .heading img {
  width: auto;
  height: 130px;
}
#main .projects-grid article .fusion-image-wrapper {
  height: 260px;
}
#main .projects-grid article .fusion-image-wrapper img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
