@media only screen and (max-width: 769px) {
  .home2-pmv-section .pmv-bottom .pmv-nav ul li {
      width: 13% !important;
      display: inline-flex !important;
  }
}

.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 120%;
  background: #f7bc2f;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f7bc2f;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    font-family: unset;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: 600px;
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #192437;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 120%;
  background: #192437;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #192437;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
    padding: 0 0 0 20px;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #192437;
}
.timeline__event--type2 .timeline__event__icon {
  background: #192437;
  color: #f6bb2f;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #192437;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
    padding: 0 20px 0 0px;
}
.timeline__event--type1 .timeline__event__date {
    padding: 0 20px 0 0px;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    /*width: 100%;*/
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px 0 0;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
  .odd img {
      border-radius: 0;
  }
  .even img {
      border-radius: 0;
  }
  .odd .timeline__event__content {
      border-bottom: 2px solid #f6bb2f !important;
      border-top-left-radius: 0 !important;
  }
  .even .timeline__event__content {
      border-bottom: 2px solid #192437 !important;
      border-top-right-radius: 0 !important;
  }
  .even .timeline__event__date {
      padding: 20px 0 0 !important;
  }
}

@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
} 
span.ttline {
    border: 2px solid #f7bc2f;
    width: 80px;
    display: table;
    text-align: center;
    margin: 2px 0 10px;
}
.even .timeline__event__date {
    padding: 0 0px 0 20px;
}

.odd .timeline__event__date {
    padding: 0 20px 0 0px;
}

.timeline__event__icon {
    color: #ffffff;
    background: #f7bc2f;
}
.even .timeline__event__icon {
  background: #192437;
  color: #f6bb2f;
}
.odd .timeline__event__icon {
  background: #f6bb2f;
  color: #fff;
}
.even img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.odd img {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.odd-ico{
    color: #f6bb2f;
    position: absolute;
    z-index: 999999;
    transform: rotate(270deg);
    font-size: 50px !important;
    margin-top: 87px;}
.even-ico{
    color: #192437;
    position: absolute;
    z-index: 999999;
    transform: rotate(270deg);
    font-size: 50px !important;
    margin-top: 87px;
}
.odd .timeline__event__content {
    border-left: 2px solid #f6bb2f;
}
.even .timeline__event__content {
    border-right: 2px solid #192437;
}
.timeline__event__date img {
    height: 100%;
    object-fit: cover;
}



#site.show #nav,
#site.swap #nav {
  width: 50%
}

@media screen and (max-width: 768px) {

  #site.show #nav,
  #site.swap #nav {
    width: 90%
  }
}

#site.show #nav .logo-vertical,
#site.swap #nav .logo-vertical {
  display: none
}

#site.show #nav .letter-anim,
#site.swap #nav .letter-anim {
  right: 0rem
}

#site.show .bars .label {
  opacity: 0
}

@media screen and (max-width: 1024px) {
  #site.show .bars .label {
    color: #FFF
  }
}

@media screen and (max-width: 768px) {
  #site.show .bars .label {
    opacity: 1
  }
}

#site.show .bars .bar {
  -webkit-transform: translateY(0%) rotate(0deg);
  -ms-transform: translateY(0%) rotate(0deg);
  transform: translateY(0%) rotate(0deg)
}

@media screen and (max-width: 768px) {
  #site.show .bars .bar {
    background-color: #FFF
  }
}

#site.show .bars .bar.bar-1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(35deg);
  -ms-transform: translateY(-50%) rotate(35deg);
  transform: translateY(-50%) rotate(35deg)
}

#site.show .bars .bar.bar-2 {
  opacity: 0
}

#site.show .bars .bar.bar-3 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  transform: translateY(-50%) rotate(-35deg)
}

#site.in #swappage {
  -webkit-animation: site-in 500ms 1 ease-out 0ms;
  animation: site-in 500ms 1 ease-out 0ms
}

#site.in #nav-visuals-top {
  opacity: 1;
  z-index: 1010
}

#site.out #swappage {
  -webkit-animation: site-out 500ms 1 ease-out 0ms forwards;
  animation: site-out 500ms 1 ease-out 0ms forwards
}

#site.out #nav-visuals-top {
  opacity: 1;
  z-index: 1010
}

#site.page-home #main .h {
  background-color: #FFF
}
#home-clients {
  position: relative;
  background-color: #f3f4f8;
  padding-bottom: 6.25rem
}

#home-clients #bulles {
  z-index: 0;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative
}

#home-clients #bulles p,
#home-clients #bulles h2 {
  margin: 0
}

#home-clients #bulles h2 {
  margin-bottom: 1em
}

@media screen and (max-width: 640px) {
  #home-clients #bulles h2 {
    margin-bottom: 0em
  }
}

@media screen and (max-width: 640px) {
  #home-clients #bulles .bulle {
    -webkit-transform: scale(0.65, 0.65);
    -ms-transform: scale(0.65, 0.65);
    transform: scale(0.65, 0.65)
  }
}

#home-clients #bulles .bulle .pastille {
  position: absolute
}

#home-clients #bulles #bulle-2 {
  left: 11.52778%;
  top: 12.2905%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-2 {
    left: 9.33333%;
    top: 2.25564%
  }
}

#home-clients #bulles #bulle-3 {
  z-index: -1;
  left: 60.06944%;
  top: 7.82123%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-3 {
    display: none
  }
}

#home-clients #bulles #bulle-4 {
  left: 75%;
  top: 16.20112%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-4 {
    left: 65.33333%;
    top: 72.18045%
  }
}

#home-clients #bulles #bulle-5 {
  left: 15.27778%;
  top: 72.6257%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-5 {
    left: 24%;
    top: 81.20301%
  }
}

#home-clients #bulles #bulle-6 {
  left: 19.44444%;
  top: 60.3352%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-6 {
    left: 4%;
    top: 72.18045%
  }
}

#home-clients #bulles #bulle-7 {
  left: 58.33333%;
  top: 67.59777%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-7 {
    display: none
  }
}

#home-clients #bulles #bulle-8 {
  left: 82.98611%;
  top: 50.27933%
}

@media screen and (max-width: 768px) {
  #home-clients #bulles #bulle-8 {
    z-index: 0;
    left: 74.66667%;
    top: 3.00752%
  }
}

@media screen and (max-width: 640px) {
  #home-clients #bulles #bulle-8 {
    left: 69.33333%;
    top: 13.53383%
  }
}

#home-clients #bulles .bulle {
  z-index: 1000;
  position: absolute;
  border-radius: 1000px
}

#home-clients #bulles .bulle.bulle-fixe {
  top: 50%;
  left: 50%;
  background-color: #FFF;
  width: 43.75rem;
  height: 43.75rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 768px) {
  #home-clients #bulles .bulle.bulle-fixe {
    width: 90vw;
    height: 90vw
  }
}

#home-clients #bulles .bulle img {
  position: relative
}

#home-clients #bulles .content {
  top: 50%;
  left: 50%;
  z-index: 2000;
  position: absolute;
  text-align: center;
  line-height: 1.5em;
  width: 31.25rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem
}

@media screen and (max-width: 768px) {
  #home-clients #bulles .content {
    width: 70vw
  }
}

@media screen and (max-width: 640px) {
  #home-clients #bulles .content p {
    display: none
  }
}

#home-clients #bulles .content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

#home-clients .slides {
  z-index: 1;
  width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #FFF;
  max-width: 67.1875rem
}

#home-clients .slides h2 {
  margin-top: 0
}

#home-clients .slides p {
  line-height: 1.5em;
  max-width: 21.875rem
}

#home-clients .slides .photos,
#home-clients .slides .content {
  width: 50%;
  position: relative;
  display: table-cell
}

@media screen and (max-width: 974px) {

  #home-clients .slides .photos,
  #home-clients .slides .content {
    width: 100%;
    display: block
  }
}

#home-clients .slides .photos {
  color: #FFF;
  background-color: #F00
}

@media screen and (max-width: 974px) {
  #home-clients .slides .photos {
    height: 80vw
  }
}

@media screen and (max-width: 640px) {
  #home-clients .slides .photos {
    height: 90vw
  }
}

#home-clients .slides .content {
  padding: 3.75rem
}

@media screen and (max-width: 974px) {
  #home-clients .slides .content {
    width: auto;
    display: none;
    padding: 1.5625rem;
    padding-bottom: 3.125rem
  }
}

#home-clients .slides .content ul {
  padding: 0;
  display: table;
  list-style: none;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.875rem
}

#home-clients .slides .content ul li {
  display: table;
  cursor: pointer;
  line-height: 1.5em;
  padding-top: .9375rem
}

#home-clients .slides .content ul li.current .num {
  width: 4.6875rem !important
}

@media screen and (max-width: 1024px) {
  #home-clients .slides .content ul li.current .num {
    width: 3.4375rem !important
  }
}

@media screen and (max-width: 640px) {
  #home-clients .slides .content ul li.current .num {
    width: 2.8125rem !important
  }
}

#home-clients .slides .content ul li.current .num:after {
  width: 2.1875rem
}

@media screen and (max-width: 1024px) {
  #home-clients .slides .content ul li.current .num:after {
    width: .9375rem
  }
}

@media screen and (max-width: 640px) {
  #home-clients .slides .content ul li.current .num:after {
    width: .625rem
  }
}

#home-clients .slides .content ul li .num {
  width: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-transition: width 400ms ease-out 0ms;
  -o-transition: width 400ms ease-out 0ms;
  transition: width 400ms ease-out 0ms
}

#home-clients .slides .content ul li .num:after {
  height: 1px;
  content: '';
  position: absolute;
  background-color: #000;
  left: 1.5625rem;
  width: 2.1875rem;
  top: .625rem
}

@media screen and (max-width: 1024px) {
  #home-clients .slides .content ul li .num:after {
    width: .9375rem
  }
}

#home-clients .slides .content ul li .pos {
  height: 1.5em;
  font-weight: 600;
  position: absolute;
  white-space: normal
}

#home-clients .slides .content ul li span {
  display: table-cell;
  vertical-align: top
}

#home-clients .slides .items {
  width: 100%;
  height: 100%;
  position: absolute
}

#home-clients .slides .items .label,
#home-clients .slides .items .slick-dots {
  position: absolute
}

#home-clients .slides .items .slick-current .label {
  -webkit-animation: label-in 600ms 1 ease-out 800ms backwards;
  animation: label-in 600ms 1 ease-out 800ms backwards
}

#home-clients .slides .items .label {
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  white-space: nowrap;
  font-size: 2.1875rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 1300px) {
  #home-clients .slides .items .label {
    font-size: 1.875rem
  }
}

@media screen and (max-width: 1024px) {
  #home-clients .slides .items .label {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 768px) {
  #home-clients .slides .items .label {
    font-size: 2rem
  }
}

@media screen and (max-width: 380px) {
  #home-clients .slides .items .label {
    font-size: 1.125rem
  }
}

#home-clients .slides .items .arrow {
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: none !important;
  width: 4.375rem;
  height: 1.875rem;
  background-color: #FFF
}

@media screen and (max-width: 974px) {
  #home-clients .slides .items .arrow {
    display: block !important
  }
}

#home-clients .slides .items .arrow:after,
#home-clients .slides .items .arrow:before {
  content: '';
  position: absolute
}

#home-clients .slides .items .arrow:before {
  left: 50%;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #2a2a2a;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#home-clients .slides .items .arrow:after {
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#home-clients .slides .items .arrow.arrow-left {
  right: 50%;
  margin-right: 1px
}

#home-clients .slides .items .arrow.arrow-left:after {
  left: 30%;
  margin-left: -.21875rem;
  border-color: transparent #2a2a2a transparent transparent;
  border-width: .21875rem .25rem .21875rem 0
}

#home-clients .slides .items .arrow.arrow-right {
  left: 50%
}

#home-clients .slides .items .arrow.arrow-right:after {
  right: 30%;
  border-color: transparent transparent transparent #2a2a2a;
  border-width: .21875rem 0 .21875rem .25rem
}

#home-clients .slides .items .slick-dots {
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: normal;
  font-weight: 700;
  bottom: .625rem
}

@media screen and (max-width: 974px) {
  #home-clients .slides .items .slick-dots {
    display: none !important
  }
}

#home-clients .slides .items .slick-dots li {
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-left: .625rem;
  margin-right: .625rem
}

#home-clients .slides .items .slick-dots li.slick-active {
  border: 1px solid #FFF
}

#home-clients .slides .items .slick-dots li .dot {
  top: 50%;
  left: 50%;
  margin-left: 2px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#home-clients .slides .items .bg,
#home-clients .slides .items .item,
#home-clients .slides .items .slick-list,
#home-clients .slides .items .slick-track {
  width: 100%;
  height: 100%;
  position: relative
}

#home-clients .slides .items .item {
  overflow: hidden;
  background-color: #000
}

#home-clients .slides .items .item .bg {
  z-index: 0;
  opacity: 0.9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}
h2 small {
    display: block;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: .875rem;
}



@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f7bc2f;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 5;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 6;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 7;
}
.demo-card:nth-child(7) {
  order: 4;
}

#timeline {
  padding-bottom: 100px;
  background-image: url(../images/drop-shape-bg.png);
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 2070px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step6 {
  background-color: #f7bc2f;
}
#timeline .demo-card--step6 .head::after {
  border-color: #f7bc2f;
}
#timeline .demo-card--step7 {
  background-color: #192437;
}
#timeline .demo-card--step7 .head::after {
  border-color: #192437;
}
section#timeline {
    position: relative;
}
.pr-60 {
    padding-right: 60px;
}
.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content::after {
    left: 61px !important;
}
p.cgold {
    color: #f7bc2f;
    font-size: 16px;
    font-family: cursive;
    font-weight: 400;
    padding-bottom: 8px;
}