::-moz-selection { /* Code for Firefox */
  color: #FFF275;
  background: #c31a1a;
}

::selection {
  color: #FFF275;
  background: #c31a1a;
}
.fb_dialog {
  display: none;
}
.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

body.CustomCursor .Cursor > span.First,
body.CustomCursor .Cursor > span.Second {
  z-index: 2147483648;
}
a:hover {
  text-decoration: none;
}

/* Cookie consent style overrides */
.cky-consent-title {
  font-size: 2rem !important;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
}
.cky-bar-text {
  font-weight: lighter !important;
  font-size: 1rem !important;
}
.cky-btn {
  float: right !important;
  padding: 20px 25px !important;
  letter-spacing: 0.3rem !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
}
.cky-consent-bar {
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 1) !important;
  border: 0 none !important;
  background: #111 !important;
}
.cky-btn-readMore {
  font-size: 1rem !important;
  font-weight: lighter !important;
  text-decoration: none !important;
}

/*
  Set the color of the icon
*/
.loader svg path,
.loader svg rect{
  fill: #F76D6D;
}

.hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}
.main-nav .cta-start-project.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hide-nav .main-nav {
  display: none;
}

.nav-links {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.nav-links li {
  position: relative;
  height: 30px;
  overflow: hidden;
  float: left;
  margin: 0px;
  -webkit-transition: height 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 0.5s cubic-bezier(0.86, 0, 0.07, 1), transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-links li:after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #F76D6D;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-links a {
  float: left;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.nav-links span {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-links .is-active {
  font-weight: normal;
  font-family: "GT Walsheim Bold", "GT Walsheim Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-links.scrolled li {
  height: 1px;
  -webkit-transform: translate3d(0, 14px, 0);
  transform: translate3d(0, 14px, 0);
}

.nav-links.scrolled li:after {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.nav-links.scrolled li:nth-child(2),
.nav-links.scrolled li:nth-child(2) span {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.nav-links.scrolled li:nth-child(3),
.nav-links.scrolled li:nth-child(3) span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.nav-links.scrolled li:nth-child(4),
.nav-links.scrolled li:nth-child(4) span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.nav-links.scrolled li:nth-child(5),
.nav-links.scrolled li:nth-child(5) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.nav-links.scrolled li:nth-child(6),
.nav-links.scrolled li:nth-child(6) span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.nav-links.scrolled li:nth-child(7),
.nav-links.scrolled li:nth-child(7) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(8),
.nav-links.scrolled li:nth-child(8) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(9),
.nav-links.scrolled li:nth-child(9) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(2):after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.nav-links.scrolled li:nth-child(3):after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.nav-links.scrolled li:nth-child(4):after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.nav-links.scrolled li:nth-child(5):after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.nav-links.scrolled li:nth-child(6):after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.nav-links.scrolled li:nth-child(7):after {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.nav-links.scrolled li:nth-child(8):after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.nav-links.scrolled li:nth-child(9):after {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.nav-links.scrolled span {
  opacity: 0;
  -webkit-transform: scaleY(-0.2);
  transform: scaleY(-0.2);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV";
}

.nav-links.scrolled ~ .hamburger {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.hamburger .patty {
  left: 0;
  top: 14px;
  width: 100%;
  height: 2px;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  outline: none;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  opacity: 0.9;
}
.page-about .hamburger .patty {
  background: #F76D6D;
}
.page-expertise .hamburger .patty,
.page-contact .hamburger .patty,
.page-work-single.medlock .hamburger .patty {
  background: #555;
}
.page-work .hamburger .patty {
  background: #fff;
}
.page-service.web-design .hamburger .patty {
  background: #fff;
}
.hamburger.expand {
  z-index: 2;
}

.hamburger.expand .patty {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), background 0.2s linear;
  transition: opacity 0.15s linear, transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), background 0.2s linear;
}


/***********************/



html, html body {
  font-family: 'Poppins', sans-serif;
  color: #555;
  font-size: 12px;
  transition: background-color 1s ease;
}
a {
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
ul,
button {
  padding: 0;
}
h1,h2 {
  font-size: 5.8333rem;
  line-height: 7.08333rem;
  font-family: 'Poppins';
  font-weight: bold;
  text-transform: lowercase;
}
h3 {
  font-size: 2.1667rem;
  line-height: 2.91667rem;
  font-family: 'Poppins Medium';
  text-transform: lowercase;
}
h4 {
  font-size: 1.6667rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 8px;
}
p {
  font-size: 1.6667rem;
  line-height: 2.5rem;
}
p.small {
  font-size: 1.333rem;
  line-height: 2.0833rem;
}
.mbc-link,
.mbc-link:hover {
  font-size: 1.6667rem;
  font-family: 'Poppins Medium';
  position: relative;
  text-decoration: none;
  color: #F76D6D;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.mbc-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #F76D6D;
  margin: 0 auto;
  bottom: -4px;
  left: 0;
  opacity: 0.8;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mbc-link.yellow,
.mbc-link.yellow:hover {
  color: #F7E9A0;
  border-bottom-color: #F7E9A0;
}
.mbc-link.yellow:after,
.mbc-link.yellow:hover:after {
  background: #F7E9A0;
}
.mbc-link.yellow:hover {
  color: #F76D6D;
}
.mbc-link.purple,
.mbc-link.purple:hover {
  color: #8559A5;
}
.mbc-link.purple:after {
  background: #8559A5;
}
.mbc-link.gray:after {
  background: #555;
}
.mbc-link.gray {
  color: #555;
}
.mbc-link.white,
.mbc-link.white:hover {
  color: #fff;
}
.mbc-link.white:after {
  background: #fff;
}
.mbc-link:hover {
  text-decoration: none;
}
a.mbc-link, button.mbc-link {
  display: inline-block;
  position: relative;
  color: #F76D6D;
  text-decoration: none;
  padding: 0.2em 0.05em;
  border-bottom: 4px solid #F76D6D;
}

a.mbc-link:hover, button.mbc-link:hover,
.page-service .website-score form button[type=submit]:hover,
.services-hero.seo-marketing .mbc-link:hover,
.page-service .sem .mbc-link:hover {
  color: #fff;
}

a.mbc-link:after, button.mbc-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F76D6D;
  z-index: -1;
  transition: all 0.1s cubic-bezier(0.000, 0.590, 1.000, 0.260);
}

a.mbc-link:hover:after, button.mbc-link:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F76D6D;
  z-index: -1;
  height: auto;
  opacity: 1;
}
img {
  max-width: 100%;
}
#logo {
  text-decoration: none;
}
#logo:focus {
  outline: none;
}
#logo i:before {
  font-size: 2.1667rem;
  transition: color 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: color 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#logo[data-color="#fff"] i:before {
  color: #fff;
}
#logo[data-color="#555"] i:before {
  color: #555;
}
#logo[data-color="#111"] i:before {
  color: #111;
}
#logo[data-color="#F7E9A0"] i:before {
  color: #F7E9A0; /* yellow */
}
#logo[data-color="#F76D6D"] i:before {
  color: #F76D6D; /* red */
}
#logo[data-color="#FFB677"] i:before {
  color: #FFB677; /* orange */
}
#logo[data-color="#7893C3"] i:before {
  color: #7893C3; /* blue */
}
#logo[data-color="#8559A5"] i:before {
  color: #8559A5; /* purple */
}
#logo[data-color="#FAD3CF"] i:before {
  color: #FAD3CF; /* pink */
}
@media (max-width: 600px) {
  .menu-close {
    top: 23px;
    right: 25px;
  }
}
.menu-close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  top: 16px;
  right: 30px;
  background: transparent;
  overflow: hidden;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.menu-close:before, .menu-close:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 14px;
  background: #555;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s linear, background 0.15s linear;
  transition: transform 0.3s linear, background 0.15s linear;
}
@-webkit-keyframes head {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  6.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  40% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  46.6666666667% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  60% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  73.3333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes head {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  6.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  40% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  46.6666666667% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  60% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  73.3333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes mouth {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.6666666667% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  13.3333333333% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
  20% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
  26.6666666667% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-5%);
            transform: translateX(0) translateY(-5%);
  }
}
@keyframes mouth {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.6666666667% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  13.3333333333% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
  20% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
  26.6666666667% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-5%);
            transform: translateX(0) translateY(-5%);
  }
}
@-webkit-keyframes nose {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  13.3333333333% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  26.6666666667% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-15%);
            transform: translateX(0) translateY(-15%);
  }
}
@keyframes nose {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  13.3333333333% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  26.6666666667% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-15%);
            transform: translateX(0) translateY(-15%);
  }
}
@-webkit-keyframes body {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  13.3333333333% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  26.6666666667% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  33.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes body {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  13.3333333333% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  26.6666666667% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  33.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mane {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  13.3333333333% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  26.6666666667% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  33.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mane {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  13.3333333333% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  26.6666666667% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  33.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes face {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  13.3333333333% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  20% {
    -webkit-transform: translateX(15%) translateY(0);
            transform: translateX(15%) translateY(0);
  }
  26.6666666667% {
    -webkit-transform: translateX(15%) translateY(0);
            transform: translateX(15%) translateY(0);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-15%);
            transform: translateX(0) translateY(-15%);
  }
  40% {
    -webkit-transform: translateX(0) translateY(-15%);
            transform: translateX(0) translateY(-15%);
  }
  46.6666666667% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes face {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  6.6666666667% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  13.3333333333% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  20% {
    -webkit-transform: translateX(15%) translateY(0);
            transform: translateX(15%) translateY(0);
  }
  26.6666666667% {
    -webkit-transform: translateX(15%) translateY(0);
            transform: translateX(15%) translateY(0);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-15%);
            transform: translateX(0) translateY(-15%);
  }
  40% {
    -webkit-transform: translateX(0) translateY(-15%);
            transform: translateX(0) translateY(-15%);
  }
  46.6666666667% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes left-eye {
  2.6666666667% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  3.3333333333% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  4% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  6.6666666667% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9.3333333333% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  10% {
    -webkit-transform: scaleY(0.3) translateX(75%);
            transform: scaleY(0.3) translateX(75%);
  }
  10.6666666667% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  13.3333333333% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  22% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  22.6666666667% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  23.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  25.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  26% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  26.6666666667% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-170%);
            transform: translateX(0) translateY(-170%);
  }
  36% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  36.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  37.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  39.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  53.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  66% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  66.6666666667% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  71.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
}
@keyframes left-eye {
  2.6666666667% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  3.3333333333% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  4% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  6.6666666667% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9.3333333333% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  10% {
    -webkit-transform: scaleY(0.3) translateX(75%);
            transform: scaleY(0.3) translateX(75%);
  }
  10.6666666667% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  13.3333333333% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  22% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  22.6666666667% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  23.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  25.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  26% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  26.6666666667% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-170%);
            transform: translateX(0) translateY(-170%);
  }
  36% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  36.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  37.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  39.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  53.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  66% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  66.6666666667% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  71.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
}
@-webkit-keyframes right-eye {
  2.6666666667% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  3.3333333333% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  4% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  6.6666666667% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9.3333333333% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  10% {
    -webkit-transform: scaleY(0.3) translateX(75%);
            transform: scaleY(0.3) translateX(75%);
  }
  10.6666666667% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  13.3333333333% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  22% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  22.6666666667% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  23.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  25.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  26% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  26.6666666667% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-170%);
            transform: translateX(0) translateY(-170%);
  }
  36% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  36.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  37.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  39.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  53.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  66% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  66.6666666667% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  71.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
}
@keyframes right-eye {
  2.6666666667% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  3.3333333333% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  4% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  6.6666666667% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  9.3333333333% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  10% {
    -webkit-transform: scaleY(0.3) translateX(75%);
            transform: scaleY(0.3) translateX(75%);
  }
  10.6666666667% {
    -webkit-transform: scaleY(1) translateX(75%);
            transform: scaleY(1) translateX(75%);
  }
  13.3333333333% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  22% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  22.6666666667% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  23.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  25.3333333333% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  26% {
    -webkit-transform: scaleY(0.3) translateX(150%);
            transform: scaleY(0.3) translateX(150%);
  }
  26.6666666667% {
    -webkit-transform: scaleY(1) translateX(150%);
            transform: scaleY(1) translateX(150%);
  }
  33.3333333333% {
    -webkit-transform: translateX(0) translateY(-170%);
            transform: translateX(0) translateY(-170%);
  }
  36% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  36.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  37.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  38.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(-170%);
            transform: scaleY(0.3) translateY(-170%);
  }
  39.3333333333% {
    -webkit-transform: scaleY(1) translateY(-170%);
            transform: scaleY(1) translateY(-170%);
  }
  53.3333333333% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  66% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  66.6666666667% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
  70.6666666667% {
    -webkit-transform: scaleY(0.3) translateY(0);
            transform: scaleY(0.3) translateY(0);
  }
  71.3333333333% {
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
}
@-webkit-keyframes tongue {
  46.6666666667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  53.3333333333% {
    -webkit-transform: translateY(100%) rotate(10deg);
            transform: translateY(100%) rotate(10deg);
  }
  73.3333333333% {
    -webkit-transform: translateY(100%) rotate(10deg);
            transform: translateY(100%) rotate(10deg);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tongue {
  46.6666666667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  53.3333333333% {
    -webkit-transform: translateY(100%) rotate(10deg);
            transform: translateY(100%) rotate(10deg);
  }
  73.3333333333% {
    -webkit-transform: translateY(100%) rotate(10deg);
            transform: translateY(100%) rotate(10deg);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mouth-cover-left {
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  73.3333333333% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  86.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes mouth-cover-left {
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  73.3333333333% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  86.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes mouth-cover-right {
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  73.3333333333% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  86.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes mouth-cover-right {
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  73.3333333333% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  86.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes tail {
  6.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  13.3333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  26.6666666667% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  46.6666666667% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  48.3333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  50.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  51.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  52.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  53.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  54.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  55% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  55.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  56.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  57.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  58.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  59.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  60.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  61.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  62.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  63.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  64.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  65% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  65.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  66.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  67.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  68.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  69.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  70.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  71.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  72.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tail {
  6.6666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  13.3333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  26.6666666667% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  46.6666666667% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  48.3333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  50.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  51.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  52.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  53.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  54.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  55% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  55.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  56.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  57.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  58.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  59.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  60.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  61.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  62.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  63.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  64.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  65% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  65.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  66.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  67.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  68.3333333333% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  69.1666666667% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  70.8333333333% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  71.6666666667% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  72.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes left-ear {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  6.6666666667% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  13.3333333333% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  26.6666666667% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  33.3333333333% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  40% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  46.6666666667% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  53.3333333333% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  93.3333333333% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
  }
}
@keyframes left-ear {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  6.6666666667% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  13.3333333333% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  26.6666666667% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  33.3333333333% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  40% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  46.6666666667% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  53.3333333333% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  93.3333333333% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
  }
}
@-webkit-keyframes right-ear {
  0% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
  6.6666666667% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
  13.3333333333% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  26.6666666667% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  33.3333333333% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  36.6666666667% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  37.3333333333% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  38% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  40% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  40.6666666667% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  41.3333333333% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  46.6666666667% {
    -webkit-transform: rotateZ(-9deg) rotateY(180deg);
            transform: rotateZ(-9deg) rotateY(180deg);
  }
  53.3333333333% {
    -webkit-transform: rotateZ(-9deg) rotateY(180deg);
            transform: rotateZ(-9deg) rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  60.6666666667% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  61.3333333333% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  62.6666666667% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  63.3333333333% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  64% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  93.3333333333% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
}
@keyframes right-ear {
  0% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
  6.6666666667% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
  13.3333333333% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  26.6666666667% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  33.3333333333% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  36.6666666667% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  37.3333333333% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  38% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  40% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  40.6666666667% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  41.3333333333% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  46.6666666667% {
    -webkit-transform: rotateZ(-9deg) rotateY(180deg);
            transform: rotateZ(-9deg) rotateY(180deg);
  }
  53.3333333333% {
    -webkit-transform: rotateZ(-9deg) rotateY(180deg);
            transform: rotateZ(-9deg) rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  60.6666666667% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  61.3333333333% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  62.6666666667% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  63.3333333333% {
    -webkit-transform: rotateZ(-30deg) rotateY(180deg);
            transform: rotateZ(-30deg) rotateY(180deg);
  }
  64% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateZ(-19deg) rotateY(180deg);
            transform: rotateZ(-19deg) rotateY(180deg);
  }
  93.3333333333% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateZ(-16deg) rotateY(180deg);
            transform: rotateZ(-16deg) rotateY(180deg);
  }
}
*, *:before, *:after {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.husky {
  height: 60vmin;
  width: 84vmin;
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media screen and (max-width: 400px) {
  .husky {
    -webkit-animation: none;
            animation: none;
  }
}
.husky:before {
  width: 90%;
  height: 0.5vmin;
  background: #8559A5;
  border-radius: 0.5vmin;
  top: 100%;
  left: 5%;
  z-index: 2;
}
.husky:after {
  width: 100%;
  height: 10%;
  top: calc(100% + 0.5vmin);
  z-index: 3;
  background: #35164B;
}

div:before, div:after {
  content: '';
  display: block;
  position: absolute;
}

.head {
  -webkit-animation: head 12s none infinite;
          animation: head 12s none infinite;
  position: absolute;
  height: 45%;
  width: 58%;
  left: 34%;
  top: 5%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.head:before {
  background: #8559A5;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
  border-bottom-right-radius: 10% 60%;
  height: 100%;
  width: 100%;
}

.face {
  -webkit-animation: face 12s none infinite;
          animation: face 12s none infinite;
  position: absolute;
  width: 98%;
  height: 62%;
  top: 15%;
  left: 2%;
}
.face:before {
  z-index: 1;
  width: 94%;
  height: 70%;
  left: 3%;
  background-color: white;
  bottom: 5%;
  border-top-left-radius: 40% 50%;
  border-top-right-radius: 40% 50%;
  border-bottom-left-radius: 30% 50%;
  border-bottom-right-radius: 30% 40%;
}

.eye {
  -webkit-animation: eyes 12s none infinite;
          animation: eyes 12s none infinite;
  position: absolute;
  width: 30%;
  height: 40%;
  background-color: white;
  right: 45%;
  border-top-left-radius: 55% 50%;
  border-top-right-radius: 45% 50%;
  z-index: 2;
}
.eye:before {
  -webkit-animation: left-eye 12s none infinite;
          animation: left-eye 12s none infinite;
  height: 15%;
  width: 15%;
  border-radius: 100%;
  background: #5C317B;
  top: 45%;
  left: 45%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.eye + .eye {
  z-index: 1;
  right: initial;
  left: 48%;
  border-top-right-radius: 55% 50%;
  border-top-left-radius: 45% 50%;
}

.nose {
  -webkit-animation: nose 12s none infinite;
          animation: nose 12s none infinite;
  z-index: 2;
  position: absolute;
  width: 20%;
  height: 20%;
  top: 29%;
  left: 42%;
}
.nose:after {
  background: #8559A5;
  height: 100%;
  width: 100%;
  border-top-left-radius: 20% 20%;
  border-top-right-radius: 30% 20%;
  border-bottom-right-radius: 55% 80%;
  border-bottom-left-radius: 50% 80%;
}
.nose:before {
  height: 100%;
  width: 200%;
  background: white;
  top: 50%;
  left: -50%;
  z-index: -1;
  border-radius: 50%;
}

.ear {
  -webkit-animation: left-ear 12s both infinite;
          animation: left-ear 12s both infinite;
  position: absolute;
  top: 3%;
  left: -10%;
  width: 48%;
  height: 30%;
  border-bottom-left-radius: 100% 90%;
  border-top-left-radius: 10%;
  -webkit-transform-origin: 80% center;
          transform-origin: 80% center;
  overflow: hidden;
  background: #8559A5;
}
.ear:before {
  width: 70%;
  height: 55%;
  border: 2px solid #8559A5;
  background: #F76D6D;
  top: 20%;
  left: 15%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skewX(30deg) rotate(-5deg);
          transform: skewX(30deg) rotate(-5deg);
}
.ear:after {
  width: 70%;
  height: 100%;
  border-top-left-radius: 100%;
  background: #8559A5;
  left: 32%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.ear + .ear {
  -webkit-animation: right-ear 12s both infinite;
          animation: right-ear 12s both infinite;
  background-color: #5C317B;
  left: 15%;
  top: 5%;
  z-index: -1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.ear + .ear:before {
  border-color: #5C317B;
}
.ear + .ear:after {
  background: #5C317B;
}

.mouth {
  z-index: 1;
  -webkit-animation: mouth 12s none infinite;
          animation: mouth 12s none infinite;
  position: absolute;
  width: 48%;
  height: 55%;
  bottom: -5%;
  left: 28%;
  overflow: hidden;
}
.mouth:before, .mouth:after {
  -webkit-animation: mouth-cover-left 12s none infinite;
          animation: mouth-cover-left 12s none infinite;
  width: 28%;
  height: 100%;
  background: white;
  top: -50%;
  left: 0;
  z-index: 3;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.mouth:after {
  -webkit-animation: mouth-cover-right 12s none infinite;
          animation: mouth-cover-right 12s none infinite;
  left: initial;
  right: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.lips {
  z-index: 2;
  height: 35%;
  width: 100%;
}
.lips:before, .lips:after {
  background: white;
  width: calc(50% + 1.5px);
  border-color: #35164B;
  border-width: 3px;
  border-style: solid;
  height: 100%;
  border-bottom-left-radius: 65% 100%;
  border-bottom-right-radius: 35% 50%;
  border-top-right-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
}
.lips:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: initial;
  right: 0;
}

.tongue {
  -webkit-animation: tongue 12s none infinite;
          animation: tongue 12s none infinite;
  position: absolute;
  height: 100%;
  width: 44%;
  background: #F76D6D;
  left: 25%;
  bottom: 100%;
  z-index: 1;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}

.body {
  -webkit-animation: body 12s none infinite;
          animation: body 12s none infinite;
  width: 45%;
  height: 100%;
  position: absolute;
  left: 25%;
}

.torso {
  position: absolute;
  height: 55%;
  width: 100%;
  bottom: 0;
}
.torso:before {
  background: #8559A5;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(-20%) skewX(-30deg);
          transform: translateX(-20%) skewX(-30deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 0 30% 0 60%;
}
.torso:after {
  background: #8559A5;
  height: 100%;
  width: 60%;
  top: 0;
  right: 0;
  border-radius: 10% 40% 60% 0;
}

.mane {
  -webkit-animation: mane 12s none infinite;
          animation: mane 12s none infinite;
  z-index: 2;
  position: absolute;
  width: 31.5%;
  height: 30%;
  top: 44%;
  left: 37%;
}
.mane:before {
  background: white;
  height: 40%;
  width: 100%;
  border-top-left-radius: 10% 50%;
  border-top-right-radius: 20% 100%;
  border-bottom-left-radius: 10% 50%;
}
.mane:after {
  background: white;
  top: 25%;
  height: 76%;
  width: 30%;
  right: 23%;
  border-top-right-radius: 100% 80%;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.coat {
  position: absolute;
  width: 50%;
  height: 50%;
  background: white;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  left: 10%;
  top: 21%;
  -webkit-transform: rotate(25deg) skewX(-30deg);
          transform: rotate(25deg) skewX(-30deg);
}

.legs {
  background-color: #8559A5;
  position: absolute;
  height: 30%;
  width: 42%;
  left: 23%;
  bottom: 0;
  border-top-left-radius: 20% 37%;
  border-bottom-left-radius: 10% 37%;
  border-top-right-radius: 50%;
  z-index: 1;
}

.front-legs {
  position: absolute;
  width: 55%;
  height: 117%;
  bottom: 0;
  right: -12%;
}
.front-legs:before {
  width: 4%;
  height: 6%;
  background: transparent;
  bottom: 0;
  left: 47%;
  box-shadow: -1.3vmin 0 0 #35164B, -2.8vmin 0 0 #35164B, 1.3vmin 0 0 #35164B, 2.8vmin 0 0 #35164B;
  z-index: 2;
}
.front-legs > .leg {
  width: 51%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 50%;
  overflow: hidden;
}
.front-legs > .leg:before {
  background: #E3BCFF;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(-30deg) skewX(10deg);
          transform: skewY(-30deg) skewX(10deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.front-legs > .leg + .leg {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.front-legs > .leg + .leg:before {
  background: #bf8de3;
}

.hind-leg {
  position: absolute;
  background: #bf8de3;
  width: 35%;
  height: 25%;
  border-top-left-radius: 35% 100%;
  border-top-right-radius: 40% 100%;
  bottom: 0%;
  right: 45%;
}
.hind-leg:before {
  width: 6%;
  height: 20%;
  background: transparent;
  bottom: 0;
  left: 70%;
  box-shadow: -0.8vmin 0 0 #35164B, 0.8vmin 0 0 #35164B;
}

.tail {
  position: absolute;
  width: 15%;
  height: 6%;
  bottom: 0;
  right: 72%;
  background: #5C317B;
  z-index: 0;
}
.tail > .tail {
  -webkit-animation: tail 12s none infinite;
          animation: tail 12s none infinite;
  height: 100%;
  width: 4vmin;
  right: 26%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-top-left-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.husky > .tail {
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}
.husky > .tail > .tail {
  right: 88%;
}


*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
}


.site-menu .menu-right {
  position: relative;
}
.site-menu .menu-feature {
  background: #260e38;
  overflow: hidden;
}
.site-menu .menu-feature .menu-col-inner {
  position: static;
}
.site-menu #logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.site-menu #expertise {
  position: relative;
  width: 50%;
  min-width: 205px;
  max-width: 405px;
  z-index: 1;
}
.site-menu #expertise .arrow {
  font-size: 1.8rem;
  margin-left: 15px;
}
.site-menu .menu-right i {
  margin-left: 15px;
}
.site-menu .menu-expertise {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.site-menu .menu-expertise.open {
  display: block;
  opacity: 1;
}
header.main-header.open + .site-menu .mbc-icon-mbc-logomark-ffffff:before,
.site-menu .mbc-icon-mbc-logomark-ffffff:before,
header.open ul.color-white li a {
  color: #555;
}
header a {
  line-height: 1;
}
nav ul li a {
  color: #333;
  margin-left: 25px;
  font-size: 1.333rem;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
nav ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: inherit;
}
.page-home nav ul li a {
  color: #F76D6D;
}
.page-service.seo nav ul li a {
  color: #F76D6D;
}
.page-about nav ul li a {
  color: #F76D6D;
  text-decoration: none;
}
.page-work {
  background: #111;
}
.page-work nav ul li a {
  color: #fff;
}
.page-expertise nav ul li a,
.page-contact nav ul li a,
.page-work-single.medlock nav ul li a {
  color: #555;
}
header ul.color-white li a {
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  padding: 30px 60px 30px 60px;
  width: 100%;
}
header.open + .site-menu {
  padding: 0;
}
header nav {
  float: right;
  position: relative;
}
header .main-nav .nav-links {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  margin-top: 0px;
}
header nav ul li {
  list-style: none;
  display: inline-block;
}
header nav ul li.active a {
  font-weight: bold;
}
header #logo i {
  line-height: inherit;
}
main-nav a:hover, .main-nav a.on_press {
  opacity: 0.7;
}
.main-nav .cta-start-project.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-nav .cta-start-project {
  display: block;
  position: absolute;
  top: 0;
  right: 55px;
  white-space: nowrap;
  -webkit-transform: translate3d(0, -85px, 0);
  transform: translate3d(0, -85px, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.15s linear;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.15s linear;
  color: #F76D6D;
}
.page-work .main-nav .cta-start-project,
.page-service.web-design .main-nav .cta-start-project,
.page-work-single.cartender .main-nav .cta-start-project {
  color: #fff;
}
.page-expertise .main-nav .cta-start-project,
.page-contact .main-nav .cta-start-project,
.page-work-single.medlock .main-nav .cta-start-project {
  color: #555;
}
.main-nav a {
  color: #fff;
  -webkit-transition: opacity 0.15s linear, color 0.2s linear;
  transition: opacity 0.15s linear, color 0.2s linear;
}
.main-nav ul {
  margin-bottom: 0;
  margin-top: 6px;
}
.nav-links.scrolled ~ .hamburger {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hamburger.expand {
  z-index: 2;
}
.hamburger {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  top: 0;
  right: 0;
  background: transparent;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.hamburger .patty:nth-child(1) {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.hamburger .patty:nth-child(2) {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  width: 75%;
}
.hamburger .patty:nth-child(3) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  width: 50%;
}
.hamburger:hover .patty {
  opacity: 1;
}
.hamburger:hover .patty:nth-child(3) {
  transform: translateY(9px);
}
.hamburger:hover .patty:nth-child(1) {
  transform: translateY(-9px);
}
button:focus {
  outline: none;
}
.site-menu .container {
  height: 100%;
}
.site-menu .row {
  height: 100%;
  align-items: center;
}
.site-menu .menu-primary li,
.site-menu .menu-secondary li {
  list-style: none;
  margin-bottom: 15px;
}
.site-menu .menu-primary li a,
.site-menu .menu-secondary li a {
  color: #111;
  font-size: 2.16667rem;
  line-height: 2.5rem;
  font-weight: 500;
  transition: color 0.15s linear;
  -webkit-transition: color 0.15s linear;
}
.site-menu .menu-secondary li a {
  font-size: 1.6667rem;
  line-height: 2rem;
}
.site-menu .menu-secondary li a {
  font-weight: normal;
}
.site-menu .menu-secondary {
  margin-top: 45px;
}
.site-menu .menu-secondary li img {
  margin-left: 10px;
}
.site-menu .menu-social {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.site-menu .menu-social li {
  display: inline-block;
  list-style: none;
  margin: 0 7px;
}
.site-menu .menu-social li a:before {
  font-size: 1.6667rem;
  color: #555;
  transition: color 0.15s linear;
  -webkit-transition: color 0.15s linear;
}
.site-menu .menu-primary li a:hover,
.site-menu .menu-secondary li a:hover,
.site-menu .menu-social li a:hover,
.site-menu .menu-social li a:hover:before {
  text-decoration: none;
  color: #F76D6D;
}
/** Panel Colours **/
body.color-red,
.case-studies.color-red,
.page-service.web-design .case-studies.color-red,
.page-service.seo .case-studies.color-red {
  background-color: #F76D6D;
}
body.color-blue,
.case-studies.color-blue,
.page-service.web-design .case-studies.color-blue,
.page-service.seo .case-studies.color-blue,
.page-work .greatest-hits .case-study.raz-rabin {
  background-color: #7893C3;
}
body.color-green,
.case-studies.color-green,
.page-service.web-design .case-studies.color-green,
.page-service.seo .case-studies.color-green {
  background-color: #0E9577;
}
body.color-purple,
.case-studies.color-purple,
.page-service.web-design .case-studies.color-purple,
.page-service.seo .case-studies.color-purple,
.page-work .greatest-hits .case-study.cartender {
  background-color: #8559A5;
}
body.color-pink,
.case-studies.color-pink,
.page-service.web-design .case-studies.color-pink,
.page-service.seo .case-studies.color-pink {
  background-color: #FAD3CF;
}
body.color-orange,
.case-studies.color-orange,
.page-service.web-design .case-studies.color-orange,
.page-service.seo .case-studies.color-orange,
.page-work .greatest-hits .case-study.medlock {
  background-color: #FFB677;
}
body.color-yellow,
.case-studies.color-yellow,
.page-service.web-design .case-studies.color-yellow,
.page-service.seo .case-studies.color-yellow {
  background-color: #F7E9A0;
}
body.color-black,
.case-studies.color-black {
  background-color: #111;
}


.delay-500 {
  animation-delay: 500ms;
}
.delay-1000 {
  animation-delay: 1000ms;
}
/*.case-studies {
transition: background-color 1s ease;
}*/
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
  overflow: hidden;
}
.panel p {
  margin: 10px 0 30px 0;
  display: inline-block;
}
.panel .row {
  align-items: center;
}
/** Home Page **/
.page-home .top-hero {
  background: #fff;
}
.page-home .case-study,
.page-home .top-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-home .top-hero .design-container {
  position: relative;
}
.page-home .top-hero .design-container #design-letters {
  position: absolute;
  top:6px;
  left:19.65%;
  z-index:0;
}
.page-home .top-hero #D-filled,
.page-home .top-hero #e-filled,
.page-home .top-hero #g-filled {
  opacity: 0;
}
.page-home .top-hero .design-container #design {
  position: relative;
}
.page-home .case-study .row {
  align-items: center;
}
.page-home .top-hero .hero-content {
  text-align: center;
  padding-top: 100px;
}
.page-home .top-hero #lights {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  margin-top: -5px;
}
.page-home .top-hero h2 {
  font-size: 1.6667rem;
  line-height: 2.5rem;
  font-weight: lighter;
  margin: 0 0 35px 0;
  font-family: 'Poppins';
  text-transform: none;
}
.page-home .top-hero img {
  max-width: 100%;
  height: auto;
}
.page-home .top-hero h1 {
  font-size: 1.6667rem;
  font-weight: normal;
  line-height: 2.5rem;
  margin: 40px auto 0 auto;
  font-family: 'Poppins';
  text-transform: none;
  max-width: 485px;
}
.page-home .case-study-nav {
  padding-left: 27px;
  position: absolute;
}
.page-home .case-study-nav li {
  position: relative;
}
.page-home .case-study-nav a {
  display: block;
  color: #fff;
  font-size: 1.3333rem;
  margin: 15px 0;
}
.page-home .case-study.raz .case-study-nav a {
  color: #555;
}
.page-home .case-study .case-study-nav a:hover {
  font-weight: bold;
  text-decoration: none;
}
.page-home .case-study-nav li.active:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -27px;
  top: 11px;
}
.page-home .case-study.raz .case-study-nav li.active:before {
  background: #555;
}
.page-home .case-study-nav li.active a {
  font-weight: 900;
}
.page-home .case-study img {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.page-home .case-study.cartender {
  background: #F76D6D;
  color: #fff;
}
.page-home .case-study {
  z-index: 2;
}
.page-home .case-study.raz {
  background: #fff;
}
.page-home .case-study.medlock {
  background: #7893C3;
  color: #fff;
}
.page-home .case-study h2 {
  margin-bottom: 0;
}
.page-home .case-study p {
  margin-bottom: 20px;
}
.page-home .case-study ul {
  margin-bottom: 40px;
}
.page-home .case-study ul li {
  list-style: none;
  display: inline;
  font-weight: lighter;
}
.page-home .case-study ul li a {
  text-decoration: none;
  color: #fff;
}
.page-home .case-study.raz ul li a,
.page-home .case-study.raz {
  color: #7893C3;
}
.page-home .case-study .link {
  font-size: 1.6667rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}
.page-home .case-study.cartender .link {
  color: #FFF;
  border-bottom: 6px solid #F7E9A0;
}
.page-home .case-study.raz .link {
  color: #7893C3;
  border-bottom: 6px solid #7893C3;
}
.page-home .case-study.medlock .link {
  color: #FFF;
  border-bottom: 6px solid #FFB677;
}
.page-home .blog {
  background: #fff;
  padding-top: 180px;
  padding-bottom: 180px;
  z-index: 30;
}
.page-home .blog h2 {
  text-align: center;
}
.page-home .blog article {
  text-align: left;
}
.page-home .blog article a h2,
.main-feature .article-title a {
  font-size: 2.1667rem;
  font-weight: bold;
  line-height: 2.91667rem;
  letter-spacing: 0.45px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  color: #555;
}
.page-home .blog article .post-title {
  min-height: 110px;
  margin-top: 110px;
}
.page-home .blog article .date {
  margin-right: 20px;
  font-size: 1.3333rem;
}
.page-home .blog article .author {
  font-size: 1.3333rem;
}
.page-home .blog article .post-image {
  height: 208px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
}
.page-home .blog article .post-image img {
  max-width: 100%;
  height: auto;
}
.page-home .blog article .post-excerpt {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.6667rem;
  line-height: 2.5rem;
}
.page-home .blog article .read-more {
  font-size: 1.6667rem;
  color: #555;
  line-height: 2.5rem;
  border-bottom: 6px solid #F76D6D;
  text-decoration: none;
}
.page-home .blog .blog-link {
  margin-top: 110px;
  text-align: center;
}
.page-home .blog .blog-link a {
  color: #F76D6D;
  font-size: 2.1667rem;
  letter-spacing: 0.45px;
  font-weight: 600;
  text-decoration: none;
}
.page-home .blog .blog-link a img {
  margin-left: 15px;
}
.page-home .recent {
  background: #F7E9A0;
  padding-top: 180px;
  padding-bottom: 180px;
}
.page-home .recent h3 {
  font-size: 2.1667rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.45px;
  margin-bottom: 15px;
}
.page-home .recent ul li {
  list-style: none;
  line-height: 2.5rem;
  font-size: 1.6667rem;
  letter-spacing: 0.45px;
}
.page-home .recent ul li a {
  color: #555;
  text-decoration: underline;
}


/** About Page **/
.hero {
  margin-bottom: 180px;
}
.page-about {
  overflow-x: hidden !important;
}
.page-about .hero-top {
  margin-bottom: 0;
  min-height: 100vh;
}
.page-about .hero-top .container,
.page-about .hero-top .container .row {
  min-height: 100vh;
  align-items: center;
}
.banner-image {
  position: absolute;
  width: 45%;
  right: 0;
  margin-top: 65px;
}
.banner-image img {
  width: 100%;
  height: auto;
}
.page-about .hero-top .banner-image img {
  margin-top: 90px;
}
.page-about .banner-image img {
  margin-top: 50px;
}
.page-about .mbc-matt .banner-image img {
  margin-top: -50px;
}
.page-about .hero-top .banner-image {
  margin-top: 100px;
  display: flex;
  top: 0;
  bottom: 0;
  margin: 0;
}
.page-about .mbc-matt .banner-image {
  margin-top: -60px;
  top: 0;
}
.page-about .hero-top h3 {
  margin-bottom: 15px;
  margin-top: 100px;
}
.page-about .hero-top p {
  margin-bottom: 30px;
}
.page-about .mbc-about {
  background: #FEDCDC;
  padding: 180px 0;
  overflow-x: hidden !important;
}
.page-about .mbc-about h2 {
  margin-bottom: 8px;
}
.page-about .mbc-about h3 {
  margin-bottom: 20px;
}
.page-about .mbc-about img {
  position: absolute;
  right: -50px;
  width: 95%;
}
.page-about .mbc-founder {
  background: #fcf6d5;
  padding: 180px 0;
  margin-bottom: 290px;
}
.page-about .mbc-founder .row,
.page-service .web-redesign .row,
.page-service .website-calculator .row,
.page-service .case-studies .case-study .row,
.page-service .service-form .row,
.page-service .ppc-advertising .row,
.page-service .seo-solutions .row,
.page-service .seo-score .row {
  justify-content: center;
  align-items: center;
}
.page-service .web-redesign .row {
  position: static;
}
.page-about .mbc-founder .left {
  padding-left: 0;
}
.page-about .mbc-founder .left h2 {
  max-width: 290px;
  padding-top: 100px;
}
.page-about .mbc-founder .right {
  text-align: right;
}
.page-about .mbc-founder img {
  max-width: 450px;
}
.page-about .mbc-matt {
  margin-bottom: 226px;
  position: relative;
}
.page-about .mbc-matt .banner-image,
.page-service .website-calculator .row > div:last-of-type {
  text-align: right;
}
.page-about .mbc-matt h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.page-about .mbc-clients {
  text-align: center;
}
.page-about .mbc-clients h2 {
  margin-bottom: 30px;
}
.page-about .mbc-clients p {
  margin-bottom: 80px;
}
.page-about .mbc-clients .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.page-about .mbc-clients img {
  max-width: 170px;
  margin: 0 auto;
}
.page-about .mbc-awards {
  background: url('images/Group 2603.jpg') no-repeat center bottom;
  background-size: cover;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
}
.page-about .awards-box {
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
.page-about .awards-count {
  position: absolute;
  top: 11%;
  right: 0;
  left: 0;
}
.page-about .awards-count div {
  font-size: 66.6667rem;
  line-height: 1;
  font-family: "Poppins";
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.page-about .awards-count div span {
  font-size: 18.333rem;
  position: absolute;
  top: 0;
}
.page-about .mbc-awards h2 {
  padding-top: 320px;
  margin-bottom: 110px;
}
.page-about .mbc-awards .client-logos {
  justify-content: center;
  align-items: center;
  margin-bottom: 175px;
}
.page-about .mbc-awards .client-logos img {
  width: auto;
  margin: 0 auto 20px auto;
  max-height: 60px;
}
.page-about .mbc-awards .awards-disclaimer {
  padding-bottom: 30px;
  text-transform: lowercase;
  font-weight: lighter
}
.page-about .mbc-join h3 {
  margin-bottom: 35px;
}
.page-about .mbc-hiring {
  background: #f7e9a0; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f7e9a0 0%, #f76d6d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f7e9a0 0%,#f76d6d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f7e9a0 0%,#f76d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e9a0', endColorstr='#f76d6d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 0;
  z-index: 0;
}
.page-about .mbc-hiring .blob,
.page-contact .join-mbc .blob {
  position: absolute;
  right: 0;
  bottom: -25px;
  right: -50px;
  max-width: 837px;
  height: auto;
}
.page-contact .join-mbc .blob {
  bottom: 86px;
  right: -10px;
}
.page-about .mbc-hiring p {
  margin-bottom: 40px;
}
.page-about .mbc-hiring .row {
  align-items: center;
}
.page-about .mbc-hiring .right {
  text-align: right;
}
.page-about .mbc-hiring .ppl-at-desk {
  width: 498px;
}
.page-about .mbc-hiring #flower-hanging {
  position: absolute;
  top: 0;
  right: 100px;
}

/*** Contact Page ***/
.page-contact .banner-image {
  width: 48%;
  margin-top: 120px;
}
.page-contact .hero-top {
  min-height: 120vh;
  margin: 0;
}
.page-contact .hero-top .banner-image {
  top: 0;
}
.page-contact .hero-top .container {
  height: 120vh;
  min-height: 840px;
}
.page-contact .hero-top .container .row {
  align-items: center;
  height: 100%;
}
.page-contact .hero-top h2 {
  font-size: 2.1667rem;
  line-height: 3.16667rem;
  font-family: 'Poppins Medium';
  margin-bottom: 10px;
  text-transform: none;
}
.page-contact .hero-top h4,
.page-contact .hero-top p {
  font-family: 'Poppins Light';
  font-size: 1.6667rem;
  line-height: 2.5rem;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 35px;
}
.page-contact .hero-top p#response.error {
  color: #F76D6D
}
.page-contact .hero-top p#response.success {
  color: #0E9577;
}
.page-contact .hero-top p a {
  color: #F76D6D;
  text-decoration: none;
}
.page-contact .hero-top form input[type=email],
.page-contact .hero-top form input[type=text] {
  border: 0 none;
  border-bottom: 2px solid #555555;
  padding-bottom: 15px;
  font-size: 1.3333rem;
  font-family: 'Poppins Light';
  line-height: 2.5rem;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 0;
  outline: none;
  background: transparent;
}
.page-contact .hero-top form > div {
  margin-bottom: 25px;
}
.slack-post {
  margin-bottom: 45px;
}
.slack-post #response {
  margin-top: 15px;
}
.slack-post button {
  margin-top: 45px;
}
.page-contact .hero-top ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.page-contact .hero-top ::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.page-contact .hero-top :-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.page-contact .hero-top :-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.page-contact h1 {
  padding-right: 12px;
  color: #fff;
}
.page-contact .start-a-project {
  background: #7893C3;
  padding: 180px 0;
}
.page-contact .start-a-project .row,
.page-service .ecommerce .row {
  align-items: center;
}
.page-contact .start-a-project .right {
  text-align: right;
  z-index: 0;
}
.page-contact .start-a-project .mbc-link {
  color: #FEDCDC;
  font-size: 2.6667rem;
}
.page-contact .start-a-project .mbc-link,
.page-contact .join-mbc .mbc-link {
  border-bottom-color: #FEDCDC;
}
.page-contact .start-a-project .mbc-link:hover,
.page-contact .join-mbc .mbc-link:hover {
  color: #111;
}
.page-contact .start-a-project .mbc-link:after {
  background: #FEDCDC;
}
.page-contact .contact-info {
  text-align: center;
}
.page-contact .contact-info .social {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-contact .contact-info .social li {
  list-style: none;
  display: inline-block;
  font-size: 2.1667rem;
  margin-right: 12px;
}
.page-contact .contact-info .social li:last-child {
  margin-right: 0;
}
.page-contact .contact-info .social li a {
  color: #F76D6D;
  text-decoration: none;
}
.page-contact .contact-info h2 {
  color: #F76D6D;
  margin-bottom: 20px;
}
.page-contact .contact-info .address {
  color: #F76D6D;
  font-size: 1.6667rem;
  margin-bottom: 0;
  line-height: 3rem;
}
.page-contact .contact-info .phone {
  margin-top: 20px;
  color: #F76D6D;
}
.page-contact .join-mbc {
  background: #8559A5;
  color: #fff;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.page-contact .join-mbc .row {
  align-items: center;
}
.page-contact .join-mbc p {
  margin-bottom: 40px;
}
.page-contact .join-mbc .mbc-link {
  color: #FEDCDC;
}
.page-contact .join-mbc .mbc-link:after {
  background: #FEDCDC;
}
.page-contact .join-mbc .right {
  text-align: right;
}
.page-contact .join-mbc .right img {
  position: relative;
  margin-right: -75px;
}
/** Services **/
.page-service h2 {
  margin-bottom: 8px;
}
.page-service h3 {
  font-size: 2.6667rem;
  font-family: "Poppins";
  line-height: 3.75rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: none;
}
.page-service h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.6667rem;
  line-height: 2.5rem;
  margin: 0 0 20px 0;
}
.page-service h4 a {
  color: #F76D6D;
  text-decoration: underline;
}
.page-service.web-design .form-errors {
  display: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.services-hero .hero-img {
  position: absolute;
  right: 160px;
  bottom: 150px;
}
.services-hero.web-design .hero-img {
  bottom: 65px;
}
.service-areas p {
  text-align: center;
}
.service-areas ul {
  margin-top: 90px;
}
.service-areas li {
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
}
.service-areas h2,
.other-services h2 {
  text-align: center;
}
.service-areas li a {
  font-size: 1.3333rem;
  color: #555;
}

.service-areas li a:hover {
  color: #F76D6D;
  padding: 0;
  color: #fff;
}
.services-hero.web-design {
  background: #f98888; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f98888 0%, #f76d6d 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f98888 0%,#f76d6d 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f98888 0%,#f76d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98888', endColorstr='#f76d6d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: 100vh;
  position: relative;
  z-index: 0;
}
.services-hero.seo-marketing {
  background: #F7E9A0; /* Old browsers */
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.services-hero.seo-marketing .hero-img {
  width: 70%;
  max-width: 100%;
  bottom: -62%;
  text-align: right;
  margin-right: -5%;
}
.services-hero.web-design .hero-text {
  padding-top: 7rem;
}
.services-hero .container {
  height: 100%;
}
.services-hero .row {
  align-items: center;
  height: 100%;
}
.services-hero.web-design h1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  font-family: 'Poppins';
  margin-bottom: 15px;
  color: #fff;
}
.services-hero.seo-marketing h1 {
  margin-bottom: 40px;
  font-size: 1.3333rem;
  text-transform: none;
  color: #555;
}
.services-hero.seo-marketing .mbc-link {
  color: #F76D6D;
  margin-top: 80px;
  display: inline-block;
  font-size: 1.66667rem;
}
.services-hero.seo-marketing .mbc-link:after {
  background: #F76D6D;
}
.services-hero h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #F7E9A0;
}
.services-hero h2 span {
  color: #fff;
}
.page-service .web-redesign.sem {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  background: #FFB677;
}
.page-service .sem .mbc-link {
  color: #8559A5;
  border-bottom-color: #8559A5;
}
.page-service .sem .mbc-link:after {
  background: #8559A5;
}
.page-service .sem .col-lg-7 {
  position: absolute;
  bottom: -120px;
  left: 0;
}
.hero .img-full.mockup {
  position: absolute;
  left: -160px;
  max-width: 67%;
}
.page-service .service-form .left p {
  padding-right: 65px;
}
.page-service .service-form p#error_msg {
  display: none;
  font-size: 1.16667rem;
  line-height: 1.66667rem;
}
.page-service.seo .service-form p#error_msg {
  color: #FEDCDC;
}
.error_msg.error {
  color: #f76d6d;
}
.page-service .service-form p.form-note {
  text-align: center;
  font-size: 1.0833rem;
  line-height: 1.6667rem;
  font-style: italic;
  width: 65%;
  margin: 0 auto;
}
.page-service.web-design .service-form form {
  background: #7893c3; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #7893c3 0%, #8559a5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #7893c3 0%,#8559a5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #7893c3 0%,#8559a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7893c3', endColorstr='#8559a5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  padding: 80px 80px 142px 80px;
  margin-bottom: 20px;
}
.page-service.web-design .service-form form h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 2.6667rem;
  line-height: 3.75rem;
  margin-bottom: 35px;
}
.page-service.web-design .service-form form label,
.page-service .website-score form label {
  display: block;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}
.page-service .website-score form label {
  color: #555;
}
.page-service .service-form form input[type=email],
.page-service .service-form form input[type=tel],
.page-service .service-form form input[type=text],
.page-service .service-form form input[type=url],
.page-service .service-form form textarea,
.page-service .website-score form input[type=email],
.page-service .website-score form input[type=text] {
  background: none;
  border: 0 none;
  border-bottom: 2px solid #fff;
  outline: none;
  opacity: 0.5;
  width: 100%;
  color: #fff;
  font-size: 1.6667rem;
}
.page-service .website-score form input[type=email],
.page-service .website-score form input[type=text] {
  border-color: #555;
  color: #555;
}
.page-service .service-form form textarea {
  height: 95px;
}
.page-service .service-form form input[type=email]:focus,
.page-service .service-form form input[type=tel]:focus,
.page-service .service-form form input[type=text]:focus,
.page-service .service-form form textarea:focus,
.page-service .service-form form input[type=url]:focus,
.page-service .website-score form input[type=email]:focus,
.page-service .website-score form input[type=text]:focus {
  opacity: 1.0;
}
.page-service .service-form form #project-details {
  padding-top: 60px;
}
.page-service .service-form form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5; /* Firefox */
}
.page-service .service-form form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.5;
}
.page-service .service-form form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 0.5;
}
.page-service .service-form form button[type=submit],
.page-service .website-score form button[type=submit] {
  background: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-size: 1.6667rem;
  float: right;
  margin-top: 30px;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
}
.page-service .service-form form button[type=submit] {
  border: 0 none;
}
.page-service .website-score form button[type=submit] {
  color: #555;
  float: none;
  position: relative;
  border-bottom-color: #555;
}
.page-service .website-score form button[type=submit]:after {
  background: #555;
}
.page-service .service-form form button img {
  margin-left: 20px;
}
.page-service .service-form form .row,
.page-service .website-score form .row {
  margin-bottom: 20px;
}
.page-service .service-form form .selection label {
  display: inline-block;
  letter-spacing: 0;
}
.page-service .service-form form input[type=radio] {
  background: transparent;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.7;
}
.page-service .service-form form input[type=radio]:checked,
.page-service .service-form form input[type=radio]:checked+label {
  opacity: 1.0;
}
.page-service .service-form form input[type=radio]:checked+svg {
  opacity: 1;
}
.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
}
.btn-radio:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
}
.btn-radio:not(:first-child) {
  margin-left: 0;
  margin-top: 15px;
}
.page-service .service-form svg {
  fill: none;
  vertical-align: middle;
  height: 10px;
  width: 10px;
}
.page-service .service-form svg circle {
  stroke-width: 2;
  stroke: #fff;
}
.page-service .service-form svg path {
  stroke: #fff;
}
.page-service .service-form svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.page-service .service-form svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.page-service .service-form input[type=radio] {
  display: none;
}
.page-service .service-form input[type=radio]:checked + svg path {
  transition: all .4s ease;
}
.page-service .service-form input[type=radio]:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: .3s;
}
.page-service .service-form input[type=radio]:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.page-service .service-form .selection span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.page-service .websites-launched {
  position: relative;
}
.page-service .websites-launched .hero-img {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.page-service .websites-launched h3 {
  margin-bottom: 0;
  font-weight: bold;
}
.page-service .websites-launched h4 {
  font-size: 1.3333rem;
  line-height: 2.08333rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.page-service .websites-launched p,
.page-service .ecommerce .row p:last-of-type,
.page-service .web-redesign p:last-of-type,
.page-service .website-calculator p:last-of-type,
.page-service .web-design-toronto p:last-of-type,
.page-service .ppc-advertising p:last-of-type,
.page-service .seo-solutions p:last-of-type {
  margin-bottom: 40px;
}
.page-service .what-we-do h2 {
  text-align: right;
  margin-bottom: 40px;
}
.page-service .what-we-do .row > div > div {
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 35px rgba(0,0,0,0.16);
  padding: 40px 40px 70px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: background 0.2s;
}
.page-service .what-we-do .row > div > div:hover {
  background: -moz-linear-gradient(top, #f76d6d 0%, #f7e9a0 100%) url('images/webdesign-box-pattern.png') no-repeat; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f76d6d 0%,#f7e9a0 100%) url('images/webdesign-box-pattern.png') no-repeat; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f76d6d 0%,#f7e9a0 100%) url('images/webdesign-box-pattern.png') no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76d6d', endColorstr='#f7e9a0',GradientType=0 ) url('images/webdesign-box-pattern.png') no-repeat; /* IE6-9 */
  background: rgba(247,235,160, 0.28) url('images/webdesign-box-pattern.png') no-repeat;
  background-size: cover;
  color: #F76E6D;
}
.page-service .what-we-do .row > div i:before {
  font-size: 5rem;
  color: #555;
}
.page-service .what-we-do .row > div:hover i:before {
  color: #f76e6d;
  color: -moz-linear-gradient(-45deg, #f76e6d 0%, #ffc744 100%);
  color: -webkit-linear-gradient(-45deg, #f76e6d 0%,#ffc744 100%);
  color: linear-gradient(135deg, #f76e6d 0%,#ffc744 100%);
}
.page-service .what-we-do .row > div h2 {
  margin-top: 60px;
}
.page-service .what-we-do .row > div h2,
.page-service .service-list .row .left h2 {
  font-size: 2.1667rem;
  line-height: 3.16667rem;
  margin-bottom: 15px;
  text-transform: none;
  text-align: center;
}
.page-service .service-list h2 {
  padding-left: 100px;
  margin: 100px 0 25px 0;
}
.page-service .service-list .row .right {
  text-align: right;
}
.page-service .service-list .row .right a {
  font-size: 2.1667rem;
  font-weight: 600;
  color: #F76D6D;
}
.page-service .service-list .row .right a img {
  margin-left: 20px;
}
.page-service .service-list .row .right .quote {
  margin-top: 290px;
  width: 115%;
  right: 15%;
  position: relative;
}
.page-service .service-list .right .quote blockquote {
  font-size: 2.1667rem;
  line-height: 2.91667rem;
  font-weight: 300;
  margin-bottom: 70px;
}
.page-service .service-list .right .quote p {
  font-size: 1.3333rem;
  font-weight: 600;
}
.page-service .service-list h2,
.page-service .service-list .row .left h2 {
  text-align: right;
}
.page-service .service-list .row .left h2 {
  padding-left: 0;
  margin: 35px 0 15px 0;
}
.page-service .service-list .left p {
  font-size: 1.3333rem;
  line-height: 2.08333rem;
}
.page-service .service-list a {
  color: #555;
  text-decoration: none;
}
.page-service .service-list .row .left .row {
  margin-top: -80px;
}
.page-service .service-list .row .left .row > div {
  text-align: right;
  margin-top: 80px;
}
.page-service .what-we-do .row > div p {
  font-size: 1.3333rem;
  line-height: 2.08333rem;
}
.page-service {
  overflow-x: hidden !important;
}
.page-service .website-score .hero-img {
  position: absolute;
  right: -60px;
}
.page-service .website-score p {
  margin-bottom: 20px;
}
.page-service .web-redesign {
  background: #FAD3CF;
  padding: 110px 0;
}
.page-service .web-redesign img {
  border-radius: 10px;
}
.page-service .web-redesign .row > div:last-of-type {
  text-align: right;
  z-index: 0;
}
.page-service .web-redesign .row > div:first-of-type {
  text-align: center;
}
.page-service .web-redesign h3 {
  font-size: 1.6667rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #F76D6D;
  display: inline-block;
  margin-left: 25px;
  margin-top: 35px;
  margin-bottom: 0;
}
.page-service .web-redesign .web-redesign-logo {
  float: left;
  margin-top: 25px;
  max-width: 200px;
}
.page-service .web-redesign .redesign-case-study .row > div:first-child {
  margin-bottom: 90px;
}
.page-service .web-redesign h3 {
  float: right;
  margin-top: 20px;
}
.page-service .case-studies {
  transition: background 1s ease;
  -webkit-transition: background 1s ease;
  position: static;
}
.page-service .case-studies .case-study {
  color: #fff;
  min-height: 100vh;
  align-items: center;
  display: flex;
  transition: background 1s ease;
  -webkit-transition: background 1s ease;
}
.page-service.web-design .case-studies {
  background-color: #0E9577;
}
.page-service .case-studies .case-study h2 {
  font-size: 5.8333rem;
  line-height: 1;
}
.page-service .case-studies .case-study h3 {
  font-size: 1.66667rem;
  line-height: 2.5rem;
  margin: 30px 0 20px 0;
}
.page-service .case-studies .case-study ul {
  margin-bottom: 40px;
}
.page-service .case-studies .case-study ul li {
  list-style: none;
  display: inline;
}
.page-service .case-studies .case-study ul li a {
  color: #fff;
  text-decoration: none;
}
.page-service .case-studies .case-study .testimonial blockquote {
  font-weight: 300;
  font-size: 1.3333rem;
  line-height: 2.08333rem;
  margin-bottom: 20px;
}
.page-service .case-studies .case-study .testimonial p {
  margin: 0;
  font-weight: 600;
  font-size: 1.3333rem;
}
.page-service .case-studies .case-study .right {
  text-align: right;
}
.page-service .case-studies .case-study .abs {
  position: absolute;
}
.page-service .case-studies .case-study.medlock .abs {
  left: -65px;
}
.page-service .case-studies .case-study.catc .abs {
  right: -150px;
}
.page-service .case-studies .case-study.catc .abs img {
  width: 100%;
}
.page-service .case-studies .case-study.catc {
  color: #fff;
}
.page-service .other-services h3 {
  font-size: 2.6667rem;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 90px;
}
.page-service .other-services .row > div {
  text-align: center;
}
.page-service .other-services .row > div a {
  text-decoration: none;
}
.page-service .other-services .row > div a h4 {
  font-size: 2.6667rem;
  line-height: 3.75rem;
  font-weight: normal;
  color: #555;
}
.page-service .other-services .image-container {
  height: 262px;
  vertical-align: middle;
  display: flex;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.3s;
}
.page-service .other-services .image-container img {
  margin: 0 auto;
}
.page-service .other-services a:hover .image-container {
  -webkit-filter: none;
  filter: none;
}
.page-service.seo .other-services h2 {
  margin-bottom: 90px;
}
.page-service.seo .case-study .blob-wrapper {
  position: relative;
}
.page-service.seo .case-study .blob-wrapper .blob {
  position: absolute;
  width: 100%;
  max-width: 200%;
  width: 130%;
  bottom: 0;
  top: -54%;
  right: -28%;
}
.page-service.seo .case-study#seo-case-study-2 .blob-wrapper .blob {
  right: auto;
  left: -41%;
  top: -39%;
}
.page-service.seo .case-study#seo-case-study-3 .blob-wrapper .blob {
  right: -14%;
  top: -12%;
}
.page-service.seo .case-study#seo-case-study-4 .blob-wrapper .blob {
  right: auto;
  left: -33%;
  top: -33%;
}
.page-service.seo .case-study h2 {
  margin-bottom: 25px;
}
.page-service.seo .case-study a.mbc-link.yellow:hover {
  color: #0E9577;
}
.page-service.seo .case-study .col-md-5 {
  z-index: 0;
}
.page-service.seo .case-study#seo-case-study-2 h2,
.page-service.seo .case-study#seo-case-study-4 h2 {
  color: #555;
}
/*** Case Studies ***/
/*** Footer ***/
.main-footer {
  background: #111;
  padding: 110px 0;
  color: #C3C3C3;
  letter-spacing: 1px;
  z-index: 30;
  position: relative;
}
.main-footer .start-project-link {
  text-align: center;
  margin-bottom: 75px;
}
.main-footer .start-project-link a {
  font-size: 2.1667rem;
  font-weight: 600;
  color: #FFB677;
}
.main-footer .start-project-link img {
  margin-left: 30px;
}
.main-footer ul {
  padding: 0;
}
.main-footer ul li {
  list-style: none;
  font-size: 1.333rem;
}
.main-footer ul li a {
  font-size: 1.333rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #C3C3C3;
  line-height: 2.5rem;
  font-size: 1.333rem;
  margin-bottom: 6px;
  text-decoration: none;
}
.main-footer ul li a:hover {
  color: #f7e9a0;
}
.main-footer .copyright {
  text-align: right;
}
.main-footer .left {
  float: left;
}
.main-footer .right {
  float: right;
}
.main-footer .social {
  text-align: center;
}
.main-footer .social li {
  display: inline-block;
}
.main-footer .social li a {
  font-size: 2.1667rem;
}
.main-footer .social li a {
  margin: 0 5px;
  text-decoration: none;
}
.main-footer .social li a:hover {
  color: #F7E9A0;
}
.main-footer form {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.main-footer form input[type=email] {
  border: 0 none;
  background: transparent;
  border-bottom: 1px solid #C3C3C3;
  font-size: 1.333rem;
  font-weight: 300;
  width: 100%;
  color: #C3C3C3;
  padding: 0 10px 10px;
  line-height: 2.5rem;
  letter-spacing: 1px;
  outline: none;
}
.main-footer form input[type=submit] {
  position: absolute;
  background: url('images/sent-mail.svg') no-repeat;
  text-indent: -10000px;
  overflow: hidden;
  width: 26px;
  height: 24px;
  border: 0 none;
  margin-left: -40px;
  cursor: pointer;
  top: 0;
  right: 0;
}
.main-footer form input[type=submit]:focus {
  outline: none;
}
.main-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C3C3C3;
}
.main-footer ::-moz-placeholder { /* Firefox 19+ */
  color: #C3C3C3;
}
.main-footer :-ms-input-placeholder { /* IE 10+ */
  color: #C3C3C3;
}
.main-footer :-moz-placeholder { /* Firefox 18- */
  color: #C3C3C3;
}
/** 404 Page **/
.h-404 .navbar a {
  margin: 0 auto;
  margin-top: 45px;
}
.p-404 #content {
  margin-bottom: 0;
}
.page-404 {
  background: url('/blog/wp-content/uploads/2019/03/rover-image.jpg') center center no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.p-404 h1 {
  font-size: 19.16667rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 13.3333rem;
}
.p-404 p {
  font-size: 1.6667rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  padding: 0 0 40px 0;
  font-weight: 500;
  max-width: 350px;
  margin: 0 auto 20px auto;
}
.p-404 a {
  background: #111;
  color: #fff;
  font-size: 1.6667rem;
  font-weight: 500;
  padding: 15px 25px;
}
.p-404 a:hover {
  text-decoration: none;
  color: #fff;
}
/** Project Planner **/
.project-planner.price-calculator .project-planner-wrapper {
  padding-top: 110px;
}
#the-planner-form {
  position: relative;
  height: 100%;
}
.project-planner .planner-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-planner.price-calculator .calculator-indicators {
  position: relative;
  background: #FAD3CF;
  border-radius: 10px;
  height: 10px;
  padding: 0 80px 0 0;
}
.project-planner.price-calculator .calculator-indicators li {
  position: relative;
  display: inline-block;
  background: transparent;
  height: 100%;
  border-radius: 10px;
  top: -3px;
  margin: 0;
  padding: 0;
  width: 13%;
}
.project-planner.price-calculator .calculator-indicators li span {
  position: absolute;
  top: -30px;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  left: 0;
  width: max-content;
}
.project-planner.price-calculator .calculator-indicators li.is-active span {
  opacity: 1;
}
.project-planner.price-calculator .calculator-indicators li.is-active {
  background: #F76D6D;
}
.project-planner.price-calculator .planner-step.thank-you .form-row {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}
.price-calculator h1 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.price-calculator .share-buttons {
  position: absolute;
  right: 55px;
  top: 55px;
  z-index: 10000;
}
.price-calculator .share-btn {
  display: inline-block;
  margin-right: 5px;
}
.price-calculator .twitter-share-btn a,
.price-calculator .facebook-share-btn a,
.price-calculator .linkedin-share-btn a,
.price-calculator .pinterest-share-btn a {
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.price-calculator .twitter-share-btn a {
  background: #1DA1F2;
}
.price-calculator .facebook-share-btn a {
  background: #4267B2;
}
.price-calculator .linkedin-share-btn a {
  background: #0073b1;
}
.price-calculator .pinterest-share-btn a {
  background: #E60023;
}
.price-calculator #final-price {
  font-size: 6rem;
  font-weight: bold;
  margin-top: 45px;
}
.price-calculator #calculator-disclaimer {
  font-size: 1.5rem;
  border-bottom: 1px solid #555;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.price-calculator .thank-you a.mbc-btn {
  text-decoration: none;
  padding: 14px 0;
  width: 45%;
  font-weight: bold;
  margin: 0 auto;
  max-width: 45%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-borde-radius: 4px;
}
.price-calculator .thank-you a.mbc-btn.btn-coloured {
  border: 2px solid #F76D6D;
  font-size: 1rem;
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
  padding: 14px 0;
  width: 45%;
  font-weight: bold;
  margin: 0 auto;
  max-width: 45%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-borde-radius: 4px;
}
.price-calculator .thank-you a#link_save_project {
  max-width: 100%;
  width: 210px;
}
#estimateEmailCapture.modal {
  z-index: 100001;
}
.price-calculator .save-project {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  margin-top: 30px;
}
.price-calculator #estimateEmailCapture {
  font-size: 1.1667rem;
  line-height: 1.6667rem;
  padding: 45px 30px;
}
.price-calculator #estimateEmailCapture p {
  font-size: 1.1667rem;
  line-height: 1.6667rem;
  text-align: left;
  margin-bottom: 10px;
}
.price-calculator #estimateEmailCapture input[type=email] {
  font-size: 1.1667rem;
  border: 2px solid #FAD3CF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.project-planner .planner-step #estimateEmailCapture label {
  font-size: 1.1667rem;
  display: inline;
  line-height: 1.6667rem;
  font-weight: normal;
  margin-left: 5px;
  font-family: 'Poppins';
}
.price-calculator #estimateEmailCapture button {
  background: transparent;
  border: 2px solid #F76D6D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #555;
  padding: 14px 50px;
  font-size: 1rem;
  text-transform: uppercase;
  outline: none;
  margin-top: 15px;
  display: block;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.price-calculator #estimateEmailCapture button:hover {
  background: #F76D6D;
  color: #fff;
}
.price-calculator #estimateEmailCapture-error {
  display: none;
  color: #F76D6D;
}
.price-calculator .thank-you a#link_start_project {
  background: #F76D6D;
  color: #fff;
}
.project-planner .planner-menu .planner-progress {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 120px;
}
.project-planner .planner-menu .percentage {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  border-radius: 50%;
  line-height: 0.3;

  /* Just making it pretty */
  font-size: 5rem;
  text-align: center;
}
.project-planner .planner-menu .planner-progress .num {
  margin-top: -62px;
  color: #fff;
}
.project-planner .planner-menu .percentage span {
  font-size: 1rem;
  position: absolute;
  margin: -25px 0 0 15px;
  color: #fff;
}
.project-planner .planner-menu .percentage span.double-digit {
  margin-left: 30px;
}
.project-planner .planner-menu .planner-steps-menu li {
  list-style: none;
  font-size: 1.3333rem;
  margin-bottom: 30px;
  cursor: pointer;
}
.project-planner .planner-menu .planner-steps-menu li svg {
  max-height: 24px;
}
.project-planner .planner-menu .planner-steps-menu li .icon-container {
  width: 30px;
  display: inline-block;
}
.project-planner .planner-menu .planner-steps-menu li .step-lbl {
  margin-left: 10px;
  cursor: pointer;
}
.project-planner .planner-menu .planner-steps-menu li .question-count {
  float: right;
  text-align: center;
  background: #E9E9E9;
  padding: 3px 20px;
  border-radius: 10px;
  width: 50px;
  max-width: 50px;
  font-size: 1.16667rem;
  -webkit-transition: font-size 0.15s, color 0.15s linear, background 0.15s linear;
  transition: font-size 0.15s linear, color 0.15s linear, background 0.15s linear;
}
.project-planner .planner-menu .planner-steps-menu li.is-active .question-count {
  color: #fff;
  background: #7893C3;
  font-weight: bold;
}
.project-planner .planner-menu .planner-steps-menu li.is-active svg path {
  fill: #7893C3;
}
.project-planner .planner-menu .planner-steps-menu li.is-active .step-lbl {
  font-weight: bold;
  color: #7893C3;
}
html.planner {
  min-height: 100%;
  position: relative;
}
body.project-planner {
  height: 100%;
  min-height: 100vh;
}
.project-planner .planner-indicators li {
  text-indent: -10000px;
  display: inline-block;
  margin-right: 10px;
  height: 3px;
  background: #555;
  opacity: 0.25;
}
.project-planner .planner-indicators li:last-child {
  margin-right: 0;
}
.project-planner .planner-indicators li.is-active {
  background: #7893C3;
  opacity: 1;
}
.project-planner .project-planner-wrapper {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 100%;
}
.project-planner.price-calculator .project-planner-wrapper {
  max-width: 100%;
}
.project-planner .planner-menu {
  padding: 145px 60px 0 60px;
}
.project-planner .planner-menu .contact-info {
  margin-top: 90px;
}
.project-planner .planner-menu .contact-info h5 {
  font-size: 1.1667rem;
  font-weight: bold;
}
.project-planner .planner-menu .contact-info a {
  color: #111;
  font-size: 1.1667rem;
}
.project-planner .planner-steps .planner-step {
  display: none;
}
.project-planner .planner-steps .planner-step.is-active {
  display: block;
}
.project-planner .planner-steps .planner-step h2 {
  font-size: 2.6667rem;
  font-family: 'Poppins';
  font-weight: bold;
  text-transform: none;
  margin-bottom: 8px;
  line-height: 3.75rem;
  text-align: center;
}
.project-planner.price-calculator .planner-steps .planner-step h2 {
  margin-bottom: 15px;
}
.project-planner .planner-steps .planner-step p {
  font-family: 'Poppins';
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.3333rem;
  line-height: 2.16667rem;
}
.project-planner .planner-steps-container {
  background: #F5F5F5;
  padding-top: 145px;
}
.project-planner .planner-steps-container.full-width {
  flex: none;
  display: block;
  animation-name: expandBox;
  animation-duration: 1s;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@keyframes expandBox {
  from {
    width: 75%;
  }
  to {
    width: 100%;
  }
}

.project-planner .planner-steps-container .planner-steps,
.project-planner .planner-steps-container .planner-controls {
  max-width: 765px;
  margin: 0 auto;
}
.project-planner .planner-controls.close-planner {
  text-align: center;
}
.project-planner .planner-steps-container .planner-controls {
  padding-bottom: 30px;
}
.project-planner .planner-step label {
  display: block;
  font-size: 1.3333rem;
  font-family: 'Poppins Medium';
  margin-bottom: 5px;
}
.project-planner .planner-step input[type=text],
.project-planner .planner-step input[type=email],
.project-planner .planner-step input[type=tel],
.project-planner .planner-step textarea {
  font-size: 1.6667rem;
  color: #111;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  outline: none;
  width: 100%;
  opacity: 1;
  padding: 8px 10px;
  transition: border 0.3s ease;
  border-radius: 10px;
}
.project-planner .planner-step input#amount {
  background: none;
}
.project-planner .planner-step textarea {
  height: 140px;
  resize: none;
  padding: 15px 20px;
}
.project-planner .planner-step input[type=text]:focus,
.project-planner .planner-step input[type=email]:focus,
.project-planner .planner-step input[type=tel]:focus {
  border-color: #7893c3;
}
.project-planner .planner-step ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 0.25; /* Firefox */
}
.project-planner .planner-step :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
  opacity: 0.25;
}
.project-planner .planner-step ::-ms-input-placeholder { /* Microsoft Edge */
  color: #555;
  opacity: 0.25;
}
.project-planner .planner-step .form-row {
  margin-bottom: 30px;
}
.project-planner #close-planner {
  position: absolute;
  z-index: 10000;
  right: 5%;
  top: 30px;
  font-size: 1.3333rem;
  font-family: 'Poppins';
  font-weight: bold;
  color: #555;
  text-decoration: none;
}
.project-planner.price-calculator #close-planner {
  right: 60px;
  top: 15px;
}
.project-planner .planner-contact {
  position: absolute;
  right: 5%;
  bottom: 0;
}
.project-planner.price-calculator .planner-contact {
  bottom: -7%;
}
.calculator-control-panel {
  margin: 0;
  align-items: center;
}
.calculator-control-panel .calculator-indicators {
  padding: 0;
}
.price-calculator .planner-controls {
  position: relative;
  top: -12px;
  text-align: right;
  padding-right: 0;
}
.project-planner .planner-contact a {
  font-size: 1.3333rem;
  font-family: 'Poppins Light';
  color: #555;
  text-decoration: none;
  margin-left: 30px;
}
.project-planner #close-planner span {
  font-size: 1rem;
  margin-left: 5px;
}
.project-planner.price-calculator .planner-controls > div {
  display: inline-block;
  margin-top: 15px;
}
.project-planner.price-calculator .planner-controls > div {
  margin-bottom: 0;
  display: flex;
}
.project-planner *,
.project-planner *:before,
.project-planner *:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.project-planner i, .project-planner em,
.project-planner b, .project-planner strong,
.project-planner span {
  -webkit-transition: none;
  transition: none;
  position: static;
}
.project-planner.price-calculator .planner-controls .prev-step {
  margin: 6px 0 0 -125px;
}
.project-planner.price-calculator .planner-controls .prev-step {
  margin: 0 15px 0 0;
  float: right;
}
.project-planner.price-calculator .planner-controls .next-step {
  float: right;
}
.planner-controls .prev-step {
  margin-right: 15px;
  float: left;
}
.planner-controls .ebtn-9 {
  border-color: #8559A5;
  color: #8559A5;
}
.planner-controls .ebtn-9:before,
.planner-controls .ebtn-9:after,
.planner-controls .ebtn-9 span:before,
.planner-controls .ebtn-9 span:after {
  background: #8559A5;
}
.planner-controls .ebtn-10 {
  border-color: #7893C3;
  color: #7893C3;
}
.planner-controls .ebtn-10:hover {
  border-color: #7893C3;
}
.planner-controls .ebtn-10:before,
.planner-controls .ebtn-10:after {
  background: #7893C3;
}

.project-planner .file-upload #output {
  display: none;
}
.project-planner .file-upload #output ul li div p {
  margin-bottom: 15px;
}
.project-planner .file-upload #output .remove-file {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1667rem;
  text-decoration: underline;
}

.planner-controls .prev-step {
  display: none;
}
.project-planner .planner-error {
  display: block;
  margin-left: 45px;
  font-size: 1.16667rem;
  color: #F76D6D;
  line-height: 2.0833rem;
  font-weight: bold;
  text-align: right;
}
.ui-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.price-calculator .planner-steps .planner-step.website-type,
.price-calculator .planner-steps .planner-step.login-integration {
  max-width: 748px;
  margin: 0 auto;
}
.price-calculator .planner-steps .planner-step.webdesign-calculator-seo .form-row,
.price-calculator .planner-steps .planner-step.site-search .form-row,
.price-calculator .planner-steps .planner-step.webdesign-calculator-extra .form-row {
  max-width: 438px;
  margin: 0 auto;
}
.price-calculator .planner-steps .planner-step.website-style {
  max-width: 901px;
  margin: 0 auto;
  margin-bottom: 134px;
}
.price-calculator .planner-steps .planner-step.login-integration,
.price-calculator .planner-steps .planner-step.webdesign-calculator-seo,
.price-calculator .planner-steps .planner-step.site-search {
  margin-bottom: 134px;
}
.price-calculator .planner-steps .planner-step.webdesign-calculator-extra {
  margin-bottom: 93px;
}
.price-calculator .option {
  float: left;
}
.price-calculator .option {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 100%;
}
.price-calculator .option.col-one-fifth {
  width: 20%;
}
.price-calculator .option:hover .image-container {
  opacity: 1;
}
.price-calculator .option input {
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}
.price-calculator .option input:checked+.image-container {
  border: 1px solid #F76D6D;
  opacity: 1;
}
.price-calculator .option input:checked+.image-container:before {
  position: absolute;
  content: '';
  display: block;
  height: 34px;
  width: 34px;
  background: #F76D6D;
  border-radius: 100%;
  right: -5px;
  top: -15px;
}
.price-calculator .option .image-container {
  height: 130px;
  max-width: 130px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  position: static;
}
.project-planner.price-calculator .planner-step .form-row {
  margin: 0;
}
.price-calculator .option .image-container img {
  margin: 0 auto;
  position: static;
}
.price-calculator .option label {
  font-size: 1.1667rem;
  font-weight: normal;
  font-family: 'Poppins';
  max-width: 130px;
  margin: 0 auto;
  padding-top: 14px;
}
.price-calculator #price {
  font-size: 2.16667rem;
  font-weight: bold;
  position: absolute;
  right: 30.5%;
  margin-top: 20px;
  text-align: right;
}
.project-planner.price-calculator textarea {
  height: 250px;
  max-width: 670px;
  margin: 0 auto;
  border: 3px solid #FAD3CF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 1.1667rem;
  padding: 20px;
  margin-bottom: 64px;
  color: #555;
}
.price-calculator .start-project-link {
  text-align: right;
}
.price-calculator .start-project-link a {
  font-size: 1.1667rem;
  color: #F76D6D;
}
.price-calculator .start-project-link {
  font-size: 1.16667rem;
}
.project-planner.price-calculator .planner-error {
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  text-align: left;
}
.price-calculator .planner-error {
  margin: 0;
}
.price-calculator .option label#website_type_shop {
  padding: 14px 24px;
}
.price-calculator .option label#website_type_shop.is-active {
  background: #F76D6D;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.price-calculator .website-type select {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 130px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  outline: none;
}
.price-calculator .website-type select option.red-bg {
  background: #FAD3CF;
}
.price-calculator .website-type select option {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.1667rem;
  padding: 10px 0 10px 7px;
  outline: none;
}
.price-calculator .website-type select option:hover {
  background: #F7E9A0;
}
.price-calculator .website-type select option:checked {
  background: #F76D6D;
  color: #fff;
}
/* Project Planner - Step 2 - Project Type */
.project-planner .type-selection input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.project-planner .type-selection label {
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: border-color 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, color 0.15s linear;
  text-align: center;
  position: relative;
  padding: 60px 0;
  border: 3px solid #E9E9E9;
}
.project-planner .type-selection label .checkbox-lbl {
  margin-top: 10px;
  color: #BEBEBE;
  font-weight: bold;
}
.project-planner .type-selection label:hover {
  background: #f8f8f8;
}
.project-planner .type-selection label .type-img-container {
  padding: 0 50px;
  height: 65px;
}
.project-planner .type-selection label .type-img-container svg {
  height: 65px;
  margin-bottom: 10px;
}
.project-planner .type-selection input:checked + label {
  border-color: #7893C3;
  color: #7893C3;
}
.project-planner .type-selection input:checked + label .checkbox-lbl {
  color: #7893C3;
}
.project-planner .type-selection input + label svg path {
  fill: #BEBEBE;
}
.project-planner .type-selection input:checked + label svg path {
  fill: #7893C3;
}
.project-planner .type-selection input:checked + label:before {
  font-family: 'Font Awesome\ 5 Free';  content: '\f058';
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
.project-planner .file-upload label {
  text-align: center;
  background: #eee;
  padding: 12px;
  cursor: pointer;
}
.project-planner .file-upload label .planner-files-wrapper {
  border: 1px dashed #555;
  padding: 20px 15px 15px;
}
.project-planner .file-upload input {
  position: absolute;
  opacity: 0;
}
.project-planner .file-upload label .planner-files-wrapper img {
  display: inline-block;
  margin: 0 auto;
  margin-right: 10px;
}
.project-planner .file-upload label .planner-files-wrapper span {
  display: inline-block;
  font-weight: normal;
}
.project-planner .file-upload label .planner-files-wrapper .files-maxsize-note {
  font-size: 1rem;
}
.project-planner .file-upload #output li {
  list-style: none;
  align-items: center;
  padding-top: 30px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
}
.project-planner .file-upload #output .remove-file {
  color: #555;
  font-weight: normal;
}
.project-planner .file-upload #output li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.project-planner .file-upload #output li p {
  font-size: 1.3333rem;
}
.project-planner .file-upload #files-count {
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.3333rem;
  display: none;
  border-bottom: 1px dashed #ccc;
}
.project-planner .budget-1,
.project-planner .budget-2 {
  display: none;
}
.project-planner .budget-1.is-active,
.project-planner .budget-2.is-active {
  display: block;
}
.project-planner .budget-2 h3 {
  font-size: 1.3333rem;
  text-transform: none;
}
.project-planner .budget-2 .step-controls {
  margin-bottom: 40px;
}
.project-planner .budget-2 .step-controls h4 {
  font-weight: lighter;
  font-size: 1.6667rem;
  margin-top: 13px;
  text-transform: none;
  margin-bottom: 0;
}
.project-planner .sub-step-wrap a {
  outline: none;
}
.project-planner .sliders-wrap {
  position: relative;
  padding: 0 90px 0 60px;
  margin: 120px 0 0;
}
.project-planner .step-controls {
  width: 100%;
  position: relative;
}
.project-planner .step-controls #slider-range {
  width: 87%;
  margin: 0 auto;
  background: #fff;
  border: 0 none;
  height: 30px;
  border-radius: 20px;
}
.project-planner .step-controls #slider-range .ui-slider-range {
  left: 23.0769%;
  width: 48.2051%;
  background: #7893C3;
  border-radius: 20px;
  cursor: ew-resize;
  outline: none;
}
.project-planner .step-controls #slider-range .ui-slider-handle {
  border-radius: 100%;
  background: rgb(255, 255, 255);
  border: 0px none;
  width: 0.8em;
  height: 0.8em;
  top: 0.8em;
  cursor: ew-resize;
  outline: none;
}
.project-planner .step-controls #slider-range .ui-slider-handle:first-of-type {
  margin-left: 2.2%;
}
.project-planner .step-controls #slider-range .ui-slider-handle:last-child {
  margin-left: -4.2%;
}
.project-planner .step-controls .range-selectors.ui-slider .ui-slider-handle {
  top: 0.28em;
  border: 0 none;
  background: #7893C3;
  height: 2em;
  width: 2em;
  outline: none;
  cursor: ew-resize;
}
.project-planner .step-controls .range-selectors.ui-widget.ui-widget-content {
  border: 0 none;
  background: #fff;
  height: 30px;
  border-radius: 7px;
  overflow: hidden;
}
.project-planner .step-controls .fixed-label {
  position: absolute;
  font-size: 1.6667rem;
  top: 37%;
}
.project-planner .step-controls .fixed-label.label-min {
  left: 0;
}
.project-planner .step-controls .fixed-label.label-max {
  right: -35px;
}
.project-planner .budget-2 .step-controls .fixed-label.label-max {
  right: 0;
}
.project-planner .budget-2 .step-controls .fixed-label.label-max,
.project-planner .budget-2 .step-controls .fixed-label.label-min {
  top: auto;
  bottom: 0;
}
.project-planner .budget-2 .step-controls input {
  display: none;
}
.project-planner .budget-2 .step-controls .align-right {
  text-align: right;
}
.project-planner .planner-steps .planner-step .step-controls p {
  margin-bottom: 20px;
}
.project-planner .planner-steps .planner-step .step-controls p input {
  font-size: 2.1667rem;
  color: #555;
  font-weight: normal;
  line-height: 2.5rem;
  border: 0 none;
  outline: none;
  text-align: center;
}
.project-planner .step-controls .step-up,
.project-planner .budget-2 .step-up {
  margin: 40px 0 25px 0;
}
.project-planner .budget-2 .step-up {
  margin-bottom: 40px;
}
.project-planner .step-controls .step-up a,
.project-planner .budget-2 .step-up a {
  padding: 0;
  color: #7893C3;
  font-family: 'Poppins';
  font-size: 1.3333rem;
  text-decoration: underline;
  outline: none;
}
/** Work Main Page **/
.page-work {
  overflow-x: hidden! !important;
}
.page-work .work-vertical-text {
  transform: rotate(-90deg);
  position: fixed;
  left: -45px;
  top: 50%;
  color: #fff;
}
.page-work .work-vertical-text#more,
.page-work .work-vertical-text#labs {
  left: 15px;
}
.page-work .work-explainer {
  position: fixed;
  top: 110px;
  right: 0;
  left: 0;
  padding: 0 60px;
  z-index: 8;
}
.page-work .work-explainer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
.page-work .work-explainer ul li.is-active:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-top: 5px;
}
.page-work .work-explainer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3333rem;
  padding-bottom: 10px;
}
.page-work .work-explainer h1 {
  font-size: 1.3333rem;
  text-align: right;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  line-height: 2rem;
}
.page-work .work-slider-desc {
  position: fixed;
  bottom: 30px;
  right: 90px;
  max-width: 300px;
  display: none;
}

/* Case Studies Hover Effect - Mouse Aware 3D Tilt */
.project-panel {
  width: 100%;
  user-select: none;
  pointer-events: none;
}


.project-panel__content {
  z-index: 2;
  width: 100%;
}

.project-panel__text {
  display: inline-block;
  text-align: right;
}



.project-panel__title {
  margin: 0;
}

.project-panel__addr {
  position: relative;
  display: flex;
  margin: 16px 0 0;
  justify-content: flex-end;
}

.project-panel__addr  span {
    display: block;
    margin: 9px 14px 0 0;
    height: 1px;
    width: 30px;
    background-color: #fff;
  }


.project-panel__line {
  width: 64%;
  height: 3px;
  margin: 24px 0 0 36%;
  background-color: #fff;
}

.project-panel__img-col {
  width: 100%;
  text-align: center;
  margin-top: -40px;
  z-index: 3;
}
.project-panel__img-col img {
  max-width: 550px;
}

.project-panel__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Link Hover Effects - TextStylesHoverEffects */
.case-studies .summary>a {
  display: inline;
}
.case-studies .summary>a.mbc-link:hover {
  color: #111;
}
.case-studies .summary>a.mbc-link:hover:after {
  background: #F7E9A0;
}
.case-studies .panel-rabin a.mbc-link:hover {
  color: #fff;
}
.case-studies .panel-rabin a.mbc-link:hover:after {
  background: #8689b3;
}
.link a.header-link {
  outline: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.link--featured-project a.header-link {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  color: #555;
}

.link--featured-project:hover a.header-link {
  color: #555;
}

.link--featured-project a.header-link::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #fff;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--featured-project:hover a.header-link::after {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.link--featured-project a.header-link::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}
.link--featured-project.link--featured-cartender a.header-link::before {
  color: #F76D6D;
}
.link--featured-project.link--featured-raz a.header-link::before {
  color: #7893C3;
}
.link--featured-project.link--featured-medlock a.header-link::before {
  color: #FEB679;
}

.link--featured-project:hover a.header-link::before {
  width: 100%;
}
.page-work .featured-projects .cartender h2:hover ~ .work-slider-desc,
.page-work .featured-projects .raz h2:hover ~ .work-slider-desc,
.page-work .featured-projects .medlock h2:hover ~ .work-slider-desc {
  display: block;
}
.page-work .work-slider-desc p {
  color: #fff;
  text-align: right;
  font-size: 1.3333rem;
  margin: 0;
}
.page-work .work-slider-desc h4 {
  text-align: right;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-work .project-container {
  display: none;
}
.page-work .project-container.is-active {
  display: block;
}
.page-work .featured-projects {
  padding-bottom: 90px;
}
.page-work .featured-projects-content {
  padding-top: 250px;
  padding-left: 30px;
}
.page-work .featured-projects-content h2 {
  font-family: 'Mont Black', 'Poppins', Arial, sans-serif;
  font-size: 12rem;
  text-transform: uppercase;
  line-height: 12rem;
  position: relative;
  margin-bottom: 90px;
  padding-left: 10px;
}
.page-work .featured-projects-content h2 a.header-link {
  text-decoration: none;
}
.page-work .featured-projects-content h2 a.mbc-link {
  position: absolute;
  bottom: 20px;
  right: 0;
  line-height: 1;
  text-transform: none;
  color: #fff;
  padding-bottom: 5px;
}
.page-work .featured-projects-content h2 a.mbc-link,
.page-work .featured-projects-content h2 .lottie {
  display: none;
}
.page-work .featured-projects-content .cartender h2:hover a.mbc-link,
.page-work .featured-projects-content .raz h2:hover a.mbc-link,
.page-work .featured-projects-content .medlock h2:hover a.mbc-link,
.page-work .featured-projects-content .cartender h2:hover .lottie,
.page-work .featured-projects-content .raz h2:hover .lottie,
.page-work .featured-projects-content .medlock h2:hover .lottie {
  display: block;
}
.page-work .featured-projects-content .medlock h2 a.mbc-link:after {
  background: #FEB679;
}
.page-work .featured-projects-content .medlock h2 a.mbc-link {
  border-bottom-color: #FEB679;
}
.page-work .featured-projects-content .raz h2 a.mbc-link:after {
  background: #7893C3;
}
.page-work .featured-projects-content .raz h2 a.mbc-link {
  border-bottom-color: #7893C3;
}

.page-work .cartender .work-slider-desc h4 {
  color: #F76D6D;
}
.page-work .medlock .work-slider-desc h4 {
  color: #FEB679;
}
.page-work .raz .work-slider-desc h4 {
  color: #7893C3;
}
.page-work .featured-projects-content .quote {
  margin-top: 180px;
  color: #fff;
}
.page-work .featured-projects-content .quote .quote-content,
.page-work .featured-projects-content .quote .quote-author {
  font-size: 1.3333rem;
}
.page-work .featured-projects-content .quote .quote-author {
  margin-top: 30px;
}
.page-work .more,
.page-work .labs {
  display: none;
}
.projects {
  -webkit-transition: background 1s linear;
  transition: background 1s linear;
}

.page-work[data-color="purple"] {
  background: #8559A5;
}
.page-work[data-color="pink"] {
  background: #FAD3CF;
}
.page-work[data-color="red"] {
  background: #F76D6D;
}
.page-work[data-color="green"] {
  background: #0E9577;
}
.page-work[data-color="yellow"] {
  background: #F7E9A0;
}
.page-work[data-color="orange"] {
  background: #FFB677;
}
.page-work[data-color="blue"] {
  background: #7893C3;
}
.page-work[data-color="black"] {
  background: #111;
}
.projects .is-visible {
  opacity: 1;
}
.page-work .case-study .row {
  position: static;
}
.page-work .work-main-slider h2,
.page-work .case-study h2 {
  font-size: 13.3333rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.page-work .case-study h2 {
  margin-top: 65px;
}
.page-work .work-main-slider .work-slide img {
  display: block;
  margin: 0 auto 0 auto;
  transition: 0.3s ease;
  opacity: 0;
  height: 0;
}
.page-work .case-study p {
  font-size: 1.16667rem;
  line-height: 1.6667rem;
  color: #111;
  max-width: 319px;
  margin: 0;
}
.page-work .work-slide-desc,
.page-work .case-study-link {
  position: absolute;
  bottom: 40px;
}
.page-work .work-slide-desc {
  left: 45px;
}
.page-work .work-slide-buttons {
  text-align: center;
}
.page-work .work-slide-buttons {
  left: 33%;
}
.page-work .case-study .svg-container {
  float: left;
}
.page-work .scroll-down svg {
  margin-top: -16px;
}
.page-work .work-slide-buttons {
  position: absolute;
  bottom: 40px;
}
.scroll-mouse {
  width:20px;
  height:29px;
  border:2px solid #111;
  border-radius: 24px;
  display:flex;
  justify-content:center;
  position: relative;
  float: left;
}

.scroll-mouse-point {
  position: absolute;
  width:4px;
  height:4px;
  border-radius: 6px;
  background-color: #111;
  animation: mousemove 2s infinite;
}

@keyframes mousemove {
   from   {top: 4px;opacity:0;}
    to {top: 16px;opacity:1;}
}
.page-work .scroll-down h5 {
  color: #111;
  font-weight: bold;
  font-size: 1.08333rem;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0;
  float: left;
}
.page-work .scroll-down h5 span {
  font-weight: lighter;
}
.page-work .work-slide .slide-explainer,
.page-work .case-study-link {
  display: flex;
  align-items: flex-end;
  right: 60px;
  bottom: 40px;
}
.page-work .work-slide .slide-explainer p {
  font-size: 1rem;
  color: #111;
  width: 100%;
  max-width: 100%;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}
.page-work .case-study {
  padding: 0 60px;
  overflow: hidden;
  padding-top: 90px;
  position: relative;
  min-height: 100vh;
  display: block;
  justify-content: space-around;
  align-items: center;
  /* outline: 10px solid hotpink; */
}
.page-work .case-study.full-height {
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.page-work .case-study.puppylove img.main-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33%;
  z-index: 0;
  width: 35%;
}
.page-work .case-study.puppylove h2,
.page-work .case-study.puppylove h3 {
  position: relative;
  z-index: 1;
}
.page-work .case-study.puppylove h5 {
  color: #fff;
}
.page-work .case-study.puppylove .scroll-down h5 span {
  color: #d8d8d8;
}
.page-work .case-study img.main-img {
  width: 550px;
  display: block;
  margin: 0 auto;
  margin-top: -75px;
}
.page-work .case-study h3 {
  margin-bottom: 5px;
  margin-top: 0;
  color: #111;
  font-size: 1.366667rem;
  font-weight: bold;
  text-transform: none;
}
.page-work .case-study .work-slide-buttons {
  display: flex;
  align-items: flex-end;
}
.page-work .case-study .scroll-down {
  margin: 0 auto;
}
.page-work .case-study .case-study-link {
  display: flex;
  align-items: flex-end;
}
.page-work .case-study .case-study-link .mbc-link {
  margin: -5px 0 0 auto;
  color: #111;
  font-weight: bold;
}
.page-work .case-study.bg-red .case-study-link .mbc-link {
  border-bottom-color: #111;
}
.page-work .case-study .case-study-link .mbc-link:after {
  background: #fff;
}
.page-work.expertise {
  background: #fff;
  color: #555;
}

.page-work.expertise h1 {
  margin-top: 180px;
  text-align: center;
}
.page-work.expertise h2.work-explainer {
  font-size: 1.6667rem;
  line-height: 2.5rem;
  text-transform: none;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-weight: normal;
  color: #555;
}
blockquote footer {
  padding: 0 0 0 0;
  margin-top: 40px;
  font-weight: lighter;
}
blockquote footer cite {
  font-style: normal;
  color: #E0E0E0;
}
.page-website-prices {
  overflow-x: hidden !important;
}
.rick-meeseeks-svg {
  text-align: right;
}
.page-expertise .top-hero {
  min-height: 100vh;
  margin-bottom: 180px;
  overflow: hidden;
}
.page-careers .top-hero {
  margin-bottom: 120px;
}
.page-expertise h1 {
  padding-top: 60px;
}
.page-expertise .top-hero .container {
  min-height: 100vh;
}
.page-expertise .top-hero .row {
  min-height: 100vh;
  align-items: center;
}
.page-expertise .top-hero img {
  position: relative;
  width: 115%;
  max-width: 200%;
  margin-top: 80px;
}
.page-expertise .top-hero p {
  margin-bottom: 40px;
}
.page-expertise .top-hero a {
  color: #7893C3;
  border-bottom: #7893C3;
}
.page-expertise .top-hero a:hover {
  color: #fff;
}
.page-expertise .top-hero a:after {
  background: #7893C3;
}
.page-expertise .services {
  margin-bottom: 90px;
}
.page-expertise .services .service-box {
  background: #f8f8f8;
  margin-bottom: 90px;
}
.page-expertise .services .service-box.green h3,
.page-expertise .services .service-box.green a {
  color: #0E9577;
  text-transform: none;
}
.page-expertise .services .service-box.green a {
  border-bottom: #0E9577;
}
.page-expertise .services .service-box.green a:hover {
  color: #fff;
}
.page-expertise .services .service-box.green a:after,
.page-expertise .services .service-box.green .image-wrapper {
  background: #0E9577;
}
.page-expertise .services .service-box.purple h3,
.page-expertise .services .service-box.purple a {
  color: #8559A5;
  text-transform: none;
}
.page-expertise .services .service-box.purple a:hover {
  color: #fff;
}
.page-expertise .services .service-box.purple a {
  border-bottom: #8559A5;
}
.page-expertise .services .service-box.purple a:after,
.page-expertise .services .service-box.purple .image-wrapper {
  background: #8559A5;
}
.page-expertise .services .service-box .image-wrapper {
  align-items: center;
  display: flex;
}
.page-expertise .services .service-box .image-wrapper img {
  margin: 0 auto;
}
.page-expertise .services .service-box .text {
  padding: 70px 30px 70px 90px;
  z-index: 0;
}
.page-expertise .services .service-box .text h2 {
  font-size: 2.66667rem;
  line-height: 3.3333rem;
  margin: 30px 0 40px 0;
  max-width: 370px;
}
.page-expertise .services .service-box .text h3 {
  font-weight: normal;
  font-size: 1.66667rem;
}
/**** Careers Page ***/
.page-careers h3 {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: bold;
}
.page-careers .faq .row {
  margin-bottom: 90px;
}
.page-careers .careers-cta-1 {
  background: #FAD3CF;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
}
.page-careers .careers-cta-1 p {
  margin-bottom: 40px;
}
.page-careers #open-positions h2 {
  text-align: center;
  margin-bottom: 90px;
}
.page-careers #open-positions .accordion button {
  width: 100%;
  text-align: left;
}
.page-careers #open-positions .accordion h4 button {
  font-size: 1.66667rem;
  font-weight: bold;
  color: #111;
}
.page-careers #open-positions .accordion h4 button:hover {
  text-decoration: none;
}
.page-careers #open-positions .accordion h4 button span {
  font-size: 1.333rem;
  font-weight: normal;
  color: #555;
  margin-left: 20px;
}
.page-careers #open-positions .accordion .card {
  margin-bottom: 30px;
  opacity: 0.7;
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.page-careers #open-positions .accordion .card:hover {
  opacity: 1;
}
.card-header {
  border-bottom: 0 none;
}
.page-careers #open-positions .accordion .card .card-body {
  font-size: 1.6667rem;
  line-height: 2.5rem;
  color: #555;
  padding: 30px 50px;
}
.page-careers #open-positions .accordion .card .card-body h5 {
  font-size: 1.6667rem;
  font-weight: bold;
  margin-top: 30px;
}
.page-terms h1 {
  text-align: center;
  padding-top: 180px;
}
.page-terms h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 90px;
  text-transform: none;
}
.page-terms .site-menu h2 {
  text-align: left;
}
.page-terms h3 {
  text-transform: none;
  margin-top: 90px;
  margin-bottom: 45px;
}
.page-terms .hero li {
  font-size: 1.6667rem;
}
.page-terms .hero ol > li {
  list-style: none;
}
.page-terms .hero ol {
  padding: 0;
}
.page-terms .hero ol ol,
.page-privacy .hero ul {
  padding-left: 45px;
}
.page-terms .hero ol ol ol {
  padding-left: 60px;
}
.page-terms .hero  ol > li > ol > li {
  list-style: lower-alpha;
  margin: 30px 0;
}
.page-terms .hero ol > li > ol > li > ol > li {
  list-style: lower-roman;
  margin: 15px 0;
}
.page-terms .hero {
  max-width: 710px;
  margin: 0 auto 180px auto;
}
.page-terms .hero a {
  color: #7893C3;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-terms a:hover {
  opacity: 0.8;
}
/*** Case Study : MedLock ***/
.page-work-single .hero p {
  margin-bottom: 0;
}
.page-work-single {
  background: #f3f3f3;
}
.page-work-single img {
  max-width: 100%;
}
.page-work-single.medlock .brand-strategy img {
  width: 100%;
  height: auto;
}
.page-work-single .row.center-items,
.page-careers .row.center-items {
  align-items: center;
}
.page-work-single li {
  list-style: none;
}
.page-work-single .hero h2,
.page-work-single .logo-design h2,
.page-work-single .print-design h2,
.page-work-single .product-design h2,
.page-work-single .results-more-projects h2 {
  margin-bottom: 30px;
}
.page-work-single .ml-auto.right h2,
.page-work-single .positioning h2 {
  margin-bottom: 0;
}
.page-work-single .ml-auto.right p {
  margin-top: 10px;
}
.page-work-single .right,
.page-careers .right {
  text-align: right;
}
.page-work-single header nav li a {
  color: #fff;
}
.page-work-single .work-hero {
  position: relative;
  background: #f5c296; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f5c296 0%, #ffb677 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f5c296 0%,#ffb677 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f5c296 0%,#ffb677 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c296', endColorstr='#ffb677',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
.page-work-single.raz .work-hero {
  background: url('images/background.png') center center no-repeat;
  background-size: cover;
  height: auto;
}
.page-work-single.raz .work-hero .row {
  height: auto;
}
.page-work-single.raz .work-hero .hero-img img {
  margin-top: -40px;
  margin-left: -15px;
}
.page-work-single.cartender .work-hero {
  background: #565556;
}
.page-work-single.raz .hero-img #left-hand {
  position: relative;
  right: -0.55%;
  bottom: 176.9%;
  z-index: 1;
}
.page-work-single.raz .hero-img #right-hand {
  position: relative;
  left: 0.5%;
  bottom: 91.5%;
  z-index: 1;
}
.page-work-single.raz .hero-content {
  position: relative;
}
.page-work-single.raz .hero-content #shapes {
  position: absolute;
}
.page-work-single.raz .raz-video {
  padding-top: 90px;
  background: black;
  padding-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 110px;
  margin-bottom: 110px;
}
.page-work-single.raz .raz-video .video-player {
  background: #fed7cf;
}
.page-work-single .work-hero .container {
  z-index: 1;
}
.page-work-single .work-hero .row {
  height: 100vh;
  align-items: center;
  z-index: 1;
}
.page-work-single.cartender .work-hero .video-container-outer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%
}
.page-work-single.cartender .work-hero .video-container-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-work-single .work-hero h2 {
  font-size: 9.83333rem;
  font-weight: bold;
  color: #fff;
  margin-top: 200px;
  line-height: 11.9166667rem;
  margin-bottom: 130px;
}
.page-work-single.raz .work-hero h2 {
  margin-top: 300px;
  margin-bottom: 243px;
}
.page-work-single.cartender .work-hero h2 {
  margin-top: 160px;
  margin-bottom: 320px;
}
.page-work-single .work-hero h1 {
  font-size: 1.66667rem;
  font-weight: normal;
  line-height: 2.5rem;
  font-family: "Poppins";
  color: #fff;
  position: relative;
  bottom: -40px;
}
.page-work-single.raz .work-hero h1 {
  bottom: 40px;
}
.page-work-single.cartender .work-hero h1 {
  position: initial;
}
.page-work-single .work-hero .hero-img {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
.page-work-single .work-hero img {
  max-width: 100%;
}
.page-work-single .project-details h2 {
  font-size: 2.16667rem;
  font-family: "Poppins Medium";
  line-height: 2.916667rem;
  margin-bottom: 15px;
}
.page-work-single .project-details p {
  font-size: 1.66667rem;
  line-height: 2.5rem;
  font-family: "Poppins";
  font-weight: 300;
  margin-bottom: 50px;
}
.page-work-single .project-details a {
  color: #555;
  border-bottom-color: #555;
}
.page-work-single .project-details a:hover:after {
  background: #555;
}
.page-work-single .project-details a:hover {
  color: #fff;
}
.page-work-single .details-right p {
  font-weight: normal;
  margin-bottom: 30px;
}
.page-work-single .details-right p:last-child {
  margin-bottom: 0;
}
.page-work-single .project-specs {
  background: #0E9577;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 180px;
}
.page-work-single.cartender .project-specs {
  background: #7893C3;
}
.page-work-single .project-specs h2 {
  font-weight: bold;
  font-size: 2.16667rem;
  line-height: 2.9166667rem;
  margin-bottom: 15px;
}
.page-work-single .project-specs ul {
  padding: 0;
}
.page-work-single .project-specs ul li {
  font-weight: bold;
  font-size: 1.66667rem;
  line-height: 2.5rem;
  list-style: none;
}
.page-work-single.medlock .brand-strategy h2 {
  margin-bottom: 30px;
}
.page-work-single.medlock .understanding-users .row {
  align-items: center;
}
.page-work-single .understanding-users .right h4 {
  font-size: 2.16667rem;
  font-size: 2.916667rem;
  margin-bottom: 20px;
}
.page-work-single .understanding-users .right li {
  font-size: 1.66667rem;
  font-weight: bold;
}
.page-work-single .customers {
  margin-top: 110px;
  text-align: center;
}
.page-work-single .customers h3 {
  font-size: 2.16667rem;
  font-weight: bold;
  margin-top: 40px;
}
.page-work-single.cartender .defining-brand {
  margin-bottom: 110px;
}
.page-work-single .defining-brand .right h2 {
  text-align: right;
}
.page-work-single.medlock .defining-brand .brand-attributes {
  margin-top: 110px;
  background: url('images/marijuana-bg.jpg') no-repeat;
  background-size: cover;
  padding: 100px 80px;
}
.page-work-single .defining-brand .brand-attributes {
  margin-top: 110px;
}
.page-work-single .defining-brand .brand-attributes .row {
  align-items: center;
}
.page-work-single .defining-brand .brand-attributes .attributes-right {
  text-align: right;
}
.page-work-single .defining-brand .brand-attributes .attributes-right h4 {
  font-family: "Poppins Light";
  font-size: 2.16667rem;
  font-weight: 300;
  line-height: 2.916667rem;
  margin-bottom: 15px;
}
.page-work-single .defining-brand .brand-attributes .attributes-right li {
  font-size: 2.16667rem;
  font-weight: bold;
  color: #F76D6D;
}
.page-work-single .positioning img {
  margin-top: 110px;
}
.page-work-single .branding-identity,
.page-work-single.cartender .beautiful-graphics,
.page-work-single.cartender .cartender-landscape {
  text-align: center;
}
.page-work-single.cartender .beautiful-graphics {
  margin-top: -1px;
}
.page-work-single .branding-identity p,
.page-work-single.cartender .beautiful-graphics p,
.page-work-single.cartender .cartender-landscape p {
  max-width: 780px;
  margin: 0 auto 110px auto;
}
.page-work-single.cartender .beautiful-graphics p,
.page-work-single.cartender .cartender-landscape p {
  margin-bottom: 0;
}
/** MedLock Case Study (a few styles are general for all case studies) **/
.page-work-single .branding-identity .color-palette {
  text-align: left;
  box-shadow: 0 0 15px rgba(0,0,0,0.16);
}
.page-work-single .cartender-color-palette .row {
  overflow: hidden;
}
.page-work-single .color-palette .color {
  position: relative;
  height: 210px;
}
.page-work-single .color-palette .color span {
  position: absolute;
  bottom: 15px;
  font-size: 1.3333rem;
  font-weight: 300;
}
.page-work-single .color-palette .white {
  background: #fff;
}
.page-work-single .color-palette .green {
  background: #258124;
  color: #fff;
}
.page-work-single .color-palette .gray {
  background: #f5f5f5;
}
.page-work-single .color-palette .black {
  background: #000;
  color: #fff;
}
.page-work-single .color-palette .orange {
  background: #f35700;
  height: 101px;
  color: #fff;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-work-single .color-palette .navy-orange {
  background: #333e48;
  color: #fff;
}
.page-work-single .color-palette .navy-orange .orange {
  padding-left: 15px;
}
.page-work-single .color-palette .navy-orange > span {
  margin-left: 150px;
}
.page-work-single .brand-fonts {
  margin-bottom: 110px;
}
.page-work-single .brand-fonts .right hr {
  margin-top: 0;
  margin-bottom: 10px;
  background: #555555;
  height: .5px;
}
.page-work-single .brand-fonts .right p {
  font-size: 1.333rem;
  margin-bottom: 40px;
}
.page-work-single .brand-fonts .right li {
  font-size: 2.16667rem;
  line-height: 2.916667rem;
  margin: 0;
  font-family: 'Open Sans';
}
.page-work-single .brand-fonts .right li.light {
  font-weight: 300;
}
.page-work-single .brand-fonts .right li.regular {
  font-weight: normal;
}
.page-work-single .brand-fonts .right li.semiBold {
  font-weight: 600;
}
.page-work-single .brand-fonts .right li.bold {
  font-weight: 700;
}
.page-work-single .brand-fonts .right li.extraBold {
  font-weight: 900;
}
.page-work-single .fonts {
  background: #8559A5;
  padding-top: 180px;
  padding-bottom: 180px;
  color: #fff;
}
.page-work-single .fonts .uppercase {
  text-transform: uppercase;
}
.page-work-single .font-open-sans,
.page-work-single .font-arimo {
  margin-bottom: 110px;
}
.page-work-single .font-open-sans h2,
.page-work-single .font-arimo h2,
.page-work-single .font-718 h2 {
  margin-bottom: 40px;
  font-weight: bold;
}
.page-work-single .font-open-sans h3 {
  font-size: 1.8333rem;
  font-family: 'Open Sans Semibold';
}
.page-work-single .font-arimo h3 {
  font-size: 1.8333rem;
  font-family: 'Arimo';
}
.page-work-single .font-718 h3 {
  font-size: 1.8333rem;
  font-family: '718';
}
.page-work-single .font-718 h4 {
  font-size: 4rem;
  font-family: '718';
}
.page-work-single .font-open-sans,
.page-work-single .font-open-sans h2 {
  font-family: 'Open Sans';
}
.page-work-single .font-arimo,
.page-work-single .font-arimo h2 {
  font-family: 'Arimo';
}
.page-work-single .font-718,
.page-work-single .font-718 h2 {
  font-family: '718';
}
.bold h4 {
  font-weight: bold;
}
.light h4 {
  font-weight: 300;
}
.fonts h4 strong {
  font-weight: bold;
}
.regular h4 {
  font-weight: normal;
}
.italic h4 {
  font-style: italic;
  font-weight: normal;
}
.page-work-single .fonts h3 {
  margin-bottom: 20px;
  text-transform: none;
}
.page-work-single .fonts h4 {
  margin-bottom: 65px;
  line-height: 1.3;
}
.page-work-single .fonts .font-718 h4 {
  margin-bottom: 0;
}
.page-work-single .no-padding-left {
  padding-left: 0;
}
.page-work-single .fonts .size-14 h4 {
  font-size: 1.16667rem;
  line-height: 1.416667rem;
}
.page-work-single .fonts .size-18 h4 {
  font-size: 1.5rem;
}
.page-work-single .fonts .size-20 h4 {
  font-size: 1.6667;
}
.page-work-single .fonts .size-22 h4 {
  font-size: 1.8333rem;
}
.page-work-single .fonts .size-48 h4 {
  font-size: 4rem;
}
.page-work-single .fonts .font-open-sans .size-48 h4 {
  line-height: 5.3333rem;
}
.page-work-single .fonts .font-arimo .size-48 h4 {
  line-height: 4.66667rem;
}
.page-work-single .logo-design .logo-right {
  text-align: right;
}
.page-work-single .logo-design .logo-right img {
  width: 90%;
}
.page-work-single .logos {
  text-align: center;
  margin-top: 110px;
}
.page-work-single .logos .logos-top > div {
  background: #232323;
  padding: 180px 0;
}
.page-work-single .logos .logos-bottom > div {
  padding: 90px 30px;
}
.page-work-single .logos .logos-bottom > div img {
  height: 65px;
  width: auto;
}
.page-work-single .logos .logos-bottom .white-bg {
  background: #fff;
}
.page-work-single .logos .logos-bottom .gray-bg {
  background: #E9E9E9;
}
.page-work-single .logos .logos-bottom .charcol-bg {
  background: #333333;
}
.page-work-single .business-card {
  background: #F7E9A0;
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
.page-work-single .business-card .header p {
  max-width: 780px;
  margin: 0 auto;
}
.page-work-single .business-card img {
  margin-top: 340px;
}
.page-work-single .business-card .card-front-back {
  margin-bottom: 500px;
}
.page-work-single blockquote {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.6667rem;
  line-height: 2.5rem;
  margin-bottom: 40px;
}
.page-work-single .quote .name {
  font-size: 1.6667rem;
  margin-bottom: 0;
}
.page-work-single .quote .position {
  font-size: 1.333rem;
  font-weight: 300;
}
.page-work-single .print-design {
  overflow: hidden;
  text-align: center;
  margin-bottom: 110px;
}
.page-work-single .print-design.music-website {
  margin-bottom: 180px;
}
.page-work-single .video-container {
  padding: 0;
  margin-bottom: 180px;
}
.page-work-single .print-design p {
  max-width: 780px;
  margin: 0 auto;
}
.page-work-single .product-design {
  background: #FAD3CF;
  padding-top: 180px;
  padding-bottom: 180px;
}
.page-work-single .product-design .product-image {
  width: 75%;
}
.page-work-single .web-design .banner-image {
  left: -150px;
  margin-top: -180px;
}
.page-work-single .align-right,
.page-service .align-right {
  text-align: right;
  z-index: 0;
}
.page-service .case-studies .case-study#seo-case-study-2 a.mbc-link:hover {
  color: #F7E9A0;
}
.page-work-single .web-design .align-right {
  margin-bottom: 430px;
}
.page-work-single .mobile-responsive {
  background: #7893C3;
  padding: 360px 0 180px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.page-work-single .mobile-responsive .banner-image {
  width: 100%;
  right: -770px;
  margin-top: -180px;
}
.page-work-single .mobile-responsive .website-animation-container {
  margin-top: 280px;
}
.page-work-single .website-screens .row {
  margin-bottom: 40px;
}
.page-work-single .website-screens .row:last-child,
.page-work-single.cartender .cartender-website h2 {
  margin: 0;
}
.page-work-single .website-full {
  padding: 0;
}
.page-work-single .website-full img {
  width: 100%;
  max-height: 680px;
}
.page-work-single .client-testimonial {
  text-align: center;
}
.page-work-single .results-more-projects {
  background: #F76D6D;
  padding: 180px 0;
  color: #fff;
}
.page-work-single.cartender .results-more-projects {
  background: #FAD3CF;
  color: #555;
}
.page-work-single.cartender .results-more-projects a,
.page-work-single.raz .results-more-projects a,
.page-work-single .results .mbc-link {
  color: #555;
  border-bottom: #555;
}
.page-work-single.cartender .results-more-projects a:hover,
.page-work-single.raz .results-more-projects a:hover,
.page-work-single .results .mbc-link:hover {
  color: #fff;
}
.page-work-single .results {
  margin-bottom: 180px;
}
.page-work-single .results .row > div {
  z-index: 0;
}
.page-work-single .results .mbc-link {
  color: #fff;
  font-size: 1.6667rem;
}
.page-work-single .results .mbc-link:after {
  background: #fff;
}
.page-work-single .results li {
  font-size: 1.333rem;
  line-height: 2.08333rem;
}
.page-work-single .results ul {
  margin-bottom: 75px;
}
.page-work-single .more-projects .center-items {
  text-align: center;
}
.page-work-single .more-projects img {
  max-height: 350px;
  margin: 0 auto;
}
.page-work-single .more-projects h2 {
  margin-bottom: 70px;
}
.page-work-single .more-projects .image-container {
  height: 350px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}
.page-work-single .more-projects a {
  color: #fff;
  text-decoration: none;
}
.page-work-single .more-projects h3 {
  font-size: 2.66667rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-work-single .more-projects h4 {
  font-size: 1.6667rem;
  font-weight: 300;
  line-height: 2.5rem;
}
/** Raz Rabin Case Study **/
.page-work-single.raz .project-specs {
  background: #8559A5;
}
.page-work.single.raz .icon-set p {
  margin-bottom: 0;
}
.page-work-single .icon-set .icon-set-top,
.page-careers .icon-set-top {
  margin-bottom: 110px;
}
.page-work-single.raz .branding-identity p {
  margin-bottom: 53px;
}
.page-work-single .website-pages .row {
  align-items: center;
  margin-bottom: 180px;
}
.page-work-single .website-pages .row:last-child {
  margin-bottom: 0;
}
.page-work-single .website-pages h3 {
  font-size: 2.16667rem;
  font-weight: bold;
  text-transform: none;
  max-width: 351px;
}
.page-work-single .website-pages p {
  max-width: 351px;
}
.page-work-single.raz .poster-design {
  background: #E8EBF1 url('images/raz-poster.png') top right no-repeat;
  background-size: contain;
  padding: 132px 0;
}
.page-work-single.raz .social-media {
  overflow-x: hidden !important;
  margin-bottom: 110px;
}
.page-work-single.raz .social-media img {
  width: 160%;
  max-width: 160%;
  margin-left: -450px;
  margin-top: -358px;
}
.page-work-single.raz .music-website img {
  width: 100%;
  height: auto;
}
.page-work-single .case-study-seo {
  margin-bottom: 180px;
}
.page-work-single.raz .case-study-seo .row {
  align-items: center;
}
.page-work-single.raz .case-study-seo .row.top-row,
.page-work-single .top-row {
  margin-bottom: 110px;
}
.page-work-single.raz .case-study-seo h4 {
  margin: 0;
  text-align: center;
}
.page-work-single.raz .case-study-seo .raz-seo-box {
  padding: 55px 0;
  border-radius: 10px;
}
.page-work-single.raz .case-study-seo .user-research {
  background: #F7E9A0 url('images/user-research.svg') bottom right no-repeat;
  padding: 55px 0;
  border-radius: 10px;
}
.page-work-single.raz .case-study-seo .link-building {
  background: #FFB677 url('images/link-building.svg') bottom right no-repeat;
  padding: 55px 0;
  border-radius: 10px;
}
.page-work-single.raz .case-study-seo .keyword-research {
  background: #FAD3CF url('images/keyword-research.svg') bottom right no-repeat;
  padding: 55px 0;
  border-radius: 10px;
}
.page-work-single.raz .case-study-seo .copywriting {
  background: #F76D6D url('images/copywriting.svg') bottom right no-repeat;
  padding: 55px 65px;
  border-radius: 10px;
}
.page-work-single.raz .seo-mockup {
  padding: 0;
}
.page-work-single.raz .seo-mockup img,
.page-work-single.raz .video-player img {
  width: 100%;
}
.page-work-single.raz .results-more-projects {
  color: #555;
  background: #F7E9A0;
}
.page-work-single.raz .results-more-projects a {
  color: #555;
}
.page-work-single .results .mbc-link:after {
  background: #555;
}
.page-work-single.cartender .brand-attributes-container {
  background: #F3E7C2;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}
.page-work-single.cartender .brand-attributes li {
  font-size: 2.16667rem;
  font-weight: bold;
  line-height: 3.16667rem;
}
.page-work-single.cartender .brand-attributes-container img {
  margin-top: -500px;
  margin-right: -30px;
}
.page-work-single.cartender .brand-attributes h4 {
  font-size: 2.16667rem;
  font-weight: lighter;
}
.page-work-single.cartender .c-ill {
  position: absolute;
}
.page-work-single.cartender .positioning-main-image {
  background: url('images/cartender-positioning-bg.png') no-repeat;
  max-width: 710px;
  max-height: 395px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.page-work-single.cartender .positioning-main-image h2 {
  font-size: 3.3333rem;
  font-weight: bold;
  max-width: 508px;
  margin: 0 auto;
  line-height: 4.16667rem;
  color: #fff;
  padding: 120px 0;
}
.page-work-single.cartender .c-ill.man {
  left: 65px;
  margin-top: 50px;
}
.page-work-single.cartender .c-ill.woman {
  right: 65px;
  margin-top: 130px;
}
.page-work-single.cartender .c-ill.woman-shadow {
  left: 0;
  margin-top: 120px;
}
.page-work-single.cartender .c-ill.man-shadow {
  right: -20px;
  margin-top: 120px;
}
.page-work-single.cartender .branding-identity {
  margin-bottom: 245px;
}
.page-work-single.cartender .fonts {
  background: none;
  padding: 0;
  color: #555;
  font-family: 'Work Sans', sans-serif;
}
.page-work-single.cartender .fonts h3 {
  font-size: 5.8333rem;
  line-height: 7.08333rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: lowercase;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.65px;
}
.page-work-single.cartender .fonts h5 {
  font-size: 1.333rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-work-single.cartender .fonts h5 span {
  margin-left: 10px;
  font-weight: lighter;
}
.page-work-single.cartender .fonts p {
  font-size: 1.333rem;
  line-height: 20px;
}
.page-work-single.cartender .fonts h4 {
  font-size: 4.6667rem;
  margin: 0;
  text-align: right;
  text-transform: lowercase;
}
.page-work-single.cartender .fonts h4#font-black {
  font-weight: 900;
}
.page-work-single.cartender .fonts h4#font-bold {
  font-weight: 700;
}
.page-work-single.cartender .fonts h4#font-regular {
  font-weight: 400;
}
.page-work-single.cartender .fonts h4#font-light {
  font-weight: 300;
}
.page-work-single.cartender .fonts h4#font-extralight {
  font-weight: 200;
}
.page-work-single.cartender .cartender-font-sizes {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-family: "Work Sans", sans-serif;
}
.page-work-single.cartender .cartender-font-sizes.f-56 {
  font-size: 4.6667rem;
}
.page-work-single.cartender .cartender-font-sizes.f-45 {
  font-size: 3.75rem;
}
.page-work-single.cartender .cartender-font-sizes.f-32 {
  font-size: 2.6667rem;
}
.page-work-single.cartender .cartender-font-sizes.f-22 {
  font-size: 1.8333rem;
}
.page-work-single.cartender .cartender-font-sizes.f-18 {
  font-size: 1.5rem;
}
.page-work-single.cartender .cartender-font-sizes.f-16 {
  font-size: 1.333rem;
}
.page-work-single.cartender .cartender-font-sizes .f-size {
  margin-right: 25px;
  font-size: 1.333rem;
  font-weight: 300;
}
.page-work-single.cartender .cartender-gradients h2 {
  margin-bottom: 30px;
}
.page-work-single.cartender .cartender-gradients .gradient {
  text-align: center;
  padding-right: 15px;
}
.page-work-single.cartender .cartender-gradients .gradient-container {
  background: #F5EDD5;
  padding: 10px 0 20px 0;
}
.page-work-single.cartender .cartender-gradients .gradient-container .gradient-color-code {
  font-size: 0.8333rem;
}
.page-work-single.cartender .cartender-gradients .gradient-container img {
  padding: 0 10px 30px 10px;
  width: 100%;
}
.page-work-single.cartender .cartender-gradients .gradient-container .color-codes {
  padding: 0 35px;
}
.page-work-single.cartender .cartender-color-palette .dark-grey {
  background: #333;
  color: #F3E7C2;
  text-align: right;
  padding-top: 30px;
  padding-right: 30px;
  min-height: 35.58333rem;
}
.page-work-single.cartender .cartender-color-palette .c {
  font-size: 2.58333rem;
  line-height: 3.146667rem;
  font-weight: normal;
  margin-top: 0;
}
.page-work-single.cartender .cartender-color-palette .c-codes {
  font-size: 1.08333rem;
  line-height: 1.6667rem;
  font-weight: lighter;
}
.page-work-single.cartender .cartender-color-palette .c-codes li {
  margin-bottom: 5px;
}
.page-work-single.cartender .cartender-color-palette .c-codes li:last-child,
.page-work-single.cartender .cartender-color-palette .c-codes {
  margin-bottom: 0;
}
.page-work-single.cartender .cartender-color-palette .c-purple .c-codes li,
.page-work-single.cartender .cartender-color-palette .c-red .c-codes li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  height: 38px;
  line-height: 3.16667rem;
}
.page-work-single.cartender .cartender-color-palette .yellow {
  background: #F3E7C2;
  padding: 30px 0 0 30px;
  position: relative;
}
.page-work-single.cartender .cartender-color-palette .c-blue {
  position: absolute;
  bottom: 47px;
  right: 329px;
  max-width: 205px;
  text-align: right;
  color: #6d9eae;
}
.page-work-single.cartender .cartender-color-palette .c-green {
  position: absolute;
  bottom: 47px;
  right: 97px;
  width: 200px;
  color: #9fc1b8;
  text-align: left;
}
.page-work-single.cartender .cartender-color-palette .c-green .col-xs-7 {
  padding-left: 15px;
}
.page-work-single.cartender .cartender-color-palette .c-blue .col-xs-7 {
  padding-right: 15px;
}
.page-work-single.cartender .cartender-color-palette .c-blue > .row,
.page-work-single.cartender .cartender-color-palette .c-green > .row {
  align-items: flex-end;
}
.page-work-single.cartender .cartender-color-palette .c-blue .c-bar {
  background: #6D9EAE;
  height: 62px;
  width: 62px;
}
.page-work-single.cartender .cartender-color-palette .c-green .c-bar {
  width: 62px;
  height: 105px;
  background: #9FC1B8;
}
.page-work-single.cartender .cartender-color-palette .c-blue .c,
.page-work-single.cartender .cartender-color-palette .c-green .c {
  margin-bottom: 10px;
}
.page-work-single.cartender .cartender-color-palette .c-purple,
.page-work-single.cartender .cartender-color-palette .c-red {
  position: absolute;
  height: auto;
  right: -72px;
  text-align: center;
  transform: rotate(-90deg);
  max-width: 221px;
}
.page-work-single.cartender .cartender-color-palette .c-purple {
  top: 71px;
  overflow: hidden;
}
.page-work-single.cartender .cartender-color-palette .c-red {
  bottom: 60px;
}
.page-work-single.cartender .cartender-color-palette .c-purple .c-codes,
.page-work-single.cartender .cartender-color-palette .c-red .c-codes {
  background: #79709A;
  color: #fff;
  text-align: center;
  padding: 0 7px;
}
.page-work-single.cartender .cartender-color-palette .c-red .c-codes {
  background: #f67280;
}
.page-work-single.cartender .cartender-color-palette .c-purple .c,
.page-work-single.cartender .cartender-color-palette .c-red .c {
  margin: 0;
  color: #79709a;
}
.page-work-single.cartender .cartender-color-palette .c-red .c {
  color: #F67280;
  text-align: right;
}
.page-work-single.cartender .cartender-color-palette .c-purple .col-sm-12 {
  padding: 0;
}
.page-work-single.cartender .cartender-illustration-1 {
  text-align: right;
  overflow: hidden;
  margin-top: 180px;
}
.page-work-single.cartender .cartender-illustration-1 img {
  max-width: 895px;
  position: relative;
  margin-right: -175px;
}
.page-work-single.cartender .cartender-custom-illustrations {
  margin-top: -295px;
}
.page-work-single.cartender .cartender-gradient-bg {
  background: #b0eadc; /* Old browsers */
  background: -moz-linear-gradient(top, #b0eadc 0%, #8178a3 45%, #514971 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b0eadc 0%,#8178a3 45%,#514971 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b0eadc 0%,#8178a3 45%,#514971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0eadc', endColorstr='#514971',GradientType=0 ); /* IE6-9 */
  padding: 180px 0 0 0;
  color: #fff;
  overflow: hidden;
}
.page-work-single.cartender #cartender-illustration-2,
.page-work-single.cartender #cartender-illustration-3 {
  width: 100%;
}
.page-work-single.cartender #cartender-illustration-2 {
  margin-top: -1px;
}
.page-work-single.cartender #cartender-illustration-3 {
  margin-top: -325px;
}
.page-work-single.cartender .beautiful-graphics h2,
.page-work-single.cartender .cartender-style-guide h2 {
  margin-bottom: 30px;
}
.page-work-single.cartender #cartender-website-mockup {
  position: relative;
  margin-left: -360px;
  margin-top: -330px;
  margin-bottom: 180px;
}
.page-work-single.cartender .cartender-functionality h2 {
  text-transform: none;
  font-size: 2.16667rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}
.page-work-single.cartender .cartender-functionality .subtitle {
  font-size: 1.6667rem;
  line-height: 2.5rem;
  max-width: 615px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 110px;
}
.page-work-single.cartender .cartender-demo h2 {
  margin-bottom: 0;
}
.page-work-single .full-screen-img {
  width: 100%;
}
.page-work-single .cartender-style-guide {
  padding: 180px 0;
  background: #f7e9a0;
  background: -moz-linear-gradient(top, #f7e9a0 0%, #f3e7c2 100%);
  background: -webkit-linear-gradient(top, #f7e9a0 0%,#f3e7c2 100%);
  background: linear-gradient(to bottom, #f7e9a0 0%,#f3e7c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e9a0', endColorstr='#f3e7c2',GradientType=0 );
  overflow: hidden;
}
.page-work-single.cartender .cartender-style-guide #cartender-guide-1 {
  width: 125%;
  max-width: 1358px;
  position: relative;
  margin-top: -304px;
  margin-left: 352px;
  margin-bottom: 180px;
}
.page-work-single.cartender .cartender-style-guide #cartender-guide-2 {
  max-width: 1634px;
  position: relative;
  margin-left: -525px;
  margin-top: -350px;
}
.page-work-single.cartender .cartender-style-guide .guide-btm-row p {
  max-width: 385px;
}
.page-work-single.cartender .cartender-style-guide .guide-btm-row img {
  position: relative;
  max-width: 1161px;
  width: 183%;
  margin-left: -80px;
}
.page-work-single.cartender .cartender-website-video {
  display: block;
}
.handheld-ctas {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 48px;
  border-top: 1px solid #e2e2e2;
}
.handheld-ctas .handheld-cta-lrg,
.handheld-ctas .handheld-cta-sml {
  display: block;
  text-align: center;
  font-size: 1.16667rem;
  color: #555;
  line-height: 48px;
  font-weight: bold;
  opacity: 0.5;
  float: left;
}
.handheld-ctas .handheld-cta-lrg {
  width: 48%;
}
.handheld-ctas .handheld-cta-sml {
  width: 26%;
  border-right: 1px solid #e2e2e2;
}
.handheld-ctas .handheld-cta-lrg:hover,
.handheld-ctas .handheld-cta-sml:hover {
  text-decoration: none;
  background: #e2e2e2;
  opacity: 0.5;
}

/*style-for-animation*/
.nucleus-content {
  -webkit-transition: -webkit-transform 0s ease-out, opacity 0s ease-out;
  transition: transform 0s ease-out, opacity 0s ease-out;
}
.nucleus-content.outgoing { /* transform: translateY(5px); */
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.page-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.page-container:after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.page-container.is-loading {
  -webkit-transform: scale(0.98) translate3d(0, 17px, 0);
  transform: scale(0.98) translate3d(0, 17px, 0);
}
.page-container.is-loading:after {
  height: 100%;
  opacity: 0.7;
}
.work-svg-container {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 90;
  opacity: 0;
}
.work-svg-container svg {
  background: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 990px;
  max-height: 660px;
}
.panel {
  position: relative;
}
.panel.panel-full {
  min-height: 100vh;
}
.panel-intro {
  min-height: 90vh;
}
html.ios.safari .panel-intro {
  min-height: calc(100vh - 68px) !important;
}
html.android.mobile .panel-intro {
  min-height: calc(100vh - 55px) !important;
}
html.android.tablet .panel-intro {
  min-height: calc(100vh - 95px) !important;
}
#svg {
  z-index: 10;
  position: fixed;
  width: 100%;
  min-height: 100vh;
}
#svg svg {
  max-width: 1320px;
  max-height: 720px;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#svg svg path.blur {
  -webkit-animation: blur 3s infinite;
}
#svg svg .hidden,
#svg svg .transparent,
#svg svg .letter-circle,
#svg svg .letter-blob,
#svg svg .letter,
#svg svg .letter-complex,
#svg svg .background,
#svg svg .background-complex {
  opacity: 0;
}
#svg svg .wipe {
  fill: #fff;
}
#svg g.intro {
  max-width: 1027px;
}
#svg g.intro .background {
  fill: #fff;
}
#svg g.intro .images image {
  opacity: 0;
}
#svg g.designfarm .background {
  fill: #fff;
}
.home-opening-msg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px 0;
  text-align: center;
  z-index: 20;
}
.home-opening-msg {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 530px;
}
.waypoint .step-delay-0-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.waypoint .step-delay-1 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.waypoint .step-delay-1-5 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.staats .waypoint + .waypoint {
  margin-top: 80px;
}
.home-opening-text h2{
  font-size: 1.6667rem;
  line-height: 2.5rem;
  font-weight: lighter;
  margin: 0 0 35px 0;
  font-family: 'Poppins';
  text-transform: none;
  color: rgb(85, 85, 85);
}
.home-opening-text h1{
  font-size: 1.6667rem;
  font-weight: normal;
  line-height: 2.5rem;
  margin: 40px auto 0 auto;
  font-family: 'Poppins';
  text-transform: none;
  max-width: 485px;
  color: rgb(85, 85, 85);
}
.home-opening-text {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-size: 19rem;
}
.home-opening-text.home-opening-text-top {
  top: 10%;
}
.home-opening-text.home-opening-text-base {
  bottom: 0%;
}
.case-studies {
  z-index: 5;
}
.case-studies .panel {
  z-index: 15;
}
.case-studies .summary {
  display: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  z-index: 100;
  width: 50%;
  max-width: 550px;
}
.case-studies .summary.left-align {
  left: 5%;
  right: auto;
}
.case-studies .summary h2,
.case-studies .summary p,
.case-studies .summary a {
  opacity: 0;
  margin-left: 10%;
  width: 100%;
}
.case-studies .summary ul li a{
  opacity: 0;
  margin-left: 5%;
  width: 100%;
}
.case-studies .summary h2 {
  margin-bottom: 10px;
  color: #fff;
}
.case-studies .summary p {
  color: #fff;
  margin-bottom: 20px;
}
.case-studies .summary>a {
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6667rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  border-bottom: 6px solid #F7E9A0;
}
.case-studies .summary ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.case-studies .summary ul li {
  list-style: none;
  display: inline;
  font-weight: lighter;
  color: #fff;
  font-size: 12px;
}
.case-studies .summary ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.case-studies .panel-rabin .summary ul li a {
  color: #8689b3;
}
.case-studies .panel-rabin h2,
.case-studies .panel-rabin p,
.case-studies .panel-rabin a,
.case-studies .panel-rabin li a{
  color: #8689b3;
  border-color: #8689b3;
}
.case-studies .panel-medlock a {
  color: #fff;
}
section.panel,
footer {
  z-index: 30;
}
div.section{
  z-index: 30;
  position: relative;
}
.panel {
  position: relative;
}
.panel.panel-full {
  min-height: 100vh;
}
.panel.panel-light-grey {
  background: #f8f8f8;
}
.panel.panel-grey {
  background: #353839;
  color: #fff;
}
.panel.panel-white {
  background: #fff;
}
.panel.panel-blue-dark {
  background: #0e171d;
}
.panel-center {
  text-align: center;
}
.panel-left {
  text-align: left;
}
.panel-right {
  text-align: right;
}
/*********************** cartender --- end --- ***********************/
[class^="mbc-icon-"], [class*=" mbc-icon-"] {
  font-family: 'mbc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin-left: 0px;
}
#logo[data-color="#F76D6D"] i:before {
  color: #F76D6D;
}
#logo i:before {
  /*font-size: 2.1667rem;*/
}
.mbc-icon-mbc-logomark-ffffff:before {
  content: "\e908";
  color: #fff;
}
.main-header .main-nav a, .main-header .mbc-icon-mbc-logomark-ffffff:before {
  font-size: 1.333rem;
}
.main-nav .cta-start-project
{
  top: 8px;
  text-transform: none;
}
.main-nav .cta-start-project:hover
{
  text-decoration: : none;
}
.hamburger .patty:nth-child(1) {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.hamburger .patty:nth-child(2) {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  width: 75%;
}
.hamburger .patty:nth-child(3) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  width: 50%;
}
#lighter
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}
.panel #svg #lighter svg#lighter1
{
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  position: relative!important;
  opacity: 0;
}
.mobile-svg {
  opacity: 0;
  position: relative;
  width: 100%;
  margin: 0 0 -30px;
}
.mobile-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile-svg.intro {
  position: absolute;
  height: 100%;
}
.mobile-svg.intro svg {
  width: 120%;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 -2%;
}
.mobile-svg .background {
  display: none;
}
.mobile-svg path {
  fill: none;
}
.work-grid-items-wrap .work-grid-item-outer {
  float: left;
  width: 33.3333%;
  margin: 100px 0 0;
  position: relative;
}
.work-grid-items-wrap .work-grid-item-outer:nth-child(3n+1) {
  clear: left;
}
.related-work-items .work-grid-item-outer {
  margin-top: 50px;
}
.work-svg-container svg {
  background: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 990px;
  max-height: 660px;
}
.work-grid-items-wrap {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 5%;
}
.work-grid-items-wrap .work-grid-item-outer {
  float: left;
  width: 33.3333%;
  margin: 100px 0 0;
  position: relative;
}
.work-grid-items-wrap .work-grid-item-outer:nth-child(3n+1) {
  clear: left;
}
.work-grid-item {
  color: #828282;
  font-size: 16px;
  font-size: 16rem;
  position: relative;
  padding-top: 85%;
  padding-bottom: 20px;
  overflow: hidden;
}
.work-grid-item h2 {
  margin: 0 0 6px;
  color: #dbdbdb;
  line-height: 1;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  font-weight: normal;
  font-size: 26px;
  font-size: 26rem;
}
.work-grid-item .work-grid-item-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.work-grid-item .work-grid-item-content p {
  padding: 0 10px;
}
html:not(.ios):not(.android) .work-grid-item:hover .work-grid-item-content {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
a.work-grid-item {
  display: block;
}
html:not(.ios):not(.android) a.work-grid-item:hover {
  color: #ccc;
}
html:not(.ios):not(.android) a.work-grid-item:hover h2 {
  color: #fff;
}
html:not(.ios):not(.android) a.work-grid-item:hover .work-grid-item-hero {
  width: 180%;
  margin-left: -40%;
  top: -5%;
}
a.work-grid-item .work-grid-item-hero {
  width: 170%;
  height: 100%;
  padding: 0 0 0;
  margin-left: -35%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 0;
}
/*panel-rabin*/
.case-studies .panel-rabin .summary ul li a {
  color: #8689b3;
}
.case-studies .panel-rabin h3,
.case-studies .panel-rabin p,
.case-studies .panel-rabin a,
.case-studies .panel-rabin li a{
  color: #8689b3;
  border-color: #8689b3;
}
/*medlock*/
.case-studies .panel-medlock a {
  color: #fff;
}
.panel-white ::-moz-selection {
  background: rgba(27, 29, 30, 0.05);
}
.panel-white ::selection {
  background: rgba(27, 29, 30, 0.05);
}
.panel-white .panel-dark ::-moz-selection {
  background: rgba(255, 255, 255, 0.3);
}
.panel-white .panel-dark ::selection {
  background: rgba(255, 255, 255, 0.3);
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
body.scrolljacked {
  overflow: hidden;
}

.page-home .blog {
  background: #fff;
  padding-top: 180px;
  padding-bottom: 180px;
}
.step-in {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.waypoint-reveal .step-in {
  opacity: 1;
}

.step-in.step-slow {
  -webkit-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}

.step-in-left {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.waypoint-reveal .step-in-left {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.step-in-left.step-slow {
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
  transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-in-right {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.waypoint-reveal .step-in-right {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.step-in-right.step-slow {
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
  transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-out-right {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.waypoint-reveal .step-out-right {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translate(50px);
  transform: translate(50px);
}

.step-out-right.step-slow {
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
  transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-out-left {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.waypoint-reveal .step-out-left {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translate(-50px);
  transform: translate(-50px);
}

.step-out-left.step-slow {
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
  transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-up {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
}

.waypoint-reveal .step-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.step-up.step-slow {
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s ease;
  transition: opacity 1.2s linear, transform 1.2s ease;
}

.step-down {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
}

.waypoint-reveal .step-down {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.waypoint-reveal .zoom-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.step-in:nth-child(1),
.step-in-left:nth-child(1),
.step-in-right:nth-child(1),
.step-up:nth-child(1),
.step-down:nth-child(1) {
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.step-in[data-delay="1"],
.step-in-left[data-delay="1"],
.step-in-right[data-delay="1"],
.step-up[data-delay="1"],
.step-down[data-delay="1"],
.zoom-in[data-delay="1"] {
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.step-in:nth-child(2),
.step-in-left:nth-child(2),
.step-in-right:nth-child(2),
.step-up:nth-child(2),
.step-down:nth-child(2) {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.step-in[data-delay="2"],
.step-in-left[data-delay="2"],
.step-in-right[data-delay="2"],
.step-up[data-delay="2"],
.step-down[data-delay="2"],
.zoom-in[data-delay="2"] {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.step-in:nth-child(3),
.step-in-left:nth-child(3),
.step-in-right:nth-child(3),
.step-up:nth-child(3),
.step-down:nth-child(3) {
  -webkit-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
}

.step-in[data-delay="3"],
.step-in-left[data-delay="3"],
.step-in-right[data-delay="3"],
.step-up[data-delay="3"],
.step-down[data-delay="3"],
.zoom-in[data-delay="3"] {
  -webkit-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
}

.step-in:nth-child(4),
.step-in-left:nth-child(4),
.step-in-right:nth-child(4),
.step-up:nth-child(4),
.step-down:nth-child(4) {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.step-in[data-delay="4"],
.step-in-left[data-delay="4"],
.step-in-right[data-delay="4"],
.step-up[data-delay="4"],
.step-down[data-delay="4"],
.zoom-in[data-delay="4"] {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.step-in:nth-child(5),
.step-in-left:nth-child(5),
.step-in-right:nth-child(5),
.step-up:nth-child(5),
.step-down:nth-child(5) {
  -webkit-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
}

.step-in[data-delay="5"],
.step-in-left[data-delay="5"],
.step-in-right[data-delay="5"],
.step-up[data-delay="5"],
.step-down[data-delay="5"],
.zoom-in[data-delay="5"] {
  -webkit-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
}

.step-in:nth-child(6),
.step-in-left:nth-child(6),
.step-in-right:nth-child(6),
.step-up:nth-child(6),
.step-down:nth-child(6) {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.step-in[data-delay="6"],
.step-in-left[data-delay="6"],
.step-in-right[data-delay="6"],
.step-up[data-delay="6"],
.step-down[data-delay="6"],
.zoom-in[data-delay="6"] {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.step-in:nth-child(7),
.step-in-left:nth-child(7),
.step-in-right:nth-child(7),
.step-up:nth-child(7),
.step-down:nth-child(7) {
  -webkit-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
}

.step-in[data-delay="7"],
.step-in-left[data-delay="7"],
.step-in-right[data-delay="7"],
.step-up[data-delay="7"],
.step-down[data-delay="7"],
.zoom-in[data-delay="7"] {
  -webkit-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
}

.step-in:nth-child(8),
.step-in-left:nth-child(8),
.step-in-right:nth-child(8),
.step-up:nth-child(8),
.step-down:nth-child(8) {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.step-in[data-delay="8"],
.step-in-left[data-delay="8"],
.step-in-right[data-delay="8"],
.step-up[data-delay="8"],
.step-down[data-delay="8"],
.zoom-in[data-delay="8"] {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.step-in:nth-child(9),
.step-in-left:nth-child(9),
.step-in-right:nth-child(9),
.step-up:nth-child(9),
.step-down:nth-child(9) {
  -webkit-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
}

.step-in[data-delay="9"],
.step-in-left[data-delay="9"],
.step-in-right[data-delay="9"],
.step-up[data-delay="9"],
.step-down[data-delay="9"],
.zoom-in[data-delay="9"] {
  -webkit-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
}

.step-in:nth-child(10),
.step-in-left:nth-child(10),
.step-in-right:nth-child(10),
.step-up:nth-child(10),
.step-down:nth-child(10) {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.step-in[data-delay="10"],
.step-in-left[data-delay="10"],
.step-in-right[data-delay="10"],
.step-up[data-delay="10"],
.step-down[data-delay="10"],
.zoom-in[data-delay="10"] {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.step-in:nth-child(11),
.step-in-left:nth-child(11),
.step-in-right:nth-child(11),
.step-up:nth-child(11),
.step-down:nth-child(11) {
  -webkit-transition-delay: 1.65s !important;
  transition-delay: 1.65s !important;
}

.step-in[data-delay="11"],
.step-in-left[data-delay="11"],
.step-in-right[data-delay="11"],
.step-up[data-delay="11"],
.step-down[data-delay="11"],
.zoom-in[data-delay="11"] {
  -webkit-transition-delay: 1.65s !important;
  transition-delay: 1.65s !important;
}

.step-in:nth-child(12),
.step-in-left:nth-child(12),
.step-in-right:nth-child(12),
.step-up:nth-child(12),
.step-down:nth-child(12) {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.step-in[data-delay="12"],
.step-in-left[data-delay="12"],
.step-in-right[data-delay="12"],
.step-up[data-delay="12"],
.step-down[data-delay="12"],
.zoom-in[data-delay="12"] {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.step-in:nth-child(13),
.step-in-left:nth-child(13),
.step-in-right:nth-child(13),
.step-up:nth-child(13),
.step-down:nth-child(13) {
  -webkit-transition-delay: 1.95s !important;
  transition-delay: 1.95s !important;
}

.step-in[data-delay="13"],
.step-in-left[data-delay="13"],
.step-in-right[data-delay="13"],
.step-up[data-delay="13"],
.step-down[data-delay="13"],
.zoom-in[data-delay="13"] {
  -webkit-transition-delay: 1.95s !important;
  transition-delay: 1.95s !important;
}

.step-in:nth-child(14),
.step-in-left:nth-child(14),
.step-in-right:nth-child(14),
.step-up:nth-child(14),
.step-down:nth-child(14) {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.step-in[data-delay="14"],
.step-in-left[data-delay="14"],
.step-in-right[data-delay="14"],
.step-up[data-delay="14"],
.step-down[data-delay="14"],
.zoom-in[data-delay="14"] {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.step-in:nth-child(15),
.step-in-left:nth-child(15),
.step-in-right:nth-child(15),
.step-up:nth-child(15),
.step-down:nth-child(15) {
  -webkit-transition-delay: 2.25s !important;
  transition-delay: 2.25s !important;
}

.step-in[data-delay="15"],
.step-in-left[data-delay="15"],
.step-in-right[data-delay="15"],
.step-up[data-delay="15"],
.step-down[data-delay="15"],
.zoom-in[data-delay="15"] {
  -webkit-transition-delay: 2.25s !important;
  transition-delay: 2.25s !important;
}

.step-in:nth-child(16),
.step-in-left:nth-child(16),
.step-in-right:nth-child(16),
.step-up:nth-child(16),
.step-down:nth-child(16) {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.step-in[data-delay="16"],
.step-in-left[data-delay="16"],
.step-in-right[data-delay="16"],
.step-up[data-delay="16"],
.step-down[data-delay="16"],
.zoom-in[data-delay="16"] {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.step-in:nth-child(17),
.step-in-left:nth-child(17),
.step-in-right:nth-child(17),
.step-up:nth-child(17),
.step-down:nth-child(17) {
  -webkit-transition-delay: 2.55s !important;
  transition-delay: 2.55s !important;
}

.step-in[data-delay="17"],
.step-in-left[data-delay="17"],
.step-in-right[data-delay="17"],
.step-up[data-delay="17"],
.step-down[data-delay="17"],
.zoom-in[data-delay="17"] {
  -webkit-transition-delay: 2.55s !important;
  transition-delay: 2.55s !important;
}

.step-in:nth-child(18),
.step-in-left:nth-child(18),
.step-in-right:nth-child(18),
.step-up:nth-child(18),
.step-down:nth-child(18) {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.step-in[data-delay="18"],
.step-in-left[data-delay="18"],
.step-in-right[data-delay="18"],
.step-up[data-delay="18"],
.step-down[data-delay="18"],
.zoom-in[data-delay="18"] {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.step-in:nth-child(19),
.step-in-left:nth-child(19),
.step-in-right:nth-child(19),
.step-up:nth-child(19),
.step-down:nth-child(19) {
  -webkit-transition-delay: 2.85s !important;
  transition-delay: 2.85s !important;
}

.step-in[data-delay="19"],
.step-in-left[data-delay="19"],
.step-in-right[data-delay="19"],
.step-up[data-delay="19"],
.step-down[data-delay="19"],
.zoom-in[data-delay="19"] {
  -webkit-transition-delay: 2.85s !important;
  transition-delay: 2.85s !important;
}

.step-in:nth-child(20),
.step-in-left:nth-child(20),
.step-in-right:nth-child(20),
.step-up:nth-child(20),
.step-down:nth-child(20) {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}

.step-in[data-delay="20"],
.step-in-left[data-delay="20"],
.step-in-right[data-delay="20"],
.step-up[data-delay="20"],
.step-down[data-delay="20"],
.zoom-in[data-delay="20"] {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}

.step-in:nth-child(21),
.step-in-left:nth-child(21),
.step-in-right:nth-child(21),
.step-up:nth-child(21),
.step-down:nth-child(21) {
  -webkit-transition-delay: 3.15s !important;
  transition-delay: 3.15s !important;
}

.step-in[data-delay="21"],
.step-in-left[data-delay="21"],
.step-in-right[data-delay="21"],
.step-up[data-delay="21"],
.step-down[data-delay="21"],
.zoom-in[data-delay="21"] {
  -webkit-transition-delay: 3.15s !important;
  transition-delay: 3.15s !important;
}

.step-in:nth-child(22),
.step-in-left:nth-child(22),
.step-in-right:nth-child(22),
.step-up:nth-child(22),
.step-down:nth-child(22) {
  -webkit-transition-delay: 3.3s !important;
  transition-delay: 3.3s !important;
}

.step-in[data-delay="22"],
.step-in-left[data-delay="22"],
.step-in-right[data-delay="22"],
.step-up[data-delay="22"],
.step-down[data-delay="22"],
.zoom-in[data-delay="22"] {
  -webkit-transition-delay: 3.3s !important;
  transition-delay: 3.3s !important;
}

.step-in:nth-child(23),
.step-in-left:nth-child(23),
.step-in-right:nth-child(23),
.step-up:nth-child(23),
.step-down:nth-child(23) {
  -webkit-transition-delay: 3.45s !important;
  transition-delay: 3.45s !important;
}

.step-in[data-delay="23"],
.step-in-left[data-delay="23"],
.step-in-right[data-delay="23"],
.step-up[data-delay="23"],
.step-down[data-delay="23"],
.zoom-in[data-delay="23"] {
  -webkit-transition-delay: 3.45s !important;
  transition-delay: 3.45s !important;
}

.step-in:nth-child(24),
.step-in-left:nth-child(24),
.step-in-right:nth-child(24),
.step-up:nth-child(24),
.step-down:nth-child(24) {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}

.step-in[data-delay="24"],
.step-in-left[data-delay="24"],
.step-in-right[data-delay="24"],
.step-up[data-delay="24"],
.step-down[data-delay="24"],
.zoom-in[data-delay="24"] {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}

.step-in:nth-child(25),
.step-in-left:nth-child(25),
.step-in-right:nth-child(25),
.step-up:nth-child(25),
.step-down:nth-child(25) {
  -webkit-transition-delay: 3.75s !important;
  transition-delay: 3.75s !important;
}

.step-in[data-delay="25"],
.step-in-left[data-delay="25"],
.step-in-right[data-delay="25"],
.step-up[data-delay="25"],
.step-down[data-delay="25"],
.zoom-in[data-delay="25"] {
  -webkit-transition-delay: 3.75s !important;
  transition-delay: 3.75s !important;
}

.step-in:nth-child(26),
.step-in-left:nth-child(26),
.step-in-right:nth-child(26),
.step-up:nth-child(26),
.step-down:nth-child(26) {
  -webkit-transition-delay: 3.9s !important;
  transition-delay: 3.9s !important;
}

.step-in[data-delay="26"],
.step-in-left[data-delay="26"],
.step-in-right[data-delay="26"],
.step-up[data-delay="26"],
.step-down[data-delay="26"],
.zoom-in[data-delay="26"] {
  -webkit-transition-delay: 3.9s !important;
  transition-delay: 3.9s !important;
}

.step-in:nth-child(27),
.step-in-left:nth-child(27),
.step-in-right:nth-child(27),
.step-up:nth-child(27),
.step-down:nth-child(27) {
  -webkit-transition-delay: 4.05s !important;
  transition-delay: 4.05s !important;
}

.step-in[data-delay="27"],
.step-in-left[data-delay="27"],
.step-in-right[data-delay="27"],
.step-up[data-delay="27"],
.step-down[data-delay="27"],
.zoom-in[data-delay="27"] {
  -webkit-transition-delay: 4.05s !important;
  transition-delay: 4.05s !important;
}

.step-in:nth-child(28),
.step-in-left:nth-child(28),
.step-in-right:nth-child(28),
.step-up:nth-child(28),
.step-down:nth-child(28) {
  -webkit-transition-delay: 4.2s !important;
  transition-delay: 4.2s !important;
}

.step-in[data-delay="28"],
.step-in-left[data-delay="28"],
.step-in-right[data-delay="28"],
.step-up[data-delay="28"],
.step-down[data-delay="28"],
.zoom-in[data-delay="28"] {
  -webkit-transition-delay: 4.2s !important;
  transition-delay: 4.2s !important;
}

.step-in:nth-child(29),
.step-in-left:nth-child(29),
.step-in-right:nth-child(29),
.step-up:nth-child(29),
.step-down:nth-child(29) {
  -webkit-transition-delay: 4.35s !important;
  transition-delay: 4.35s !important;
}

.step-in[data-delay="29"],
.step-in-left[data-delay="29"],
.step-in-right[data-delay="29"],
.step-up[data-delay="29"],
.step-down[data-delay="29"],
.zoom-in[data-delay="29"] {
  -webkit-transition-delay: 4.35s !important;
  transition-delay: 4.35s !important;
}

.step-in:nth-child(30),
.step-in-left:nth-child(30),
.step-in-right:nth-child(30),
.step-up:nth-child(30),
.step-down:nth-child(30) {
  -webkit-transition-delay: 4.5s !important;
  transition-delay: 4.5s !important;
}

.step-in[data-delay="30"],
.step-in-left[data-delay="30"],
.step-in-right[data-delay="30"],
.step-up[data-delay="30"],
.step-down[data-delay="30"],
.zoom-in[data-delay="30"] {
  -webkit-transition-delay: 4.5s !important;
  transition-delay: 4.5s !important;
}

.step-in:nth-child(31),
.step-in-left:nth-child(31),
.step-in-right:nth-child(31),
.step-up:nth-child(31),
.step-down:nth-child(31) {
  -webkit-transition-delay: 4.65s !important;
  transition-delay: 4.65s !important;
}

.step-in[data-delay="31"],
.step-in-left[data-delay="31"],
.step-in-right[data-delay="31"],
.step-up[data-delay="31"],
.step-down[data-delay="31"],
.zoom-in[data-delay="31"] {
  -webkit-transition-delay: 4.65s !important;
  transition-delay: 4.65s !important;
}

.waypoint .step-delay-0-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.waypoint .step-delay-1 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.waypoint .step-delay-1-5 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.site-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
}

.site-menu .header-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 20;
}

.menu-close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 30px;
  right: 60px;
  background: transparent;
  overflow: hidden;
}

.menu-close:before,
.menu-close:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 100%;
  left: 0;
  top: 14px;
  background: #111;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s linear, background 0.15s linear;
  transition: transform 0.3s linear, background 0.15s linear;
}

.menu-close.is-active:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-close.is-active:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

html:not(.mobile):not(.tablet) .menu-close:hover:before,
html:not(.mobile):not(.tablet) .menu-close:hover:after,
.menu-close.on_press:before,
.menu-close.on_press:after {
  background: #F76D6D;
}

.menu-col {
  float: left;
  width: 50%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-col .menu-col-inner {
  width: 85%;
  margin: 0 auto;
  padding: 45px 0;
}

.menu-col h2,
.menu-col h3.main-header {
  margin: 0 0 20px;
  color: #a4a4a4;
  font-size: 1.6667rem;
  line-height: 2.5rem;
  font-weight: normal;
}
.menu-feature h2,
.menu-feature h3.main-header {
  margin-top: 190px;
}

.menu-feature ::-moz-selection {
  background-color: rgba(27, 29, 30, 0.1);
}

.menu-feature ::selection {
  background-color: rgba(27, 29, 30, 0.1);
}

.menu-feature .blog-item {
  color: #797979;
  outline: none;
  font-size: 1.6667rem;
}

.menu-feature .blog-item h3 {
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 12px -1px;
  font-size: 2.1667rem;
  line-height: 2.5rem;
  font-family: "Poppins";
  font-weight: bold;
}
.menu-feature a {
  color: #555;
}

.menu-feature .blog-item .blog-meta {
  font-weight: normal;
  font-size: 1.16667rem;
}
.menu-feature .blog-item .blog-meta span {
  margin-right: 20px;
}

.menu-feature .blog-item .blog-meta a {
  margin: 0 0 0 10px;
}

.menu-feature .blog-item .blog-author .blog-profile {
  float: left;
  background: #a4a4a4;
  width: 44px;
  height: 44px;
  margin: 0 15px 0 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu-feature .blog-item .blog-author a {
  margin: 0;
  display: block;
}

.menu-feature .blog-item .blog-meta-item {
  float: left;
  margin: 0 15px 0 0;
  line-height: 44px;
  font-size: ;
}

.menu-feature .blog-item .blog-read-more {
  display: inline-block;
  margin: 30px 0 0;
  font-weight: normal;
}

.menu-feature .blog-item .blog-aux {
  font-weight: normal;
}

.menu-feature .blog-item .blog-aux a {
  margin: 0 15px 0 0;
}

.menu-feature .blog-item .blog-hero-thumb {
  margin: 30px 0;
}

.menu-feature .blog-item .blog-hero-thumb a {
  display: block;
}

.menu-feature .blog-item .blog-hero-thumb img {
  display: block;
  width: 100%;
  height: auto !important;
}


.menu ul {
  padding: 0;
  list-style: none;
}

.menu-primary a {
  color: #fff;
}

.menu-primary li + li {
  margin: 25px 0 0;
}

.menu-secondary {
  margin: 0;
}

.menu-secondary a {
  color: #797979;
}

html:not(.mobile):not(.tablet),
.menu-secondary a.on_press {
  color: #fff;
}

.menu-secondary li + li {
  margin: 20px 0 0;
}

/*style for home page HEADER- color*/
.page-home .main-header .main-nav a,
.page-home .main-header .mbc-icon-mbc-logomark-ffffff:before,
.page-terms .main-header .main-nav a {
  color: #555;
}
.page-work .main-header .main-nav a {
  color: #fff;
}
.page-home .main-header .nav-links li:after,
.page-home .main-header .hamburger .patty,
.page-terms .main-header .hamburger .patty {
  background-color: #555;
}
.page-home .main-header.header-intro .main-nav a,
.page-home .main-header.header-intro .mbc-icon-mbc-logomark-ffffff:before {
  color: #F76D6D;
}
.page-home .main-header.header-intro .nav-links li:after,
.page-home .main-header.header-intro .hamburger .patty {
  background-color: #F76D6D;
}
.page-home .main-header.header-cartender .main-nav a,
.page-home .main-header.header-cartender .mbc-icon-mbc-logomark-ffffff:before {
  color: #F7E9A0;
}
.page-home .main-header.header-cartender .nav-links li:after,
.page-home .main-header.header-cartender .hamburger .patty {
  background-color: #F7E9A0;
}
.page-home .main-header.header-rabin .main-nav a,
.page-home .main-header.header-rabin .mbc-icon-mbc-logomark-ffffff:before {
  color: #7893C3;
}
.page-home .main-header.header-rabin .nav-links li:after,
.page-home .main-header.header-rabin .hamburger .patty {
  background-color: #7893C3;
}
.page-home .main-header.header-medlock .main-nav a,
.page-home .main-header.header-medlock .mbc-icon-mbc-logomark-ffffff:before {
  color: #FFB677;
}
.page-home .main-header.header-medlock .nav-links li:after,
.page-home .main-header.header-medlock .hamburger .patty {
  background-color: #FFB677;
}

/* Focus Border Effects - */

:focus{outline: none;}

input[type="text"]{width: 100%; box-sizing: border-box;}

.effect-1,
.effect-2,
.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 4px; background-color: #3399FF; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

.effect-2 ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 4px; background-color: #3399FF; transition: 0.4s;}
.effect-2:focus ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}

.effect-3 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; z-index: 99;}
.effect-3 ~ .focus-border:before,
.effect-3 ~ .focus-border:after{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background-color: #3399FF; transition: 0.4s;}
.effect-3 ~ .focus-border:after{left: auto; right: 0;}
.effect-3:focus ~ .focus-border:before,
.effect-3:focus ~ .focus-border:after{width: 50%; transition: 0.4s;}

.effect-3 ~ .focus-border[data-colour="red"]:before,
.effect-3 ~ .focus-border[data-colour="red"]:after {
  background-color: #F76D6D;
}
.effect-3 ~ .focus-border[data-colour="blue"]:before,
.effect-3 ~ .focus-border[data-colour="blue"]:after {
  background-color: #7893C3;
}
.effect-3 ~ .focus-border[data-colour="green"]:before,
.effect-3 ~ .focus-border[data-colour="green"]:after {
  background-color: #0E9577;
}
.effect-3 ~ .focus-border[data-colour="yellow"]:before,
.effect-3 ~ .focus-border[data-colour="yellow"]:after {
  background-color: #F7E9A0;
}
.effect-3 ~ .focus-border[data-colour="orange"]:before,
.effect-3 ~ .focus-border[data-colour="orange"]:after {
  background-color: #FFB677;
}
.effect-3 ~ .focus-border[data-colour="pink"]:before,
.effect-3 ~ .focus-border[data-colour="pink"]:after {
  background-color: #FAD3CF;
}
.effect-3 ~ .focus-border[data-colour="purple"]:before,
.effect-3 ~ .focus-border[data-colour="purple"]:after {
  background-color: #8559A5;
}

.effect-4,
.effect-5,
.effect-6{border: 0; padding: 5px 0 7px; border: 1px solid transparent; border-bottom-color: #ccc; transition: 0.4s;}

.effect-4:focus,
.effect-5:focus,
.effect-6:focus{padding: 5px 14px 7px; transition: 0.4s;}

.effect-4 ~ .focus-border{position: absolute; height: 0; bottom: 0; left: 0; width: 100%; transition: 0.4s; z-index: -1;}
.effect-4:focus ~ .focus-border{transition: 0.4s; height: 36px; border: 2px solid #3399FF; z-index: 1;}

.effect-5 ~ .focus-border{position: absolute; height: 36px; bottom: 0; left: 0; width: 0; transition: 0.4s;}
.effect-5:focus ~ .focus-border{width: 100%; transition: 0.4s; border: 2px solid #3399FF;}

.effect-6 ~ .focus-border{position: absolute; height: 36px; bottom: 0; right: 0; width: 0; transition: 0.4s;}
.effect-6:focus ~ .focus-border{width: 100%; transition: 0.4s; border: 2px solid #3399FF;}

.effect-7,
.effect-8,
.effect-9{border: 1px solid #ccc; padding: 7px 14px 9px; transition: 0.4s;}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 50%; width: 0; height: 4px; background-color: #3399FF; transition: 0.4s;}
.effect-7 ~ .focus-border:after{top: auto; bottom: 0;}
.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.6s;}
.effect-7 ~ .focus-border i:after{left: auto; right: 0;}
.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after{left: 0; width: 100%; transition: 0.4s;}
.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after{top: 0; height: 100%; transition: 0.6s;}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 4px; background-color: #3399FF; transition: 0.3s;}
.effect-8 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.4s;}
.effect-8 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

.effect-9 ~ .focus-border:before,
.effect-9 ~ .focus-border:after{content: ""; position: absolute; top: 0; right: 0; width: 0; height: 4px; background-color: #3399FF; transition: 0.2s; transition-delay: 0.2s;}
.effect-9 ~ .focus-border:after{top: auto; bottom: 0; right: auto; left: 0; transition-delay: 0.6s;}
.effect-9 ~ .focus-border i:before,
.effect-9 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.2s;}
.effect-9 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0; transition-delay: 0.4s;}
.effect-9:focus ~ .focus-border:before,
.effect-9:focus ~ .focus-border:after{width: 100%; transition: 0.2s; transition-delay: 0.6s;}
.effect-9:focus ~ .focus-border:after{transition-delay: 0.2s;}
.effect-9:focus ~ .focus-border i:before,
.effect-9:focus ~ .focus-border i:after{height: 100%; transition: 0.2s;}
.effect-9:focus ~ .focus-border i:after{transition-delay: 0.4s;}

.effect-10,
.effect-11,
.effect-12,
.effect-13,
.effect-14,
.effect-15{border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent;}

.effect-10 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ededed; opacity: 0; transition: 0.5s; z-index: -1;}
.effect-10:focus ~ .focus-bg{transition: 0.5s; opacity: 1;}

.effect-11 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-11:focus ~ .focus-bg{transition: 0.3s; width: 100%;}

.effect-12 ~ .focus-bg{position: absolute; left: 50%; top: 0; width: 0; height: 100%; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-12:focus ~ .focus-bg{transition: 0.3s; width: 100%; left: 0;}

.effect-13 ~ .focus-bg:before,
.effect-13 ~ .focus-bg:after{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-13:focus ~ .focus-bg:before{transition: 0.3s; width: 50%;}
.effect-13 ~ .focus-bg:after{left: auto; right: 0;}
.effect-13:focus ~ .focus-bg:after{transition: 0.3s; width: 50%;}

.effect-14 ~ .focus-bg:before,
.effect-14 ~ .focus-bg:after{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-14:focus ~ .focus-bg:before{transition: 0.3s; width: 50%; height: 100%;}
.effect-14 ~ .focus-bg:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-14:focus ~ .focus-bg:after{transition: 0.3s; width: 50%; height: 100%;}

.effect-15 ~ .focus-bg:before,
.effect-15 ~ .focus-bg:after{content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-15:focus ~ .focus-bg:before{transition: 0.3s; width: 50%; left: 0; top: 0; height: 100%;}
.effect-15 ~ .focus-bg:after{left: auto; right: 50%; top: auto; bottom: 50%;}
.effect-15:focus ~ .focus-bg:after{transition: 0.3s; width: 50%; height: 100%; bottom: 0; right: 0;}


.effect-16,
.effect-17,
.effect-18{border: 0; padding: 4px 0; border-bottom: 1px solid #ccc; background-color: transparent;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 4px; background-color: #3399FF; transition: 0.4s;}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -16px; font-size: 12px; color: #3399FF; transition: 0.3s;}

.effect-17 ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 4px; background-color: #3399FF; transition: 0.4s;}
.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}
.effect-17 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -16px; font-size: 12px; color: #3399FF; transition: 0.3s;}

.effect-18 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; z-index: 99;}
.effect-18 ~ .focus-border:before,
.effect-18 ~ .focus-border:after{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background-color: #3399FF; transition: 0.4s;}
.effect-18 ~ .focus-border:after{left: auto; right: 0;}
.effect-18:focus ~ .focus-border:before,
.effect-18:focus ~ .focus-border:after,
.has-content.effect-18 ~ .focus-border:before,
.has-content.effect-18 ~ .focus-border:after{width: 50%; transition: 0.4s;}
.effect-18 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-18:focus ~ label, .has-content.effect-18 ~ label{top: -16px; font-size: 12px; color: #3399FF; transition: 0.3s;}

.effect-19,
.effect-20,
.effect-21{border: 1px solid #ccc; padding: 7px 14px; transition: 0.4s; background: transparent;}

.effect-19 ~ .focus-border:before,
.effect-19 ~ .focus-border:after{content: ""; position: absolute; top: -1px; left: 50%; width: 0; height: 4px; background-color: #3399FF; transition: 0.4s;}
.effect-19 ~ .focus-border:after{top: auto; bottom: 0;}
.effect-19 ~ .focus-border i:before,
.effect-19 ~ .focus-border i:after{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.6s;}
.effect-19 ~ .focus-border i:after{left: auto; right: 0;}
.effect-19:focus ~ .focus-border:before,
.effect-19:focus ~ .focus-border:after,
.has-content.effect-19 ~ .focus-border:before,
.has-content.effect-19 ~ .focus-border:after{left: 0; width: 100%; transition: 0.4s;}
.effect-19:focus ~ .focus-border i:before,
.effect-19:focus ~ .focus-border i:after,
.has-content.effect-19 ~ .focus-border i:before,
.has-content.effect-19 ~ .focus-border i:after{top: -1px; height: 100%; transition: 0.6s;}
.effect-19 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-19:focus ~ label, .has-content.effect-19 ~ label{top: -18px; left: 0; font-size: 12px; color: #3399FF; transition: 0.3s;}

.effect-20 ~ .focus-border:before,
.effect-20 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 4px; background-color: #3399FF; transition: 0.3s;}
.effect-20 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-20 ~ .focus-border i:before,
.effect-20 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.4s;}
.effect-20 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-20:focus ~ .focus-border:before,
.effect-20:focus ~ .focus-border:after,
.has-content.effect-20 ~ .focus-border:before,
.has-content.effect-20 ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-20:focus ~ .focus-border i:before,
.effect-20:focus ~ .focus-border i:after,
.has-content.effect-20 ~ .focus-border i:before,
.has-content.effect-20 ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.effect-20 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-20:focus ~ label, .has-content.effect-20 ~ label{top: -18px; left: 0; font-size: 12px; color: #3399FF; transition: 0.3s;}

.effect-21 ~ .focus-border:before,
.effect-21 ~ .focus-border:after{content: ""; position: absolute; top: 0; right: 0; width: 0; height: 4px; background-color: #3399FF; transition: 0.2s; transition-delay: 0.2s;}
.effect-21 ~ .focus-border:after{top: auto; bottom: 0; right: auto; left: 0; transition-delay: 0.6s;}
.effect-21 ~ .focus-border i:before,
.effect-21 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.2s;}
.effect-21 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0; transition-delay: 0.4s;}
.effect-21:focus ~ .focus-border:before,
.effect-21:focus ~ .focus-border:after,
.has-content.effect-21 ~ .focus-border:before,
.has-content.effect-21 ~ .focus-border:after{width: 100%; transition: 0.2s; transition-delay: 0.6s;}
.effect-21:focus ~ .focus-border:after,
.has-content.effect-21 ~ .focus-border:after{transition-delay: 0.2s;}
.effect-21:focus ~ .focus-border i:before,
.effect-21:focus ~ .focus-border i:after,
.has-content.effect-21 ~ .focus-border i:before,
.has-content.effect-21 ~ .focus-border i:after{height: 100%; transition: 0.2s;}
.effect-21:focus ~ .focus-border i:after,
.has-conten.effect-21 ~ .focus-border i:after{transition-delay: 0.4s;}
.effect-21 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-21:focus ~ label, .has-content.effect-21 ~ label{top: -18px; left: 0; font-size: 12px; color: #3399FF; transition: 0.3s;}

.effect-22,
.effect-23,
.effect-24{border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent;}

.effect-22 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: transparent; transition: 0.4s; z-index: -1;}
.effect-22:focus ~ .focus-bg,
.has-content.effect-22 ~ .focus-bg{transition: 0.4s; width: 100%; background-color: #ededed;}
.effect-22 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-22:focus ~ label, .has-content.effect-22 ~ label{top: -18px; left: 0; font-size: 12px; color: #333; transition: 0.3s;}

.effect-23 ~ .focus-bg:before,
.effect-23 ~ .focus-bg:after{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-23:focus ~ .focus-bg:before,
.has-content.effect-23 ~ .focus-bg:before{transition: 0.3s; width: 50%; height: 100%;}
.effect-23 ~ .focus-bg:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-23:focus ~ .focus-bg:after,
.has-content.effect-23 ~ .focus-bg:after{transition: 0.3s; width: 50%; height: 100%;}
.effect-23 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-23:focus ~ label, .has-content.effect-23 ~ label{top: -18px; left: 0; font-size: 12px; color: #333; transition: 0.3s;}

.effect-24 ~ .focus-bg:before,
.effect-24 ~ .focus-bg:after{content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-24:focus ~ .focus-bg:before,
.has-content.effect-24 ~ .focus-bg:before{transition: 0.3s; width: 50%; left: 0; top: 0; height: 100%;}
.effect-24 ~ .focus-bg:after{left: auto; right: 50%; top: auto; bottom: 50%;}
.effect-24:focus ~ .focus-bg:after,
.has-content.effect-24 ~ .focus-bg:after{transition: 0.3s; width: 50%; height: 100%; bottom: 0; right: 0;}
.effect-24 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-24:focus ~ label, .has-content.effect-24 ~ label{top: -18px; left: 0; font-size: 12px; color: #333; transition: 0.3s;}
/*= input focus effects css End
=============================== */

/* Button Hover effects - https://codepen.io/kjbrum/pen/wBBLXx */
[class^="ebtn-"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  font-size: 1.16667rem;
  background: transparent;
  border: 2px solid #555;
  padding: 12px 25px;
  z-index: 0;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
[class^="ebtn-"]:before,
[class^="ebtn-"]:after {
  z-index: -1;
}
.ebtn-0 {
  color: #6a6e5f;
}
.ebtn-0:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #303228;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ebtn-0:hover {
  color: #d3d4d0;
}
.ebtn-0:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ebtn-1 {
  color: #c33692;
}
.ebtn-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #6e0b4c;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ebtn-1:hover {
  color: #edc4df;
}
.ebtn-1:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ebtn-1-2 {
  color: #5f297f;
}
.ebtn-1-2:before, .ebtn-1-2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid #28023e;
}
.ebtn-1-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ebtn-1-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ebtn-1-2:hover {
  color: #d0c0d9;
}
.ebtn-1-2:hover:before {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
.ebtn-1-2:hover:after {
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}

.ebtn-2 {
  color: #7aa941;
}
.ebtn-2:before, .ebtn-2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ebtn-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #3b5c13;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ebtn-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #3b5c13;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ebtn-2:hover {
  color: #d8e6c7;
}
.ebtn-2:hover:before {
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}
.ebtn-2:hover:after {
  -webkit-transform: translateX(49%);
          transform: translateX(49%);
}

.ebtn-3:before, .ebtn-3:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 40px solid #227756;
  border-bottom: 40px solid #227756;
}
.ebtn-3:before {
  border-right: 40px solid transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ebtn-3:after {
  border-left: 40px solid transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ebtn-3:hover {
  color: #cef1e3;
}
.ebtn-3:hover:before {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.ebtn-3:hover:after {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.ebtn-4 {
  color: #61c863;
}
.ebtn-4:before, .ebtn-4:after,
.ebtn-4 span:before,
.ebtn-4 span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #29722b;
  z-index: -1;
}
.ebtn-4:before {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.ebtn-4:after {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
.ebtn-4 span:before {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.ebtn-4 span:after {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
.ebtn-4:hover {
  color: #d1efd1;
}
.ebtn-4:hover:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ebtn-4:hover:after {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.ebtn-4:hover span:before {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ebtn-4:hover span:after {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.ebtn-5 {
  color: #7e2f43;
}
.ebtn-5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3e0614 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.ebtn-5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3e0614;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ebtn-5:before, .ebtn-5:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.ebtn-5:before {
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #3e0614;
}
.ebtn-5:after {
  top: 0;
  right: 0;
  border-color: transparent #3e0614 transparent transparent;
}
.ebtn-5:hover {
  color: #d9c2c8;
}
.ebtn-5:hover:before, .ebtn-5:hover:after {
  border-width: 80px 262.5px;
}

.ebtn-6 {
  color: #ac28c4;
}
.ebtn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #5e016f;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.ebtn-6:hover {
  color: #e7c0ee;
}
.ebtn-6:hover span {
  width: 225%;
  height: 562.5px;
}
.ebtn-6:active {
  background-color: #9d02b9;
}

.ebtn-7 {
  color: #c95496;
}
.ebtn-7:before, .ebtn-7:after,
.ebtn-7 span:before,
.ebtn-7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #73204f;
  z-index: -1;
}
.ebtn-7:before {
  left: 0;
}
.ebtn-7:after {
  left: 50%;
}
.ebtn-7 span:before, .ebtn-7 span:after {
  top: auto;
  bottom: 0;
}
.ebtn-7 span:before {
  left: 25%;
}
.ebtn-7 span:after {
  left: 75%;
}
.ebtn-7:hover {
  color: #efcde0;
}
.ebtn-7:hover:before, .ebtn-7:hover:after,
.ebtn-7:hover span:before,
.ebtn-7:hover span:after {
  height: 80px;
}

.ebtn-8 {
  color: #49b33c;
}
.ebtn-8:before, .ebtn-8:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #196410;
}
.ebtn-8:before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.ebtn-8:after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.ebtn-8:hover {
  color: #cae9c6;
}
.ebtn-8:hover:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ebtn-8:hover:after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.ebtn-9 {
  color: #b8a861;
}
.ebtn-9:before, .ebtn-9:after,
.ebtn-9 span:before,
.ebtn-9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(103, 92, 41, 0.25);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.ebtn-9:after,
.ebtn-9 span:before {
  top: auto;
  bottom: 0;
}
.ebtn-9 span:before,
.ebtn-9 span:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ebtn-9:hover {
  color: #eae6d1;
}
.ebtn-9:hover:before, .ebtn-9:hover:after,
.ebtn-9:hover span:before,
.ebtn-9:hover span:after {
  height: 80px;
}
.ebtn-9:active {
  background-color: #ac9945;
}

.ebtn-10 {
  color: #36578b;
}
.ebtn-10:before, .ebtn-10:after,
.ebtn-10 span:before,
.ebtn-10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background-color: rgba(11, 34, 71, 0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ebtn-10:after,
.ebtn-10 span:before {
  left: auto;
  right: 0;
}
.ebtn-10 span:before,
.ebtn-10 span:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ebtn-10:hover {
  color: #c4cedd;
}
.ebtn-10:hover:before, .ebtn-10:hover:after,
.ebtn-10:hover span:before,
.ebtn-10:hover span:after {
  width: 250px;
}
.ebtn-10:active {
  background-color: #133977;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.ebtn-11 {
  position: relative;
  color: #555555;
  z-index: 0;
}
.page-contact .ebtn-11 {
  display: block;
}
.ebtn-11:hover {
  border-color: #555;
  color: #fff;
}
.ebtn-11:before, .ebtn-11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #555;
  border-radius: 50%;
  z-index: -1;
}
.ebtn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ebtn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ebtn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.ebtn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.container {
  position: static;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1145px;
  }
  .navbar .container {
    /*max-width: 1300px;*/
  }
}
@media (max-width: 1250px) {
  .project-planner .planner-menu .planner-steps-menu li .question-count {
    display: none;
  }
}
@media (max-width: 1200px) {
  .services-hero.seo-marketing .hero-img {
    width: 50%;
    margin-right: -15%;
  }
  .page-work .case-study h2,
  .page-work .work-main-slider h2  {
    font-size: 11.3333rem;
  }
}
@media (max-width: 1100px) {
  .page-work .work-vertical-text {
    left: -75px;
  }
  .page-work .featured-projects-content h2 {
    font-size: 9.5rem;
    line-height: 1;
  }
  .page-work .featured-projects-content h2 a.mbc-link {
    bottom: 0;
  }
}
@media (max-width: 1055px) {
  .page-work .case-study h2,
  .page-work .work-main-slider h2 {
    font-size: 9.3333rem;
  }
  .page-work .case-study img.main-img {
    width: 55%;
    margin-top: -53px;
  }
  .project-planner .planner-menu .planner-progress .num {
    margin-top: -46px;
  }
  .project-planner .planner-menu .planner-steps-menu li {
    font-size: 1.16667rem;
  }
  .project-planner .planner-menu .contact-info h5,
  .project-planner .planner-menu .contact-info a {
    font-size: 1rem;
  }
  .project-planner .planner-menu .planner-steps-menu li {
    text-align: center;
  }
  .project-planner .planner-menu .planner-steps-menu li .step-lbl {
    display: block;
    margin: 0;
  }
  .project-planner .planner-menu .contact-info {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .page-contact .hero-top .container {
    min-height: 1px;
  }
  .page-work .featured-projects-content h2 .lottie  {
    width: 80px !important;
    height: 80px !important;
    right: -80px !important;;
    bottom: 12px !important;
  }
  .page-work .featured-projects-content h2 {
    font-size: 6rem;
  }
  .page-work .featured-projects-content h2 a.mbc-link {
    bottom: -20px;
  }
  .hamburger .patty,
  .page-service.web-design .hamburger .patty {
    background: #555;
  }
  .main-nav nav ul li a,
  .page-work .main-nav .cta-start-project, .page-service.web-design .main-nav .cta-start-project,
  .page-work-single.cartender .main-nav .cta-start-project {
    color: #555;
  }
  .page-expertise .top-hero img {
    margin-top: 275px;
  }
  .page-service.seo .case-study h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .page-service .sem .col-lg-7 {
    position: static;
  }
  .page-service.seo .seo-toronto img {
    width: 100%;
    margin-top: 45px;
  }
  .page-work-single.raz .case-study-seo .copywriting {
    padding: 55px 0;
  }
  .page-work-single.raz .hero-img #right-hand,
  .page-work-single.raz .hero-img #left-hand {
    opacity: 0;
    display: block;
  }
  .hero .img-full.mockup {
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .services-hero.web-design .hero-img {
    width: 100%;
    right: 30px;
  }
  .services-hero.web-design.seo-marketing .hero-img {
    width: 59%;
    margin-right: -5%;
    bottom: -55%;
  }
  .services-hero.web-design .hero-text {
    padding: 0;
  }
  .page-service .website-score .hero-img {
    position: relative;
    margin-bottom: 45px;
  }
  .service-form,
  .rick-meeseeks-svg,
  .web-redesign-text {
    margin-top: 45px;
  }
  .rick-meeseeks-svg {
    text-align: center;
  }
  .page-service .website-calculator .row > div:last-of-type {
    margin-top: 45px;
    text-align: center;
    display: none;
  }
  .page-service.seo .website-calculator .row > div:last-of-type {
    display: block;
  }
  .websites-launched .hero-img {
    opacity: .3;
  }
  .page-service .service-list .row .right .quote {
    width: 100%;
    position: static;
    margin-top: 90px;
  }
  .main-footer .right,
  .main-footer .left {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .main-footer .right {
    margin-bottom: 75px;
  }
  .main-footer .right ul li,
  .main-footer .left ul li {
    display: inline-block;
    margin: 0 10px;
  }
  .main-footer ul li,
  .main-footer ul li a {
    font-size: 1.1667rem;
  }
  .page-home .blog {
    padding-top: 90px;
  }
  .page-work-single .website-pages .row,
  .page-work-single.cartender #cartender-website-mockup,
  .page-work-single.cartender .branding-identity,
  .page-work-single.cartender .cartender-style-guide .guide-btm-row img,
  .page-work-single .results,
  .page-work-single .video-container,
  .page-work-single.raz .social-media,
  .page-work-single .print-design.music-website,
  .page-work-single .case-study-seo,
  .page-home .blog {
    padding-bottom: 90px;
  }
  .page-work-single .website-pages .row,
  .page-work-single.cartender .branding-identity {
    margin-bottom: 0;
  }
  .hero {
    margin-bottom: 90px;
  }
  .page-contact .hero-top {
    min-height: auto;
  }
  .page-contact .hero-top .banner-image {
    position: relative;
    width: 100%;
    margin-left: auto;
    right: -15px;
    margin-top: 15px;
  }
  .page-contact .hero-top .container .row,
  .page-contact .hero-top .container {
    height: auto;
  }
  .page-contact .hero-top .hero-content {
    padding-top: 180px;
  }
  .page-work-single .project-specs,
  .page-work-single .cartender-style-guide,
  .page-work-single .results-more-projects,
  .page-work-single.cartender .cartender-gradient-bg,
  .page-work-single .fonts,
  .page-work-single .business-card,
  .page-home .recent {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-work-single .font-arimo {
    margin-bottom: 45px;
  }
  .page-work-single .project-specs .col-lg-4,
  .page-work-single .font-open-sans,
  .page-work-single .brand-fonts,
  .page-work-single .print-design {
    margin-bottom: 45px;
  }
  .page-work-single .project-specs .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .page-work-single.cartender .brand-attributes-container img {
    margin-top: -150px;
  }
  .page-work-single.cartender .c-ill.man {
    left: -17%;
    margin-top: 80px;
    width: 38%;
  }
  .page-work-single .ml-auto.right p {
    margin-top: 0;
  }
  .page-work-single.cartender .c-ill.woman {
    right: -14%;
  }
  .page-work-single.cartender .c-ill.man-shadow {
    right: -160px;
    display: none;
  }
  .page-work-single.cartender .c-ill.woman-shadow {
    left: -150px;
    display: none;
  }
  .page-work-single.cartender .fonts h4 {
    text-align: left;
  }
  .page-work-single.cartender .fonts .col-md-6,
  .page-work-single.medlock .defining-brand .brand-attributes,
  .page-work-single .cartender-gradients,
  .page-work-single .customers,
  .page-work-single .logos {
    margin-top: 45px;
  }
  .page-work-single.cartender .cartender-brand-identity {
    padding-top: 0;
    margin-top: -90px;
  }
  .page-work-single .branding-identity p {
    margin-bottom: 45px;
  }
  .page-work-single.cartender .cartender-custom-illustrations {
    margin-bottom: 180px;
    margin-top: -100px;
  }
  .page-work-single.cartender #cartender-website-mockup {
    margin-left: -220px;
    margin-top: 45px;
  }
  .page-work-single .cartender-webapp .right,
  .page-work-single.cartender .cartender-demo,
  .page-work-single .cartender-demo .right,
  .page-work-single .cartender-gradients .right {
    text-align: center;
  }
  .page-work-single .cartender-webapp .right h2 {
    margin-bottom: 30px;
  }
  .page-work-single.raz .case-study-seo .row.top-row, .page-work-single .top-row,
  .page-work-single.cartender .cartender-functionality .subtitle {
    margin-bottom: 45px;
  }
  .page-work-single.cartender #cartender-illustration-3 {
    margin-top: -250px;
  }
  .page-work-single.cartender .branding-identity.cartender-positioning {
    overflow-x: hidden !important;
    padding-bottom: 250px;
  }
  .page-work-single.cartender .c-ill {
    width: 30%;
    height: auto;
  }
  .page-work-single .main-footer .right {
    text-align: center;
  }
  .page-work-single.cartender .cartender-color-palette .c-blue {
    width: 35%;
    right: 275px;
  }
  .page-work-single.cartender .cartender-color-palette .c-green {
    right: 55px;
  }
  .page-work-single.medlock .positioning,
  .page-work-single .defining-brand .brand-attributes .attributes-right,
  .page-work-single .defining-brand {
    text-align: center;
  }
  .page-work-single.medlock .positioning h2,
  .page-work-single .defining-brand .right h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .page-work-single .defining-brand .brand-attributes .attributes-right,
  .page-work-single .positioning img {
    margin-top: 45px;
  }
  .page-work-single .no-padding-left {
    padding-left: 15px;
  }
  .page-work-single .business-card .card-front-back {
    margin-bottom: 100px;
  }
  .page-work-single .business-card img {
    margin-top: 100px;
  }
  .page-work-single .product-design .product-image {
    width: 100%;
    margin-left: -100px;
  }
  .page-work-single .web-design .banner-image {
    margin-top: -40px;
    left: -100px;
    width: 50%;
  }
  .page-work-single .web-design .align-right {
    margin-bottom: 200px;
  }
  .page-work-single .mobile-responsive {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-work-single .mobile-responsive {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-work-single .mobile-responsive .banner-image {
    margin-top: 120px;
    right: -510px;
  }
  .page-work-single .mobile-responsive .website-animation-container {
    margin-top: 150px;
  }
  .page-work-single .product-design {
    padding-bottom: 15px;
    padding-top: 90px;
  }
  .project-planner .planner-controls .prev-step {
    margin-left: -25px;
  }
  .project-planner.price-calculator .planner-controls .next-step {
    display: block;
  }
  .project-planner.price-calculator .planner-controls .next-step button {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  .project-planner.price-calculator .planner-controls .prev-step button {
    width: 100%;
  }
  .project-planner.price-calculator .planner-controls .prev-step {
    margin: 0;
  }
  .page-service.seo .case-study#seo-case-study-1 .blob-wrapper .blob {
    width: 160%;
    top: -32%;
    right: -28%;
  }
  .page-service.seo .case-study#seo-case-study-2 .blob-wrapper .blob {
    left: -26%;
    top: -14%;
    width: 140%;
  }
  .page-work .case-study h2, .page-work .work-main-slider h2 {
    font-size: 7.5rem;
  }
  .project-planner .planner-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-planner .planner-menu .contact-info {
    text-align: center;
  }
  .project-planner .planner-menu .planner-progress .num {
    margin-top: -60px;
  }
}
@media (max-width: 880px) {
  .page-work .case-study h2,
  .page-work .work-main-slider h2 {
    font-size: 8.3333rem;
  }
}
@media (max-width: 830px) {
  .page-work .main-header .main-nav a {
    color: #111;
  }
  .page-work .featured-projects-content {
    padding-left: 0;
  }
  .page-work .featured-projects-content .quote {
    margin-top: 90px;
  }
  .page-work .case-study img.main-img {
    width: 80%;
    margin-top: -40px;
  }
  .page-expertise .top-hero img {
    margin-top: -75px;
  }
  .project-planner {
    padding-top: 90px;
  }
  .project-planner #close-planner {
    top: 25px;
  }
  .main-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
  }
  .main-header nav ul li a {
    color: #555;
  }

  .page-work .main-header .hamburger .patty {
    background: #111;
  }
  html {
    font-size: 10px;
  }
  #logo i:before,
  #logo[data-color="#fff"] i:before {
    color: #555;
  }
  .page-home .top-hero #lights {
    margin-top: 30px;
  }
  .page-about .mbc-founder,
  .page-about .mbc-matt {
    margin-bottom: 180px;
  }
  .page-about .mbc-awards .client-logos {
    margin-bottom: 90px;
  }
  .page-about .hero-top h3 {
    margin-top: 0;
  }
  .page-work-single header nav li a {
    color: #555;
  }
  .page-work-single.cartender .cartender-illustration-1 img {
    width: 100%;
  }
  .page-work .work-main-slider .work-slide img#cartender-img {
    margin: 0;
    position: absolute;
    top: 80px;
  }
  .page-work .work-nav-left, .page-work .work-nav-right {
    width: 105px;
  }
  .page-work .work-nav-left li:after {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .page-work .labs .case-study:first-of-type h2,
  .page-work .more .case-study:first-of-type h2 {
    padding-top: 140px;
  }
  .page-work .case-study {
    padding-top: 45px;
    padding-bottom: 30px;
    min-height: 1px;
  }
  .page-work .work-explainer h1 {
    text-align: center;
    margin-top: 15px;
  }
  .page-work ul.work-menu {
    text-align: center;
  }
  .page-work canvas#c {
    display: none;
  }
  .page-work .work-main-slider .work-slide img#cartender-img {
    top: 9%;
  }
  .page-work .work-main-slider .work-slide .row {
    margin-top: 45px;
  }
  .page-work .work-main-slider .work-slide-buttons {
    margin-top: 15px;
  }
  .page-work .work-main-slider .work-slide .work-slide-buttons .scroll-down {
    margin-top: 30px;
  }
  .page-work .case-study h2,
  .page-work .work-main-slider h1 {
    line-height: 2.16777rem;
    margin-bottom: 50px;
    font-size: 6rem;
  }
  .page-work .case-study .project-panel__img-col img {
    max-width: 100%;
  }
  .page-work .work-main-slider {
    position: relative;
  }
  .page-work .work-main-slider .work-slide.cartender {
    background: #8559A5;
  }
  .page-work .work-nav-left, .page-work .work-nav-right {
    display: none;
  }
  .page-work .work-slide-buttons, .page-work .main-stage .slide-explainer, .page-work .work-slide-desc, .page-work .case-study-link {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .page-work .main-stage .slide-explainer {
    margin-top: 15px;
  }
  .page-work .main-stage .slide-explainer p {
    text-align: center;
  }
  .page-work .work-main-slider .work-slide p, .page-work .case-study p {
    max-width: 100%;
  }
  .page-work .case-study,
  .page-work .work-main-slider .work-slide {
    height: auto;
    padding-bottom: 65px;
  }
  .page-work .work-slide-desc {
    margin-top: 45px;
  }
  .page-work .case-study .work-slide-buttons {
    margin-top: 30px;
  }
  .page-work .case-study .case-study-link .mbc-link {
    margin: 30px auto 0 auto;
  }
  .page-work-single.medlock .brand-strategy .order-sm-first {
    margin-bottom: 45px;
  }
  .site-menu .menu-right {
    position: static;
  }
  .menu-feature {
    display: none;
  }
  .menu-col {
    width: 100%;
  }
  .page-expertise h1 {
    padding-top: 90px;
  }
  .page-expertise .services .service-box .text {
    padding: 70px 30px;
    text-align: center;
  }
  .page-work .work-nav {
    padding-top: 100px;
  }
  .page-expertise .top-hero img {
    max-width: 100%;
    margin-top: 45px;
  }
  .page-service.seo .case-studies .case-study img {
    margin-bottom: 0;
  }
  .page-service.seo .case-study {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-service.seo .case-study h2 {
    font-size: 5.8333rem;
    line-height: 7.08333rem;
    text-align: center;
    margin-top: 45px;
  }
  .page-expertise .top-hero {
    margin-bottom: 90px;
  }
  .services-hero.web-design.seo-marketing .hero-img {
    bottom: -44%;
  }
  .price-calculator .option.col-one-fifth,
  .price-calculator .col-md-2 {
    width: 100%;
    margin-top: 30px;
  }
  .price-calculator .option .image-container {
    max-width: 100%;
  }
  .project-planner .planner-error {
    display: block;
    padding-bottom: 10px;
    margin-left: 0px;
  }
  .project-planner .type-selection label .type-img-container svg {
    height: 120px;
    width: 100%;
  }
  .project-planner .type-selection label .type-img-container {
    margin-bottom: 30px;
  }
  .project-planner .planner-indicators {
    width: 100%;
  }
  .project-planner .planner-indicators li {
    width: 18%;
  }
  .page-work-single.raz .hero-img #right-hand, .page-work-single.raz .hero-img #left-hand {
    display: none;
  }
  .page-work-single .work-hero,
  .page-work-single .work-hero .row {
    height: auto;
  }
  .page-work-single .work-hero h2 {
    margin-bottom: 170px;
  }
  .page-work-single.cartender .work-hero h2 {
    margin-bottom: 270px;
    margin-top: 100px;
  }
  .page-work-single.cartender .work-hero h1 {
    bottom: 40px;
    position: relative;
    top: auto;
  }
  .page-work-single .work-hero h1 {
    bottom: 40px;
  }
  .page-work-single .work-hero .hero-img {
    bottom: -240px;
    top: auto;
  }
  .page-work-single.raz .work-hero .hero-img {
    bottom: 10%;
  }
  .page-service .case-studies .case-study .abs {
    position: relative;
  }
  .page-service .case-studies .case-study img {
    margin-top: 45px;
    margin-bottom: 90px;
  }
  .page-service .case-studies .case-study.cartender {
    padding-top: 90px;
  }
  .page-service .case-studies .case-study.medlock .abs {
    left: auto;
  }
  .page-service .case-studies .case-study.catc .abs {
    right: auto;
  }
  .page-work .work-nav li {
    display: block;
    margin-top: 10px;
  }
  .page-contact .start-a-project .right {
    text-align: center;
    margin-top: 30px;
  }
  .page-contact .join-mbc,
  .page-contact .start-a-project {
    padding: 90px 0;
    text-align: center;
  }
  .page-contact .start-a-project .mbc-link {
    font-size: 2rem;
  }
  .page-contact .join-mbc .right {
    text-align: center;
  }
  .page-contact .join-mbc .right img {
    margin-right: 0;
    margin-top: 90px;
  }
  .order-sm-first,
  .order-sm-0 {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-work-single.cartender .cartender-style-guide #cartender-guide-2 {
    width: 210%;
    margin-top: -180px;
  }
  .page-work-single.cartender .cartender-style-guide .right,
  .page-work-single .more-projects h2,
  .page-work-single.cartender .cartender-style-guide,
  .page-work-single.medlock .defining-brand .ml-auto.right h2,
  .page-service.seo .case-study,
  .page-service.seo .case-study .align-right,
  .page-service.seo .case-study img,
  .page-service.seo .case-studies .case-study .right,
  .page-expertise .services .service-box .text h2,
  .page-work .more-projects .row {
    text-align: center;
  }
  .page-work .image-wrapper.image-right img,
  .page-work .image-wrapper img {
    max-width: 100%;
    margin-top: 45px;
    position: static;
  }
  .page-work .image-wrapper.image-left img {
    margin-left: 0;
  }
  .page-work .image-wrapper.image-right img {
    margin-left: 0;
  }
  .page-expertise .services .service-box .text h2 {
    max-width: 100%;
  }
  .page-work-single.cartender .cartender-style-guide #cartender-guide-1 {
    margin-top: 0;
    margin-left: -80px;
    margin-bottom: 90px;
  }
  .page-work-single.cartender .cartender-style-guide #cartender-guide-1 {
    margin-bottom: 0;
  }
  .page-work-single.cartender .cartender-style-guide .guide-btm-row p {
    max-width: 100%;
  }
  .page-work-single .results-more-projects p.results-desc,
  .page-work-single .results ul,
  .page-work-single .icon-set .icon-set-top,
  .page-careers .icon-set-top
  .page-work-single.cartender .defining-brand,
  .page-work-single .case-study-seo .align-right p {
    margin-bottom: 45px;
  }
  .page-work-single.cartender .cartender-color-palette .c-green {
    top: -125px;
    right: 0;
  }
  .page-work-single.cartender .cartender-color-palette .c-blue {
    top: -100px;
    left: auto;
    right: auto;
  }
  .page-work-single.cartender .cartender-color-palette .c-red,
  .page-work-single.cartender .cartender-color-palette .c-purple {
    transform: rotate(0);
    position: static;
    width: 50%;
    max-width: 50%;
    margin-top: 45px;
  }
  .page-work-single.cartender .cartender-color-palette .c-red {
    margin-left: -29px;
    float: left;
  }
  .page-work-single.cartender .cartender-color-palette .c-purple {
    float: right;
  }
  .page-work-single.cartender .cartender-color-palette .c-red .c,
  .page-work-single .cartender-gradients .ml-auto.right h2,
  .page-work-single.medlock .brand-strategy h2,
  .page-work-single .understanding-users,
  .page-work-single.cartender .icon-set .icon-set-top,
  .page-careers .icon-set-top,
  .page-work-single.cartender .icon-set .ml-auto.right h2,
  .page-work-single.cartender .defining-brand .ml-auto.right h2,
  .page-work-single.cartender .cartender-website h2,
  .page-work-single .cartender-website .right,
  .page-work-single.cartender .defining-brand,
  .page-work-single.medlock .brand-fonts .right,
  .page-work-single.medlock .brand-fonts,
  .page-work-single .logo-design .logo-right,
  .page-work-single .logo-design h2,
  .page-work-single .product-design h2,
  .page-work-single .product-design,
  .page-work-single .case-study-seo .align-right,
  .page-expertise .top-hero {
    text-align: center;
  }
  .page-work-single.medlock #medlock-green-bottle {
    display: none;
  }
  .page-work-single .details-right,
  .page-work-single.medlock .brand-fonts .right,
  .page-work-single .logo-design .logo-right {
    margin-top: 45px;
  }
  .page-work-single.cartender .positioning-main-image {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-work-single .mobile-responsive .banner-image {
    right: -390px;
  }
  .page-work-single .ml-auto.right h2, .page-work-single .positioning h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .page-work-single .cartender-style-guide .ml-auto.right h2,
  .page-work-single .cartender-webapp .ml-auto.right h2 {
    text-align: center;
    margin-top: 45px;
  }
  .page-work-single .project-details p,
  .page-work-single.cartender .cartender-website h2,
  .page-work-single.cartender .cartender-demo h2,
  .page-work-single.raz .case-study-seo .col-md-4 {
    margin-bottom: 30px;
  }
  .page-work-single.raz .case-study-seo .row.top-row {
    margin-bottom: 0;
  }
  .page-work-single .more-projects .image-container {
    height: 250px;
  }
  .page-work-single .more-projects img {
    max-height: 250px;
  }
  .page-work-single.medlock .brand-strategy .right {
    margin-bottom: 45px;
    text-align: center;
  }
  .page-work-single .understanding-users .right {
    text-align: center;
    margin-top: 45px;
  }
  .hamburger {
    opacity: 1;
  }
  .nav-links {
    display: none;
  }
  .page-service .case-studies .case-study .abs {
    position: relative;
  }
  .page-home .case-study-image {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 90px;
  }
  .page-home .case-study img {
    width: 70%;
  }
  .page-home .case-study {
    padding-bottom: 90px;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .project-planner .planner-menu .planner-progress .num {
    margin-top: -48px;
  }
  .project-planner .planner-menu .planner-progress {
    margin-bottom: 45px;
  }
  .project-planner .planner-menu {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .page-service .web-redesign .redesign-case-study .row > div:first-child,
  .page-service.seo .other-services h2,
  .page-work-single .video-container,
  .page-work-single .print-design.music-website,
  .page-work-single .case-study-seo {
    margin-bottom: 45px;
  }
  .service-areas ul {
    margin-top: 45px;
  }
  .page-service .website-score {
    overflow: hidden;
  }
  .project-planner .planner-controls. .close-planner {
      right: 31.5%;
  }
  .project-planner .step-controls #slider-range {
    width: 60%;
  }
  .project-planner .step-controls .fixed-label.label-max {
    right: 0;
  }
  .project-planner .step-controls .fixed-label.label-min {
    left: 30px;
  }
  .project-planner .planner-controls .prev-step {
    margin-left: 0;
  }
  .project-planner .type-selection label {
    padding: 30px 0;
  }
  .project-planner .type-selection label .checkbox-lbl {
    margin-top: 65px;
  }
  .project-planner .planner-phone {
    margin-top: 15px;
  }
  .project-planner .planner-menu .planner-progress .num {
    margin-top: -62px;
  }
  .project-planner .planner-menu .planner-steps-menu li .step-lbl {
    display: none;
  }
  .project-planner .planner-steps-container .planner-controls {
    padding-bottom: 60px;
  }
  .project-planner .planner-menu .planner-steps-menu,
  .project-planner .step-controls .step-up, .project-planner .budget-2 .step-up {
    text-align: center;
  }
  .project-planner .planner-menu .planner-steps-menu li {
    display: inline-block;
  }
  .project-planner .planner-steps-container {
    padding-top: 45px;
  }
  .project-planner .planner-steps-container.full-width {
    padding-top: 110px;
  }
  .project-panel__img-col {
    margin-top: -35px;
  }
  .page-work .case-study h2 {
    font-size: 5rem;
  }
  .page-work .featured-projects-content .quote {
    margin-top: 20px;
  }
  .page-work .featured-projects {
    padding-top: 300px;
  }
  .page-work .featured-projects-content {
    padding: 0 30px;
  }
  .page-work .work-slider-desc {
    display: none !important;
  }
  .page-work .work-vertical-text {
    opacity: 0;
  }
  .page-work .featured-projects-content h2 .lottie {
    width: 50px !important;
    height: 50px !important;
    right: -50px !important;
    bottom: 12px !important;
  }
  .project-planner .planner-menu .contact-info {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .project-planner.price-calculator .planner-error {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .price-calculator #price {
    position: static;
    margin-bottom: 60px;
    text-align: center;
  }
  .page-work-single .results {
    margin-bottom: 0;
  }
  .handheld-ctas {
    display: block;
  }
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-home .top-hero {
    overflow: hidden;
  }
  .page-home .top-hero #lights {
    width: 126%;
    max-width: 200%;
    position: absolute;
    left: -60px;
    margin-top: 70px;
    display: none;
  }
  .page-home .hero-content h2,
  .page-home .hero-content h1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-home .recent {
    padding: 90px 0;
    text-align: center;
  }
  .page-home .recent .just-launched {
    margin-top: 45px;
  }
  .page-home .blog article .post-title {
    height: auto;
    min-height: 0;
  }
  .page-home .blog article .post-image {
    margin-top: 15px;
  }
  .page-about .hero-top,
  .page-about .hero-top .container, .page-about .hero-top .container .row {
    min-height: 0;
  }
  .page-about .hero-top,
  .page-about .mbc-matt,
  .page-about .mbc-founder {
    position: relative;
    overflow: hidden;
  }
  .page-about .hero-top .col-sm-5 {
    padding-top: 100px;
    padding-bottom: 45px;
  }
  .page-about .hero-top .banner-image {
    display: block;
    top: auto;
    width: 60%;
    bottom: 3.5%;
    margin-bottom: 45px;
  }
  .page-about .mbc-about {
    padding: 90px 0;
  }
  .page-about .mbc-about img {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 45px;
  }
  .page-about .mbc-founder .banner-image,
  .page-about .mbc-matt .banner-image,
  .page-about .hero-top .banner-image {
    position: relative;
    width: 100%;
    margin-left: auto;
    right: -15px;
    margin-top: 15px;
  }
  .page-about .mbc-founder .banner-image {
    margin-top: 45px;
  }
  .page-about .mbc-hiring .right  {
    margin-top: 90px;
  }
  .page-about .mbc-founder .left h2 {
    padding-top: 0;
  }
  .page-about .mbc-founder {
    margin-bottom: 180px;
  }
  .page-about .hero-top .banner-image img {
    margin-top: 0;
  }
  .page-about .mbc-clients .row {
    margin: 0;
  }
  .page-about .mbc-clients img {
    margin-bottom: 90px;
  }
  .page-about .mbc-clients .row:last-child .col-sm-3:last-child img {
    margin-bottom: 0;
  }
  .page-about .awards-count div span {
    right: 0;
  }
  h1, h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  .page-about .mbc-hiring #flower-hanging {
    right: 30px;
  }
  .page-contact .hero-top .hero-content {
    padding-top: 100px;
  }
  .page-about .hero,
  .page-service .hero,
  .page-service .what-we-do h2,
  .page-service .web-redesign .row > div:last-of-type,
  .page-service .service-list .row .left .row > div,
  .page-service .service-list h2, .page-service .service-list .row .left h2,
  .page-service .service-list .row .right,
  .page-work-single .results-more-projects h2,
  .page-work-single .results-more-projects p.results-desc,
  .page-work-single.cartender .cartender-website h2,
  .page-work-single .ml-auto.right p,
  .page-work-single .brand-strategy,
  .page-work-single .brand-strategy .ml-auto.right h2,
  .page-work-single .defining-brand .ml-auto.right h2,
  .page-work-single .defining-brand,
  .page-work-single .website-pages,
  .page-work-single .cartender-webapp .ml-auto.right h2,
  .page-work-single .logo-design,
  .page-work-single.raz .social-media .align-right,
  .page-service.seo .align-right {
    text-align: center;
  }
  .page-service .service-list h2 {
    padding: 0;
  }
  .page-about .mbc-founder .left h2 {
    margin: 0 auto;
  }
  .page-service .service-form .left p {
    padding-right: 0;
  }
  .page-service.web-design .service-form form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page-work-single.cartender .cartender-style-guide #cartender-guide-1,
  .hero {
    margin-bottom: 90px;
  }
  .page-work-single .cartender-style-guide .client-testimonial {
    margin-top: -90px;
  }
  .page-work-single .results ul,
  .page-work-single .icon-set .icon-set-top,
  .page-work-single.cartender .defining-brand {
    margin-bottom: 45px;
  }
  .page-work-single .website-pages p {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-work-single.cartender #cartender-illustration-3 {
    margin-top: -100px;
  }
  .page-work-single.cartender .cartender-website h2 {
    margin-bottom: 15px;
  }
  .page-work-single.cartender .work-hero h2,
  .page-work-single.medlock .work-hero h2,
  .page-work-single.raz .work-hero h2 {
    margin-bottom: 225px;
    font-size: 6rem;
  }
  .page-work-single.medlock .work-hero h2,
  .page-work-single.raz .work-hero h2 {
    margin-top: 100px;
  }
  .page-work-single .project-details p {
    margin-bottom: 30px;
  }
  .page-work-single .customers {
    margin-top: 45px;
  }
  .page-work-single.cartender .brand-attributes-container img {
    margin-top: -50px;
  }
  .page-work-single.cartender .brand-attributes-container,
  .page-about .mbc-founder {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-work-single.cartender .c-ill.man {
    left: -9%;
    bottom: -29%;
  }
  .page-work-single.cartender .c-ill.woman {
    right: -8%;
    bottom: -70px;
  }
  .page-work-single.cartender .branding-identity.cartender-positioning {
    padding-bottom: 160px;
  }
  .page-work-single.cartender .positioning-main-image h2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-work-single.cartender .fonts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-work-single.cartender .cartender-gradients .gradient-container {
    margin-bottom: 30px;
  }
  .page-work-single .cartender-gradients {
    margin-bottom: 30px;
  }
  .page-work-single .website-pages h3 {
    max-width: 100%;
  }
  .page-work-single .website-screens .row:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-work-single .website-screens .row .col-sm-6,
  .page-work-single.medlock .web-design .row:last-child .col-sm-6 {
    margin-bottom: 40px;
  }
  .page-work-single .website-screens .row .col-sm-6:last-child,
  .page-work-single.medlock .web-design .row:last-child .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .page-work-single.medlock .mobile-responsive {
    text-align: center;
  }
  .page-work-single .mobile-responsive .website-animation-container {
    margin-top: 400px;
  }
  .page-work-single .mobile-responsive .banner-image {
    margin-top: 370px;
    right: -180px;
    width: 120%;
  }
  .page-work-single .logos .logos-top > div {
    padding: 90px 30px;
  }
  .page-work-single .web-design .banner-image {
    display: none;
  }
  .page-work-single .web-design .align-right {
    margin-bottom: 45px;
    text-align: center;
  }
  .page-work-single.medlock .work-hero .hero-img {
    width: 130%;
    bottom: -210px;
    left: -14%;
  }
  .page-work-single.raz .poster-design {
    padding-bottom: 90px;
    padding-top: 280px;
  }
  .page-work-single.raz .social-media img {
    margin-top: 15px;
    margin-left: -150px;
  }
  .project-planner .planner-steps .planner-step h2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .project-planner .planner-indicators {
    position: static;
  }
  .services-hero.web-design.seo-marketing .hero-img {
    bottom: -33%;
  }
  .page-service.seo .case-study h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  .page-home .top-hero .hero-content {
    padding-top: 0;
  }
  .page-home .case-study-nav li.active:before {
    top: 9px;
    left: -40px;
  }
  .site-menu .menu-primary li a, .site-menu .menu-secondary li a {
    font-size: 1.6667rem;
  }
  .page-service.seo .case-study#seo-case-study-1 .blob-wrapper .blob {
    top: 0;
  }
  .page-about .mbc-matt .banner-image img  {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .services-hero.web-design.seo-marketing .hero-img {
    bottom: -25%;
  }
}
/*style for animation --- end ---*/
@media (min-width: 767px) {
  .pagepiling .medlock,
  .pagepiling .raz,
  .pagepiling .cartender,
  .pagepiling .top-hero{
    display: none;
  }
}
@media (max-width: 767px) {
  .case-studies .summary {
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    left: 0 !important;
    bottom: 120px;
    width: 100%;
    max-width: none;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    padding: 0 35px;
  }
  .case-studies .summary * {
    opacity: 1 !important;
    margin-left: 0 !important;
  }
  body {
    letter-spacing: 0;
  }
  body .panel-opening-content {
    padding-top: 180px;
  }
  .home-opening-msg-wrap {
    display: block;
    padding: 0px !important;
  }
  .home-opening-msg {
    position: absolute;
    max-height: 330px;
    left: 35px;
    top: 50%;
    right: 35px;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 35px;
  }
.panel-medlock .summary>a.mbc-link:hover:after
{
  background: #FFB677;
}

.panel-medlock .summary>a
{
  border-bottom-color: #FFB677;
}

  #svg {
    opacity: 0 !important;
    position: absolute;
    height: 100%;
    min-height: 0;
  }
  .case-studies .panel {
    height: auto;
    min-height: 0;
    padding: 0 0 70px;
  }
  .case-studies .summary {
    position: relative;
    bottom: auto;
  }
  .case-studies .panel-cartender {
    background-color: #F76D6D;
  }
  .case-studies .panel-rabin {
    background-color: #fff;
  }
  .case-studies .panel-medlock {
    background-color: #7893C3;
  }
  .case-studies .panel-finbar {
    background-color: #171b21;
  }
  .mobile-svg {
    opacity: 1;
  }
  .case-study-header.active svg {
    max-height: 720px;
  }
  div.panel-full.panel{
    display: block;
    padding: 90px 0;
  }
  div.panel .mobile-svg{
    margin-bottom: 40px;
  }
  div.panel .mobile-svg img{
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (min-width: 767px){
  #svg svg {
    width: 90%;
    height: 60%;
  }
}
@media screen and (max-height: 700px), screen and (max-width: 767px) {
  .menu-col h2,
  .menu-col h3.main-header {
    display: none;
  }
  .menu-feature {
    display: none;
  }
  .menu-col {
    width: 100%;
  }
  .site-menu .menu-right {
    position: static;
  }
}
@media screen and (max-height: 480px) {
  .site-menu .menu-primary,
  .site-menu .menu-secondary {
    float: left;
    width: 50%;
  }
  .site-menu .menu-secondary {
    margin-top: 0;
  }
  .site-menu #logo i:before {
    color: #fff;
  }
  .site-menu .menu-expertise {
    position: static;
    left: 0;
    margin-top: 25px;
  }
}

 .case-studies .panel-medlock .summary>a.mbc-link:hover:after, .case-studies .panel-medlock a.mbc-link:hover:after
{
  background: #FFB677!important;
}

.case-studies .panel-medlock .summary>a, .case-studies .panel-medlock a
{
  border-bottom-color: #FFB677!important;
}


/*PRELOADER*/
      .preloader
  {
     width: 100%;
      height: 100%;
      background: #111;
      position: fixed;
      top: 0;
      overflow: hidden;
      z-index: 2147483648;
      display: none;
  }

  .wrapperSVG
  {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;

  }

  .linePr
  {
    content: "";
    height: 100%;
    width: 3px;
    background: #fff;
    top: -100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 1;
  }
  #svgPre
  {
    max-width: 500px;
    width: 100%;
    z-index: 100;
    opacity: 0;
  }

  #svgPre *
  {
    fill: none;
  }

  #counterL
  {
    font-family: 'Oswald', sans-serif;
    font-size: 85px;
    color: #fff;
    bottom: 0;
    position: absolute;
    left: 20px;

  }
  #flagPre
  {
    display: none;
  }
  .preloader-progress
  {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 5px;
   z-index: 9999;
   background-color: transparent;
  }
  .bar, .web-design.seo .bar
  {
    background-color: #F76D6D;
    width:0%;
    height:5px;
    border-radius: 3px;
  }
  .web-design .bar {
    background-color: #8559A5;
  }
  .percent
  {
    position:absolute;
    display:inline-block;
    top:3px;
    left:48%;
  }

  /*MENU*/

  .menu-right
{
  overflow: hidden;
}

.buttonScale
{
  position: fixed;
    width: 70px;
    height: 70px;
    background: red;
    top: 10px;
    right: 40px;
    z-index: 10001;
    border-radius: 50%;
    opacity: .5;
    transform-origin: 75% 50%;
    display: none;
    opacity: 0.3;
}


@media screen and (max-width: 767px)
{
  .site-menu .menu-right
  {
    padding-top: 40px;
  }
  .buttonScale
  {
    top: 4px;
      right: 8px;
  }

}

.preloader
{
  opacity: 0
}
.home-opening-text
{
  top: 0%;
}

.home-opening-text h1
{
  max-width: 100%
}


@media screen and (max-width: 768px) {
  #scroll_down_container {
    display: none;
  }
  .home-opening-text
{
  bottom: 0%;
  top: unset;
}
}


/*////////////  SCROLL-icon  / ////////////////////*/

#scroll_down_container {
  position: absolute;
  width: 24px;
  height: 24px;
opacity: 0;
  bottom: 130px;
      z-index: 22;
}

.chevron {
  position: absolute;
  width: 18px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #F76D6D;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 40deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -40deg);
}

@keyframes move {
 0% {
    transform: translateY(40px);

}

  25% {
    opacity: 1;
    /*transform: translateY(30px);*/

  }
  33% {
    opacity: 1;
    transform: translateY(50px);
  }
  67% {
    opacity: 1;
    transform: translateY(60px);
  }
  100% {
    opacity: 0;
    transform: translateY(70px) scale3d(0.5, 0.5, 0.5);
  }
}

.textScroll {
  display: block;
  margin-left: -30px;
  color: #F76D6D;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
  /*animation: pulse 2s linear alternate infinite;*/
  font-size: 1rem;
  bottom: -80px;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

      .preloader
      {
        z-index: 11000;
      }

      #Cursor
      {
        z-index: 10001;
      }
      .site-menu
      {
        z-index: 10000;
      }
      .fb_dialog
      {
        z-index: 1000 !important;
      }
      .cky-consent-bar {
        z-index: 1001 !important;
      }


      #scroll_down_container
      {
        bottom: 95px;
      }


@media screen and (max-width: 767px) {

      .home-opening-msg
      {
        max-height: 400px;
      }
      .home-opening-text.home-opening-text-top
      {
        top: 0%;
        transform: translateY(0px)!important;
      }
      .home-opening-text.home-opening-text-base
      {
        bottom: 0%;
        transform: translateY(0px)!important;
      }
}

#lighter
{
  height: 115%;
  top: -5%;
}
