/**
 * Copyright (C) Skillworks IT Solutions - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Skillworks IT <contact@skillworksit.com>, Jan 2023
 */

.jet-elements select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.jet-elements-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.jet-elements-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.jet-elements .jet-elements-edit-template-link {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  padding: 5px;
  background-color: #b7084e;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.jet-elements .jet-elements-edit-template-link i {
  width: 1em;
  height: 1em;
}
.jet-elements .jet-elements-edit-template-link:hover {
  background-color: #840739;
  color: #fff;
}

.jet-timeline {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.jet-timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.jet-timeline__line {
  position: absolute;
  width: 2px;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
}
.jet-timeline__line-progress {
  width: 100%;
  height: 20%;
}
.jet-timeline .timeline-item__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jet-timeline .timeline-item__card-inner {
  z-index: 1;
}
.jet-timeline .timeline-item__card-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
}
.jet-timeline .timeline-item__card-btn-wrap {
  margin-top: 15px;
}
.jet-timeline .timeline-item__meta {
  display: inline-block;
}
.jet-timeline .timeline-item__meta-content {
  display: inline-block;
}
.jet-timeline .timeline-item__point-content {
  width: 40px;
  height: 40px;
  min-width: 10px;
  min-height: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jet-timeline--align-left .timeline-item__point {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.jet-timeline--align-left .timeline-item__card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.jet-timeline--align-left .jet-timeline__line {
  left: 0;
}
.jet-timeline--align-left .timeline-item__card-arrow {
  left: 0;
  margin-left: -10px;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
}
.jet-timeline--align-left .timeline-item__meta:empty {
  display: none;
}
.jet-timeline--align-left .jet-timeline-item > .timeline-item__meta {
  display: none;
}
@media (min-width: 1025px) {
  .jet-timeline--align-center .jet-timeline-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin:50px 0px;
  }
  .jet-timeline--align-center
    .jet-timeline-item:nth-child(even)
    .timeline-item__meta {
    text-align: right;
  }
  .jet-timeline--align-center
    .jet-timeline-item:nth-child(even)
    .timeline-item__card-arrow {
    left: 0;
    margin-left: -10px;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
  }
  .jet-timeline--align-center
    .jet-timeline-item:nth-child(odd)
    .timeline-item__meta {
    text-align: left;
  }
  .jet-timeline--align-center
    .jet-timeline-item:nth-child(odd)
    .timeline-item__card-arrow {
    right: 0;
    margin-right: -10px;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  .jet-timeline--align-center .timeline-item__meta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jet-timeline--align-center .timeline-item__point {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0px 20px;
  }
  .jet-timeline--align-center .timeline-item__card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .jet-timeline--align-center .jet-timeline__line {
    left: 50%;
    margin: 0 !important;
  }
  .jet-timeline--align-center
    .timeline-item__card-content
    > .timeline-item__meta {
    display: none;
  }
  .jet-timeline--align-center
    .jet-timeline-item:not(.jet-timeline-item--image-inside):not(
      .jet-timeline-item--image-inside_after
    )
    .timeline-item__card-inner
    > .timeline-item__card-img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .jet-timeline--align-center .timeline-item__point {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0 !important;
  }
  .jet-timeline--align-center .timeline-item__card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
  }
  .jet-timeline--align-center .jet-timeline__line {
    left: 0;
  }
  .jet-timeline--align-center .timeline-item__card-arrow {
    left: 0;
    margin-left: -10px;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
  }
  .jet-timeline--align-center .jet-timeline-item > .timeline-item__meta {
    display: none;
  }
}
.jet-timeline--align-right .timeline-item__point {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.jet-timeline--align-right .timeline-item__card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.jet-timeline--align-right .jet-timeline__line {
  left: auto;
  right: 0;
}
.jet-timeline--align-right .timeline-item__meta:empty {
  display: none;
}
.jet-timeline--align-right .timeline-item__card-arrow {
  right: 0;
  margin-right: -10px;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.jet-timeline--align-right .jet-timeline-item > .timeline-item__meta {
  display: none;
}
.jet-timeline--align-top .jet-timeline-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jet-timeline--align-top .timeline-item__card-arrow {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jet-timeline--align-middle .jet-timeline-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jet-timeline--align-middle .timeline-item__card-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.jet-timeline--align-bottom .jet-timeline-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jet-timeline--align-bottom .timeline-item__card-arrow {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jet-timeline-item--animated .timeline-item__card {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
@-webkit-keyframes card-animation-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes card-animation-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.card-animation-right,
.jet-timeline--align-left
  .jet-timeline-item--animated.is--show
  .timeline-item__card,
.jet-timeline--align-center
  .jet-timeline-item--animated.is--show:nth-child(even)
  .timeline-item__card {
  -webkit-animation-name: card-animation-right;
  animation-name: card-animation-right;
}
@-webkit-keyframes card-animation-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes card-animation-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.card-animation-left,
.jet-timeline--align-center
  .jet-timeline-item--animated.is--show:nth-child(odd)
  .timeline-item__card,
.jet-timeline--align-right
  .jet-timeline-item--animated.is--show
  .timeline-item__card {
  -webkit-animation-name: card-animation-left;
  animation-name: card-animation-left;
}
.jet-inline-svg {
  display: inline-block;
}
.jet-inline-svg svg {
  min-width: 20px;
}
.jet-inline-svg svg > circle:not([stroke]),
.jet-inline-svg svg > ellipse:not([stroke]),
.jet-inline-svg svg > polygon:not([stroke]),
.jet-inline-svg svg > path:not([stroke]),
.jet-inline-svg svg > rect:not([stroke]) {
  stroke: none;
}
.jet-inline-svg svg > circle:not([stroke-width]),
.jet-inline-svg svg > ellipse:not([stroke-width]),
.jet-inline-svg svg > polygon:not([stroke-width]),
.jet-inline-svg svg > path:not([stroke-width]),
.jet-inline-svg svg > rect:not([stroke-width]) {
  stroke-width: 2px;
}
.jet-inline-svg svg > circle:not([stroke-linecap]),
.jet-inline-svg svg > ellipse:not([stroke-linecap]),
.jet-inline-svg svg > polygon:not([stroke-linecap]),
.jet-inline-svg svg > path:not([stroke-linecap]),
.jet-inline-svg svg > rect:not([stroke-linecap]) {
  stroke-linecap: butt;
}
.jet-inline-svg svg > circle:not([stroke-dasharray]),
.jet-inline-svg svg > ellipse:not([stroke-dasharray]),
.jet-inline-svg svg > polygon:not([stroke-dasharray]),
.jet-inline-svg svg > path:not([stroke-dasharray]),
.jet-inline-svg svg > rect:not([stroke-dasharray]) {
  stroke-dasharray: none;
}
.jet-inline-svg svg > circle:not([stroke-miterlimit]),
.jet-inline-svg svg > ellipse:not([stroke-miterlimit]),
.jet-inline-svg svg > polygon:not([stroke-miterlimit]),
.jet-inline-svg svg > path:not([stroke-miterlimit]),
.jet-inline-svg svg > rect:not([stroke-miterlimit]) {
  stroke-miterlimit: 4;
}
.jet-inline-svg--custom-width {
  width: 100%;
}
.jet-inline-svg--custom-width svg {
  width: 100%;
  height: auto;
  display: block;
}
.jet-inline-svg--custom-color svg {
  fill: currentColor;
  stroke: currentColor;
}
.jet-hor-timeline {
  position: relative;
}
.jet-hor-timeline--arrows-nav .jet-hor-timeline-inner {
  overflow: hidden;
}
.jet-hor-timeline--scroll-bar .jet-hor-timeline-track {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 30px;
}
.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar {
  height: 8px;
  background: #efeff1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.jet-hor-timeline--scroll-bar
  .jet-hor-timeline-track::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-thumb {
  background-color: #34314b;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-track {
  border: none;
  background: transparent;
}
.jet-hor-timeline--scroll-bar
  .jet-hor-timeline-track::-webkit-scrollbar-corner {
  background: transparent;
}
.jet-hor-timeline--arrows-nav .jet-hor-timeline-track {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.jet-hor-timeline-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jet-hor-timeline-list--top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jet-hor-timeline-list--middle {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jet-hor-timeline-list--bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jet-hor-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.jet-hor-timeline-list--top .jet-hor-timeline-item {
  padding-top: 15px;
}
.jet-hor-timeline-list--bottom .jet-hor-timeline-item {
  padding-bottom: 15px;
}
.jet-hor-timeline-item__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-width: 1px;
  background-color: #f8f8f8;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline-list--top .jet-hor-timeline-item__card {
  margin-bottom: 30px;
}
.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card {
  margin-top: 30px;
}
.jet-hor-timeline-item__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
  background-color: #f8f8f8;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline-item__card-img {
  margin-bottom: 10px;
}
.jet-hor-timeline-item__card-img img {
  vertical-align: top;
}
.jet-hor-timeline-item__card-title {
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline-item__card-btn-wrap {
  margin-top: 15px;
}
.jet-hor-timeline-item__card-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-width: 1px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline .jet-hor-timeline-item__card-arrow {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.jet-hor-timeline-item__card-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
  top: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
  bottom: 100%;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.jet-hor-timeline--align-left .jet-hor-timeline-item__card-arrow {
  left: 20px;
}
.jet-hor-timeline--align-right .jet-hor-timeline-item__card-arrow {
  right: 20px;
}
.jet-hor-timeline--align-center .jet-hor-timeline-item__card-arrow {
  left: 50%;
}
.jet-hor-timeline--align-center
  .jet-hor-timeline-list--top
  .jet-hor-timeline-item__card-arrow {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.jet-hor-timeline--align-center
  .jet-hor-timeline-list--bottom
  .jet-hor-timeline-item__card-arrow {
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.jet-hor-timeline-item__meta {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline-list--top .jet-hor-timeline-item__meta {
  margin-bottom: 15px;
}
.jet-hor-timeline-list--bottom .jet-hor-timeline-item__meta {
  margin-top: 15px;
}
.jet-hor-timeline--align-left .jet-hor-timeline-item__meta {
  text-align: left;
  margin-right: auto;
}
.jet-hor-timeline--align-center .jet-hor-timeline-item__meta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.jet-hor-timeline--align-right .jet-hor-timeline-item__meta {
  text-align: right;
  margin-left: auto;
}
.jet-hor-timeline-item__point {
  z-index: 1;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline-item__point-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 10px;
  min-height: 10px;
  font-size: 16px;
  color: #34314b;
  background-color: #efeff1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.jet-hor-timeline--align-left .jet-hor-timeline-item__point-content {
  margin-left: 10px;
  margin-right: auto;
}
.jet-hor-timeline--align-center .jet-hor-timeline-item__point-content {
  margin-left: auto;
  margin-right: auto;
}
.jet-hor-timeline--align-right .jet-hor-timeline-item__point-content {
  margin-left: auto;
  margin-right: 10px;
}
.jet-hor-timeline-item.is-active .jet-hor-timeline-item__point-content {
  background-color: #55cdff;
  color: #fff;
}
.jet-hor-timeline__line {
  position: absolute;
  top: 50%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  background-color: #efeff1;
}
.jet-hor-timeline__line-progress {
  width: 0;
  height: 100%;
  background-color: #55cdff;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.jet-hor-timeline .jet-arrow {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background-color: #55cdff;
  color: #fff;
}
.jet-hor-timeline .jet-arrow:before {
  line-height: 0;
}
.jet-hor-timeline .jet-arrow.jet-prev-arrow {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jet-hor-timeline .jet-arrow.jet-next-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jet-hor-timeline .jet-arrow.jet-arrow-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.jet-pie-chart-container,
.jet-bar-chart-container,
.jet-line-chart-container {
  position: relative;
  height: 400px;
  max-width: 100%;
}
.jet-pie-chart-title-container .jet-pie-chart-title {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.jet-line-chart-container {
  width: 100%;
}
.jet-line-chart-tooltip {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px;
}
.jet-line-chart-tooltip .jet-line-chart-tooltip-color-box {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.jet-line-chart-tooltip-title {
  color: #fff;
  font-size: 12px;
}
.jet-line-chart-tooltip-title + .jet-line-chart-tooltip-body {
  display: block;
}
.jet-line-chart-tooltip-body {
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.jet-line-chart-tooltip-body + .jet-line-chart-tooltip-body {
  margin-top: 5px;
}
.jet-line-chart-tooltip-compare-current,
.jet-line-chart-tooltip-compare-previous,
.jet-line-chart-tooltip-body,
.jet-line-chart-tooltip-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jet-lottie {
  display: inline-block;
}
.pricing-table {
  text-align: center;
  padding: 30px;
}
.pricing-table__icon-box > * {
  font-size: 40px;
}
.pricing-table .pricing-table__title {
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table .pricing-table__subtitle {
  margin: 10px 0 0 0;
  padding: 0;
}
.pricing-table__price {
  padding: 15px 0;
}
.pricing-table__price-prefix,
.pricing-table__price-val {
  font-size: 23px;
}
.pricing-table__price-desc {
  padding: 0;
  margin: 5px 0 0;
}
.pricing-table__action {
  padding: 20px 0 0 0;
}
.brands-list .brands-list__item-name {
  margin: 20px 0 0 0;
  text-align: center;
}
.brands-list .brands-list__item-desc {
  text-align: center;
}
.brands-list .brands-list__item-img-wrap {
  text-align: center;
}
.brands-list .brands-list__item-img {
  display: inline-block;
}
.jet-animated-box {
  height: 250px;
}
.jet-animated-box__icon .jet-animated-box-icon-inner {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-animated-box__icon .jet-elements-icon {
  font-size: 40px;
  color: #fff;
}
.jet-animated-box .jet-animated-box__toggle {
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #848484;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.jet-animated-box .jet-animated-box__title {
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin: 0 0 10px 0;
}
.jet-animated-box .jet-animated-box__subtitle {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px 0;
}
.jet-animated-box .jet-animated-box__description {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 0 0 10px 0;
}
.jet-animated-box .jet-animated-box__button {
  -ms-flex-item-align: center;
  align-self: center;
}
.jet-animated-box .jet-animated-box__button .jet-animated-box__button-text {
  margin: 0 3px;
}
.jet-animated-box .jet-animated-box__button .jet-animated-box__button-icon {
  color: #fff;
}
.jet-animated-box.jet-box-peel-effect,
.jet-animated-box.jet-box-scratch-effect canvas {
  cursor: -webkit-grab;
  cursor: grab;
}
.jet-animated-box.jet-box-peel-effect:active,
.jet-animated-box.jet-box-scratch-effect canvas:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.jet-animated-box__back.peel-layer {
  cursor: default;
}
.jet-animated-text__before-text {
  color: #54595f;
  font-size: 36px;
}
.jet-animated-text__animated-text {
  color: #6ec1e4;
  font-size: 36px;
}
.jet-animated-text__after-text {
  color: #7a7a7a;
  font-size: 36px;
}
.circle-counter .circle-val {
  color: #6ec1e4;
  font-size: 23px;
}
.circle-counter .circle-val .circle-counter__prefix {
  line-height: 1;
}
.circle-counter .circle-val .circle-counter__suffix {
  line-height: 1;
}
.circle-counter .circle-counter__title {
  padding-top: 10px;
}
.jet-carousel .jet-carousel__item-title {
  margin: 0;
  padding: 0;
}
.jet-carousel .jet-carousel__item .jet-carousel__item-button {
  background-color: #6ec1e4;
}
.jet-carousel .jet-arrow {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
  font-size: 23px;
}
.jet-carousel .jet-arrow.prev-arrow {
  left: 20px;
}
.jet-carousel .jet-arrow.next-arrow {
  right: 20px;
}
.jet-carousel .jet-slick-dots li.slick-active span {
  background-color: #61ce70;
}
.jet-carousel .jet-slick-dots li:hover span {
  background-color: #6ec1e4;
}
.jet-carousel .jet-slick-dots li span {
  background-color: #7a7a7a;
}
.jet-countdown-timer .jet-countdown-timer__item {
  margin: 10px;
}
.jet-countdown-timer .jet-countdown-timer__item-value {
  font-size: 23px;
}
.jet-countdown-timer .jet-countdown-timer__item-label {
  font-size: 13px;
}
.jet-images-layout__inner {
  margin: 10px;
}
.jet-images-layout__icon .jet-jet-images-layout-icon-inner {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-images-layout__icon i,
.jet-images-layout__icon svg {
  font-size: 40px;
  color: #fff;
}
.jet-images-layout__content {
  padding: 20px;
}
.jet-images-layout__content:before {
  background-color: rgba(84, 89, 95, 0.6);
}
.jet-images-layout .jet-images-layout__title {
  color: #fff;
  font-size: 23px;
  margin: 0 0 10px 0;
}
.jet-images-layout .jet-images-layout__desc {
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.jet-slider {
  position: relative;
}
.jet-slider__icon .jet-slider-icon-inner {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-slider .jet-slider__icon {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.jet-slider .jet-slider__title {
  color: #fff;
  font-size: 36px;
  margin: 10px 0;
  text-align: center;
}
.jet-slider .jet-slider__subtitle {
  color: #fff;
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}
.jet-slider .jet-slider__desc {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 30px 0;
  text-align: center;
}
.jet-slider .jet-slider__button-wrapper {
  text-align: center;
}
.jet-slider .jet-slider__button-wrapper .jet-slider__button--primary {
  background-color: #6ec1e4;
}
.jet-slider .sp-image-container {
  position: relative;
}
.jet-slider .sp-image-container:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.jet-slider .sp-arrow {
  color: #fff;
  font-size: 30px;
  background-color: #6ec1e4;
}
.jet-slider .sp-full-screen-button {
  font-size: 16px;
  color: #fff;
}
.jet-slider .sp-buttons .sp-button {
  border-color: #6ec1e4;
  background-color: transparent;
}
.jet-slider .sp-buttons .sp-button.sp-selected-button {
  background-color: #6ec1e4;
}
.jet-slider .sp-buttons .sp-button:hover {
  background-color: #6ec1e4;
}
.jet-slider .sp-thumbnails .sp-thumbnail-container:hover:before {
  border: 2px solid #54595f;
}
.jet-slider
  .sp-thumbnails
  .sp-thumbnail-container.sp-selected-thumbnail:before {
  border: 2px solid #6ec1e4;
}
.jet-team-member .jet-team-member__cover:before {
  background-color: rgba(84, 89, 95, 0.5);
}
.jet-team-member .jet-team-member__cover:after {
  border-color: rgba(84, 89, 95, 0.5) transparent transparent transparent;
}
.jet-team-member .jet-team-member__name {
  font-size: 20px;
  color: #000;
  margin: 10px 0;
}
.jet-team-member .jet-team-member__position {
  text-align: center;
  margin: 5px 0;
  font-size: 14px;
  color: #6ec1e4;
}
.jet-team-member .jet-team-member__desc {
  text-align: center;
  font-size: 16px;
  color: #54595f;
  margin: 10px 0;
}
.jet-team-member .jet-team-member__socials {
  margin: 10px 0;
}
.jet-team-member .jet-team-member__socials-icon {
  font-size: 18px;
  color: #6ec1e4;
}
.jet-team-member .jet-team-member__socials-icon .inner {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-team-member .jet-team-member__socials-icon .inner {
  margin: 5px;
}
.jet-services .jet-services__icon {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: 10px 0;
}
.jet-services .jet-services__icon .inner {
  width: 80px;
  height: 80px;
  background-color: #6ec1e4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-services .jet-services__title {
  font-size: 20px;
  color: #000;
  margin: 10px 0;
}
.jet-services .jet-services__desc {
  text-align: center;
  font-size: 16px;
  color: #54595f;
  margin: 10px 0;
}
.jet-testimonials .jet-testimonials__icon {
  font-size: 40px;
  text-align: center;
  margin: 5px;
}
.jet-testimonials .jet-testimonials__icon .jet-testimonials__icon-inner {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-testimonials .jet-testimonials__title {
  font-size: 20px;
  color: #000;
  margin: 5px;
}
.jet-testimonials .jet-testimonials__comment {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #54595f;
  margin: 5px;
  padding: 25px 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #6ec1e4;
}
.jet-testimonials .jet-testimonials__comment:after {
  border-color: #6ec1e4 transparent transparent transparent;
}
.jet-testimonials .jet-testimonials__name {
  font-size: 18px;
  color: #000;
  margin: 5px;
}
.jet-testimonials .jet-testimonials__position {
  text-align: center;
  margin: 5px;
  font-size: 16px;
  color: #6ec1e4;
}
.jet-testimonials .jet-testimonials__date {
  text-align: center;
  margin: 5px;
  font-size: 12px;
  color: #7a7a7a;
}
.jet-testimonials .jet-arrow {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
  background-color: #6ec1e4;
  font-size: 23px;
}
.jet-testimonials .jet-arrow.prev-arrow {
  left: 20px;
}
.jet-testimonials .jet-arrow.next-arrow {
  right: 20px;
}
.jet-testimonials .jet-slick-dots {
  margin: 20px 0 0 0;
}
.jet-testimonials .jet-slick-dots li.slick-active span {
  background-color: #61ce70;
}
.jet-testimonials .jet-slick-dots li:hover span {
  background-color: #6ec1e4;
}
.jet-testimonials .jet-slick-dots li span {
  background-color: #7a7a7a;
}
.jet-button__instance {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.jet-button__icon {
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin: 3px;
}
.jet-button__label {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}
.jet-button__state {
  padding: 10px 30px;
}
.jet-button__plane-normal {
  background-color: #6ec1e4;
}
.jet-button__plane-hover {
  background-color: #54595f;
}
.jet-image-comparison .jx-label {
  margin: 5px;
  background-color: #54595f;
}
.jet-image-comparison .jx-controller {
  width: 40px;
  height: 40px;
  background-color: #6ec1e4;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.jet-image-comparison .jx-controller i {
  color: #fff;
  font-size: 20px;
  margin: 5px;
}
.jet-image-comparison .jx-controller i svg {
  width: 20px;
  height: 20px;
  margin: -5px;
}
.jet-image-comparison .jx-controller i svg * {
  fill: #fff;
}
.jet-image-comparison .jx-image.jx-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jet-image-comparison .jx-image.jx-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jet-image-comparison .jet-arrow {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin-top: -18px;
  color: #fff;
  background-color: #6ec1e4;
  font-size: 23px;
}
.jet-image-comparison .jet-arrow.prev-arrow {
  left: 20px;
}
.jet-image-comparison .jet-arrow.next-arrow {
  right: 20px;
}
.jet-image-comparison .jet-slick-dots {
  margin: 20px 0 0 0;
}
.jet-image-comparison .jet-slick-dots li.slick-active span {
  background-color: #61ce70;
}
.jet-image-comparison .jet-slick-dots li:hover span {
  background-color: #6ec1e4;
}
.jet-image-comparison .jet-slick-dots li span {
  background-color: #7a7a7a;
}
.jet-instagram-gallery__content {
  padding: 20px;
}
.jet-instagram-gallery__content:before {
  background-color: rgba(84, 89, 95, 0.6);
}
.jet-instagram-gallery__caption {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin: 10px 0;
  max-width: 100%;
  z-index: 1;
}
.jet-instagram-gallery__meta {
  z-index: 1;
}
.jet-instagram-gallery__comments-count {
  color: #fff;
  font-size: 20px;
  margin: 5px;
}
.jet-instagram-gallery__comments-icon {
  color: #6ec1e4;
  margin-right: 5px;
}
.jet-instagram-gallery__likes-count {
  color: #fff;
  font-size: 20px;
  margin: 5px;
}
.jet-instagram-gallery__likes-icon {
  color: #6ec1e4;
  margin-right: 5px;
}
.jet-scroll-navigation--position-left {
  margin-left: 20px;
}
.jet-scroll-navigation--position-right {
  margin-right: 20px;
}
.jet-scroll-navigation__item {
  margin: 10px 0;
}
.jet-scroll-navigation__item .jet-scroll-navigation__dot {
  background-color: #54595f;
}
.jet-scroll-navigation__item:hover .jet-scroll-navigation__dot {
  background-color: #61ce70;
}
.jet-scroll-navigation__item.invert .jet-scroll-navigation__dot {
  background-color: #fff;
}
.jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
  background-color: #6ec1e4;
}
.jet-scroll-navigation__dot {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.jet-scroll-navigation__item-hint {
  background-color: #6ec1e4;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.jet-scroll-navigation__icon {
  color: #fff;
  font-size: 20px;
  margin: 5px;
}
.jet-scroll-navigation__label {
  color: #fff;
  font-size: 16px;
}
.jet-headline__first {
  color: #54595f;
}
.jet-headline__first .jet-headline__deco {
  margin-right: 10px;
}
.jet-headline__second {
  color: #6ec1e4;
}
.jet-headline__second .jet-headline__deco {
  margin-left: 10px;
}
.jet-headline__divider {
  height: 2px;
  background-color: #7a7a7a;
}
.jet-headline__deco-icon {
  font-size: 30px;
  color: #54595f;
}
.jet-headline--direction-horizontal
  .jet-headline__divider.jet-headline__left-divider {
  margin-right: 10px;
}
.jet-headline--direction-horizontal
  .jet-headline__divider.jet-headline__right-divider {
  margin-left: 10px;
}
.jet-subscribe-form .jet-subscribe-form__input {
  border: 1px solid #e0e0e8;
  background-color: #f7fafd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 20px;
  margin: 5px 0;
}
.jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
  color: #d9534f;
}
.jet-subscribe-form .jet-subscribe-form__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px #e0e0e8;
  box-shadow: 0 0 10px #e0e0e8;
}
.jet-subscribe-form .jet-subscribe-form__input:first-child {
  margin-top: 0;
}
.jet-subscribe-form .jet-subscribe-form__input:last-child {
  margin-bottom: 0;
}
.jet-subscribe-form .jet-subscribe-form__submit {
  background-color: #6ec1e4;
}
.jet-subscribe-form .jet-subscribe-form__submit-icon {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
}
.jet-subscribe-form--inline-layout .jet-subscribe-form__submit {
  margin-left: 10px;
}
.jet-subscribe-form--block-layout .jet-subscribe-form__submit {
  margin-top: 10px;
}
.jet-subscribe-form--response-success .jet-subscribe-form__message {
  color: #5cb85c;
}
.jet-subscribe-form--response-error .jet-subscribe-form__message {
  color: #d9534f;
}
.jet-progress-bar__wrapper {
  position: relative;
  height: 30px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.jet-progress-bar__status-bar {
  height: 100%;
  background-color: #6ec1e4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.jet-progress-bar__title-icon {
  margin-right: 5px;
}
.jet-progress-bar-type-1 .jet-progress-bar__title {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.jet-progress-bar-type-1 .jet-progress-bar__title-text {
  color: #54595f;
}
.jet-progress-bar-type-1 .jet-progress-bar__title-icon {
  color: #54595f;
}
.jet-progress-bar-type-1 .jet-progress-bar__percent {
  margin: 0 10px;
  color: #fff;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.jet-progress-bar-type-2 .jet-progress-bar__title {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 5px;
}
.jet-progress-bar-type-2 .jet-progress-bar__percent {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 5px;
}
.jet-progress-bar-type-3 .jet-progress-bar__percent {
  width: 40px;
  margin-right: -20px;
  padding: 5px 0;
  color: #fff;
  background-color: #6ec1e4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.jet-progress-bar-type-3 .jet-progress-bar__wrapper {
  height: 10px;
}
.jet-progress-bar-type-4 .jet-progress-bar__title {
  margin-right: 20px;
}
.jet-progress-bar-type-4 .jet-progress-bar__percent {
  margin-left: 20px;
}
.jet-progress-bar-type-4 .jet-progress-bar__wrapper {
  height: 10px;
}
.jet-progress-bar-type-5 .jet-progress-bar__title {
  margin-bottom: 5px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.jet-progress-bar-type-5 .jet-progress-bar__percent {
  margin-left: 10px;
}
.jet-progress-bar-type-6 .jet-progress-bar__title {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.jet-progress-bar-type-6 .jet-progress-bar__wrapper {
  height: 60px;
}
.jet-progress-bar-type-6 .jet-progress-bar__status {
  margin-left: 10px;
}
.jet-progress-bar-type-6 .jet-progress-bar__percent {
  font-size: 25px;
}
.jet-progress-bar-type-7 .jet-progress-bar__wrapper {
  width: 50px;
  height: 300px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jet-progress-bar-type-7 .jet-progress-bar__percent {
  margin-bottom: 10px;
}
.jet-portfolio .jet-portfolio__filter-list {
  margin: 0 0 30px 0;
}
.jet-portfolio .jet-portfolio__filter-item {
  padding: 0 10px;
  margin: 0 5px;
  color: #54595f;
}
.jet-portfolio .jet-portfolio__filter-item.active {
  color: #fff;
  background-color: #6ec1e4;
}
.jet-portfolio .jet-portfolio__filter-item-separator {
  font-size: 12px;
  color: #6ec1e4;
}
.jet-portfolio .jet-portfolio__content-inner {
  padding: 10px;
}
.jet-portfolio .jet-portfolio__title {
  font-size: 22px;
  margin: 0 0 5px 0;
}
.jet-portfolio .jet-portfolio__category {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.jet-portfolio .jet-portfolio__desc {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.jet-portfolio .jet-portfolio__view-more {
  margin-top: 30px;
}
.jet-portfolio .jet-portfolio__view-more-button {
  background-color: #6ec1e4;
  color: #fff;
}
.jet-portfolio.preset-type-1 .jet-portfolio__title {
  color: #fff;
}
.jet-portfolio.preset-type-1 .jet-portfolio__category {
  color: #fff;
}
.jet-portfolio.preset-type-1 .jet-portfolio__desc {
  color: #fff;
}
.jet-portfolio.preset-type-1 .jet-portfolio__content-inner {
  background-color: #54595f;
}
.jet-portfolio.preset-type-2 .jet-portfolio__title {
  color: #54595f;
}
.jet-portfolio.preset-type-2 .jet-portfolio__category {
  color: #54595f;
}
.jet-portfolio.preset-type-2 .jet-portfolio__desc {
  color: #54595f;
}
.jet-portfolio.preset-type-2 .jet-portfolio__cover {
  background-color: rgba(84, 89, 95, 0.6);
}
.jet-portfolio.preset-type-2 .jet-portfolio__cover .jet-elements-icon {
  font-size: 25px;
  color: #6ec1e4;
}
.jet-portfolio.preset-type-3 .jet-portfolio__cover {
  background-color: rgba(84, 89, 95, 0.6);
}
.jet-portfolio.preset-type-3 .jet-portfolio__cover .jet-elements-icon {
  font-size: 25px;
  color: #6ec1e4;
}
.jet-portfolio.preset-type-4 .jet-portfolio__title {
  color: #fff;
}
.jet-portfolio.preset-type-4 .jet-portfolio__category {
  color: #fff;
}
.jet-portfolio.preset-type-4 .jet-portfolio__desc {
  color: #fff;
}
.jet-portfolio.preset-type-4 .jet-portfolio__content-inner {
  background-color: rgba(84, 89, 95, 0.6);
}
.jet-timeline__line {
  background-color: #d5d5d9;
}
.jet-timeline__line-progress {
  background-color: #55cdff;
}
.jet-timeline-item h5 {
  margin-top: 0;
}
.jet-timeline-item .timeline-item__card {
  -webkit-border-radius: 6px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: inset 20px 20px 60px #cbc8c8, inset -20px -20px 60px #ffffff;
  /* box-shadow:2px 2px 30px 0 rgb(148 148 161 / 26%); */
  border: 1px solid #8c999500;
  background: #e0e0e0;
  box-shadow: inset 20px 20px 60px #cbc8c8, inset -20px -20px 60px #ffffff;
  margin-bottom: 1.2em;
}
.jet-timeline-item .timeline-item__card-img {
  font-size: 0;
}
.jet-timeline-item .timeline-item__card-arrow {

  background-color: #dbdada;
  /* background: #0b765c30; */
    box-shadow: 0 8px 32px 0 rgb(123 123 123 / 13%);;
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border: 1px solid #edeaea;
}
.jet-timeline-item .timeline-item__card-content {
  padding: 40px;
}
.jet-timeline-item .timeline-item__meta-content {
  font-size: 16px;
  color: #a0a0a2;
}
.jet-timeline-item .timeline-item__point-content {
  color: #fff;
  background-color: #e8e8f6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jet-timeline-item.is--active .timeline-item__point-content {
  /* background-color: #55cdff; */
  background-color: #044959;
}
.jet-timeline-item.is--active .timeline-item__meta-content {
  /* color: #55cdff; */
  color: #e94b1c;
  font-weight: 500;
}
.jet-timeline-item--align-left .timeline-item__card {
  margin-left: 10px;
}
.jet-timeline-item--align-left .jet-timeline__line {
  margin-left: 20px;
}
.jet-timeline-item--align-right .timeline-item__card {
  margin-right: 10px;
}
.jet-timeline-item--align-right .jet-timeline__line {
  margin-right: 10px;
}
/* technologies banner css */
.technologies-banner .tech-list {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.technologies-banner .tech-list li {
  display: inline-block;
  padding: 10px 14px;
}
.technologies-banner .internal-link--banner {
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
}
.technologies-banner .internal-link--banner img {
  filter: grayscale(1);
}
.technologies-banner .tech-list li span {
  color: #999;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}

.web-gif-img-icon {
  width:85%
}

.tech-options-wrapper .tech-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.expert-tech-wrapper .tech-wrapper ul {
  margin-bottom: 0;
}

.tech-options-wrapper .tech-wrapper ul li {
  display: inline-block;
  margin: 10px 5px;
  border: 1.5px solid #4a4a4a;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
}
.expert-tech-wrapper .tech-wrapper li {
  background-color: #fff;
  margin-bottom: 0 !important;
}
.expert-tech-wrapper .tech-wrapper h4 {
  margin-top: 10px;
}
.tech-options-wrapper .tech-wrapper h4 {
  color: #044959;
  font-weight: 600;
  margin-bottom: 1em;
}
a.internal-link {
  color: #4a4a4a !important;
}
.img-section .content {
  font-size: 18px;
  line-height: 30px;
}