@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.nudge {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.nudge:hover {
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.lift {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.lift:hover {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.lift:active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

.jiggle {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: jiggle 12s;
  animation: jiggle 12s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jiggle-two {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: jiggle-two 12s;
  animation: jiggle-two 12s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jiggle-three {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: jiggle-three 12s;
  animation: jiggle-three 12s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jiggle-four {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: jiggle-four 12s;
  animation: jiggle-four 12s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes jiggle {
  13% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes jiggle {
  13% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes jiggle-two {
  25% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  38% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes jiggle-two {
  25% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  38% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes jiggle-three {
  50% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  63% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes jiggle-three {
  50% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  63% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes jiggle-four {
  75% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  88% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes jiggle-four {
  75% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  88% {
    -webkit-transform: translate(0px, -15px) rotate(0deg);
    transform: translate(0px, -15px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.fade-in {
  -webkit-animation: fadeInAnimation ease 0.5s;
  animation: fadeInAnimation ease 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.alert {
  margin-top: 20px;
}

.alert-debug {
  border-color: #d6e9c6;
  background-color: #ffffff;
  color: #000;
}

.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #dc3545;
}

.speed-arrow-top {
  border: solid #1a75bc;
  border-width: 0 3px 3px 3px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
}

.speed-arrow-center {
  height: 40px;
  margin: 0 auto;
  width: 2px;
  border: 2px solid #1a75bc;
}

.speed-arrow-bottom {
  height: 40px;
  margin: 0 auto;
  width: 2px;
  border: 2px solid #1a75bc;
}

.speed-arrow-head {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1a75bc;
  margin: 0 auto;
}

.down-arrow-img-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.bg-blue-1 {
  background-color: #1a75bc;
}

.bg-grey {
  background-color: #f2f2f2;
}

.bg-light-grey {
  background-color: #f7f7f7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-black {
  background-color: #212121;
}

.bg-curved-black {
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(-40deg, #000 50%, #1a75bc 50%);
  min-height: 500px;
}

/* Billable */

.max-height-100 {
  max-height: 100px;
  object-fit: contain;
}

.client-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(79, 70, 229, 0.2);
}

.back-link {
  color: #4f46e5;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

.back-link:hover {
  color: #3730a3;
}

.table-container {
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background-color: #ffffff;
}

.increment-btn {
  transition: background-color 0.15s ease-in-out;
}

tr:not(.editing) .row-edit-mode {
  display: none !important;
}

tr.editing .row-view-mode {
  display: none !important;
}

/* Slingshot */

.table-container {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background-color: #ffffff;
}

.hover-primary:hover {
  color: #4f46e5 !important;
}

.bg-gradient-slingshot {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
}

.bg-twitter {
  background: linear-gradient(135deg, #242424, #343434);
}

.bg-linkedin {
  background: linear-gradient(135deg, #0a66c2, #004182);
}

.breadcrumbs {
  color: #1a75bc;
}

.breadcrumbs:hover {
  color: #0874C0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadcrumbs:active {
  color: #0874C0;
}

/* Generic button features */
.full-width-btn {
  width: 100%;
}

.pill-btn {
  border-radius: 25px;
}

.white-text-btn {
  color: white !important;
}

/* Buttons */
.datablast-btn {
  background-color: #1a75bc !important;
  color: #ffffff !important;
  width: 100% !important;
  padding: 15px 60px 15px 60px !important;
  margin: 0px 0px 30px 0px !important;
}

.datablast-btn:hover {
  background-color: #2189D2;
  color: #ffffff;
}

.blue-btn {
  background-color: #1a75bc !important;
  color: #ffffff !important;
}

.blue-btn:hover {
  background-color: #2189D2 !important;
  color: #ffffff !important;
}

.blue-btn-inverse {
  border: 2px solid white !important;
  background-color: #1a75bc !important;
  color: #ffffff !important;
}

.blue-btn-inverse:hover {
  background-color: #ffffff !important;
  color: #1a75bc !important;
}

.inverse-btn {
  border: 2px solid #000;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
  padding: 6px 20px;
  font-size: 22px;
  cursor: pointer;
}

.inverse-blue-btn {
  border: 2px solid #1a75bc !important;
  color: #1a75bc !important;
  background-color: #ffffff;
  text-decoration: none;
  padding: 6px 20px;
  font-size: 22px;
  cursor: pointer;
}

.inverse-blue-btn:hover {
  border: 2px solid #1a75bc !important;
  color: #ffffff !important;
  background-color: #1a75bc !important;
}

@media only screen and (min-width: 600px) {
  .inverse-white-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 22px;
    cursor: pointer;
  }
}

.inverse-white-btn:hover {
  color: #d9d9d9;
}

/* Green */
.success {
  border-color: #28a745;
  color: #28a745;
}

.success:hover {
  background-color: #28a745;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.space-mono {
  font-family: "Space Mono", monospace;
}

.lato {
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
}

.font-black {
  color: black;
}

.font-white {
  color: white;
}

.font-jumbo {
  font-size: 60.8px;
  font-size: 3.8rem;
}

@media only screen and (min-width: 767px) {
  .font-jumbo {
    font-size: 4rem;
  }
}

.fw-900 {
  font-weight: 900;
}

.footer-logo {
  height: 50px;
}

.footer-social-media {
  margin-left: 10px;
  padding-top: 5px;
}

.footer-link {
  font-size: 16px;
}

.form-check-input:checked {
  background-color: #1a75bc;
  border-color: #1a75bc;
}

.height-unset {
  height: unset !important;
}

.navbar {
  height: 74px;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .navbar {
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-toggler {
  background-color: white;
}

.navbar-logo {
  height: 50px;
}

.navbar-shadow {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
}

.navbar-collapse {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.navbar-toggler {
  margin-top: -5px !important;
}

@media (max-width: 768px) {
  .navbar-collapse {
    background-color: white;
    padding: 15px;
    margin-top: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 1px 1px #212121;
    box-shadow: 0 0 1px 1px #212121;
  }
}

@media only screen and (min-width: 600px) {
  .nav-link {
    color: #3e3e3e !important;
    font-size: 22px !important;
  }

  .nav-link:hover {
    color: #1a75bc !important;
  }

  .nav-link:active {
    color: #1a75bc !important;
  }
}

.nav-selected-link {
  color: #1a75bc !important;
}

.dropdown-item {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
}

.dropdown-item:hover {
  border-radius: 5px;
}

.progress-bar {
  background-color: #1a75bc;
  height: 70px;
  -webkit-transition: width 2.5s ease;
  transition: width 2.5s ease;
}

.sidebar {
  background: #1a75bc;
  padding: 0px;
}

.sidebar li:hover {
  background: #2189D2;
}

.sidebar li.active {
  background: #f7f7f7;
}

.timeline-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timeline-steps .timeline-step {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 16px;
  margin: 1rem;
}

@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem dotted #0874C0;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
  }

  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted #0874C0;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: 0.3125rem;
  }
}

.timeline-steps .timeline-content {
  width: 160px;
  width: 10rem;
  text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0874C0;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #0874C0;
  display: inline-block;
  height: 48px;
  height: 3rem;
  width: 48px;
  width: 3rem;
  min-width: 48px;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 0.5;
}

body {
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #1a75bc;
}

a:hover {
  color: #2189D2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-link {
  color: #1a75bc;
}

.active>.page-link,
.page-link.active {
  background-color: #1a75bc;
  border-color: #1a75bc;
}

@media (max-width: 768px) {
  .mo-170 {
    margin-top: 0px !important;
  }
}

.mo-170 {
  margin-top: -170px;
}

.mo-100 {
  margin-top: -100px;
}

.shadow {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.32);
}

.big-border {
  border: 3px solid #d9d9d9;
}

.header {
  text-align: center;
  background-color: #1a75bc;
}

.header-title {
  padding-top: 100px;
}

@media only screen and (min-width: 600px) {
  .header-title {
    padding-top: 180px;
  }
}

.case-studies-title {
  margin-top: -120px;
}

@media only screen and (min-width: 767px) {
  .case-studies-title {
    display: none;
  }
}

@media only screen and (min-width: 1340px) {
  .case-studies-title {
    margin-top: -165px;
    display: block;
  }
}

.clock {
  margin-top: -24px;
}

.clock-header {
  margin-top: -96px;
}

.clock-gap {
  margin-right: 35px;
}

.black-link {
  color: #000;
}

.black-link:hover {
  color: #1a75bc;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flip-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.map {
  border: 15px solid #1a75bc;
  border-radius: 50px;
  height: 400px;
}